- Wednesday, September 30, 2009, 7:46
- Featured, JavaScript & Ajax
I thought of inditing a very basic example of AJAX which will make the new comers ease their mind. In RajiniKanth Style, I would generally say AJAX as a technique rather than being called as Technology. Its nothing but how you can use JavaScript to pull data from the server using XML HTTP Request object and then insert the data using DOM.
Full story
- Friday, January 30, 2009, 23:31
- JavaScript & Ajax, PHP & MySQL
As I am celeberating my fifth year in a row working with PHP. It has been a great experiece, and i remember those days of PHP where it was revolving OOP concept to the latest ones which puts PHP in a place competiting with JAVA, dotnet and others. Anyway lets start as usual in RajiniKanth style.
Full story
- Thursday, December 25, 2008, 16:20
- JQuery
jQuery 1.2 introduced JSONP support.JSONP is script tag injection, passing the response from the server in to a user specified function.
Full story