<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>ADM Blog &#187; designer</title> <atom:link href="http://blog.another-d-mention.ro/tag/designer/feed/" rel="self" type="application/rss+xml" /><link>http://blog.another-d-mention.ro</link> <description>No matter how you see things, reality changes when you reach understanding</description> <lastBuildDate>Fri, 22 Jul 2011 06:56:49 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.1</generator> <item><title>10 Firefox add-ons for web designers</title><link>http://blog.another-d-mention.ro/misc/10-firefox-add-ons-for-web-designers/</link> <comments>http://blog.another-d-mention.ro/misc/10-firefox-add-ons-for-web-designers/#comments</comments> <pubDate>Fri, 08 May 2009 18:28:13 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Misc]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[add-ons]]></category> <category><![CDATA[designer]]></category> <category><![CDATA[extensions]]></category> <category><![CDATA[firefox]]></category> <category><![CDATA[web]]></category> <guid
isPermaLink="false">http://blog.another-d-mention.ro/?p=344</guid> <description><![CDATA[Firefox has emerged victorious from the Great Browser War - at least as far as web developers are concerned. While it may not be the most-used browser for the everyday web surfer, Firefox is clearly the first choice of developers for a few very simple reasons. Its support for web standards is legendary, but the [...]
Related posts:<ol><li><a
href='http://blog.another-d-mention.ro/misc/really-useful-firefox-keyboard-shortcuts/' rel='bookmark' title='Permanent Link: Really useful firefox keyboard shortcuts'>Really useful firefox keyboard shortcuts</a></li><li><a
href='http://blog.another-d-mention.ro/misc/firefox-and-user-agent-switcher/' rel='bookmark' title='Permanent Link: Firefox and User Agent Switcher'>Firefox and User Agent Switcher</a></li><li><a
href='http://blog.another-d-mention.ro/misc/visual-versioning-for-designers/' rel='bookmark' title='Permanent Link: Visual versioning for designers'>Visual versioning for designers</a></li></ol>]]></description> <content:encoded><![CDATA[<p>Firefox has emerged victorious from the Great Browser War - at least as far as web developers are concerned. While it may not be the most-used browser for the everyday web surfer, Firefox is clearly the first choice of developers for a few very simple reasons. Its <a
href="http://www.mozilla.com/en-US/firefox/features/#standards">support for web standards</a> is legendary, but the real super powers come from <a
href="http://www.mozilla.com/en-US/firefox/features/#customization">Firefox’s extensibility</a>. With a plethora of <a
href="https://addons.mozilla.org/en-US/firefox/">add-ons and extensions</a>, created for developers by developers, Firefox becomes much more than just a browser and turns into an essential part of your toolbox. Rather than digging through your source code with squinted eyes, use Firefox add-ons to pinpoint Javascript errors and debug them like a pro. Use add-ons to measure areas of your page, select colors directly from the site or view the specific CSS assigned to a pesky</p><div>element. You can even get a leg up on assuring your sites are accessible and use valid markup - all thanks to Firefox’s add-ons.</p><p>Here are 10 free add-ons covering everything from DOM inspection to screenshots, making designing and developing with Firefox a breeze.</p><h2><strong>1. Firebug + Firecookie + Codeburner</strong></h2><p>The first on our list of 10 is actually 3 separate add-ons but they are all meant to work together, and when combined they form one of the most powerful development tools available.</p><p><img
class="alignright size-full wp-image-345" title="11-150x150" src="http://cache.another-d-mention.ro/images/wp-content/uploads/2009/05/11-150x150.jpg" alt="11 150x150 10 Firefox add ons for web designers" width="150" height="150" />First and foremost, if you’re doing any sort of Javascript development <strong>Firebug</strong> is essential. Otherwise you’re really just stumbling around in the dark when it comes to debugging. Firebug not only gives you a robust error console, but also lets you add breakpoints in your code. Firebug’s HTML and CSS inspector gives you the freedom to either browse your source code in a collapsible tree, or click an element within the page to see its markup. Firebug also lets you edit your “live” HTML and CSS and instantly displays the results for you to review - no reloading, no saving.</p><p><img
class="alignright size-full wp-image-346" title="12-150x150" src="http://cache.another-d-mention.ro/images/wp-content/uploads/2009/05/12-150x150.jpg" alt="12 150x150 10 Firefox add ons for web designers" width="150" height="150" />Install the <strong>Firecookie</strong> add-on and Firebug gets a new super-power: complete cookie viewing and management. You can view the full content of each cookie, and even edit and delete them all from Firebug’s window.</p><p><strong>Codeburner</strong> then rounds out the Firebug setup by adding a compete W3C reference lookup with search-as-you-type on HTML elements &amp; attributes as well as CSS properties. Ever wonder which browsers support the text-transform CSS atrtribute? Codeburner will tell you that it’s buggy in IE7, but has full support in Firefox 3, Safari 3 and Opera 9.<br
/> Here are 10 free add-ons covering everything from DOM inspection to screenshots, making designing and developing with Firefox a breeze.</p><p><strong>Download:</strong> <a
href="https://addons.mozilla.org/en-US/firefox/addon/1843" target="_blank">Firebug</a>, <a
href="https://addons.mozilla.org/en-US/firefox/addon/6683" target="_blank">Firecookie</a>, <a
href="https://addons.mozilla.org/en-US/firefox/addon/10273" target="_blank">Codburner</a></div><h2 style="margin-top:10px; clear:both"><strong>2. Web Developer Toolbar</strong></h2><p>If writing Javascript without Firebug is like fumbling in the dark, building a site without the Web Developer Toolbar is like blindfolding yourself, tieing your hands and and trying to run through the woods without hitting a tree. Disable your cache, images and cookies, switch style sheets by media type, auto-fill forms with temp data, outline certain element types, resize the browser window to common sizes and validate your markup - all from within one toolbar. The Web Developer Toolbar does a whole lot more and is always the first add-on I install in Firefox. Give it a try and you’ll wonder how you ever got along without it.</p><p><img
class="aligncenter size-full wp-image-347" title="21" src="http://cache.another-d-mention.ro/images/wp-content/uploads/2009/05/21.jpg" alt="21 10 Firefox add ons for web designers" width="500" height="28" /><br
/> <strong>Download:</strong> <a
href="https://addons.mozilla.org/en-US/firefox/addon/60" target="_blank">Web Developer Toolbar</a></p><h2 style="margin-top:10px; clear:both"><strong>3. Measure It</strong></h2><p><img
class="alignright size-full wp-image-348" title="3-150x150" src="http://cache.another-d-mention.ro/images/wp-content/uploads/2009/05/3-150x150.jpg" alt="3 150x150 10 Firefox add ons for web designers" width="150" height="150" />Ever need to know just how much space you have for a photo, or how wide a dynamically sized column is? This handy little guy lets you measure, in pixels, any area on the page. Super simple and super helpful.</p><p><strong>Download:</strong> <a
href="https://addons.mozilla.org/en-US/firefox/addon/539" target="_blank">Measure It</a></p><h2 style="margin-top:10px; clear:both"><strong>4. Colorzilla</strong></h2><p>Another very simple but very useful add-on that displays the RGB and HTML color codes directly beneath your cursor. With a click, Colorzilla will copy the HTML color code to your clipboard for use in your favorite editor.</p><p><img
class="aligncenter size-full wp-image-349" title="4" src="http://cache.another-d-mention.ro/images/wp-content/uploads/2009/05/4.jpg" alt="4 10 Firefox add ons for web designers" width="330" height="36" /></p><p><strong>Download:</strong> <a
href="https://addons.mozilla.org/en-US/firefox/addon/271" target="_blank">Colorzilla</a></p><h2 style="margin-top:10px; clear:both"><strong>5. CSS Viewer</strong></h2><p><img
class="alignright size-full wp-image-350" title="5-150x150" src="http://cache.another-d-mention.ro/images/wp-content/uploads/2009/05/5-150x150.jpg" alt="5 150x150 10 Firefox add ons for web designers" width="150" height="150" />CSS Viewer takes one of the features in the Web Developer Toolbar and makes it a little easier. Just point your cursor at any element on the page and CSS Viewer will show you all of its CSS attributes, from size and position to fonts and colors, all in an easy to read overlay.</p><p><strong>Download:</strong> <a
href="https://addons.mozilla.org/en-US/firefox/addon/2104" target="_blank">CSS Viewer</a></p><h2 style="margin-top:10px; clear:both"><strong>6. ScreenGrab</strong></h2><p><img
class="alignright size-full wp-image-351" title="6-150x141" src="http://cache.another-d-mention.ro/images/wp-content/uploads/2009/05/6-150x141.jpg" alt="6 150x141 10 Firefox add ons for web designers" width="150" height="141" />A simple screenshot tool, Screengrab will save the visible area or the complete page as a file on your desktop. You can choose to save as a png or jpg, and even auto-add a datestamp to the file name</p><p><strong>Download: </strong><a
href="https://addons.mozilla.org/en-US/firefox/addon/1146" target="_blank">ScreenGrab</a></p><h2 style="margin-top:10px; clear:both"><strong>7. Gridfox</strong></h2><p><img
class="alignright size-full wp-image-352" title="gridfox-150x150" src="http://cache.another-d-mention.ro/images/wp-content/uploads/2009/05/gridfox-150x150.jpg" alt="gridfox 150x150 10 Firefox add ons for web designers" width="150" height="150" />If you use <a
href="http://en.wikipedia.org/wiki/Grid_%28page_layout%29" target="_blank">grid layouts</a> or want to learn how, Gridfox is for you. It displays a simple overlay on your page to help you align elements to both vertical and horizontal grid lines. You can easily set the column and row sizes and spacing, choose from left-aligned, right-aligned or centered layouts and set the opacity of the overlay.</p><p><strong>Download:</strong> <a
href="http://www.puidokas.com/portfolio/gridfox/" target="_blank">Gridfox</a></p><h2 style="margin-top:10px; clear:both"><strong>8. User Agent Switcher</strong></h2><p><img
class="alignright size-full wp-image-353" title="9-150x150" src="http://cache.another-d-mention.ro/images/wp-content/uploads/2009/05/9-150x150.jpg" alt="9 150x150 10 Firefox add ons for web designers" width="150" height="150" />If you swap style sheets or display alternate content based on which browser the user is viewing your site with, this add-on will tell Firefox to pretend it is another browser. Choose from Opera, Internet Explorer, or add your own custom <a
href="http://www.user-agents.org/" target="_blank">user-agents</a> to the list.</p><p><strong>Download:</strong> <a
href="https://addons.mozilla.org/en-US/firefox/addon/59" target="_blank">User Agent Switcher</a></p><h2 style="margin-top:10px; clear:both"><strong>9. PageDiff</strong></h2><p><img
class="alignright size-full wp-image-354" title="10-150x150" src="http://cache.another-d-mention.ro/images/wp-content/uploads/2009/05/10-150x150.jpg" alt="10 150x150 10 Firefox add ons for web designers" width="150" height="150" />Those of you familiar with the linux/unix “diff” command will instantly understand what this add-on does. Compare the source code of any two pages and see where they differ. This is very useful when comparing staging and production environments, or comparing a backup to a current deployment before restoring any code.</p><p><strong>Download:</strong> <a
href="https://addons.mozilla.org/en-US/firefox/addon/4274" target="_blank">PageDiff</a></p><h2 style="margin-top:10px; clear:both"><strong>10.  Cache View and Cache Status</strong></h2><p><img
class="alignright size-full wp-image-355" title="1208087359" src="http://cache.another-d-mention.ro/images/wp-content/uploads/2009/05/1208087359.png" alt="1208087359 10 Firefox add ons for web designers" width="195" height="150" /><strong>CacheView</strong> is a GUI Front-end of "about:cache" that allows searching,sorting and saveing memory and disk cache files. Very usefull when 1) You want to see what is in your cache and 2) Save things from memory or disk cache since firefox has a very cryptic way of storing it's cache.</p><p><strong>Cache Status</strong> is a customizable presence to your browser window's statusbar that gives you up-to-date information on your browser's cache usage, both RAM and the hard drive. The presence also has a right-click context menu, where you can easily clear your <img
class="size-full wp-image-356 alignright" title="943948800" src="http://cache.another-d-mention.ro/images/wp-content/uploads/2009/05/943948800.png" alt="943948800 10 Firefox add ons for web designers" width="200" height="150" />browser's cache. It can also automatically clean your cache when it reaches a specified level, through its Options.</p><p><strong>Download:</strong> <a
href="https://addons.mozilla.org/en-US/firefox/addon/2489" target="_blank">Cache Viewer</a>, <a
href="https://addons.mozilla.org/en-US/firefox/addon/1881" target="_blank">Cache Status</a></p><p>Related posts:<ol><li><a
href='http://blog.another-d-mention.ro/misc/really-useful-firefox-keyboard-shortcuts/' rel='bookmark' title='Permanent Link: Really useful firefox keyboard shortcuts'>Really useful firefox keyboard shortcuts</a></li><li><a
href='http://blog.another-d-mention.ro/misc/firefox-and-user-agent-switcher/' rel='bookmark' title='Permanent Link: Firefox and User Agent Switcher'>Firefox and User Agent Switcher</a></li><li><a
href='http://blog.another-d-mention.ro/misc/visual-versioning-for-designers/' rel='bookmark' title='Permanent Link: Visual versioning for designers'>Visual versioning for designers</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://blog.another-d-mention.ro/misc/10-firefox-add-ons-for-web-designers/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
