browse by tag: AJAX
sort by
CRUD using jQuery and Codeigniter - Part 1
in PHP added by iFadey, on 29/6/2010 AJAX codeigniter crud jquery jqueryui tabs templating
In this tutorial you will learn: 1. How to use jQuery with Codeigniter. 2. How to send Ajax request to perform READ operation. 3. How to use jQuery UI tabs widget. 4. How to use Microsoft’s jQuery templating plugin.
1 comment save reportCRUD using jQuery and Codeigniter - Part 2
in PHP added by iFadey, on 29/6/2010 AJAX codeigniter crud jquery jqueryui
In Part 2, you will learn: 1. Displaying Ajax loader animation when an Ajax call is made. 2. How to inject Update/Delete link in each record using jQuery. 3. How to use jQueryUI dialog widget. 4. How to send Ajax request to perform DELETE operation. 5. How and when to use jQuery’s delegate method to bind events.
comment save reportFacebook style chat with jQuery and Joomla
in PHP added by prodevtips, on 29/3/2010 AJAX advanced tutorials oo programming php5
Tutorial on how to create a Facebook style chat with the help of jQuery and PHP.
2 comments save reportMultiple select lists with jQuery, JSON and PHP
in PHP added by prodevtips, on 25/2/2010 AJAX json oo programming php5
Tutorial on how to prepopulate and save a multi select list selection by way of Ajax, JSON and jQuery.
comment save reportFacebook style photo tagging with jQuery, Ajax and Joomla
in PHP added by prodevtips, on 28/11/2009 AJAX advanced tutorials oo programming php5
Facebook style photo tagging with jQuery, Ajax and Joomla
2 comments save reportjQuery form plugin and PHP file uploads
in PHP added by finalwebsites, on 26/11/2009 AJAX forms jquery upload
jQuery and the form plugin are great tools to create Ajax powered contact or feedback forms. This tutorial shows how to use the jQuery form plugin and gives an example how-to create a form including form validation an upload function.
1 comment save reportCodeIgniter and jQuery - Real Live Search with Pagination
in PHP added by goodphptutorials, on 22/10/2009 AJAX advanced tutorials codeigniter framework jquery pagination
In this tutorial, we will create a search page with CodeIgniter and jQuery. We’re not gonna create only a default search page using CodeIgniter framework, but also a real time search with jQuery’s support. And one more, enable GET method in CodeIginter that was stupidly disable by default.
comment save reportUpload in modal window and pass values with jQuery
in PHP added by finalwebsites, on 7/9/2009 AJAX file handling jquery upload
This PHP / jQuery tutorial explains how-to upload a file PHP from ThickBox and how after successful upload the filename is passed to the parent document. The function is a useful addition for custom content management systems.
comment save reportFacebook style information box with jQuery
in PHP added by prodevtips, on 2/9/2009 AJAX advanced tutorials jquery
How to create a small left-side information box that behaves like the one on Facebook.
1 comment save reportSearch without refreshing page using jQuery, Ajax and PHP.
in PHP added by foxscan, on 8/8/2009 AJAX advanced tutorials database jquery mysql
This tutorial about how to display twitter like search results with jQuery and Ajax. When you click the search button the results will display on the same page. This is very interesting and simple.
comment save reportUsing PHP, AJAX to display Google Maps data
in PHP added by kombattom, on 4/8/2009 AJAX google api jquery map api mysql
A pretty much step by step guide on how I created MarylandLawyerSearch.net. Data is pulled using PHP, put into JavaScript and Google's Map API. Source code for all files are listed with step by step instructions.
1 comment save reportFacebook like Autosuggestion with jQuery, Ajax and PHP.
in PHP added by goodphptutorials, on 30/6/2009 AJAX autocomplete autosuggest facebook jquery
I received a lot of request from my readers that asked to me how to implement Autosuggestion search with jquery. I love facebook API it's neat, so I had developed Facebook like Autosuggestion user search with jQuery, Ajax and PHP. It's simple and clean just you have to change the database details.
1 comment save reportCross-Domain Ajax with symfony
in PHP added by goodphptutorials, on 28/11/2008 AJAX advanced tutorials framework symfony
I recently released a new symfony plug-in, called sfWebBrowser. It's a lightweight HTTP client written in PHP, that doesn't require any additional module to work, and it opens a lot of interesting possibilities. As a matter of fact, it doesn't even require symfony to work - you can use it on any application, with any framework. Refer to its wiki page for installation instructions.
comment save reportPHP / Ajax Upload Form
in PHP added by finalwebsites, on 19/10/2008 AJAX advanced tutorials forms jquery upload
In this quick tutorial we will show how-to create such an Ajax upload form using the jQuery Form plug-in and our easy upload class.
comment save reportSubmit A Form Without Page Refresh using jQuery
in PHP added by goodphptutorials, on 30/7/2008 AJAX JavaScript jquery
Previously on NETTUTS, Philo showed how you can use jQuery to add form validation to wordpress comments that works without any page reload. Another great way of utlizing jQuery to enhance user experience is to not just validate, but to submit your form entirely without a page refresh. In this tutorial I'll show you how easy it is to do just that -- submit a contact form that sends an email, without page refresh using jQuery! (The actual email is sent with a php script that processes in the background). Let's get started.
comment save reportCombining jQuery with the Zend Framework and Smarty
in PHP added by prodevtips, on 25/6/2008 AJAX advanced tutorials php5
Showcasing how jQuery can be used in combination with the most popular templating engines for PHP and a popular PHP framework with a simple example.
comment save reportEasy Ajax in symfony
in PHP added by goodphptutorials, on 7/5/2008 AJAX framework symfony
Symfony has Ajax helpers that make programming an elaborate interface a piece of cake. This tutorial will show you step-by-step how to create an Ajax-powered symfony application in minutes.
comment save reportPHP components: Autosuggest
in PHP added by woork, on 25/3/2008 AJAX beginner tutorials databases mysql
A simple "PHP component" (8Kb), ready to use, to implement a search form with an autosuggest feature using PHP and MySQL just modifying some parameters.
1 comment save reportDeleting record with Ajax using prototype.js and PHP
in PHP added by woork, on 12/3/2008 AJAX beginner tutorials database mysql
This tutorial explains how to use prototype.js framework an PHP to delete a record from a database with Ajax. This is a simple overview with basic features you can use and improve in your web projects.
comment save reportSlider in PHP, Ajax And Javascript
in PHP added by phphungry, on 23/2/2008 AJAX JavaScript beginner tutorials mysql slider
cool nice slider which is implemented using javascript , Ajax and PHP
comment save reportUsing prototype.js to add record into database with ajax
in PHP added by woork, on 14/2/2008 AJAX Prototype database mysql
This tutorial explains how to use prototype.js framework to enable a simple ajax request which add a new record (an user name) into a database table using PHP like server side language.
comment save reportSearch with autosuggest feature (using PHP)
in PHP added by woork, on 5/2/2008 AJAX advanced tutorials mysql
This tutorial explains how to implement a simple ajax search with autosuggest feature using some lines of code. All files are fully customizable and ready to reuse in your projects.
comment save reportEdit in place with Scriptaculous and PHP
in PHP added by woork, on 5/1/2008 AJAX scriptaculous
How to implement a simple Edit in Place effect (Flickr-like) using Scriptaculous and PHP.
comment save reportWriting a CMS/Community with Smarty and the Zend Framework Part 6
in PHP added by prodevtips, on 7/12/2007 AJAX advanced tutorials content management oo programming php5
Shows how to setup a gallery with multiple uploads through a Shockwave made with the Flex SDK, also shows how to extend Zend Session to setup custom session ids.
comment save report