Home     PHP / Javascript / Ajax
Ajax Codes

Ajax Codes > tutorials-training-tips

Take Ajax to Your E-mail Inbox Free

Rate: | Price: Free | Demo: | Views: 1216

PHP Script Codes > tutorials-training-tips
In this article, the first of three parts, you will start creating a simple web-based POP 3 client using Ajax, which will use "XMLHttpRequest" objects to retrieve messages from a mail server. ... More

Saving Session Across Page Loads Without Cookies Free

Rate: | Price: Free | Demo: | Views: 1216

PHP Script Codes > tutorials-training-tips
This is a mini-tutorial on saving state across page loads on the client side, without using cookies so as to save large amounts of data beyond cookies size limits. ... More

Ajax - Building a Request Free

Rate: | Price: Free | Demo: | Views: 1141

PHP Script Codes > tutorials-training-tips
In this tutorial, you'll be introduced to Ajax, a technology that allows you to send these requests through small JavaScript calls, meaning the user doesn't have to wait for the page to refresh. ... More

AJAX: Instant Tutorial Free

Rate: | Price: Free | Demo: | Views: 1138

PHP Script Codes > tutorials-training-tips
This is a quick tutorial to get you jump started with Ajax. It uses object detection and explains some of the caveats for doing what is being done in the tutorial. ... More

How To Start a Site Like Youtube, Myspace or Facebook Commercial

Rate: | Price: Commercial | Demo: | Views: 1116

PHP Script Codes > tutorials-training-tips
New: Myspace and Yotube as 1 Site! datecomm is a php script like myspace, create albums, upload music like myspace 2. Videos Broadcast Yourself is a php script like youtube. Members can upload video clips etc.. like youtube. 3. SocialGroup ... More

Ajaxify your Facebook Application with Mock Ajax Free

Rate: | Price: Free | Demo: | Views: 1103

PHP Script Codes > tutorials-training-tips
Developing an Ajax based Facebook application is always a challenging task. Unfortunately, Facebook does not admit Ajax head-on. What developers have been doing in their websites and applications to enable Ajax or to make it an Ajax based a ... More

Ajax for Facebook Free

Rate: | Price: Free | Demo: | Views: 1096

PHP Script Codes > tutorials-training-tips
Facebook is the fastest rising social networking website in the world. Developed by Mark Zuckerberg, this social network started out as a social networking website within schools. Through Facebook, schools and universities would have the ab ... More

Beginning Ajax and ASP.NET 3.5 Free

Rate: | Price: Free | Demo: | Views: 1043

PHP Script Codes > tutorials-training-tips
Ajax is a great helper to us while developing rapid applications without worrying us at power of asynchronous. In Visual Web Developer 2008 comes with built in Atlas and ASP.NET3.5 . In this tutorial, I try to show you what's ajax and datab ... More

Ajax Mistakes Free

Rate: | Price: Free | Demo: | Views: 1007

PHP Script Codes > tutorials-training-tips
Ajax is also a dangerous technology for Web developers, its power introduces a huge amount of UI problems as well as server side state problems and server load problems. I�ve compiled a list of the many mistakes developers using ... More

Guide to Using AJAX and XMLHttpRequest Free

Rate: | Price: Free | Demo: | Views: 967

PHP Script Codes > tutorials-training-tips
The XMLHttpRequest object is a handy JavaScript object that offers a convenient way for Web pages to get information from servers without refreshing themselves. The purpose of this article is to demonstrate through a series of baby steps ju ... More

AJAX and the Back Button Problem Free

Rate: | Price: Free | Demo: | Views: 928

PHP Script Codes > tutorials-training-tips
If you are starting out in your first Ajax based program, one of the biggest challenges that you have to face is to let your users remember not to hit the back button. Most of the time, Ajax based programs does not like the back button. Unf ... More

Ajax edit in place multiple mysql rows Free

Rate: | Price: Free | Demo: | Views: 917

PHP Script Codes > tutorials-training-tips
Tutorial to edit in place multiple mysql rows of data using ajax and php. ... More

Building Efficient Widget Container Using Ajax Free

Rate: | Price: Free | Demo: | Views: 907

PHP Script Codes > tutorials-training-tips
PageFlakes.com has some of the most amazing feature that you cannot find in most websites: a widget container. Any HTML code that you have could be easily loaded through the container provided by Pageflakes.com. Although there are already t ... More

Ajax Basic Tutorial Free

Rate: | Price: Free | Demo: | Views: 894

PHP Script Codes > tutorials-training-tips
AJAX, or Asynchronous JavaScript and XML, is a web technology that is based on JavaScript and HTTP requests. By using AJAX we can use JavaScript to get/send data from/to a server without reloading the whole webpage with the help of XMLHttpR ... More

Alternate Ajax Techniques - Part 2 Free

Rate: | Price: Free | Demo: | Views: 862

PHP Script Codes > tutorials-training-tips
In this installment, you'll learn how to use images and cookies to enable client-server communication even on older browsers that don't support the DOM. ... More