ajax

jQuery Makes Writing JavaScript Fun Again (for HTML5 User Group)

jQuery Makes Writing JavaScript Fun Again (for HTML5 User Group) View more presentations from Doris Chen.


Embed CSS/HTML/javascript demos on blog posts using jQuery

Writing about techie things, tips and tricks about various technical things become more useful when you attach an example with it or a running demo is shown. As I myself do this on this blog, many times I require to demonstrate the example then and there in blog post. It is difficult to include execution [...]

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 [...]


Jquery Browser Plugin

Very recently i posted an article about knowing your browser and platform and handle your code and website pages accordingly as you can style elements or write functions for specific browsers, browser versions, layouts, layout versions, and even operating systems. I found out a jQuery plug-in for reading those information. In case you do not [...]


File upload using Ajax – Jquery Plugin

I have already written about the Ajax file upload on this blog and found this another plug-in of Jquery for Ajax file upload. Looks like an evolved plug-in with nice demonstrations and documentation at their home page. This is called Uploadify, you can check this out at www.uploadify.com Let me just try to describe this [...]