Archive for the ‘Java’ 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...

India Develops World’s Cheapest Tablet

This item was filled under [ .Net, Adobe, Java, Microsoft, RIA, Uncategorized, flex ]

another attempt to bring a usable computer to the masses at an extremely affordable price point, India has developed a touchscreen computing device which will cost only $35. According to a press release by India’s Press Information Bureau, the price is expected to drop even further, first to $20 and ultimately to a mere $10.
The [...]

Continue reading...

JSP connection pooling

This item was filled under [ Adobe, Java, flex ]

Connection pooling is a mechanism to optimize performance of the web application. Connection pooling uses only one connection object for number of requests. It creates only one object that could be used by multiple requests. In the below diagram picture will become more clear.

Configuring a DataSource and JNDI

JNDI lookup needs to be defined in [...]

Continue reading...