• GAWDS
  • Nik Makris is a Learning Tree .NET Enterprise Application Development Certified Professional
    .NET Enterprise Application Development
    Certified Professional
    Learning Tree International
  • Nik Makris is certified under the CCNA® program
    Nik Makris is certified under the CCNA® program
  • Nik Makris is Google Analytics Qualified
    Nik Makris has obtained the Google Analytics Individual Qualification
Blog

META KEYWORD Generator

19. January 2003 15:09

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

Tags:

Filed under: Web Development

HTML Tabindex

17. January 2003 15:14

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.

Tags: , ,

Filed under: Web Development

NOKIA WAP form GET and POST size restriction

12. January 2003 15:13

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.

Tags: ,

Filed under: Web Development

Maximum size for a WML deck

12. January 2003 15:12

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.

Tags:

Filed under: Web Development