<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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" version="2.0">

<channel>
	<title>SurgeHead</title>
	
	<link>http://www.surgehead.com</link>
	<description>A weblog that contain recources and other downloadable stuff that (hopefully) can be useful for designer and developer. Not related to any head surgery.</description>
	<pubDate>Thu, 02 Oct 2008 12:23:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/Surgehead" type="application/rss+xml" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">2168281</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://www.feedburner.com</feedburner:feedburnerHostname><item>
		<title>Adobe Flash Tutorials Part 2</title>
		<link>http://www.surgehead.com/tutorial/adobe-flash-tutorial-part-2</link>
		<comments>http://www.surgehead.com/tutorial/adobe-flash-tutorial-part-2#comments</comments>
		<pubDate>Mon, 08 Sep 2008 08:55:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tutorial]]></category>

		<category><![CDATA[adobe]]></category>

		<category><![CDATA[flash]]></category>

		<category><![CDATA[game]]></category>

		<guid isPermaLink="false">http://www.surgehead.com/?p=75</guid>
		<description><![CDATA[Mario, Zelda, Donkey Kong. Many of you have played them. And some of you wondered how to make them. In our previous post, we give you an introduction to Adobe Flash. Now we are going a little &#8220;advance&#8221; with ActionScript. ActionScript is the main core of your games. How your character moves, how the enemy [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Mario, Zelda, Donkey Kong. Many of you have played them. And some of you wondered how to make them. In our <a href="http://www.surgehead.com/tutorial/adobe-flash-tutorials-part-1">previous post</a>, we give you an introduction to Adobe Flash. Now we are going a little &#8220;advance&#8221; with ActionScript. ActionScript is the main core of your games. How your character moves, how the enemy attack depend on your ActionScript. Below are some tutorials on ActionScript and how to use them in making games. We also compile a list of games engine you can use for your games.</p>
<p style="text-align: left;"><img src="http://www.surgehead.com/wp-content/uploads/six/fisix engine.jpg" alt="Physix" width="487" height="173" /></p>
<p style="text-align: left;"><span id="more-75"></span></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-4108150627955510";
/* BigKotak */
google_ad_slot = "0595629290";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<h2 style="text-align: left;">Introduction</h2>
<ul>
<li><a href="http://www.senocular.com/flash/tutorials/as3withmxmlc/">Get Started</a> If you&#8217;re anxious to get started with ActionScript 3 but don&#8217;t want to have to learn Flex or MXML, the form of XML Flex uses to design applications, this tutorial is for you.</li>
</ul>
<ul>
<li><a href="http://www.moock.org/lectures/introToActionScript/">Flash Programming Fundamental</a> teach you the fundamentals and then study an example: multiple choice quiz.</li>
</ul>
<ul>
<li><a href="http://www.emanueleferonato.com/2006/10/29/flash-game-creation-tutorial-part-1/">Flash Game Creation</a> 5 series of tutorial to make a simple game.</li>
</ul>
<ul>
<li><a href="http://www.actionscript.org/resources/articles/611/1/Getting-started-with-Actionscript-3/Page1.html">Getting Started With ActionScript</a> shows how to make a simple program with ActionScript.</li>
</ul>
<h2 style="text-align: left;">Implementation</h2>
<ul>
<li><a href="http://www.sitepoint.com/article/shoot-em-up-game-flash-mx/">Shoot em Up</a> The game has 3 targets. These targets are placed in an <a class="glossary" title="An array is a single variable with compartments, each of which can hold a value." href="http://www.sitepoint.com/glossary.php?q=%23#term_72">array</a>, and are then selected at random</li>
</ul>
<ul>
<li><a href="http://www.tutorialized.com/view/tutorial/Clicking-game/37014">Clicking Games</a> The game consists of an object which appears on the screen repeatedly and user has to clicks on the object that appears. There is a total of twenty turns available and the number of hits is counted.</li>
</ul>
<p style="padding-left: 30px;"><img src="http://www.surgehead.com/wp-content/uploads/six/clicking.jpg" alt="Click Game" width="300" height="103" /></p>
<ul>
<li><a href="http://www.strille.net/tutorials/part1_scrolling.php">Side Scrolling Game</a> describes scrolling in two dimensions, that is the screen can be scrolled both horizontally and vertically. Here&#8217;s a <a href="http://www.strille.net/works/misc/platform_demo/">Demo</a>. Another implementation of this tutorial is in <a href="http://www.dzarchive.com/iragination/clips/demos/scrollscreen/">here</a></li>
</ul>
<p style="text-align: left; padding-left: 30px;"><img src="http://www.surgehead.com/wp-content/uploads/six/scroll engine.jpg" alt="Side Scroll" width="253" height="124" /></p>
<ul>
<li><a href="http://www.emanueleferonato.com/2007/09/26/create-a-survival-horror-game-in-flash-tutorial-part-1/">Survival Horror</a> is a video game genre in which the player has to survive against often undead or otherwise supernatural enemies, typically in claustrophobic environments and from a third-person perspective.</li>
</ul>
<p style="padding-left: 30px;"><img src="http://www.surgehead.com/wp-content/uploads/six/survival.jpg" alt="Survival" width="300" height="90" /></p>
<ul>
<li><a href="http://www.emanueleferonato.com/2007/01/08/create-a-flash-draw-game-like-line-rider-or-others-part-1/">Line Rider</a> is a game where player has the capability to draw the stage (with lines) and the rider will ride the line.</li>
</ul>
<p style="padding-left: 30px;"><img src="http://www.surgehead.com/wp-content/uploads/six/line rider.jpg" alt="Line Rider" width="155" height="116" /></p>
<ul>
<li><a href="http://www.strille.net/tutorials/snake/index.php">Snake</a> move the snake and eat as many &#8220;food&#8221; blocks as possible</li>
</ul>
<p style="padding-left: 30px;"><img src="http://www.surgehead.com/wp-content/uploads/six/snake.jpg" alt="Snake" width="380" height="83" /></p>
<ul>
<li><a href="http://oos.moxiecode.com/">Tile Based Games</a> a series of tutorials about tile based games in Flash. Here&#8217;s another <a href="http://www.tonypa.pri.ee/tbw/start.html">Tile Based Tutorial</a> you might find interesting.</li>
</ul>
<p style="padding-left: 30px;"><img src="http://www.surgehead.com/wp-content/uploads/six/tilebased.jpg" alt="Tile Based" /></p>
<ul>
<li><a href="http://blog.generalrelativity.org/?p=27">Projectile</a> learn how to shoot a projectile out of the sky</li>
</ul>
<p style="padding-left: 30px;"><img src="http://www.surgehead.com/wp-content/uploads/six/projectile.jpg" alt="Projectile" width="300" height="226" /></p>
<ul>
<li><a href="http://www.emanueleferonato.com/2007/10/06/make-a-flash-game-like-flash-element-tower-defense-part-1/">Tower Defense</a> the concept is : there is a road, and some minions walking that road. You have to kill all minions before they reach the end of the road. You can build several facilities to kill minions and earn money to upgrade weapons as the minions get stronger and faster.</li>
</ul>
<p style="padding-left: 30px;"><img src="http://www.surgehead.com/wp-content/uploads/six/tower.jpg" alt="Tower Defense" width="364" height="91" /></p>
<ul>
<li><a href="http://www.emanueleferonato.com/2008/07/09/create-a-flash-game-like-deflection/">Deflection</a> game where the objective is to deflect the ball into the goal by creating deflection walls.</li>
</ul>
<ul>
<li><a href="http://www.webzo.org/tutorials/flash/space-shooter.php">SpaceShooter</a> 5 series of tutorials on how to develop Space Shooter game.</li>
</ul>
<p style="padding-left: 30px;"><img src="http://www.surgehead.com/wp-content/uploads/six/space-shooter.jpg" alt="Space Shooter" width="288" height="209" /></p>
<ul>
<li><a href="http://www.gotoandplay.it/_articles/2006/06/beatemup.php">Beat &#8216;em Up Tutorial</a> guides you from making sprite to chasing enemy in Final Fight style beat &#8216;em up game.</li>
</ul>
<p style="padding-left: 30px;"><img src="http://www.surgehead.com/wp-content/uploads/six/beatem.jpg" alt="Beat Them up" width="260" height="113" /></p>
<h2 style="text-align: left;">Using Engines</h2>
<ul>
<li><a href="http://www.fisixengine.com">Physix Engine</a> a verlet based physics engine for flash written in Actionscript 3.0.</li>
</ul>
<p style="text-align: left; padding-left: 30px;"><img src="http://www.surgehead.com/wp-content/uploads/six/fisix2.jpg" alt="Fisix" width="297" height="104" /></p>
<ul>
<li><a href="http://www.cove.org/ape/index.htm">APE</a> a free AS3 open source 2D physics engine for use in Flash and Flex.</li>
</ul>
<p style="text-align: left; padding-left: 30px;"><img src="http://www.surgehead.com/wp-content/uploads/six/ape.jpg" alt="APE" width="155" height="116" /></p>
<ul>
<li><a href="http://away3d.com/">Away3D</a> a real time 3D engine for Flash</li>
</ul>
<p style="padding-left: 30px;"><img src="http://www.surgehead.com/wp-content/uploads/six/away3d.jpg" alt="Away3D" width="215" height="116" /></p>
<ul>
<li><a href="http://www.flashsandy.org/">Sandy3</a> is an intuitive and user friendly 3D open source library.</li>
</ul>
<p style="padding-left: 30px;"><img src="http://www.surgehead.com/wp-content/uploads/six/sandy3d.jpg" alt="Sandy3D" width="191" height="175" /></p>
<ul>
<li><a href="http://code.google.com/p/glaze/">Glaze</a> is a game and physics engine including rigid body dynamics, scene management, line of sight, and even AI</li>
</ul>
<p style="padding-left: 30px;"><img src="http://www.surgehead.com/wp-content/uploads/six/glaze1.jpg" alt="Glaze" width="300" height="174" /></p>
<p style="padding-left: 30px;"><img src="http://www.surgehead.com/wp-content/uploads/six/glaze2.jpg" alt="Glaze2" width="300" height="193" /></p>
<ul>
<li><a href="http://www.ffilmation.org/website/">FFilmation</a> is an isometric engine written in ActionScript 3</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" src="http://www.surgehead.com/wp-content/uploads/six/ffilm.jpg" alt="glaze" width="588" height="242" /></p>
<ul>
<li><a href="http://www.alternativaplatform.com/en/">Alternativa3D</a> create 3D in your browser</li>
</ul>
<p style="padding-left: 30px;"><img src="http://www.surgehead.com/wp-content/uploads/six/alternativa3d.jpg" alt="Alternativa3D" width="415" height="203" /></p>
<ul>
<li><a href="http://box2dflash.sourceforge.net/">Box2D</a> is an neck breaking open source port physics library <a href="http://www.box2d.org/">Box2D</a>.</li>
</ul>
<p style="padding-left: 30px;"><img src="http://www.surgehead.com/wp-content/uploads/six/box2d.jpg" alt="Box2d" /></p>
<ul>
<li><a href="http://www.papervision3d.org">Papervision 3D</a> is an open source 3D engine for Flash.</li>
</ul>
<p style="padding-left: 30px; text-align: left;"><img src="http://www.surgehead.com/wp-content/uploads/six/papervision 3d.jpg" alt="papervision3D" width="155" height="116" /></p>
<p style="padding-left: 30px; text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://www.surgehead.com/tutorial/adobe-flash-tutorial-part-2/feed</wfw:commentRss>
		</item>
		<item>
		<title>Adobe Flash Tutorials Part 1</title>
		<link>http://www.surgehead.com/tutorial/adobe-flash-tutorials-part-1</link>
		<comments>http://www.surgehead.com/tutorial/adobe-flash-tutorials-part-1#comments</comments>
		<pubDate>Thu, 04 Sep 2008 17:37:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tutorial]]></category>

		<category><![CDATA[adobe]]></category>

		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.surgehead.com/?p=72</guid>
		<description><![CDATA[If a picture says a thousand words, how about animation? These days Adobe Flash is the standard of animation in the web.  Sometimes text and image aren&#8217;t enough to express your idea. Sure, Flash has it&#8217;s drawback such as more loading time and may encourages design abuse, but it has a nice interactivity element and [...]]]></description>
			<content:encoded><![CDATA[<p>If a picture says a thousand words, how about animation? These days Adobe Flash is the standard of animation in the web.  Sometimes text and image aren&#8217;t enough to express your idea. Sure, Flash has it&#8217;s drawback such as more loading time and may encourages design abuse, but it has a nice interactivity element and you can even make a game with it.  We&#8217;ll cover some tutorials related to Adobe Flash that may make you to be a better designer / programmer.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.surgehead.com/wp-content/uploads/five/title5.jpg" alt="Flash Tutorial" width="580" height="169" /></p>
<p><span id="more-72"></span></p>
<p>If you don&#8217;t have any experience with Flash before, please take a look at this <a href="http://madelief.deviantart.com/art/Flash-Tutorial-for-Newbies-23360228">tutorial for newbie</a>.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-4108150627955510";
/* BigKotak */
google_ad_slot = "0595629290";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<h2><strong>DRAWING</strong></h2>
<ul>
<li><a href="http://darkmotion.com/blog/2007/05/21/flash-vector-illustration-walkthrough-part-1/">Flash Vector Illustration</a> shows you how to draw characters in Flash.<img src="http://www.surgehead.com/wp-content/uploads/five/5-1.jpg" alt="Flash Vector Illustration" width="369" height="153" /></li>
</ul>
<ul>
<li><a href="http://kinpatsuyasha.deviantart.com/art/Noodle-pict-Coloring-Tutorial-54780907">Coloring Tutorial</a> learn how to color in Flash.</li>
</ul>
<p style="text-align: center;"><img src="http://www.surgehead.com/wp-content/uploads/five/5-2.jpg" alt="Coloring Tutorial" width="244" height="181" /></p>
<ul>
<li><a href="http://darkmotion.com/blog/2007/09/23/a-guide-to-shading-in-flash/">Guide Shading Flash</a> shading with simple 3 tone shading, using solid  					color.</li>
</ul>
<p style="text-align: left; padding-left: 30px;"><img src="http://www.surgehead.com/wp-content/uploads/five/5-3.jpg" alt="" /></p>
<ul>
<li><a href="http://nch85.deviantart.com/art/A-FLASH-TUTORIAL-Animation-11503112">Flash tutorial animation</a> a funny animation that teach us the fundamental of Flash. here&#8217;s the <a href="http://nch85.deviantart.com/art/A-FLASH-TUTORIAL-ANIMATION-2-32168056">sequel</a>.</li>
</ul>
<p style="padding-left: 30px;"><img src="http://www.surgehead.com/wp-content/uploads/five/5-4.jpg" alt="" /></p>
<ul>
<li><a href="http://www.broderjakob.se/2007/08/29/drawing-for-animation-five-useful-tips/">Draw for animation</a> A small guide to get you started on drawing characters that can be animated</li>
</ul>
<p style="padding-left: 30px;"><img src="http://www.surgehead.com/wp-content/uploads/five/5-5.jpg" alt="Draw for animation" width="110" height="124" /></p>
<ul>
<li><a href="http://gobeur.deviantart.com/art/Flash-Tutorial-80768892">Draw</a> Anime Character in Flash.</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" src="http://www.surgehead.com/wp-content/uploads/five/5-6.jpg" alt="" width="369" height="153" /></p>
<ul>
<li><a href="http://sunflic.deviantart.com/art/Flash-Drawing-Tutorial-21598353">Flash Drawing Tutorial</a> demonstrate how to draw in Flash.</li>
</ul>
<p style="padding-left: 30px;"><img src="http://www.surgehead.com/wp-content/uploads/five/5-7.jpg" alt="Flash Drawing Tutorial" width="338" height="193" /></p>
<h2>EFFECT</h2>
<ul>
<li><a href="http://www.toxiclab.org/tutorial.asp?ID=244">Stop Smoking animation</a> uses blur effect to create a smoke effect.</li>
</ul>
<p style="padding-left: 30px;"><img src="http://www.surgehead.com/wp-content/uploads/five/5-8.jpg" alt="Smoking" width="395" height="131" /></p>
<ul>
<li><a href="http://www.oman3d.com/tutorials/flash/old_grain/">Old grain TV effect</a> widely used in movie scenes to indicate a event that have occurred ages ago.</li>
</ul>
<p style="padding-left: 30px;"><img src="http://www.surgehead.com/wp-content/uploads/five/5-9.jpg" alt="" /></p>
<ul>
<li><a href="http://www.toxiclab.org/tutorial.asp?ID=238">Bubble animation</a> shows how you can use Motion Guide to draw a path for your bubbles.</li>
</ul>
<p style="padding-left: 30px;"><img src="http://www.surgehead.com/wp-content/uploads/five/5-10.jpg" alt="Bubble" width="297" height="137" /></p>
<ul>
<li><a href="http://www.kirupa.com/developer/mx/mousetrailer.htm">Mouse Trail</a> using ActionScipt only.</li>
<li><a href="http://www.gotoandplay.it/_articles/2003/07/water_fx.php">Flowing Water</a> effect in your pool.</li>
</ul>
<p style="padding-left: 30px;"><img src="http://www.surgehead.com/wp-content/uploads/five/5-11.jpg" alt="Flowing" width="253" height="124" /></p>
<ul>
<li><a href="http://www.pixelhivedesign.com/tutorials/Realistic+Flash+Water+Effect/">Water effect</a> flowing on the river tutorial.</li>
</ul>
<p style="padding-left: 30px;"><img src="http://www.surgehead.com/wp-content/uploads/five/5-12.jpg" alt="Water" width="388" height="108" /></p>
<ul>
<li><a href="http://www.entheosweb.com/Flash/video_tutorials/fog_effect.asp">Fog  Effect</a> learn how to create a fog effect.</li>
</ul>
<p style="padding-left: 30px;"><img src="http://www.surgehead.com/wp-content/uploads/five/5-13.jpg" alt="" /></p>
<ul>
<li><a href="http://schoolofflash.com/2008/03/09/flash-cs3-particle-effect/">Creating Particle Effect</a> This concept can be used to create randomized raindrops, snowfall, fire, smoke, bouncing balls, and even some more abstract effects.</li>
</ul>
<p style="padding-left: 30px;"><img src="http://www.surgehead.com/wp-content/uploads/five/5-14.jpg" alt="Particle Effect" width="234" height="207" /></p>
<ul>
<li><a href="http://www.kirupa.com/developer/flash8/shine_effect.htm">Shine Effect</a> on your phone.</li>
</ul>
<p style="padding-left: 30px;"><img src="http://www.surgehead.com/wp-content/uploads/five/5-15.jpg" alt="Shine" /></p>
<ul>
<li><a href="http://www.kirupa.com/developer/mx/fadegrid.htm">FadeGrid</a> fade image from left to right and from top to bottom with grid style.</li>
</ul>
<p style="padding-left: 30px;"><img src="http://www.surgehead.com/wp-content/uploads/five/5-16.jpg" alt="FadeGrid" width="297" height="202" /></p>
<ul>
<li><a href="http://www.kirupa.com/developer/flash8/zoom_motion_blur.htm">Zoom Motion Blur</a> may appear to be hand-held video footage or perhaps manipulation  of z space coupled with some motion blur done in After Effects.</li>
</ul>
<p style="padding-left: 30px;"><img src="http://www.surgehead.com/wp-content/uploads/five/5-17.jpg" alt="Zoom Motion Blur" width="322" height="187" /></p>
<h2>Advanced</h2>
<ul>
<li><span class="article-introduction"><a href="http://www.kirupa.com/developer/actionscript/spring.htm">Elasticity</a> How to give an object an effect of elasticity.<br />
</span></li>
<li><span style="font-size: x-small;"><a href="http://www.spoono.com/flash/tutorials/tutorial.php?url=gravity">Gravity Physics</a> </span>explore various aspects of physics and how they can be represented in your flash applications.</li>
<li><a href="http://gotoandlearn.com/player.php?id=19">Advanced Preloader</a> Learn how to properly preload Flash movies that use components.</li>
<li><a href="http://flashmymind.com/Tutorials/Actionscript/Advanced/drawingAPI2.php">Advanced animation with drawing API</a> teaches you how to combine basic animation with the drawing API</li>
<li><a href="http://www.computerarts.co.uk/tutorials/new_media/build_a_flash_portfolio">Build Flash Portfolio</a> <span class="article-introduction">Use your Illustrator and Photoshop files within the <em>Flash</em> environment to create a stunning and interactive online portfolio that showcases your best work.</span></li>
</ul>
<p><img src="http://www.surgehead.com/wp-content/uploads/five/5-18.jpg" alt="Flash Portfolio" width="596" height="283" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.surgehead.com/tutorial/adobe-flash-tutorials-part-1/feed</wfw:commentRss>
		</item>
		<item>
		<title>Adobe AIR Apps You Will Love</title>
		<link>http://www.surgehead.com/resources/adobe-air-apps-you-will-love</link>
		<comments>http://www.surgehead.com/resources/adobe-air-apps-you-will-love#comments</comments>
		<pubDate>Tue, 26 Aug 2008 23:45:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Resources]]></category>

		<category><![CDATA[adobe]]></category>

		<category><![CDATA[air]]></category>

		<category><![CDATA[application]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.surgehead.com/?p=69</guid>
		<description><![CDATA[Maybe you have hear all the buzz about Adobe AIR. In case you haven&#8217;t, Adobe AIR is a cross-platform runtime environment for building rich Internet applications using Adobe Flash, Adobe Flex, HTML, or Ajax, that can be deployed as a desktop application (so called Browserless). AIR applications can operate offline, and then activate further functionality [...]]]></description>
			<content:encoded><![CDATA[<p>Maybe you have hear all the buzz about Adobe AIR. In case you haven&#8217;t, Adobe AIR is a cross-platform runtime environment for building rich Internet applications using Adobe Flash, Adobe Flex, HTML, or Ajax, that can be deployed as a desktop application (so called Browserless). AIR applications can operate offline, and then activate further functionality or upload data when an active Internet connection becomes available. Yes, it may have <a href="http://developers.curl.com/blogs/community_blog/2008/04/16/why-criminal-hackers-will-love-adobe-air">weaknesses</a>, but hey, nobody is perfect and its still look attractive. We present you some of AIR&#8217;s apps you should see.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.surgehead.com/wp-content/uploads/four/4-1.jpg" alt="" /></p>
<p><span id="more-69"></span><br />
<!--adsense#kotak--></p>
<h2>PHOTOS, MUSICS &amp; VIDEOS</h2>
<ul>
<li><a href="http://music.aol.com/help/syndication/desktop-widgets">AOL Top 100 Music Video</a> gives you the top 100 most watched music videos. You can also bookmark them and watch them later.</li>
<li><a href="http://www.richapps.de/?p=48">RichFLV</a> is an application that used to edit FLV files.</li>
<li><a href="http://finetune.com/">Finetune</a> lets you discover new music, create playlist and organize them.</li>
<li><a href="http://www.pandora.com/desktop">Pandora</a> is a music discovery service designed to help you enjoy music you already know, and to help you discover new music you&#8217;ll love. It is restricted to US only.</li>
<li><a href="http://www.uvlayer.com/">UVLayer</a> is a client with cool interface that lets you to find videos on YouTube-alikes websites and share them with your friends.</li>
<li><a href="http://www.destroytoday.com/?p=Project&amp;id=DestroyFlickr">DestroyFlickr</a> allows you to browse all those picture on Flickr within your desktop. Mouse over the image and you get a larger view. Click on it and you get the actual image.</li>
<li><a href="http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&amp;extid=1425518">Flick Flippe</a><a href="http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&amp;extid=1425518">r</a> allows you to browse through those photos in Flickr.</li>
<li><a href="http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&amp;loc=en_us&amp;extid=1374021">FotoBooth</a> get your picture with your webcam instantly. You can put some filters and upload it to Flickr.</li>
</ul>
<h2>WEB TOOLS</h2>
<ul>
<li><a href="http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&amp;loc=en_us&amp;extid=1282521">Google Analytics Reporting Suite</a> brings your Google Analytics straight to your desktop. It&#8217;s still has some bug but it is a nice app you should try.</li>
<li><a href="http://www.jameswhittaker.com/blog/article/em-based-layouts-vertical-rhythm-calculator/">Em Calculator</a> do all the trouble creating CSS code so that you can scale up or down your typography and still don&#8217;t mess the spacing and layout.</li>
<li><a href="http://toki-woki.net/p/WebKut/">WebKut</a> lets you to capture page of websites. It provide some simple web snapshot options: capturing entire page, current view, or only a selection.</li>
<li><a href="http://myspyder.net/tools/websnapshot/">WebSnapShot</a> is another way to capture  thumbnails, full page , and the browser&#8217;s  contents of live websites.</li>
<li><a href="http://toki-woki.net/p/Shrink-O-Matic/">Shrink O Matic</a> ease your job on resizing images.</li>
<li><a href="http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&amp;loc=en_us&amp;extid=1429018">Kuler Desktop</a> imports colors to Adobe apps such as Photoshop, Illustrator and inDesign.</li>
<li><a href="http://code.google.com/p/colorbrowser/">Color Browser</a> organizes your favorite colour pallete.</li>
<li><a href="http://www.colourlovers.com/">COLOURlovers Desktop Color finder</a> is there for you when you need inspiration for colour schemes and pallete.</li>
<li><a href="http://colorpicker.riaforge.org/">Color Picker</a> shows you the hexadecimal of your chosen color.</li>
<li><a href="http://code.google.com/p/pixus/">Pixus</a> measures object on your screen. It has browser skins so that you can view how the object looks like in web browser.</li>
<li><a href="http://clockmaker.jp/labs/air_icon/">Air Icon Generator</a> generates a CS3 or Web 2.0 style badge for you.</li>
</ul>
<h2>ONLINE READER</h2>
<ul>
<li><a href="http://code.google.com/p/readair/">ReadAir</a> is another Google related app. You can read your Google Reader feeds in an OSX themed desktop client.</li>
<li><a href="http://download.macromedia.com/pub/developer/air/sample_apps/Apprise.air">Apprise</a> is a feed reader with Twitter and AIM integration. You can share your links or stories to  Twitter or AIM.</li>
<li><a href="http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&amp;loc=en_us&amp;extid=1449520">DiggRSS Reader</a> is a more spesific RSS Reader. View Digg Top Stories on your desktop.</li>
<li><a href="http://www.snackr.net/">Snackr</a> is a RSS ticker that pulls random         items from your feeds and scrolls them across  your         desktop.</li>
</ul>
<h2>SOCIAL SOFTWARE</h2>
<ul>
<li><a href="http://www.twhirl.org/">TWhirl</a> allows you to update your twitter account. Not only Twitter, it can also connect to multiple  <a href="http://www.twitter.com">Twitter</a>, <a href="http://identi.ca/">identi.ca</a>, <a href="http://friendfeed.com/">Friendfeed</a> and <a href="http://seesmic.com/">seesmic</a> accounts.</li>
<li><a href="http://www.tweetdeck.com/beta/">TweetDeck</a> saves your Twitter to your local database and breaking it down into more manageable bite sized pieces.</li>
<li><a href="http://tumbl-weed.tumblr.com/">TumbleWeed</a> is like Thwirl. The difference is that TumbleWeed connects you to Tumblr.</li>
<li><a href="http://pownce.com/download/">Pownce</a> can send messages, links, files and events to your friend.</li>
<li><a href="http://www.userplane.com/desktop/">UserPlane Desktop</a> is another community application that enables you to send messages, IM, and friend requests.</li>
</ul>
<h2>NOTES &amp; TASK MANAGEMENT</h2>
<ul>
<li><a href="http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&amp;loc=en_us&amp;extid=1289518">Agile Agenda</a> is a project scheduling application.</li>
<li><a href="http://klok.mcgraphix.com/klok/index.htm">Klok</a> allows you to track time of your project.</li>
<li><a href="http://tnerd.com/tag/minitask/">MiniTask</a> is a dead simple to-do list software for those who are tired of complex task management apps. You may want to try <a href="http://www.doominow.com/">Doomi</a> that do the same thing as MiniTask.</li>
<li><a href="http://code.google.com/p/snippely/">Snippely</a> is a tool that can organize all your quick notes, memos or codes you frequently use in your hard disk in one location.</li>
<li><a href="http://www.shifd.com/tools">Shifd</a> from NY Times stores your memos, quick notes or links to your account. You can read it later and even update your content from your mobile phone or your computer.</li>
</ul>
<h2>OTHER</h2>
<ul>
<li><a href="http://desktop.ebay.com/">EBay Desktop</a> lets you search,browse, bid and watch items on EBay without browser. If you win the auction, you can pay for it using the app too. But if you have used Auction Sentry before, you may be dissapointed because the Ebay Desktop can&#8217;t <a href="http://www.auctionsentry.com/index.htm">&#8220;snipe&#8221;</a>.</li>
<li><a href="http://xdrive.com/desktop-lite/">XDrive Desktop Lite</a> allows you to store your local files to XDrive online storage up to 5GB.</li>
<li><a href="https://data.nasdaq.com/mr.aspx?promoid=BTLNR">NASDAQ</a> gives you an insight of trading activity.</li>
<li><a href="http://www.bhira.net/pages/stockq.php">StockQ</a> streams stock to your desktop. You can adjust it&#8217;s refresh rate from 1 sec to 5 minutes. No brokerage account login/authentication.</li>
<li><a href="http://code.google.com/p/pixus/"> </a><a href="http://members.cox.net/dean-mckee/">NetBook</a> browses and retrieves books from the <a href="http://www.gutenberg.org/">Project Gutenberg Library</a>, an online book library.</li>
<li><a href="http://www.joomlaonair.com/index.php/joomedit">JoomEdit</a> manage your Joomla content straight from your desktop.</li>
</ul>
<p>You may want to check out their <a href="http://labs.adobe.com/technologies/air/samples/">samples</a> too. If you have any other Adobe AIR apps that you find useful, write it in the comment section.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.surgehead.com/resources/adobe-air-apps-you-will-love/feed</wfw:commentRss>
		</item>
		<item>
		<title>Online Store Revealed</title>
		<link>http://www.surgehead.com/resources/online-store-revealed</link>
		<comments>http://www.surgehead.com/resources/online-store-revealed#comments</comments>
		<pubDate>Fri, 15 Aug 2008 08:50:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Resources]]></category>

		<category><![CDATA[asp.net]]></category>

		<category><![CDATA[e-commerce]]></category>

		<category><![CDATA[online]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[store]]></category>

		<guid isPermaLink="false">http://www.surgehead.com/?p=56</guid>
		<description><![CDATA[Building an online store is getting easier these days. You don&#8217;t have to build it from scratch anymore because now there are many e-commerce solution laying around around the web.  Like usual, we gather those that come with free tags.



osCommerce
&#8220;osCommerce Online Merchant is a complete online store solution that contains both a catalog frontend and [...]]]></description>
			<content:encoded><![CDATA[<p>Building an online store is getting easier these days. You don&#8217;t have to build it from scratch anymore because now there are many e-commerce solution laying around around the web.  Like usual, we gather those that come with free tags.</p>
<p><img src="http://www.surgehead.com/wp-content/uploads/2008/08/3-title.jpg" alt="" /></p>
<p><span id="more-56"></span><br />
<!--adsense#kotak--></p>
<h2>osCommerce</h2>
<p>&#8220;<a href="http://www.oscommerce.com/">osCommerce Online Merchant</a> is a complete online store solution that contains both a catalog frontend and an administration tool backend which can be easily installed and configured over a web-based installation procedure.&#8221;With over 8 years of operation, osCommerce has built a showcase of over 14,000 online shops that have been voluntarily added to the live shops section, and powers many thousands of more online shops worldwide.&#8221; You can see the full feature in <a href="http://www.oscommerce.com/solutions">here</a>.</p>
<p><img src="http://www.surgehead.com/wp-content/uploads/2008/08/3-1.jpg" alt="" /></p>
<p><a href="http://www.digistore.co.nz/"><strong>Digistore</strong></a><strong> </strong>is based on the osCommerce engine. It features WYSIWYG editor that allows a user to see what the end result will look like while the interface or document is being created. You can use the WYSIWYG editor to create HTML code in a graphical interface. No programming knowledge is required.The store template, layout and colours can be modified from the administration control panel. No programming knowledge is required for basic customization of your store.View the full feature <a href="http://www.digistore.co.nz/features.php">here</a>.</p>
<p><a href="http://www.digistore.co.nz/demostore/">Digistore demo</a></p>
<h2>Prestashop</h2>
<p>PrestaShop is great alternative to osCommerce. There are even an <a href="http://www.webxadmin.net/osc2ps/">php applet</a> to import product and categories from oscommerce database to prestashop database. Look at the <a href="http://www.prestashop.com/en/features/">feature</a> offered by Prestashop.</p>
<p><img src="http://www.surgehead.com/wp-content/uploads/2008/08/3-4.jpg" alt="" /><img src="http://www.surgehead.com/wp-content/uploads/2008/08/3-5.jpg" alt="" /></p>
<p><a class="ps_showcase_linksdemo" href="http://www.prestashop.com/demo" target="_blank">Front Office Demo</a><a href="http://www.prestashop.com/demo/demo"> </a></p>
<p><a href="http://www.prestashop.com/demo/demo">BackOffice Demo</a><a class="ps_showcase_linksdemo" href="http://www.prestashop.com/demo/demo" target="_blank"></a></p>
<div class="ps_clear">Username : demo@prestashop.com</div>
<div class="ps_clear">Password : prestashop_demo</div>
<h2>Magento</h2>
<p><a href="http://www.magentocommerce.com/">Magento</a> is a robust e-commerce platform that can provide you many control over your store. Key features:</p>
<ul>
<li>Control multiple websites and stores from one Administration Panel with ability to share as much or as little information as needed.</li>
<li>Web Services API for easy integration between Magento and any third-party application.</li>
<li>flexible Coupons (pricing rules) with ability to restrict stores, customer groups, time period, products, and categories.</li>
<li>One Click upgrade</li>
<li>and <a href="http://www.magentocommerce.com/features">many more</a></li>
</ul>
<p><img src="http://www.surgehead.com/wp-content/uploads/2008/08/3-7.jpg" alt="" /><img src="http://www.surgehead.com/wp-content/uploads/2008/08/3-8.jpg" alt="" /></p>
<p><a href="http://demo.magentocommerce.com/" target="_blank">Front Office Demo</a><a href="http://www.prestashop.com/demo/demo"> </a></p>
<p><a href="http://demo-admin.magentocommerce.com/">BackOffice Demo</a></p>
<div class="ps_clear">Username : admin</div>
<div class="ps_clear">Password :123123</div>
<h2>Übercart</h2>
<p><a href="http://www.ubercart.org">Ubercart</a> can fully integrates your online store with Drupal, a popular CMS. Ubercart was designed to take advantage of Drupal&#8217;s major core and contributed systems, providing users with shopping cart functionality that seamlessly integrates with other parts of your company or community website. One of the key strengths of Ubercart is its design that allows official and third party developers to add to or alter its features to accommodate virtually any e-commerce need. This means you&#8217;ll never have to change the source code to add new features, so you&#8217;ll have an easy upgrade path when the core gets improved or bugfixes are released.<br />
Current online stores are leveraging Ubercart to meet the following e-commerce needs:</p>
<ul>
<li>Selling physical goods from various sized product catalogs.</li>
</ul>
<ul>
<li>Selling file downloads (i.e. music, videos, software).</li>
</ul>
<ul>
<li>Selling site access for members only websites, including automatic renewals and expiration of user access.</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" src="http://www.surgehead.com/wp-content/uploads/2008/08/3-6.jpg" alt="" /></p>
<h2>dashCommerce</h2>
<p>If you are more familiar with ASP.NET than PHP, you can look at <a href="http://dashcommerce.org/dashCommerce/featuresmatrix.aspx">dashCommerce</a>. It was developed with ASP.Net and use SQL Server for storing data. Check out their <a href="http://dashcommerce.org/dashCommerce/featuresmatrix.aspx">feature matrix</a>.</p>
<p><img src="http://www.surgehead.com/wp-content/uploads/2008/08/3-10.jpeg" alt="" /></p>
<p><a href="http://demo.dashcommerce.org/">Live Demo</a></p>
<h2>FINAL WORD</h2>
<p>I am sure there are many more e-commerce solution out there. If you want to add your choice, feel free to write about them in the comment section.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.surgehead.com/resources/online-store-revealed/feed</wfw:commentRss>
		</item>
		<item>
		<title>Astonishingly Free Web Development Icon</title>
		<link>http://www.surgehead.com/graphics/astonishingly-free-web-development-icon</link>
		<comments>http://www.surgehead.com/graphics/astonishingly-free-web-development-icon#comments</comments>
		<pubDate>Mon, 11 Aug 2008 06:38:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[graphics]]></category>

		<category><![CDATA[free]]></category>

		<category><![CDATA[icon]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.surgehead.com/?p=20</guid>
		<description><![CDATA[When you are developing a website, sometimes you need icons or other visual forms to attract your visitor. More importantly, those visual element can guide your visitor to read or find what they are looking for in your website. We gather some of those good (and free!) icons for you.



But remember folks, these icons maybe [...]]]></description>
			<content:encoded><![CDATA[<p>When you are developing a website, sometimes you need icons or other visual forms to attract your visitor. More importantly, those visual element can guide your visitor to read or find what they are looking for in your website. We gather some of those good (and free!) icons for you.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.surgehead.com/wp-content/uploads/2008/08/icontitle1.jpg" alt="Its Free!" width="400" height="130" /></p>
<p style="text-align: left;"><span id="more-20"></span></p>
<p><!--adsense#kotak--></p>
<p style="text-align: left;">But remember folks, these icons maybe free but some of them is under license. You may use it as personal use but not for commercial use. Look in the <a href="http://creativecommons.org/about/licenses">Creative Commons license</a>, <a href="http://www.gnu.org/copyleft/gpl.html">General Public License</a> , and the <a href="http://creativecommons.org/licenses/LGPL/2.1/">Lesser General Public License</a> for further information. And now here we present you the icons.</p>
<p><a href="http://kurumizawa.deviantart.com/art/Free-web-development-icons-56615033">Web Development Icon</a> by kurumizawa</p>
<p><img src="http://www.surgehead.com/wp-content/uploads/2008/08/1.jpg" alt="" /></p>
<p><a href="http://www.ndesign-studio.com/resources/mini-pixel-icons/">Mini pixel Icon</a> by n-design studio</p>
<p><img src="http://www.surgehead.com/wp-content/uploads/2008/08/2.jpg" alt="" /></p>
<p><a href="http://www.surgehead.com/wp-content/uploads/2008/08/7.png">Microformat </a>from factorycity</p>
<p><img src="http://www.surgehead.com/wp-content/uploads/2008/08/7.png" alt="" /></p>
<p>Cool <a href="http://www.freeiconsdownload.com/Free_Downloads.asp?id=63">ASP.Net Icon</a> by aspneticons</p>
<p><img src="http://www.surgehead.com/wp-content/uploads/2008/08/9.jpg" alt="" /></p>
<p><a href="http://digiboy.deviantart.com/art/Web-Icons-Archaic-9789068">Archaic Web Icon</a> by digiboy</p>
<p><img src="http://www.surgehead.com/wp-content/uploads/2008/08/10.png" alt="" /></p>
<p><a href="http://www.ineversay.com/my-works/xiao-icon.html">Xiao Icon</a> by ineversay</p>
<p><img src="http://www.surgehead.com/wp-content/uploads/2008/08/28.jpg" alt="" /></p>
<p>Blue-ish <a href="http://fasticon.com/freeware/index.php/fast-icon-users/">Fast Icon user</a></p>
<p><img src="http://www.surgehead.com/wp-content/uploads/2008/08/11.jpg" alt="" /></p>
<p><a href="http://www.tenbytwenty.com/products/icon-sets/vaga">Vaga Iconset</a> from tenbytwenty</p>
<p><img src="http://www.surgehead.com/wp-content/uploads/2008/08/12.jpg" alt="" /></p>
<p><a href="http://www.vikiworks.com/2007/06/15/social-bookmark-iconset/ ">Social Bookmark Icon</a> by Vikiwork</p>
<p><img src="http://www.surgehead.com/wp-content/uploads/2008/08/14.jpg" alt="" /></p>
<p>Another <a href="http://fasticon.com/freeware/index.php/web-2-social-bookmark-icons/">Social bookmark icon</a> brought to you by fasticon</p>
<p><img src="http://www.surgehead.com/wp-content/uploads/2008/08/15.gif" alt="" /></p>
<p><a href="http://www.webfruits.it/dblog/articolo.asp?articolo=62">Social web button</a> by webfruits</p>
<p><img src="http://www.surgehead.com/wp-content/uploads/2008/08/18.jpg" alt="" /></p>
<p>Kito gives us a great <a href="http://prbmedia.deviantart.com/art/Kito-web-icons-package-1-57556060">icon package</a></p>
<p><img src="http://www.surgehead.com/wp-content/uploads/2008/08/15.jpg" alt="" /></p>
<p><a href="http://yingjunjiu.deviantart.com/art/Web-Application-Icons-Set-77183527">Web Application Set</a> by YingJunjiu</p>
<p><img src="http://www.surgehead.com/wp-content/uploads/2008/08/16.jpg" alt="" /></p>
<p><a href="http://www.monofactor.com/goodies/free-vector-icon-set-1/">vector icon</a> by monofactor</p>
<p><img src="http://www.surgehead.com/wp-content/uploads/2008/08/17.jpg" alt="" /></p>
<p><a href="http://sekkyumu.deviantart.com/art/Developpers-Icons-63052312">Developer Icon</a> by sekkyumu</p>
<p><img src="http://www.surgehead.com/wp-content/uploads/2008/08/19.jpg" alt="" /></p>
<p>JonasRaskDesign share some good <a href="http://jonasraskdesign.com/downloads/downloads.html ">icon</a></p>
<p><img src="http://www.surgehead.com/wp-content/uploads/2008/08/20.jpg" alt="" /></p>
<p><a href="http://www.freeiconsdownload.com/Free_Downloads.asp?id=265">Web icon</a> by icojoy</p>
<p><img src="http://www.surgehead.com/wp-content/uploads/2008/08/211.jpg" alt="" /></p>
<p><a href="http://umeshkashyap.deviantart.com/art/Web-Icons-67680651">Web Icons</a> by umeshkashyap</p>
<p><img src="http://www.surgehead.com/wp-content/uploads/2008/08/22.jpg" alt="" /></p>
<p><a href="http://sevenova.deviantart.com/art/Movid-Web-Icon-23939783">movid web icon</a> by sevenova</p>
<p><img src="http://www.surgehead.com/wp-content/uploads/2008/08/23.jpg" alt="" /></p>
<p><a href="http://pho3nix-bf.deviantart.com/art/Set-of-Stylized-Icons-75869980">Stylized Icon</a> by pho3nix-bf</p>
<p><img src="http://www.surgehead.com/wp-content/uploads/2008/08/24.jpg" alt="" /></p>
<p><a href="http://csi.nfshost.com/blog/?q=goodies">Icon goodies</a> in csi.nfshost</p>
<p><img src="http://www.surgehead.com/wp-content/uploads/2008/08/25.jpg" alt="" /></p>
<p><a href="http://min.frexy.com/article/bright_a_free_icon_set/">Bright Icon set</a> from frexy</p>
<p><img src="http://www.surgehead.com/wp-content/uploads/2008/08/27.jpg" alt="" /></p>
<p>icojoy take us <a href="http://icojoy.com/articles/28/">back to pixel</a></p>
<p><img src="http://www.surgehead.com/wp-content/uploads/2008/08/13.jpg" alt="" /></p>
<p><a href="http://designmagus.com/free_icons">weather icon</a> and a few other by design magus</p>
<p><img src="http://www.surgehead.com/wp-content/uploads/2008/08/3.jpg" alt="" /></p>
<p>Several great <a href="http://www.zeusboxstudio.com/blog/feedicons-2">RSS icons</a> created by Zeusbox</p>
<p><img src="http://www.surgehead.com/wp-content/uploads/2008/08/4.jpg" alt="ZeusBox RSS" width="240" height="107" /></p>
<p>Another <a href="http://www.smashingmagazine.com/2008/04/01/fresh-free-and-gorgeous-rssfeed-icons/">Fresh RSS icon</a> shared by smashingmagazine and Fasticon</p>
<p><img src="http://www.surgehead.com/wp-content/uploads/2008/08/5.jpg" alt="" /></p>
<p>Delicious looking <a href="http://www.design-freak.com/2008/05/06/rss-icons-campaign/">RSS icon</a> by design-freak</p>
<p><img src="http://www.surgehead.com/wp-content/uploads/2008/08/6.jpg" alt="" /></p>
<p>Colorful <a href="http://nyssi.deviantart.com/art/RSS-Feed-Icons-69215561">RSS icon</a> by nysii</p>
<p><img src="http://www.surgehead.com/wp-content/uploads/2008/08/29.jpg" alt="" /></p>
<p><a href="http://kurumizawa.deviantart.com/art/Free-web-2-0-RSS-icons-74853733">RSS icon</a> from kurumizawa</p>
<p><img src="http://www.surgehead.com/wp-content/uploads/2008/08/30.jpg" alt="" /></p>
<h2>OTHER</h2>
<p>The standard Feed icon can be found <a href="http://www.feedicons.com/">here</a>.</p>
<p>You can use <a href="http://www.favicon.co.uk/">Favicon Generator</a> to convert your image to 16 x 16 favicon.  What is Favicon? Its the small icon placed next to site name in the browser&#8217;s URL bar.  You can also make your favicon in <a href="http://www.256pixels.com">256Pixels</a> with their palette.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.surgehead.com/graphics/astonishingly-free-web-development-icon/feed</wfw:commentRss>
		</item>
		<item>
		<title>25 useful Firefox extension for the masses</title>
		<link>http://www.surgehead.com/productivity/25-useful-firefox-extension-for-the-masses</link>
		<comments>http://www.surgehead.com/productivity/25-useful-firefox-extension-for-the-masses#comments</comments>
		<pubDate>Thu, 07 Aug 2008 08:57:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Productivity]]></category>

		<category><![CDATA[browser]]></category>

		<category><![CDATA[firefox]]></category>

		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.surgehead.com/?p=9</guid>
		<description><![CDATA[When people talk about browser, Firefox name always comes up. What make it so special? We are not talking about the security or any other thing. We are talking about extensions. Firefox has the ability to be customized with extensions that suit your needs.  Whether you are a web developer or a simple surfer, you [...]]]></description>
			<content:encoded><![CDATA[<p>When people talk about browser, Firefox name always comes up. What make it so special? We are not talking about the <a href="http://mozillalinks.org/wp/2008/06/mozilla-already-working-on-a-firefox-3-security-fix/">security</a> or any other thing. We are talking about extensions. Firefox has the ability to be customized with extensions that suit your needs.  Whether you are a web developer or a simple surfer, you can always use some of these extensions. We run down a list of the useful firefox extension that can help you.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.surgehead.com/wp-content/uploads/2008/08/extension.jpg" alt="extension is good" /></p>
<p><span id="more-9"></span><br />
<!--adsense#kotak--></p>
<h2>1. Tools for Web Development</h2>
<ul>
<li><a href="http://getfirebug.com/">Firebug</a> is a must have extension that can be used to trace bugs. It has many various feature like dynamic console, DOM tree explorer, Javascript debugger,  CSS viewer and editor.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/60">Web Developer</a> have many option to help you in developing like disable java/ javascript, outline frames, headings, tables, validate CSS and many more.</li>
<li><a href="https://addons.mozilla.org/firefox/addon/1419">IE Tab</a> Testing cross browser compatibility of your code is an important issue and now with this extension you can see how your web page displayed in IE.  <a href="https://addons.mozilla.org/firefox/addon/1429"><br />
</a></li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/1243">Extended Cookie Manager</a> is a easy cookie manager used to detect whether a website send a cookie and shows if this cookie was blocked, allowed or only allowed for session in your status bar. Warning: May not be compatible with Tab Mix Plus. <a href="https://addons.mozilla.org/en-US/firefox/addon/1243"><br />
</a></li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/271">ColorZilla</a> is certainly a colorful extension. It can select color on a webpage, adjust it and put it in any other program.</li>
<li><a href="http://www.scribefire.com/">ScribeFire</a> may not help you building web but it certainly help you writing or editing your blog.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/2409">Server Switcher</a> enable you to switch between your development area and live servers, so that you can instantly see the differences.</li>
</ul>
<h2>2. Transfering Files</h2>
<ul>
<li><a href="http://amb.vis.ne.jp/mozilla/scrapbook/">ScrapBook</a> helps you save web pages and manage them.<a href="http://amb.vis.ne.jp/mozilla/scrapbook/"><br />
</a></li>
<li><a href="http://flashgot.net/">FlashGot</a> you don&#8217;t need to copy your download link and paste it in your downlaod manager anymore. this this extension do the job for you.<a href="http://flashgot.net/"><br />
</a></li>
<li><a href="http://downthemall.mozdev.org/">DownThemAll &#8220;</a>is all you can desire from a download manager: it features an advanced accelerator that increases speed up to 400% and it allows you to pause and resume downloads at any time&#8221;. With this, you don&#8217;t need to install another download manager software.<a href="http://downthemall.mozdev.org/"><br />
</a></li>
<li><a href="http://www.downloadhelper.net/">Video Download Helper </a>is very handy when you need to download from YouTube-like sites. Maybe for downloading some video tutorials.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/1593">GSpace </a>convert your Gmail space for a file storage.  &#8220;It acts as an online drive, so you can upload files from your hard drive and access them from every Internet capable system.&#8221;<a href="https://addons.mozilla.org/en-US/firefox/addon/1593"><br />
</a></li>
<li><a href="http://fireftp.mozdev.org/">FireFTP</a> is an alternative FTP client in case you don&#8217;t want to use real FTP client like Filezilla.<a href="http://fireftp.mozdev.org/"><br />
</a></li>
</ul>
<h2>3. Change The Way You Browse</h2>
<ul>
<li><a href="http://greasemonkey.mozdev.org/">GreaseMonkey</a> is a powerful script that lets you customize any webpage by adding Javascript code. <a href="http://greasemonkey.mozdev.org/"><br />
</a></li>
<li><a href="http://flashblock.mozdev.org/">FlashBlock</a> Maybe those animation is good to see but sometimes it just take a long time to load or we just don&#8217;t want to see it. Grab this extension and you won&#8217;t see those Flash again. If you need to block something more than Flash, use <a href="http://adblockplus.org/en/">adBlock<br />
</a></li>
<li><a href="http://downloadstatusbar.mozdev.org/">DownloadStatusBar</a> I don&#8217;t know about you, but I hate that download window. This extension allows you to keep those download dialog in status bar.</li>
<li><a href="https://addons.mozilla.org/firefox/1122/">TabMixPlus</a> &#8220;Tab Mix Plus enhances Firefox&#8217;s tab browsing capabilities. It includes such features as duplicating tabs, controlling tab focus, tab clicking options, undo closed tabs and windows, plus much more. It also includes a full-featured session manager with crash recovery that can save and restore combinations of opened tabs and windows.&#8221; If you don&#8217;t need those feature, maybe you can try <a href="https://addons.mozilla.org/extensions/moreinfo.php?id=1368&amp;application=firefox">Colorful Tabs</a> or <a href="http://addons.mozilla.org/firefox/addon/3810">Chroma Tabs</a></li>
<li><a href="http://addons.mozilla.org/firefox/addon/2324">Session Manager</a> saves your session after crashes. Don&#8217;t be afraid of losing data anymore.<a href="http://addons.mozilla.org/firefox/addon/2324"><br />
</a></li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/1881">Cache Status</a> give you information about your browser cache usage and can also clear it.</li>
</ul>
<h2>4. Explore the web</h2>
<ul>
<li><a href="https://en-us.add-ons.mozilla.com/en-US/firefox/addon/138">StumbleUpon</a> is a very addictive plugins that may reduce your sleep time. It can discover website based on your interest and bring it to you. You can also connect with people with the same interest and share your discoveries.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/5457">Shareaholic</a> If you like sharing things you found on the web and tired of copying and pasting links. Shareaholic currently supports: digg, del.icio.us, facebook, foxiewire, friendfeed, google bookmarks, google reader, healthranker, kaboodle, magnolia, mixx, myspace, pownce, reddit, simpy, stumbleupon, streakr, truemors, tumblr, twitter, ycombinator, bzzster, etc.</li>
<li><a href="http://www.google.com/url?sa=t&amp;ct=res&amp;cd=1&amp;url=http%3A%2F%2Fsage.mozdev.org%2F&amp;ei=AsKaSO-AJ4fA6gPxkay8BQ&amp;usg=AFQjCNEX6gdXwCA-JeeCQcUpzgaqoH-6Qg&amp;sig2=DemxeLApwGbWL7zV_lO0DA">Sage</a> is a popular extension for managing RSS feed</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/2410">Foxmark</a> is a great extension that can synchronize your bookmark. You can access your bookmark from any other computer. Another great option for online bookmark is <a href="https://addons.mozilla.org/en-US/firefox/addon/3615">del.icio.us</a></li>
<li><a href="http://clipmarks.com/">ClipMark</a> saves a portion of website including text, graphic and video.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/5791">FlagFox</a> &#8220;Displays a country flag in the status bar depicting the location of the current website&#8217;s server, and provides quick access to detailed location and webserver information.&#8221;</li>
</ul>
<h2><span style="color: #000000;">OTHER</span></h2>
<p><a href="http://www.google.com/url?sa=t&amp;ct=res&amp;cd=1&amp;url=http%3A%2F%2Fsage.mozdev.org%2F&amp;ei=AsKaSO-AJ4fA6gPxkay8BQ&amp;usg=AFQjCNEX6gdXwCA-JeeCQcUpzgaqoH-6Qg&amp;sig2=DemxeLApwGbWL7zV_lO0DA">Firefox cheat sheet</a>. This keyboard shortcut list is made for those who often forget to charge their wireless mouse or just lazy to move their arm to mouse.</p>
<p><a href="http://kb.mozillazine.org/Problematic_extensions">Problematic extension list</a> most of problematic extension and how to solve them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.surgehead.com/productivity/25-useful-firefox-extension-for-the-masses/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
