Archive for February, 2010
-
Feb 26, 2010
Comments Off
-
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 solve the problem of retrieving same value by Ajax
You might have faced the problem of the getting same response on the consecutive request to a PHP file from Ajax. Well, what happens when making repeated GET requests to the same URL can often lead to the response coming not from the server but from the browser cache. This problem mainly occurs while using...
-
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 OffHow to call php from ajax in every second using Jquery
Few days ago, Mike emailed me and asked me how can i call a server script( php file) from jQuery in every second.Since, there was no built-in mechanism for this in jQuery, I came up with this solution of displaying time of server using Ajax, PHP and jQuery.You can use setinterval() method avaiable in javaScript...
-
Feb 26, 2010
Comments Off
-
Feb 23, 2010
Comments Off
-
Feb 23, 2010
1 CommentAjax login validation system in PHP using jQuery
Last time,...
-
Feb 23, 2010
Comments OffWhich is the best JavaScript and Ajax Framework ?
Last time, I had published a poll asking which is the best PHP framework and in that poll Zend Framework stand out itself to be the most popular PHP framework among the PHP developers. This time...
-
Feb 23, 2010
Comments OffPHP Frameworks Download
PHP Frameworks Download Download Zend 1.0.2 Download URL:http://framework.zend.com/download Download CakePHP 1.2.0.5875 Download URL:http://cakephp.org/downloads Download Symfony 1.0.9 Download URL:http://www.symfony-project.org/content/download Download Seagull 0.6.5 Download URL:http://seagullproject.org/download/ Download WACT 0.2alpha Download URL:http://sourceforge.net/project/showfiles.php?group_id=85372 Download PHP on TRAX 0.14.0 Download URL:http://www.phpontrax.com/downloads Download ZooP 1.3b1 Download URL:http://sourceforge.net/project/showfiles.php?group_id=154726 Download eZ Components 3.10 Download URL:http://ez.no/download Download CodeIgniter 1.5.4 Download URL:http://codeigniter.com/download.php Download Prado 3.1.1 Download...
-
Feb 23, 2010
Comments OffTop 10 Ranking PHP Frameworks
1 Yii (avg: 4.74) Ranking: discuss Yii 2 CodeIgniter (avg: 4.38) Ranking: discuss CodeIgniter 3 Symfony (avg: 4.26) Ranking: discuss Symfony 4 PHPDevShell (avg: 4.24) Ranking: 5 CakePHP (avg: 4.17) Ranking: discuss CakePHP 6 Akelos (avg: 4.05) Ranking: discuss Akelos 7 Prado (avg: 4.04) Ranking: discuss Prado 8 Zend (avg: 3.83) Ranking: discuss Zend 9...
-
Feb 23, 2010
Comments OffTop 10 Ranking PHP Frameworks
Top 10 Hot PHP Frameworks 1 CodeIgniter (76...
-
Feb 23, 2010
Comments OffPHP Framework List
PHP Framework PHP4 PHP5 MVC Multiple DB’s ORM DB Objects Templates Caching Validation Ajax Auth Module Modules EDP Akelos - ash.MVC - - - - - - CakePHP - - CodeIgniter - - - - - DIY - - - - - - eZ Components - - - - - - - Fusebox - -...
-
Feb 23, 2010
Comments OffjQuery is the most popular JavaScript and Ajax Framework
In last poll, Many people supported Zend Framework as the first choice for the PHP developments. And, today I would like to announce the result of the...
-
Feb 23, 2010
1 CommentChanging textbox value from dropdown list using Ajax and PHP
Yesterday Tarquin macey asked me how can we change the value of the textbox based using Ajax and PHP based on the changing value of the dropdown list.Today,...
-
Feb 23, 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...
-
Feb 23, 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 23, 2010
Comments Off