CSS


  • CSS Sprite Map in Adobe Fireworks Tutorial

    CSS Sprite Map in Adobe Fireworks Tutorial

    1 Jun 2010

    Adobe Fireworks or Photoshop haven’t got any CSS Sprite Map tool or wizard but it is very easy to create sprite maps. I recommend you to use Fireworks instead of Photoshop for this since the int…

  • SkyScarf MultiSearch – iPhone version launched!

    SkyScarf MultiSearch – iPhone version launched!

    18 May 2010

    SkyScarf has just launched it’s iPhone version to help all those iPhone/iPod Touch users use their favourite search engine in a quick and efficient way. SkyScarf stands out to be the unification…

  • 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…