AJAX Made Easy - Learn AJAX

  
60 Articles.    Previous Page   Page 2 of 3  Next Page   

The ajax:select tag allows one to retrieve a list of values from a backend servlet (or other server-side control) and display them in another HTML select box.Here, the example asks the user to select a make from a list of car makers. Once selected, the XMLHttpRequest object calls a servlet to retrieve all models for that make, which are then ...   Read Article.
Category: PHP


One of the few things that I find lacking in PHP is the ability to report the progress of a file upload. This means that file uploads, especially uploads of larger files, can be extremely frustrating for end users when they don’t know if the upload is progressing or if it has stalled or if it has even ...   Read Article.
Category: PHP


Packt Publishing have been kind enough to send me an copy of their Ajax and PHP book. I now have dedicated place for this book on my work desk, and expect itrsquo;ll come in extremely handy when building my next Ajaxed and PHP based application.The book is aimed mainly at developers who have some HTML, PHP and JavaScript knowledge - but you ...   Read Article.
Category: PHP


This is a chess widget which uses AJAX to retrieve parsed chess data from the server. PHP is used on the server to parse PGN files and output it in a format we can use in our DHTML script(PGN = standard format for saving chess ...   Read Article.
Category: PHP


I’ve been meaning for some time to give a little tutorial on the live search I created for this latest design. There are a few steps involved, and I’ll do my best to explain each as we go. I should also note that I’m not including all the effects that you’ll find in my search. They require some special WordPress template changes that you shouln’t ...   Read Article.
Category: PHP


This tutorial is for those interested in developing rich Web applications that dynamically update content using asynchronous JavaScript and XML (Ajax) with PHP, without having to refresh entire Web pages with each user click. This tutorial assumes basic PHP concepts, including the use of if and switch statements, and functions. You will learn ...   Read Article.
Category: PHP


MyToday is a public RSS aggregator providing the latest news, views and content on a topic-based collection of feeds, called Dailies. Now it may seem like yet another RSS aggregator but one of the things it features is WML/WAP version of the page (ofcourse its not AJAXed ) MyToday.com is a public RSS ...   Read Article.
Category: PHP


Good example of using Ajax with PHP to create a Contact Form. Example is done in one small script which can be included in any PHP ...   Read Article.
Category: PHP


...   Read Article.
Category: PHP


...   Read Article.
Category: PHP


It was nice to see a very basic overview (with code examples) finally of how you actually implement Ajax in PHP in an end-to-end system. PEAR#8217;s DB_DataObject is a bit like Ruby on Rails#8217; ActiveRecord, though DB_DataObject has more of a code generation flavor than Object-Relational ...   Read Article.
Category: PHP


TurboDbAdmin is an ajax-based database admin tool for MySQL. It#8217;s built on 100% PHP, TurboWidgets and the Dojo Toolkit. Could this be the killer of the ubiquitous phpMyAdmin? PhpMyAdmin does a fine job in a Web 1.0 world, but I can#8217;t wait to try TurboDbAdmin! UPDATE: Live online demo available here. Requirements and Supported ...   Read Article.
Category: PHP


New release of PAJAJ out on Freshmeat. Check it out, it even includes a nice PHP Google Maps interface tag. Hehehhehehe. PAJAJ Information Methodology What is the PAJAJ framework, it stands for (PHP Asynchronous Javascript and JSON). It is a object oriented Ajax framework written in PHP5 for development of event ...   Read Article.
Category: PHP


Marco Tabini of php #124; architect has posted a recording of Joshua Eichorn#8217;s Building Dynamic Applications with PHP And AJAX. This is provided in a two part series of flash recordings of the talks (complete with live chat ...   Read Article.
Category: PHP


As I mentioned here, my concern about the buzz surrounding AJAX is not what#8217;s being said but what isn#8217;t being said. One question I#8217;ve got nagging me, which I#8217;ve yet to see serious discussion of, is the that of AJAX and sessions / state. I guess either no one is thinking about it or it#8217;s got ...   Read Article.
Category: PHP


Rasmus Lerdorf, creator of the PHP langauge, has a new tutorial on his site today that looks at the creation of a #8220;no-framework PHP MVC framework#8221; using PHP5, the Yahoo! User Interface Library, and JSON. So you want to build the next fancy Web 2.0 site? You#8217;ll need some gear. Most likely in the form of ...   Read Article.
Category: PHP


From the SitePoint PHP Blog, there#8217;s a new post from Harry Fuecks that talks about issues concerning race conditions and Ajax. He quotes Marc Wandschneider as saying, basically, that since PHP scripts are executed in their own little environment, there#8217;s not so much worry about the access of more than one page at once on that ...   Read Article.
Category: PHP


Lots of comments have been flying around about a new completely #8220;from the ground up#8221; implementation of a blog that#8217;s, as they put it, #8220;fully buzzword compliant (AJAX, RSS, Web 2.0 - it#8217;s all there)#8221;. The Logahead blogging engine offers many of the regular features that blogging software provides, but has been ...   Read Article.
Category: PHP


phpRiot has posted a tutorial that pairs PHP and Ajax together (the perfect combination?) to create sortable lists. ou might have been in a situation before where you had a list of items in your database that needed to be output in a specific order. These items could be anything: perhaps a listing of your favourite ...   Read Article.
Category: PHP


...   Read Article.
Category: PHP


60 Articles.    Previous Page   Page 2 of 3  Next Page   

Daily Email Updates

AJAX Updates delivered directly to your Inbox...

Enter your email address:

Latest AJAXwith Updates

Site Login

 

Latest AJAX Articles

Popular AJAX Articles