JSON / XML
Delve a little deeper into some of the underlying package formats for AJAXified content delivery.
-
RESTful Delete with SLIM, jQuery and JSON
Adding jQuery RESTful calls for using the DELETE verb when deleting items via a JSON REST interface.
-
Building a JSON End-Point With SLIM and jQuery: Part 2
Part 2 in a series on building a JSON end-point. We’re using simple RESTful verbage to grab a list of names from a session store.
-
Building a JSON Endpoint with SLIM (Part 1)
Writing complex JavaScript applications can be tricky if your service layer isn’t well managed. This video will show you the first part in a series on building a RESTful, JSON-driven endpoint for web applications.
-
Creating RSS & Atom Feeds with Zend_Feed
Use Zend_Feed to build a simple RSS / Atom feed from a dataset in your models.
