CSS
-
Home / Web design / Front-End / CSS
Code editors comparison: Dreamweaver vs jEdit vs PSPad vs Notepad++
8 Sep 2010
A quick comparison on different code editors. Afterall I stick with Dreamweaver, it’s worth it’s price. jEdit has a lot of functionalities but it relies on Java. PSPad is small, flexible a…
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…
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
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…