<?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/"
	>

<channel>
	<title>Shoreline Studio &#124; Blog</title>
	<atom:link href="http://www.shorelinestudio.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.shorelinestudio.com/blog</link>
	<description>Blog</description>
	<pubDate>Tue, 07 Apr 2009 18:57:03 +0000</pubDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Scion Juice Contest Entry</title>
		<link>http://www.shorelinestudio.com/blog/scion-juice-contest-entry</link>
		<comments>http://www.shorelinestudio.com/blog/scion-juice-contest-entry#comments</comments>
		<pubDate>Tue, 07 Apr 2009 18:56:41 +0000</pubDate>
		<dc:creator>Shoreline Studio</dc:creator>
		
		<category><![CDATA[Communication]]></category>

		<category><![CDATA[Inspiration]]></category>

		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[graphic]]></category>

		<category><![CDATA[interests]]></category>

		<guid isPermaLink="false">http://www.shorelinestudio.com/blog/?p=103</guid>
		<description><![CDATA[This contest is hosted by scion and cut&#038;paste. The prize is 5k and so far I&#8217;ve submitted these three designs. 
Version 1

View Entry
Version 2

View Entry
Version 3

View Entry
What do you think? Which one do you like best?
]]></description>
			<content:encoded><![CDATA[<p>This contest is hosted by scion and cut&#038;paste. The prize is 5k and so far I&#8217;ve submitted these three designs. </p>
<p>Version 1<br />
<a href="http://www.uniqueessence.org/juice/v1.jpg" alt="Version 1"><img src="http://scionjuice.cutandpaste.com/system/medias/60/main/v1.jpg?1239126357" title="Version 1" border="0"></a><br />
<a href="http://scionjuice.cutandpaste.com/entries/60">View Entry</a></p>
<p>Version 2<br />
<a href="http://www.uniqueessence.org/juice/v2.jpg" alt="Version 2"><img src="http://scionjuice.cutandpaste.com/system/medias/61/main/v2.jpg?1239128397" title="Version 2" border="0"></a><br />
<a href="http://scionjuice.cutandpaste.com/entries/61">View Entry</a></p>
<p>Version 3<br />
<a href="http://www.uniqueessence.org/juice/v3.jpg" alt="Version 3"><img src="http://scionjuice.cutandpaste.com/system/medias/62/main/v3.jpg?1239129234" title="Version 3" border="0"></a><br />
<a href="http://scionjuice.cutandpaste.com/entries/62">View Entry</a></p>
<p>What do you think? Which one do you like best?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shorelinestudio.com/blog/scion-juice-contest-entry/feed</wfw:commentRss>
		</item>
		<item>
		<title>The Infinite Scrolling Menu</title>
		<link>http://www.shorelinestudio.com/blog/the-infinite-scrolling-menu</link>
		<comments>http://www.shorelinestudio.com/blog/the-infinite-scrolling-menu#comments</comments>
		<pubDate>Mon, 02 Feb 2009 20:09:21 +0000</pubDate>
		<dc:creator>Shoreline Studio</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<category><![CDATA[Help]]></category>

		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Tools]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[menu]]></category>

		<guid isPermaLink="false">http://www.shorelinestudio.com/blog/?p=87</guid>
		<description><![CDATA[Using inspiration from two Kirupa tutorials, &#8220;Create the Infinite Menu&#8221; and &#8220;Adding Thumbnails&#8221; I have decided to post a tutorial on how to create an infinite scrolling menu that pauses on rollover without the weird stuttering.

Steps to Creating the Infinite Scrolling Menu

Download the partial source first here.
Open the source provided. There is nothing on the [...]]]></description>
			<content:encoded><![CDATA[<p>Using inspiration from two Kirupa tutorials, &#8220;<a title="Create the Infinite Menu" href="http://www.kirupa.com/developer/mx/infinite.htm" target="_blank">Create the Infinite Menu</a>&#8221; and &#8220;<a title="Adding Thumbnails" href="http://www.kirupa.com/developer/mx2004/thumbnails.htm" target="_blank">Adding Thumbnails</a>&#8221; I have decided to post a tutorial on how to create an infinite scrolling menu that pauses on rollover without the weird stuttering.<br />
<br clear="both" /><br />
<strong>Steps to Creating the Infinite Scrolling Menu</strong></p>
<ol>
<li>Download the partial source first <a title="Infinite Scrolling Menu" href="http://www.shorelinestudio.com/downloads/infinite_scroll_demo.fla">here</a>.</li>
<li>Open the source provided. There is nothing on the stage yet, all of the assets are in the library. If your library is not already open, open it now (Ctrl + L).</li>
<li>You will see a movie clip named, <em>menu</em>. This movie clip contains the buttons and is where you can add your text, images, etc. notice that the registration point of this clip is on its left end, which is very important.</li>
<li>In order to make the clip look like it is continually scrolling/repeating on the stage you will need two instances of the <em>menu</em> movie clip.</li>
<li>Drag and drop the <em>menu</em> movie clip onto the stage. Position them with the Properties Panel, the first at X:0 / Y:100 and the second at X:800 / Y:100 (the clip is 800 pixels wide and the registration mark is 100 pixels from the top of the stage). Now select both clips, and hit F8 to turn them into 1 clip. Be sure to put the registration point of this new clip in the top left. Name this movie clip, <em>scrolling_menu</em>  and give it an instance name of <b>scrolling_mc</b>.<br />
<br clear="both" /><img class="aligncenter size-full wp-image-88" title="Tutorial - Screen 1" src="http://www.shorelinestudio.com/blog/wp-content/uploads/2009/02/screen1.jpg" alt="Tutorial - Screen 1" width="600" height="208" /></p>
<p><img class="aligncenter size-full wp-image-89" title="Tutorial - Screen 2" src="http://www.shorelinestudio.com/blog/wp-content/uploads/2009/02/screen2.jpg" alt="Tutorial - Screen 2" width="414" height="181" /></li>
<li>To make the hit areas, create a new layer and call it, <em>hit area</em>, now drag the <em>hit_area</em> movie clip on to the stage twice. You will need to align one to the far left of the stage and another to the far right of the stage (not the movie clip). The <em>hit_area</em> movie clip that you placed on to the left of the stage should have an instance name of <strong>hit_left</strong> while the right should have an instance name of <strong>hit_right</strong>. Now that you have the hit areas on the stage you will want to make them invisible by setting their alpha to 0 (zero).<br />
<br clear="both" /><br />
<img class="aligncenter size-full wp-image-90" title="Tutorial - Screen 3" src="http://www.shorelinestudio.com/blog/wp-content/uploads/2009/02/screen3.jpg" alt="Tutorial - Screen 3" width="600" height="237" /><br />
<img class="aligncenter size-full wp-image-91" title="Tutorial - Screen 4" src="http://www.shorelinestudio.com/blog/wp-content/uploads/2009/02/screen4.jpg" alt="Tutorial - Screen 4" width="600" height="349" /></li>
<li>Now to make the menu scroll! Make a new layer and call it <em>actions</em>. Open the Actions panel (F9) and enter this code:<br />
<br clear="both" /><br />
this.createEmptyMovieClip(&#8221;scroller&#8221;, 1000);<br />
scroll_speed = 5;<br />
scroller.onEnterFrame = function() {<br />
if ((_root._ymouse&gt;=scrolling_mc._y) &amp;&amp; (_root._ymouse&lt;=scrolling_mc._y+scrolling_mc._height)) {<br />
if ((_root._xmouse&gt;=(hit_right._x-100)) &amp;&amp; (scrolling_mc.hitTest(hit_right))) {<br />
scrolling_mc._x -= scroll_speed;<br />
} else if ((_root._xmouse&lt;=(hit_left._x+100)) &amp;&amp; (scrolling_mc.hitTest(hit_left))) {<br />
scrolling_mc._x += scroll_speed;<br />
}<br />
} else {<br />
delete scroller;<br />
}<br />
};</li>
<p><br clear="both" /></p>
<li>Also, you can always change the speed, mine is set at 5, but you can make it faster or slower if you want. Now, if you test your movie you will notice it is scrolling but not repeating when you scroll to the left. That is because you need to add a litt more code. Select your movie clip, <em>scrolling_mc</em> and open the Actions panel for the movie clip (F9). Now enter this code:<br />
<br clear="both" /><br />
onClipEvent (enterFrame)<br />
{</p>
<p>if (_x &gt; 0) _x=-800;<br />
if (_x &lt; -800) _x=0;</p>
<p>}</li>
<li>Now test your movie and scroll to the left and to the right, you will notice that no matter which way you move you mouse and no matter how long you go in one direction your menu will continue to scroll and repeat!</li>
</ol>
<p>You can download the final source <a title="Infinite Scrolling Menu" href="http://www.shorelinestudio.com/downloads/infinite_scroll.zip">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shorelinestudio.com/blog/the-infinite-scrolling-menu/feed</wfw:commentRss>
		</item>
		<item>
		<title>15 Helpful Business Tools</title>
		<link>http://www.shorelinestudio.com/blog/15-helpful-business-tools</link>
		<comments>http://www.shorelinestudio.com/blog/15-helpful-business-tools#comments</comments>
		<pubDate>Thu, 22 Jan 2009 22:30:51 +0000</pubDate>
		<dc:creator>Shoreline Studio</dc:creator>
		
		<category><![CDATA[Business]]></category>

		<category><![CDATA[Communication]]></category>

		<category><![CDATA[Help]]></category>

		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Management]]></category>

		<category><![CDATA[Tools]]></category>

		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[useful]]></category>

		<guid isPermaLink="false">http://www.shorelinestudio.com/blog/?p=76</guid>
		<description><![CDATA[Need a site to help you manage your projects? Need a way to remotely access someone&#8217;s computer? Or just need a better tool to help you organize your notes&#8230; wll here is a compiled list (in no particular order) containing 15 helpful Web sites and business tools that will save you time, work, and money.


 [...]]]></description>
			<content:encoded><![CDATA[<p>Need a site to help you manage your projects? Need a way to remotely access someone&#8217;s computer? Or just need a better tool to help you organize your notes&#8230; wll here is a compiled list (in no particular order) containing 15 helpful Web sites and business tools that will save you time, work, and money.<br />
<br clear="all" />
<ol style="margin-left: 50px;">
<li> <a href="http://www.logmein.com/" target="_blank">LogMeIn</a> - LogMeIn provides organizations and individuals with secure, easy-to-use and cost effective solutions for remotely supporting, connecting and accessing digital information, applications and Internet-enabled devices.</li>
<li> <a href="http://www.basecamphq.com/" target="_blank">Basecamp</a> - is a web-based tool that lets you manage and track projects (or simply ideas) and quickly create client/project extranets.</li>
<li> <a href="http://www.skype.com/" target="_blank">Skype</a> - With Skype’s free software – by the way, it works seamlessly with your internet connection – you can chat away with free Skype-to-Skype calls and never worry about cost, time or distance.</li>
<li> <a href="http://www.rememberthemilk.com/" target="_blank">Remember The Milk</a> - Online to do list and task management.</li>
<li> <a href="http://www.yousendit.com/" target="_blank">YouSendIt</a> - The secure, cost-effective and easy-to-use YouSendIt services are ideal for anyone with the need to send, receive and track digital content.</li>
<li> <a href="http://www.dimdim.com/" target="_blank">DimDim</a> - Free Web Meeting, Free Web Conferencing, Meetup, Open Source, Net Meeting, eLearning, web conference, Unified Collaboration, Online Meetings, Online Training, Free Screen Sharing, collaboration, live meeting.</li>
<li> <a href="http://www.protonotes.com/" target="_blank">Protonotes</a> - HTML prototyping collaboration tool.</li>
<li> <a href="http://www.highrisehq.com/" target="_blank">Highrise</a> - Contact Manager, Web Based CRM, Address Book for Small Business.</li>
<li> <a href="http://www.etherpad.com/" target="_blank">EtherPad</a> - Realtime Collaborative Text Editing.</li>
<li> <a href="http://www.pandora.com/" target="_blank">Pandora</a> - Had to add this because it&#8217;s the best Internet radio!</li>
<li> <a href="http://www.getharvest.com/" target="_blank">Harvest</a> - Simple online time tracking, timesheet and reporting software.</li>
<li> <a href="http://www.backpackit.com/" target="_blank">Backpack</a> - Intranet, Group Calendar, Small Business Organize.</li>
<li> <a href="http://www.campfirenow.com/" target="_blank">Campfire</a> - Real-time group chat for business. It&#8217;s like instant messaging, but optimized for groups. Especially great for remote teams.</li>
<li> <a href="http://wikidpad.sourceforge.net/" target="_blank">WikiPad</a> - A way to keep your notes organized electronically. You can actually manage to be almost completely paperless with the use of this innovative and some-what “glorified” web-based note pad.</li>
<li> <a href="http://www.bionicbooks.com/" target="_blank">BionicBooks</a> - Free accounting software for startup or small business owners. BionicBooks helps you maintain the company accounts and track costs.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.shorelinestudio.com/blog/15-helpful-business-tools/feed</wfw:commentRss>
		</item>
		<item>
		<title>TweetSuite Button Fix</title>
		<link>http://www.shorelinestudio.com/blog/tweetsuite-button-fix</link>
		<comments>http://www.shorelinestudio.com/blog/tweetsuite-button-fix#comments</comments>
		<pubDate>Mon, 12 Jan 2009 18:56:43 +0000</pubDate>
		<dc:creator>Shoreline Studio</dc:creator>
		
		<category><![CDATA[Blogs]]></category>

		<category><![CDATA[Twitter]]></category>

		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[tweetback]]></category>

		<category><![CDATA[tweetsuite]]></category>

		<guid isPermaLink="false">http://www.shorelinestudio.com/blog/?p=59</guid>
		<description><![CDATA[If anyone has noticed once you have installed the TweetSuite plugin in the configuration settings you can either enable or disable the Tweet This button. Unfortunately I still haven&#8217;t figured out how to move this button from the top of the post to somewhere else, but I did manage to fix the spacing issue between [...]]]></description>
			<content:encoded><![CDATA[<p>If anyone has noticed once you have installed the TweetSuite plugin in the configuration settings you can either enable or disable the Tweet This button. Unfortunately I still haven&#8217;t figured out how to move this button from the top of the post to somewhere else, but I did manage to fix the spacing issue between that button and the copy in the post.<br />
<br clear="all" /><br />
<strong>This is how the button looks without the fix:</strong><br />
<br />
<img class="alignnone size-full wp-image-63" title="TweetSuite" src="http://www.shorelinestudio.com/blog/wp-content/uploads/2009/01/ts_nomargin1.jpg" alt="TweetSuite" width="634" height="156" /></p>
<p><strong>This is how it looks now:</strong><br />
<br />
<img class="alignnone size-full wp-image-61" title="TweetSuite" src="http://www.shorelinestudio.com/blog/wp-content/uploads/2009/01/ts_margin.jpg" alt="TweetSuite" width="634" height="156" /></p>
<p>To fix the spacing issue go to the plugins section and edit the TweetSuite plugin code (<strong>Warning:</strong> Making changes to active plugins is not recommended. If your changes cause a fatal error, the plugin will be automatically deactivated).</p>
<p><strong>In the source code you will find a code snippet like this (click to enlarge):</strong><br />
<br />
<a rel="lightbox[tweetsuite]" href="http://www.shorelinestudio.com/blog/wp-content/uploads/2009/01/ts_wrong.jpg"><img src="http://www.shorelinestudio.com/blog/wp-content/uploads/2009/01/ts_wrong.jpg" border="0" alt="Plugin Code" width="570" height="156" /></a></p>
<p><strong>All you need to do is add a semi-colon and change the amount of pixels you want in the margin, like this (click to enlarge):</strong><br />
<br />
<a rel="lightbox[tweetsuite]" href="http://www.shorelinestudio.com/blog/wp-content/uploads/2009/01/ts_right.jpg"><img src="http://www.shorelinestudio.com/blog/wp-content/uploads/2009/01/ts_right.jpg" border="0" alt="Plugin Code" width="570" height="156" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shorelinestudio.com/blog/tweetsuite-button-fix/feed</wfw:commentRss>
		</item>
		<item>
		<title>Inspirational Sites</title>
		<link>http://www.shorelinestudio.com/blog/inspirational-sites</link>
		<comments>http://www.shorelinestudio.com/blog/inspirational-sites#comments</comments>
		<pubDate>Fri, 09 Jan 2009 20:15:51 +0000</pubDate>
		<dc:creator>Shoreline Studio</dc:creator>
		
		<category><![CDATA[Blogs]]></category>

		<category><![CDATA[Email]]></category>

		<category><![CDATA[Inspiration]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.shorelinestudio.com/blog/?p=35</guid>
		<description><![CDATA[As a Web designer/developer I am expected to be in the know and be up-to-date with everything that is Web. So I do a lot of searching on the Web to find new inspirations, I sign-up for newsletters, and find new tutorials to do so that I can be more efficient in the programs I [...]]]></description>
			<content:encoded><![CDATA[<p>As a Web designer/developer I am expected to be in the know and be up-to-date with everything that is Web. So I do a lot of searching on the Web to find new inspirations, I sign-up for newsletters, and find new tutorials to do so that I can be more efficient in the programs I use on a daily basis. While doing this I have accumulated a ridiculous amount of bookmarks&#8230; I actually have them categorized! There are so many great sites on the Web that are both inspirational and helpful and I just had to share!</p>
<h2>Inspirational</h2>
<ul>
<li><a href="http://www.tanyamerone.com/" target="_blank">Tanya Merone - Online Portfolio</a></li>
<li><a href="http://onepagelove.com/" target="_blank">One Page Love</a></li>
<li><a href="http://thebestdesigns.com/" target="_blank">The Best Designs</a></li>
<li><a href="http://www.webdesignerwall.com/" target="_blank">Web Designer Wall</a></li>
<li><a href="http://www.cssremix.com/" target="_blank">CSS Remix</a></li>
<li><a href="http://www.deviantart.com/" target="_blank">Deviant Art</a></li>
<li><a href="http://www.istock.com/" target="_blank">iStock</a></li>
<li><a href="http://www.ndesign-studio.com/" target="_blank">N.Design Studio</a></li>
<li><a href="http://www.webdesign-is-art.com/" target="_blank">Web Design is art</a></li>
<li><a href="http://bestwebgallery.com/" target="_blank">Best Web Gallery</a></li>
<li><a href="http://websitedesignawards.com/" target="_blank">Website Design Awards</a></li>
<li><a href="http://www.csszengarden.com/" target="_blank">CSS Zen Garden</a></li>
<li><a href="http://www.cssbeauty.com/" target="_blank">CSS Beauty</a></li>
<li><a href="http://www.webcreme.com/" target="_blank">Web Creme</a></li>
</ul>
<h2>Newsletters</h2>
<ul>
<li><a href="http://www.emailstatcenter.com/" target="_blank">Email Stat Center</a></li>
<li><a href="http://www.email-standards.org/" target="_blank">Email Standards Project</a></li>
<li><a href="http://www.returnpath.net/blog/" target="_blank">Return Path’s Online Resource Center for Email Marketers</a></li>
<li><a href="http://www.mediapost.com/" target="_blank">MediaPost’s Email Insider</a></li>
<li><a href="http://www.clickz.com/showPage.html?page=subscribe" target="_blank">ClickZ Newsletters</a></li>
<li><a href="http://www.emailexperience.org/" target="_blank">The Email Experience Council (EEC)</a></li>
<li><a href="http://www.emarketer.com" target="_blank">Emarketer Daily</a></li>
<li><a href="http://www.marketingvox.com" target="_blank">Marketing VOX</a></li>
<li><a href="http://ezinearticles.com/" target="_blank">Ezine Articles</a></li>
<li><a href="http://adage.com/" target="_blank">Advertising Age</a></li>
<li><a href="http://creativity-online.com/" target="_blank">Creativity</a></li>
<li><a href="http://www.sitepoint.com/" target="_blank">SitePoint</a></li>
<li><a href="http://www.makeuseof.com/" target="_blank">MakeUseOf.com</a></li>
<li><a href="http://www.blueskyfactory.com/subscribe.aspx" target="_blank">Blue Sky Factory</a></li>
</ul>
<h2>Tutorials</h2>
<ul>
<li><a href="http://vectortuts.com/" target="_blank">VECTORTUTS</a></li>
<li><a href="http://psdtuts.com/" target="_blank">PSDTUTS</a></li>
<li><a href="http://www.photoshopstar.com/" target="_blank">PhotoshopStar</a></li>
<li><a href="http://www.photoshoplady.com/" target="_blank">Photoshop Lady</a></li>
<li><a href="http://www.gotoandlearn.com/index" target="_blank">GoToandLearn</a></li>
<li><a href="http://dhtmlsite.com/index.php" target="_blank">DHTML Site</a></li>
</ul>
<h2>Blogs</h2>
<ul>
<li><a href="http://blog.blueskyfactory.com/" target="_blank">The Thinking Inbox</a></li>
<li><a href="http://anidandesign.com/" target="_blank">Anidan Design</a></li>
<li><a href="http://styl.eti.me/" target="_blank">Styletime</a></li>
<li><a href="http://andspeakingofpink.com/" target="_blank">And Speaking of Pink&#8230;</a></li>
<li><a href="http://chris.pirillo.com/" target="_blank">Chris Pirillo</a></li>
<li><a href="http://www.alistapart.com/" target="_blank">A List Apart</a></li>
<li><a href="http://www.mattcutts.com/blog/" target="_blank">Matt Cutts</a></li>
<li><a href="http://web2magazine.blogspot.com/" target="_blank">Web 2.0 Magazine</a></li>
<li><a href="http://blogs.adobe.com/jnack/" target="_blank">John Nack of Adobe</a></li>
<li><a href="http://moxiedesignstudios.com/blog/" target="_blank">Moxie Design Studios</a></li>
<li><a href="http://stylizedweb.com/" target="_blank">StylizedWeb</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.shorelinestudio.com/blog/inspirational-sites/feed</wfw:commentRss>
		</item>
		<item>
		<title>Favorite Firefox Add-ons</title>
		<link>http://www.shorelinestudio.com/blog/favorite-firefox-add-ons</link>
		<comments>http://www.shorelinestudio.com/blog/favorite-firefox-add-ons#comments</comments>
		<pubDate>Fri, 09 Jan 2009 17:34:27 +0000</pubDate>
		<dc:creator>Shoreline Studio</dc:creator>
		
		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[favorites]]></category>

		<category><![CDATA[firefox]]></category>

		<category><![CDATA[interests]]></category>

		<guid isPermaLink="false">http://www.shorelinestudio.com/blog/?p=15</guid>
		<description><![CDATA[As a web designer the add-ons that Firefox offers are extremely useful because I can use one browser to tidy up my XHTML, validate my css, and even view my site as Internet Explorer! Here are my favorite add-ons:
Capture Fox Firefox Add-on
You can capture your screen and record your voice to make screencasts (tutorials, e-lessons, [...]]]></description>
			<content:encoded><![CDATA[<p>As a web designer the add-ons that Firefox offers are extremely useful because I can use one browser to tidy up my XHTML, validate my css, and even view my site as Internet Explorer! Here are my favorite add-ons:</p>
<h2><a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/8090" target="_blank">Capture Fox Firefox Add-on</a></h2>
<p>You can capture your screen and record your voice to make screencasts (tutorials, e-lessons, etc.).  <a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/8090" target="_blank">Download here</a></p>
<h2><a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/5648" target="_blank">Fireshot</a></h2>
<p>FireShot is a Firefox extension that creates screenshots of web pages.<br />
Unlike other extensions, this plugin provides a set of editing and annotation tools, which let users quickly modify web captures and insert text annotations and graphical annotations. Such functionality will be especially useful for web designers, testers and content reviewers.<br />
It&#8217;s possible to choose whether you want to capture entire web page or take screenshot of only visible part of the web page. <a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/5648" target="_blank">Download here</a></p>
<h2><a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/6541" target="_blank">Sothink Web Video Downloader</a></h2>
<p>A simple, clean and easy-to-use FREE Firefox extension for video download and Flash download. Supports Windows/Mac/Linux operating systems and the latest Mozilla Firefox 3. <a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/6541" target="_blank">Download here</a></p>
<h2><a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/684" target="_blank">FireFTP Firefox Add-on</a></h2>
<p>FireFTP is a free, secure, cross-platform FTP client for Mozilla Firefox which provides easy and intuitive access to FTP servers. <a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/684" target="_blank">Download here<br />
</a></p>
<h2><a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/201" target="_blank">DownThemAll! Firefox Add-on</a></h2>
<p>The first and only download manager/accelerator built inside Firefox!  <a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/201" target="_blank">Download here<br />
</a></p>
<h2><a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/4835" target="_blank">WordPress Helper Firefox Add-on</a></h2>
<p>The Firefox extension Wordpress Helper helps you working with Wordpress by providing useful help and tools. The extension eases the fast and simple access to develop-relevant pages of the Wordpress Codex. So you always have all the necessary help at your fingertips. It’s also possible to search after strings of text that is currently marked. Furthermore it’s possible to easily switch to Wordpress backend of current site. More than that, a small Icon indicates wether the currently displayed website makes use of WordPress. <a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/4835" target="_blank">Download here<br />
</a></p>
<h2><a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/539" target="_blank">MeasureIt Firefox Add-on</a></h2>
<p>Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels. Download here</p>
<h2><a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/271" target="_blank">Colorzilla Firefox Add-on</a></h2>
<p>Advanced Eyedropper, ColorPicker, Page Zoomer and other colorful goodies. <a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/271" target="_blank">Download here</a></p>
<h2><a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/60" target="_blank">Web Developer Firefox Add-on</a></h2>
<p>The Web Developer extension adds a menu and a toolbar to the browser with various web developer tools. It is designed for Firefox, Flock and Seamonkey, and will run on any platform that these browsers support including Windows, Mac OS X and Linux. <a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/60" target="_blank">Download here</a></p>
<h2><a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/697" target="_blank">View formatted source Firefox Add-on</a></h2>
<p>Displays formatted and color-coded source and optional CSS information for each element. You can see exactly which CSS rules match for an element. The rules are displayed including file name and line number. The topmost element is that with the highest priority. <a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/697" target="_blank">Download here</a></p>
<h2><a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/1843" target="_blank">Firebug Firefox Add-on</a></h2>
<p>Firebug integrates with Firefox to put a wealth of development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page… <a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/1843" target="_blank">Download here</a></p>
<h2><a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/7943" target="_blank">Pixel Perfect Firefox Add-on</a></h2>
<p>Pixel Perfect is a Firefox/Firebug extension that allows web developers and designers to easily overlay a web composition over top of the developed HTML. <a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/7943" target="_blank">Download here</a></p>
<h2><a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/532" target="_blank">Link Checker Firefox Add-on</a></h2>
<p>Check the validity of links on any webpage. <a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/532" target="_blank">Download here</a></p>
<h2><a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/1985" target="_blank">Window Resizer Firefox Add-on</a></h2>
<p>Resize your browser to various standard resolution sizes. <a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/1985" target="_blank">Download here</a></p>
<h2><a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/35" target="_blank">IE View Firefox Add-on</a></h2>
<p>Lets you load pages in IE with a single right-click, or mark certain sites to *always* load in IE.  <a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/35" target="_blank">Download here</a></p>
<h2><a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/1190" target="_blank">OperaView Firefox Add-on</a></h2>
<p>Open pages in Opera from Firefox and Mozilla context menus. Very usefull for web developers. <a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/1190" target="_blank">Download here</a></p>
<h2><a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/2064" target="_blank">Dummy Lipsum</a></h2>
<p>Generate &#8220;Lorem Ipsum&#8221; dummy text (from http://www.lipsum.com).  <a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/2064" target="_blank">Download here</a></p>
<h2><a onclick="javascript:pageTracker._trackPageview ('/outbound/www.google.com');" href="http://www.google.com/tools/firefox/toolbar/FT3/intl/en/index.html" target="_blank">Google Toolbar for Firefox</a></h2>
<p>View the Google pagerank of web sites, view backlinks, as well as access to all of Google’s services including, gmail, calendar, etc.<a onclick="javascript:pageTracker._trackPageview ('/outbound/www.google.com');" href="http://www.google.com/tools/firefox/toolbar/FT3/intl/en/index.html" target="_blank">Download here</a></p>
<h2><a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/138" target="_blank">StumbleUpon Firefox Add-on</a></h2>
<p>StumbleUpon discovers web sites based on your interests, learns what you like and brings you more. <a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/138" target="_blank">Download here</a></p>
<h2><a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/7631" target="_blank">Twitbin Firefox Add-on</a></h2>
<p>Creates a sidebar on your firefox browser to allow you to communicate with twitter.com. Send and receive twitter messages from anywhere on the web. <a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/7631" target="_blank">Download here</a></p>
<p><a onclick="javascript:pageTracker._trackPageview ('/outbound/addons.mozilla.org');" href="https://addons.mozilla.org/en-US/firefox/addon/684" target="_blank"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shorelinestudio.com/blog/favorite-firefox-add-ons/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
