David Stockton's Blog: Changing ErrorController to work with AJAX
David Stockton has a new tutorial posted to his blog - a technique he's found useful in his Zend Framework application to make the ErrorController work with Ajax calls to reduce the message you get...
View ArticleJoris de Wit's Blog: Extending different layouts for Ajax requests in Twig,...
Joris de Wit has a (very) quick post about a handy tip he found about switching layouts easily with Twig in his Symfony2-based application - a handy ternary sort of switch that can detect when...
View ArticleTutorialzine.com: AJAX-enabled Sticky Notes With PHP & jQuery
On the Tutorialzine.com site there's an interesting (though a bit older) tutorial showing you how to combine jQuery, PHP and some CSS+HTML to make a simple sticky note application complete with...
View ArticleNetTuts.com: How to Upload Files with CodeIgniter and AJAX
New from NetTuts.com today there's a tutorial for those using the CodeIgniter framework for their application. It shows how to upload files with Ajax and a simple form (with jQuery and...
View ArticleNetTuts.com: Build Ajax Data Grids with CodeIgniter and jQuery
In a new tutorial from NetTuts.com today they show you how to combine a CodeIgniter-based backend and a jQuery frontend to make a simple Ajax data grid of data pulled from a database. In this lesson,...
View ArticleDZone.com: PHP Ajax Cookbook (Book Review)
On Dzone.com there's a book review from Ivan Ilijasic covering a recently released title from Packt Publishing, the "PHP Ajax Cookbook" (by Milan Sedliak, Rajesh Jeba R. Anbiah and Roshan Bhattarai)....
View ArticleDavid Müller: Cross Domain AJAX Guide
In his latest post David Müller covers some of the things to consider when working with cross-domain ajax requests including CORS and iframes. As it is widely known, AJAX Requests are only possible if...
View ArticleNetTuts.com: More Tips for Best Practices in WordPress Development
NetTuts.com has published a few more WordPress tips and best practices to help you get the most out of your WordPress-based application. Welcome to the second part of the series. In the first article,...
View ArticleSitePoint PHP Blog: PHP Streaming and Output Buffering Explained
The SitePoint PHP blog has a new performance-related post to the site today from Imran Latif. This new post looks at effective use of output buffering and streaming and explains how it works and some...
View ArticleSitePoint PHP Blog: Pagination with jQuery, AJAX and PHP
The SitePoint PHP blog has a new tutorial posted showing you how to set up pagination with jQuery and PHP using a simple Silex-based application. n this article, we're going to explain how easy it is...
View Article