XHTML


  • CSS Sprite Map in Adobe Fireworks Tutorial

    CSS Sprite Map in Adobe Fireworks Tutorial

    1 Jun 2010

    Adobe Fireworks or Photoshop (still) haven’t got any CSS Sprite Map tool or wizard in CS3 or CS4 versions (haven’t checked CS5) but it is very easy to create sprite maps. I recommend you t…

  • jQuery-JavaScript: Basic Cheat Sheet for Beginners

    jQuery-JavaScript: Basic Cheat Sheet for Beginners

    20 Dec 2009

    Content Check if element exists if ($('#infobox').length) { /*exists, do things here*/ } Change attribute $('#name').attr('title', 'Hello!'); Change content of a container $('#main').html('<p>Lo…