Posts Tagged ‘Ajax’

PHP Tutorials: Create a ‘Like’ Button – Displaying Articles (Part 3/7)

Creating a ‘Like’ button with PHP. Easy to integrate into your existing content with the use of jQuery for AJAX calls. WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com

PHP Tutorials: Create a ‘Like’ Button – Introduction & Directory Structure (Part 1/7)

Creating a ‘Like’ button with PHP. Easy to integrate into your existing content with the use of jQuery for AJAX calls. WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com

Check User Sign Up Name Tutorial Javascript Ajax PHP for Social Network Community

Get the script here: www.worldofwebcraft.com In this lesson you will get a free script example to copy and paste plus a video guide on the programming logic involved to accomplish checking a user’s name in your sign up form using a simple Javascript Ajax post to PHP. The PHP will check our mySQL database to see if the username is already taken or not and lets the user know right away while they are filling out your sign up form.

Ajax Tutorial : Post to PHP File XMLHttpRequest Object Return Data Javascript

Script: www.developphp.com Learn to program the javascript XMLHttpRequest Object to easily send Ajax HTTP requests to your PHP parsing scripts, and get return data from submitted forms or any type of interaction that takes place on your website.

jQuery Basics: An Introduction to jQuery

An introduction to the jQuery JavaScript library. jQuery allows you to animate HTML pages, perform AJAX and much more. WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com

PHP Tutorials: Browser Identification

Identify the user’s browser and display it to them. Obviously the versatility is up to you, depending on how many browsers you wish to be able to identify.

chat/shoutbox tutorial using php, jQuery, and AJAX – part 1

chat/shoutbox tutorial using php, javascript/jQuery, AJAX Download tutorials files here www.freetutorialsrock.com Link for part 2 of this tutorial www.youtube.com

jQuery Ajax PHP Tutorial : Swap out page content on your website using PHP

Get Source Code: www.developphp.com Learn to use jQuery / Ajax post mechanism to communicate to PHP in order to swap out page content, or access a mysql database, or whatever the hell you want.