API

HTML 5 and CSS 3

Up to Speed on HTML 5 and CSS 3 View more presentations from M. Jackson Wilkinson.


HTML5 JavaScript APIs

HTML5 JavaScript APIs View more presentations from Remy Sharp.


Google App Engine – Java Development

Google App Engine – Java Style View more presentations from Peter Sönnergren Lind.


Masking inputs using Jquery – Jquery plugin

Taking input from the user is essential in web world. In some cases user input is the only content generation channel for certain websites and asking inputs from user becomes more important in those cases. You need to present all input elements in such a way that user does not make any mistakes and at [...]


Validating alphanumeric fields – Jquery

While developing a web application we come across many forms which take inputs from users. These forms requires some validations according to the nature of application. Some fields may not support all kinds of characters because of their different type of usage. Here I am trying to display an example of field validation for restricting [...]