Currently working on an ASP function to automatically generate meta keywords from a field of text. Words that appear more than once will come first in the list and will only be shown once. Stop words will be removed.
ASP META Keyword generator
Tabindex is very useful when designing large forms as it dictates what element the tab key jumps to next. Only works in IE. Tabindex of -1 is ignored. Tabindex's of 0 come after the highest tabindex.
The amount of data that you can send to the server using WML forms and Nokia WAP enabled phones such as Nokia 3330 and Nokia 7110 is limited. The URL and querystring lengths are also affected since they affect the size of the HTTP header. To fix this problem you have to change the CONNECTION TYPE property to CONTINOUS in the settings menu of the mobile.
The maximum size of a WML page varies between different handsets. When coding WML pages Microsoft recommend that they are less than 1200 characters to be compatible with the majority of cellphones.