Showing posts with label tools. Show all posts
Showing posts with label tools. Show all posts

Apr 12, 2007

KULER


KULER | Color tools from Adobe Labs. You can create color themes, name it, share it, rate it and download it. With better user interaction approach and interface make this tools more fun than colourlover.

Apr 5, 2007

NOTEPAD++ POWERFULL TEXT EDITOR


NOTEPAD ++ is powerfull text editor, best feature that very useful for me is their code column guide (i don't know what the real name this feature :), but like appear in the image above), it is very useful for me when tracking/bug fixing, sometimes we forgot to close tag and etc. Thanks Donny for suggestion to use this editor. And it's free :).

Mar 28, 2007

FIREBUG : DEBUGGING TOOLS FOR WEB DEVELOPER AND WEB DESIGNER

FIREBUG : Firebug integrates with Firefox to put a wealth of web development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page. (firebug.com)

I was using Web Developer Toolbar for debugging web design element of website. And now firebug come with various cool features that can be very helpful for a web developer and web designer. Here is feature list at a glance :

  • Inspect and Edit HTML
  • Tweak CSS to Perfection
  • Visualize CSS metrics
  • Debug and Profile Javascript
  • Quickly Find Errors
  • Explore the DOM
  • Execute javascript on the fly
  • Logging for Javascript
  • Monitor Network Activity (My favourite feature, it's very helpful as consideration for page load optimization)

It's Firebug Monitor Network Activity snapshot, it's very helpful because firebug give information on loading process, so we know what element that make website slow and must be optimized.




And here some Firebug in action videos :