homeASCIIcasts

Recent Episodes

  1. 175

    AJAX History and Bookmarks Other translations: Cn

    AJAX-enabled sites do not usually play well with bookmarking or the brower's page history. In this episode we fix that with a simple jQuery plugin.

    Tags: ajax plugins

  2. 174

    Pagination With AJAX Other translations: Cn

    Use jQuery to add unobtrusive JavaScript links to a paginated list.

    Tags: ajax views

  3. 173

    Screen Scraping With ScrAPI

    Screen scraping is sometimes the only way to get data from another website. This episode uses scrAPI to fetch prices from another site.

    Tags: plugins

  4. 172

    Touch and Cache Other translations: Cn

    Rails 2.3.3 has a new feature called 'touch'. In this episode we use it to auto-expire associated caches.

    Tags: performance caching rails-23

  5. 171

    Delayed Job Other translations: Cn

    The delayed_job plugin provides an excellent way of getting long running tasks running in the background.

    Tags: plugins

  6. 170

    OpenID With Authlogic

    This episode extends the appication built in episode 160 and shows how to add OpenID support to a Ralis application that uses Authlogic.

    Tags: authentication plugins

  7. 169

    Dynamic Page Caching Other translations: Cn It

    Use a combination of page caching and JavaScript to create a fast cached page that can still be updated dynamically.

    Tags: caching performance ajax administration

  8. 168

    Feed Parsing Other translations: Cn

    In this episode we use two different techniques to parse an RSS feed with Feedzirra.

    Tags: plugins active-record

  9. 167

    More on Virtual Attributes Other translations: Cn

    Make use of virtual attributes and callbacks to implement tagging in a blogging application.

    Tags: models forms

  10. 166

    Metric Fu

    Metric Fu is a compliation of tools that help you find the places in your code that need improvement. See what they have to say about the Railscasts codebase.

    Tags: tools testing