Creating an App from Scratch: Part 7
Part 7 of the Creating an App from Scratch series, in which Chris Coyier and Jason Lengstorf explain the PHP and jQuery that make the application’s list handling functions work.
Part 7 of the Creating an App from Scratch series, in which Chris Coyier and Jason Lengstorf explain the PHP and jQuery that make the application’s list handling functions work.
Part 5 of the Creating an App from Scratch series, in which Chris Coyier and Jason Lengstorf go over the PHP and MySQL that handles the creation and updating of user accounts.
Part 3 of the Creating an App from Scratch series, in which Chris Coyier and Jason Lengstorf cover the workflow and design of the application.
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.
I’m a big fan of keeping sites valid in XHTML 1.0 Strict. When I first started paying attention to standards, one of the things that stumped me right off the bat was the use of external links. This tip shows you how to use jQuery to keep your code valid AND have links open externally.
In this tutorial, you’ll learn a quick way to determine what the most popular tags are in a series of tagged entries.