<?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>Atlantic BT &#187; resource</title>
	<atom:link href="http://www.atlanticbt.com/blog/tag/resource/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.atlanticbt.com/blog</link>
	<description>Internet Marketing and Web Development in Raleigh</description>
	<lastBuildDate>Wed, 08 Feb 2012 02:40:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The Essential Firefox Add-ons for Your Web Development Toolbox</title>
		<link>http://www.atlanticbt.com/blog/the-essential-firefox-add-ons-for-your-web-development-toolbox/</link>
		<comments>http://www.atlanticbt.com/blog/the-essential-firefox-add-ons-for-your-web-development-toolbox/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 15:00:16 +0000</pubDate>
		<dc:creator>Eric Guess</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[add-ons]]></category>
		<category><![CDATA[collections]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[resource]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://74.84.218.58/blog/?p=181</guid>
		<description><![CDATA[Here at Atlantic BT (we&#8217;re also known as ABT), the browser of choice for our designers and developers is Mozilla Firefox. The main reason for that is it empowers our web development team with a great deal of tools to help in the development process while properly rendering our code. Firefox recently released Add-ons Collections [...]]]></description>
			<content:encoded><![CDATA[<p>Here at Atlantic BT (we&#8217;re also known as <acronym title="Atlantic Business Technologies">ABT</acronym>), the browser of choice for our designers and developers is <a href="http://www.getfirefox.com">Mozilla Firefox</a>. The main reason for that is it empowers our web development team with a great deal of tools to help in the development process while properly rendering our code.</p>
<p><a href="http://blog.mozilla.com/addons/2009/06/10/introducing-add-on-collections/">Firefox recently released Add-ons Collections</a> to provide an easy way for users to share groups of related add-ons (also known as extensions) for their browser environment. This provides like-minded users the ability to share their collections of add-ons  similarly to the way <a href="http://delicious.com/">Delicious</a> enables users to share bookmarks.</p>
<p>The initial <a href="https://addons.mozilla.org/en-US/firefox/collection/abtwebdev">ABT Web Dev Collection</a> consists of seven of the most essential add-ons in our web development arsenal. For this post we will highlight our current top five. From color sampling and screen grabbing to bug squashing and validating, this add-ons collection greatly improves our productivity and we hope you will find it beneficial.</p>
<h4><img class="alignright size-full wp-image-709" style="border: 1px solid #ccc;" src="http://d1rvlzmuzboe2s.cloudfront.net/blog/wp-content/uploads/2009/04/webdev.gif" alt="webdev" width="150" height="101" />Web Developer Toolbar</h4>
<p>This add-on is considered a staple for web developers of all types. It&#8217;s the all-in-one solution where you can quickly disable styles, update <acronym title="Cascading Style Sheets">CSS</acronym>, and disable Javascript code. It gives you the ability to troubleshoot on the fly, where you can analyze or make changes to your source code and changes return immediately.</p>
<h4>Firebug</h4>
<h4><img class="alignright size-full wp-image-711" style="border: 1px solid #ccc;" src="http://d1rvlzmuzboe2s.cloudfront.net/blog/wp-content/uploads/2009/04/firebug.gif" alt="firebug" width="150" height="101" /></h4>
<p>Firebug&#8217;s developers have coined their add-on as &#8220;<a href="http://getfirebug.com/">web development evolved</a>&#8221; and we can&#8217;t agree more. Similar to the Web Developer Toolbar but different. It&#8217;s similar in the sense that you have access to all the same pieces to investigate, debug, etc. but it allows a <abbr title="What You See Is What You Get">WYSIWIG</abbr> view of the inner workings of your web page. To list a few, you can: inspect and edit <acronym title="HyperText Markup Language">HTML</acronym>, modify your CSS, monitor network activity, and quickly find errors.</p>
<h4>HTML Validator</h4>
<p><img class="alignright size-full wp-image-712" style="border: 1px solid #ccc;" src="http://d1rvlzmuzboe2s.cloudfront.net/blog/wp-content/uploads/2009/04/htmlvalidator.gif" alt="htmlvalidator" width="150" height="101" />As web designers we all know and should strive for valid HTML markup. The HTML validator provides a quick and easy way for you just to do that. If you have error-free markup you get a nice green checkmark letting you know all is well. But if you have errors or warnings it will tell you exactly where in your markup you need to review. Having valid HTML helps contribute to better <acronym title="Search Engine Optimization">SEO</acronym> rankings, browser rendering, and to future-proof your site.</p>
<h4>Operator</h4>
<h4><img class="alignright size-full wp-image-751" style="border: 1px solid #ccc;" src="http://d1rvlzmuzboe2s.cloudfront.net/blog/wp-content/uploads/2009/06/operator.gif" alt="Operator" width="150" height="101" /></h4>
<p>If you are a web designer and have no idea what microformats are you better get to learning. Put simply, &#8220;microformats are a set of simple, open data formats built upon existing and widely adopted standards.&#8221; (Source: <a href="http://microformats.org">microformats.org</a>) Microformats help us speak the same language when it comes to standards and as we move towards a semantic web (where we can search for topics  in a question format rather than keyword format) they will become a requirement. Operator gives you the ability to leverage and debug microformats. This is a necessary add-on as you are learning how to properly apply microformats.</p>
<h4>ColorZilla</h4>
<h4><img class="alignright size-full wp-image-710" style="border: 1px solid #ccc;" src="http://d1rvlzmuzboe2s.cloudfront.net/blog/wp-content/uploads/2009/04/colorzilla.gif" alt="colorzilla" width="150" height="101" /></h4>
<p>Do you need to quickly create a palette from a web image? Then ColorZilla is your add-on. With ColorZilla you can get a color reading from any point in your browser using an eyedropper tool. In addition you can add colors to your favorites, page zoom, easily adjust colors and paste into another program. A must-have for any web designer.</p>
<p>Be sure to download the new <a href="https://addons.mozilla.org/en-US/firefox/pages/collector">Mozilla Firefox Add-on Collector</a> and then subscribe to our <a href="https://addons.mozilla.org/en-US/firefox/collection/abtwebdev">ABT Web Dev Collection</a> to keep up to date with our tried and true collection of add-ons. As we come across other add-ons that we just can&#8217;t live without, we&#8217;ll add to our collection so you can stay on top of your web development.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.atlanticbt.com/blog/the-essential-firefox-add-ons-for-your-web-development-toolbox/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/11 queries in 0.004 seconds using disk: basic
Object Caching 264/289 objects using disk: basic
Content Delivery Network via d1rvlzmuzboe2s.cloudfront.net

Served from: www.atlanticbt.com @ 2012-02-08 05:46:39 -->
