How to Perform Ajax and Javascript actions from PHP

How to Perform Ajax and Javascript actions from PHP

Ajax is a combination of javascript and xml technologies. There can be many things we can perform with ajax from simpler form validation to complex user interface design. For all these, we need to have javascript, xml and some of back end programming language knowledge. Ajax is mostly used to perform actions without loading a [...]

Read Full Post


Implementing Ajax with jQuery

Implementing Ajax with jQuery

Once again I would say jQuery is my favorite javascript library. Not because its tiny but because it makes the things easier for me. In Past i was only building ajax applications with regular xmlHttp code which is tough to build again and again differently for each application.
Thanks to jQuery it makes the things easier. [...]

Read Full Post


Best ajax frameworks & Tools

Best ajax frameworks & Tools

Ajax is one of the most important web 2.0 element. But other than that, it is the basic tool used for rich backend interfaces. You may have seen the simple but powerful gMail webmail , microsoft live or some other popular website which are all based on ajax technologies. Ajax is not a language, but [...]

Read Full Post


10 great jQuery Form plugins

10 great jQuery Form plugins

jQuery is one of my favorite javascript client library. We can do more with writing minimal code. Nearly in every project I need to style up web forms or create rules for validation on form elements. Without jQuery it was very harder and longer way to do by writing a lot of lines of code. [...]

Read Full Post