- Tuesday, September 23, 2008, 12:02
- ajax, php
While talking about chat application, these days people hate those kind application made in PHP which need page refreshing. In this post, I'll show you six different free Ajax chat applications which might be very useful if you've to use Ajax based chat application. Depending upon the requirement of your chat application, you can use them. I might have missed another good Ajax based chat application, if you find any the please post it to the comments.
Full story
- Monday, September 15, 2008, 18:32
- ajax, how-to, php, tips and technique
Today, I would like to tell you how to handle character set problem which occurs during the data fetched from PHP using Ajax mainly on the western characters(European charset).Lots of people asked me about this problem where these European charset is displayed in unreadable format after fetching it from ajax.
Full story
- Thursday, April 24, 2008, 10:57
- ajax, jquery, php, tutorial
Last time, I've showed you how to
check user availability in Ajax using jQuery's fading effect. But I've just shown the example without connecting the database and some people have faced problem with database connecting solution of that problem.In this post, I'll show you how to use Ajax login system in php using jQuery and some animation as well.
Full story
- Saturday, April 5, 2008, 16:53
- ajax, how-to, javascript, jquery, php
In this post,I'll show you how to make a fancy username availability checking in ajax and php using jquery.When, you check the the username avaiability a fancy message box will show you the message with a little bit of animation. If you are looking for such kind of effect for checking username availability, then this might be right post for you.
Full story
- Thursday, March 13, 2008, 11:18
- ajax, javascript, jquery
What is jQuery?
Directly taken from the website of
jQuery -" jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages".It is basically a JavaScript framework for writing huge task of JavaScript with few lines of code.
Full story