Tag: PHP

Creating an App from Scratch: Part 9

Part 9 of the Creating an App from Scratch series, in which Chris Coyier and Jason Lengstorf go over bug fixes, security concerns, and other feature tweaks that occurred after the application went live.

Creating an App from Scratch: Part 2

Part 2 of the Creating an App from Scratch series, in which Chris Coyier and Jason Lengstorf cover, in great detail, the planning, design, building, and testing of an AJAX-powered web application based on PHP/MySQL.

Reading RSS with PHP

In this tutorial, we’ll use SimpleXML and a custom PHP class to load and parse a user’s Flickr RSS feed, isolate the pieces of information we need, and output the data as HTML.