Blog

  • Encode images for offline usage with HTML5 Canvas

    Posted 23 days ago in Tutorial Experiment Ajax DOM Media
    This is the additional part to the previous tutorial "Create a self caching website ready for offline usage with HTML5 and jQuery". Our script is able to cache and restore markup, stylesheets and javascripts. Basically everything you need to make a kick-ass website. All of these assets are simple text and can be cached/restored as is. But how could we cache non-text based content, such as images, in HTML5's localStorage?
  • Create a self caching website ready for offline usage with HTML5 and jQuery

    Posted about 1 month ago in Tutorial Experiment Ajax DOM
    In this tutorial we will create a website that is able to cache its own content, including markup, stylesheets and javascripts, as a user browse it. To dynamically restore cached files we use a offline manifest. Or in other words: every page a user visited online will be available offline too.
  • jQuery Ketchup Plugin - Tasty Form Validation

    Posted about 2 years ago in Plugin Form
    This is a slim jQuery form validation Plugin. The core is under 6kb and can be extended with your own validation functions. Also you have full control over the behavior and style of the error-containers. It comes pre-styled and with 16 pre-written validation functions.
  • The best of the best jQuery resources #3

    Posted about 2 years ago in Best Of
    Making a jQuery Plugin Truly Customizable | Preloading Images with jQuery and JavaScript | Macros in jQuery | Codename Pufferfish | Advanced Event Timeline With PHP, CSS & jQuery | wkrte | Roundabout for jQuery | jQuery Plugin - Feature List | SundayMorning | jQuery Browser Plugin
  • The jQuery Cross-Domain Ajax Guide

    Posted about 2 years ago in Tutorial Ajax
    Ajax requests to third party websites are normally not possible because of security restrictions. But there are several client-side techniques to work around this restrictions. Learn about them in this handy guide.