Blog: Screencasts

  • AJAX with jQuery: A Simple Login Example

    Apr 15, 2009

    In this screencast we explore the jQuery $.post() command in order to create a simple AJAX login script that also gracefully degrades and works for users who do not have JavaScript enabled.

    You may want to check out my post "What Exactly is JSON?" if you're not familiar with the JavaScript Object Notation before watching.

  • AJAX with jQuery: The Beginning

    Mar 26, 2009

    This is the first in a series of screencasts that I'm creating to highlight the AJAX functionality present in the open source Javascript framework jQuery. In this screencast I give a brief overview of AJAX as well as delve into our first jQuery command.

    AJAX stands for Asynchronous JavaScript and XML.