XHTML


  • Code editors comparison: Dreamweaver vs jEdit vs PSPad vs Notepad++

    Code editors comparison: Dreamweaver vs jEdit vs PSPad vs Notepad++

    8 Sep 2010

    A quick comparison on different code editors. I stick with Dreamweaver although it has so many bugs that make me consider other options. jEdit has a lot of functionalities but relies on Java. PSPad is…

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

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