by: Pedro Rubini.
Ajaxian Thread "Trouble with Asynchronous Ajax Requests and PHP Sessions", community member Andy, says:"Concurrency issues have long since been solved, if you actually use the recommended methods of avoiding them. Any modern book on thre...
by: Bill Hamilton.
Self-Taught PHP/MYSQL: a simple Page CounterThis article is a short introduction to PHP and MySQL using the example of a simple page counter. I will illustrate creating the database in MySQL, connecting to the database from the PHP scrip...
by: Asif Khalyani.
This degradable form validation demo verifies the form at the server side on the classic form submit, and also implements AJAX validation while the user navigates through the form. Degradable AJAX Form ValidationDoing a final server-side ...
by: navot peled.
Typical AJAX = Client ServerClient side AJAX is similar to Client Server computing in that it shifts much of the application logic to the client. It enables savvy Javascript developers to develop applications which make the most of the br...
by: Robert Plank.
PHP Scripts Don't Have to End in .PHPBy Robert PlankIf you tweak your site to perform better in search rankings then you practice the science of Search Engine Optimization (SEO). It's possible to start using PHP scripts on your site with...
by: Fat Jack.
At certain point of its evolution, fixing bugs had become rather procrastinate affair for the PHP Nuke developers. This slow process frustrated some programmers who decided to fork PHP Nuke and that were what led to churning out of this s...
by: John Moore.
You hear the word Ajax a lot these days, particularly in technology, so; what are people talking about? A Greek hero from the Odyssey - sure. A bathroom cleanser that gets your sink sparkly - indeed. But today, more often then not, Ajax r...
by: AJay sharma.
We were getting a number of querries from our clients and friends, asking about what AJAX is?With the development of Microsoft's Live, everyone is going crazy about AJAX. So, we at Xaprio Solutions thaught of publishing this small article...
by: smrithi.
Brief historyAjax is only a name given to a set of tools that were previously existing.The main part is XMLHttpRequest, a class usable in JavaScript , that was implemented into Internet Explorer since the 4.0 version.The same concept was ...
by: smrithi.
By now, nearly everyone who works in web development has heard of the term Ajax, which is simply a term to describe client-server communication achieved without reloading the current page. Most articles on Ajax have focused on using XMLHt...
by Jason Uvios. Espresso is a concentrated drink made by extracting the flavor from coffee. It is stronger than the normal coffee. The espresso is made by forcing very hot water at high pressure into tightly packed coffee. The drink that is got is full of ...
by: Paul Abbey.
Asynchronous Java script And XML (AJAX) is one of the primary building blocks of Web 2.0 applications. It is based on the XMLHttpRequest, an object developed by Microsoft. It runs both like any standard application and website. Like any ...
by: Robert.
Anyone who has ever used Gmail, Microsoft Outlook Web Access or Google Maps is already indirectly familiar with the power behind AJAX, which gives the responsiveness associated with desktop applications to website applications. AJAX, whic...
by: David Malan.
Chances are that whether or not you are not a technology guru, you keep hearing talk of internet technologies in terms of a never ending stream of acronyms. XHTML, CSS, J2EE, PHP, ASP.NET, JSP, SQL, HTTP, SSL, VOIP, P2P, XML, RSS... Sound...
by: Aztecsoft Limited.
INTRODUCTIONAJAX (Asynchronous JavaScript and XML) is an approach to web programming that has been enjoying great popularity ever since it was used by Google for many of its applications, notably "Google Suggest" and "Google Maps". There ...