Archive for the ‘Jquery’ Category

Get Ready for HTML-5

This item was filled under [ Java, Jquery, UX ]

What is HTML -5?
HTML-5 is the next generation of HTML and a co-operation between the World Wide Web Consortium (W3C) and the Web Hypertext Application Technology Working Group (WHATWG).
HTML-5 is the new standard for HTML, XHTML, and the HTML DOM (Document object Model).
What’s New in HTML-5 :

New Semantic Tags like <header>, <nav>, <aside>, <section>,<article>and <footer> [...]

Continue reading...

Real time Validation

This item was filled under [ Java, Jquery ]

Client-side validation is something every web form should have, no doubts about that. While server-side validation does its job, it certainly lacks good user experience. What is so great about client-side validation then?
Not only is it useful to the user because it makes the process of filling out the form a lot quicker and a [...]

Continue reading...