Archive for January, 2009

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


5 great css and javascript dropdown menus for your web applications

5 great css and javascript dropdown menus for your web applications

A website have no look without a cool navigation menu. Depends on the number of pages on your website, you might need to use a single or multi-level dropdown menu. Again, a look of website is nothing with a cool dropdown menu . Dropdown menus can be made simply with CSS and no javascript. [...]

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