1. “Modernizr is a JavaScript library that allows you to use CSS3 and HTML5 features while maintaining a fine level of control over browsers that don’t support them yet.”

     
  2. With Simple PHP Proxy, your JavaScript can access content in remote webpages, without cross-domain security limitations, even if it’s not available in JSONP format.

     
  3. 17:40 20th Nov 2010

    Notes: 38

    Reblogged from rentzsch

    Tags: javascript

    rentzsch:

    A common operation is “does this list already have this item in it?”.

    The obvious solution is to use arrays for the list of items and indexOf() as the detection method:

    var flintstones = ['fred', 'wilma', 'pebbles'];
    assert(flintstones.indexOf('wilma') !==...
     
  4. 21:13 6th Oct 2010

    Notes: 4

    Reblogged from columns

    Tags: javascriptjquery

    columns:

    The purpose of this book is to provide an overview of the jQuery JavaScript library