Posts Tagged: ajax
-
Aug 29, 2011
Comments OffHow to Create CAPTCHA Protection using PHP and AJAX
Download Source CAPTCHA is a simple test to determine if a user is a computer or a human. It is used to prevent spam abuse on the websites. So if you use CAPTCHA on your web site forms, this can help in stopping some bots and making life harder for other bots in accessing or using your...
-
Dec 28, 2010
Comments Off6 free ajax chat applications using PHP | free-ajax-chat-applications-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...
-
Nov 30, 2010
Comments OffCreate a Dynamic Scrolling Content Box Using AJAX
If you have used Google Reader, then you might have noticed the way Google Reader shows feed items, it loads up few items first when you click on a feed and as you scroll down to view more items, it fetches more items dynamically and adds it to the list. Dzone also implements this technique...
-
Nov 30, 2010
Comments OffCreate a Twitter AJAX Button with MooTools, jQuery, or Dojo
There’s nothing like a subtle, slick website widget that effectively uses CSS and JavaScript to enhance the user experience. Of course widgets like that take many hours to perfect, but it doesn’t take long for that effort to be rewarded with above-average user retention and buzz. One of the widgets I love is Twitter’s “Follow”...
-
Nov 29, 2010
Comments Off6 free ajax chat applications using PHP chat
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...
-
Nov 19, 2010
Comments OffAjax login validation system in PHP using jQuery
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...
-
Jun 30, 2010
Comments Off
-
Apr 07, 2010
Comments OffAjaxified File Uploader Using IFrame
Today, while writing a code for AJAX file uploader, I was trying to do with [wiki]SALAJAX[/wiki]. But, with SALAJAX I could not manage to send the headers for $_FILES. So I thought of an alternative. And the alternative was to load the action page of the form on [wiki]IFrame[/wiki], whose display would be hidden and...
-
Apr 07, 2010
Comments OffWorking with AJAX in Magento
Ajax in Magento can be pretty troublesome.Because you will need to take controllers and layout into account.And I almost used up a whole day trying to make ajax work. Here are some of the steps...
-
Mar 12, 2010
Comments OffJquery : Benefits, Examples and Free Ebook
What is jQuery? Directly taken from the website of jQuery...
-
Mar 12, 2010
Comments Off
-
Mar 03, 2010
Comments OffSolving European characters (Western charset) problem with Ajax and PHP
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. Problem with European Charset with...
-
Mar 03, 2010
Comments Off6 free ajax chat applications using PHP
While talking about chat application, these days people hate those kind application made in PHP which need page refreshing. In this post,...
-
Feb 26, 2010
Comments OffSlider Using PHP, Ajax And Javascript
Have you been searching for the slider script and implementing it in Ajax with PHP then you are in the right place buddy.Here is the post for you in which...
-
Feb 26, 2010
2 CommentsPopulate triple drop down list from database using Ajax and PHP
I’ve got many email from people asking for populating triple drop down list from the database without refreshing page using Ajax and PHP after posting the first article related to the ajax dropdown list using php .In this post, I’ve put three drop down of country , state and city and the drop down’s value...
-
Feb 26, 2010
Comments OffHow to return value from Ajax Function
Have you ever tried to return values from the Ajax function ? Well it might be sometime the cases when you might have to return the value got from the server to another function rather than updating the component....
-
Feb 26, 2010
Comments OffJquery : Benefits, Examples and Free Ebook
What is jQuery? Directly taken from the website of jQuery...
-
Feb 26, 2010
Comments Off
-
Feb 23, 2010
Comments Off
-
Feb 23, 2010
1 CommentAjax login validation system in PHP using jQuery
Last time,...