
AJAX
Asynchronous Javascript and XML (AJAX) is a powerful paradigm shift in web programming that facilitates an interactive user experience. Learn how you can sprinkle a bit of AJAX into your Zend application.
-
RESTful Delete with SLIM, jQuery and JSON
Adding jQuery RESTful calls for using the DELETE verb when deleting items via a JSON REST interface.
-
PUTting Data with jQuery
A quick look at how you can send PUT requests (REST update calls) to your SLIM-based JSON endpoint.
-
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.