Sunday, June 05, 2005

Chris Justus - Server Side Guy: Google Suggest Dissected...

Chris Justus - Server Side Guy: Google Suggest Dissected...: "Things I didn't know before this exercise that I learned going through this...
1) You can turn the browsers autocomplete off by adding autocomplete='off' attribute to an input field... How did I not know this before...
2) The XMLHTTP / XMLHttpRequest object to communicate back with a server and get new info / instructions without refreshing the page ... the new black of web development... go read everything you can about this...
3) How powerful the keypress handling can be with javascript... (capturing keyup/keydown and events and changing state for cursor key events, etc...)
4) You can highlight text in an input field using javascript..."

0 Comments:

Post a Comment

<< Home