<?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>iTechYou.Com &#187; Tutorials</title>
	<atom:link href="http://www.itechyou.com/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itechyou.com</link>
	<description></description>
	<lastBuildDate>Wed, 02 Jun 2010 06:39:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing Ruby on Rails in Windows</title>
		<link>http://www.itechyou.com/installing-ruby-on-rails-in-windows/</link>
		<comments>http://www.itechyou.com/installing-ruby-on-rails-in-windows/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 12:07:15 +0000</pubDate>
		<dc:creator>praveenramc</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.itechyou.com/?p=480</guid>
		<description><![CDATA[Keywords: ruby on rails, ruby gems, windows
Most of the tutorails for installing ruby on rails are available for Linux and Mac. And very few for Windows. You know I got vexed because I don’t know how to install rails and rubygems. To be frank I nearly tried around 1.5 weeks for instaaling ruby, rubygems, rails. [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.itechyou.com%2Finstalling-ruby-on-rails-in-windows%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.itechyou.com%2Finstalling-ruby-on-rails-in-windows%2F" height="61" width="51" /></a></div><p><strong>Keywords</strong>: <strong>ruby on rails, ruby gems, windows</strong></p>
<p>Most of the tutorails for installing ruby on rails are available for Linux and Mac. And very few for Windows. You know I got vexed because I don’t know how to install rails and rubygems. To be frank I nearly tried around 1.5 weeks for instaaling ruby, rubygems, rails. So I have decided to write a tutorial to help you people out there. This installation process may take about a hour.</p>
<p><strong>Installing Ruby</strong></p>
<p>Installing ruby is easy. Just an click will do the job. You can get the one click installer from <a href="http://rubyforge.org/frs/?group_id=167">here</a>. It is advisable that you install ruby in the following directory <strong>C:\ruby </strong>and also I recommend to install ruby 1.8.6. Having installed ruby you need to make sure wether ruby has been installed in the system.</p>
<p>Try this command line “<strong>ruby –v</strong>” (without quotes)  and you should get something like this: ruby 1.9.1p243 (2009-07-16 revision 24175) [i386-mingw32]. That’s it ruby is installed in your system.</p>
<p><strong>Installing rubygems:</strong></p>
<p>When installing ruby you will have gems installed in to it. All that you have to do is to update the gems. So for updating gems use this command in the command line. You should be in the following directory before trying out this command. C:\ruby\bin. If you don’t know how to get in to this directory type this command “<strong>cd  C:\ruby\bin</strong>” without quotes. Note you will see the word ruby in the command. This may vary for you. Probably it could be rubyX, where X is version. So check the exact folder name in C: or in the directory where you have installed ruby in your system.</p>
<p>“<strong>gem update –system</strong>”  without quotes. Probably it will take some 4 to 5 minutes not more than that. <strong>Note: </strong>if you get error such as cannot connect to socket or any other error that is related to network, try disabling your windows firewall and anti virus firewall. After disaling the firewall it should work.</p>
<p><strong>Installing Rails</strong></p>
<p>Go to C:\rubyX\bin in your command prompt and type this command</p>
<p><strong>&#8220;gem install rails&#8221; </strong>without quotes. Installing rails will test your patience. Even there will be no progress for sometime, don’t panic ! Have some coffee or tea or whatever you want to have in the mean time. Now you need a database. I’ll teach you how to do that in the next paragraph</p>
<p><strong>Installing  sqlite3 :</strong></p>
<p>Again you can do this from the command line itself. Make sure you are inside C:\rubyX\bin, then type this command</p>
<p><strong>&#8220;install the sqlite3 gem&#8221; </strong>without quotes<strong></strong></p>
<p>You may get an error when you build your apps such as “sqlite.dll not found. Re-installing the application will fix it”. So what you have to do is download the sqlite.dll file put it in your ruby\bin folder, which will fix the problem. You can get sqlite.dll from <strong><a title="sqlite.dll ruby" href="http://www.itechyou.com/sqlite3.dll" target="_blank">here</a></strong></p>
<p><strong>Time to test your rails installation:</strong> Create a folder called rails in C:. Go to command line and change the directory to C:\rails. Then type “rails project_name”. In my case project_name is “basic”, so instead of project_name, I’ll use basic. Hit enter. It will create a list of folders inside Basic. Ruby ships along with WEBrick. Now you need to start your WEBrick server. For doing that “ruby script/server” hit eneter some messages will displayed. Goto your browser type <a href="http://localhost:3000">http://localhost:3000</a>. You will have rails web page. Alas you have made it.</p>
<p>Feel free to ask questions. You can either ash here or contact me at praveenram05@yahoo.com with subject as installing ruby on rails.</p>
<p>Have a nice time</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-comfeed">
			<a href="http://www.itechyou.com/installing-ruby-on-rails-in-windows/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Installing+Ruby+on+Rails+in+Windows+-+http://b2l.me/c9px9+(via+@http://twitter.com/techaddicts)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?u=http://www.itechyou.com/installing-ruby-on-rails-in-windows/&amp;t=Installing+Ruby+on+Rails+in+Windows" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.itechyou.com/installing-ruby-on-rails-in-windows/&amp;title=Installing+Ruby+on+Rails+in+Windows" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.itechyou.com/installing-ruby-on-rails-in-windows/&amp;title=Installing+Ruby+on+Rails+in+Windows" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.itechyou.com/installing-ruby-on-rails-in-windows/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.itechyou.com/installing-ruby-on-rails-in-windows/&amp;title=Installing+Ruby+on+Rails+in+Windows" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.itechyou.com/installing-ruby-on-rails-in-windows/&amp;t=Installing+Ruby+on+Rails+in+Windows" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.itechyou.com/installing-ruby-on-rails-in-windows/&amp;title=Installing+Ruby+on+Rails+in+Windows" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.itechyou.com/installing-ruby-on-rails-in-windows/&amp;title=Installing+Ruby+on+Rails+in+Windows" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-twittley">
			<a href="http://twittley.com/submit/?title=Installing+Ruby+on+Rails+in+Windows&amp;url=http%3A%2F%2Fwww.itechyou.com%2Finstalling-ruby-on-rails-in-windows%2F&amp;desc=Keywords%3A%20ruby%20on%20rails%2C%20ruby%20gems%2C%20windows%0D%0A%0D%0AMost%20of%20the%20tutorails%20for%20installing%20ruby%20on%20rails%20are%20available%20for%20Linux%20and%20Mac.%20And%20very%20few%20for%20Windows.%20You%20know%20I%20got%20vexed%20because%20I%20don%E2%80%99t%20know%20how%20to%20install%20rails%20and%20rubygems.%20To%20be%20frank%20I%20nearly%20tried%20around%201.5%20weeks%20for%20instaaling%20ruby%2C&amp;pcat=Technology&amp;tags=gadgets, technology" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.itechyou.com/installing-ruby-on-rails-in-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Embedded Style Logo In Photoshop</title>
		<link>http://www.itechyou.com/embedded-style-logo-in-photoshop/</link>
		<comments>http://www.itechyou.com/embedded-style-logo-in-photoshop/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 15:09:38 +0000</pubDate>
		<dc:creator>Prateek</dc:creator>
				<category><![CDATA[Graphixz]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[text effects]]></category>

		<guid isPermaLink="false">http://www.itechyou.com/?p=442</guid>
		<description><![CDATA[In this beginner level Photoshop tutorial, which will hardly take 15 minutes, I will teach you&#8217;ll to create  an embedded style logo in Photoshop. It&#8217;s a easy method in photoshop, dealing with a few layer effects only.
Final Effect 


Create a New Document :
Open up your photoshop and create a new document (Ctrl + N). We [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.itechyou.com%2Fembedded-style-logo-in-photoshop%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.itechyou.com%2Fembedded-style-logo-in-photoshop%2F" height="61" width="51" /></a></div><p><strong>In this beginner level Photoshop tutorial, which will hardly take 15 minutes, I will teach you&#8217;ll to create  an embedded style logo in Photoshop. It&#8217;s a easy method in photoshop, dealing with a few layer effects only.</strong></p>
<p style="text-align: center; "><strong>Final Effect </strong></p>
<p style="text-align: center; "><strong><img style="display: block; margin-left: auto; margin-right: auto; border: 0px initial initial;" title="Final Image" src="http://i46.tinypic.com/28krk83.png" alt="" width="550" height="250" /></strong></p>
<p style="text-align: left; ">
<p style="text-align: center; "><strong>Create a New Document :</strong></p>
<p style="text-align: left; ">Open up your photoshop and create a new document (Ctrl + N). We need a small canvas here, and 550px by 250 px will do the trick for us.</p>
<p style="text-align: left; "><img class="aligncenter" title="Create a New Document" src="http://i45.tinypic.com/346x0li.png" alt="" width="550" height="335" /></p>
<p style="text-align: left; ">
<p style="text-align: center;"><strong>Creating A Background :</strong></p>
<p style="text-align: left;">We will add Gradient Overlay to the background. But since you know that the background layer is locked by default (Layer 0), we will double click on the layer and rename it to Background. This will unlock the layer for us.</p>
<p style="text-align: left;"><img class="aligncenter" title="Unlocking Background Layer In Photoshop" src="http://i49.tinypic.com/2ps3jnk.png" alt="" width="551" height="246" /></p>
<p style="text-align: left;">Now go to the Layer Menu and click on <strong>Layer Menu -&gt; Layer Styles -&gt; Gradient Overlay</strong>. I will use a blue background and a <strong>vertical gradient</strong> which goes from <strong>Dark to Light Blue</strong>. After so many attempts, I finalized <strong>Dark Blue</strong> (<strong>#003471</strong><strong>) </strong>and the <strong>Light Blue (<strong>#448CCB). </strong><span style="font-weight: normal;">You can go off the track and try your own color scheme. </span></strong></p>
<p style="text-align: left;"><strong><span style="font-weight: normal;"><img class="aligncenter" title="Gradient Overlay Settings" src="http://i45.tinypic.com/25krk2p.jpg" alt="" width="550" height="347" /></span></strong></p>
<p style="text-align: left;">
<p style="text-align: left;"><strong><span style="font-weight: normal;">We must have the dark blue to be the dominant color as compared to the light blue. So we move the color midpoint of dark blue to 60%. </span></strong></p>
<p style="text-align: left;"><strong><span style="font-weight: normal;"><img class="aligncenter" title="Gradient Overlay" src="http://i48.tinypic.com/10hvf9u.jpg" alt="" width="550" height="500" /></span></strong></p>
<p style="text-align: left;"><strong><span style="font-weight: normal;">Now, to add another effect, select a brush with a large size (I used 500 px). Set the color to white (#FFFFFF). Change the opacity to 60% and the flow to 70%. Create a new layer now and then use the brush on the top-right of the canvas. </span></strong></p>
<p style="text-align: left;"><strong><span style="font-weight: normal;"><img class="aligncenter" title="Brush Selection" src="http://i49.tinypic.com/jqnt53.png" alt="" width="550" height="292" /></span></strong></p>
<p style="text-align: left;"><img class="aligncenter" title="Top of Canvas" src="http://i48.tinypic.com/207qkh4.png" alt="" width="550" height="292" /></p>
<p style="text-align: left;"><img class="aligncenter" title="Top Right Of Canvas" src="http://i45.tinypic.com/2e3tj12.png" alt="" width="550" height="292" /></p>
<p style="text-align: left;">Use the typing tool and type your text in the center of the screen now. Make sure it is in the center because it looks kinda odd if not properly aligned.</p>
<p style="text-align: left;">
<p style="text-align: left;">Now comes the main part : <strong>adding text effects to make it look like embedded text</strong>. We are going to add <strong>Gradient Overlay, Inner Shadow and Drop Shadow. </strong>Open <strong>Layers -&gt; Layer Styles </strong> and go to the <strong>Gradient Overlay tab. </strong></p>
<p style="text-align: left;"><strong><span style="font-weight: normal;"><img class="aligncenter" title="Gradient Overlay" src="http://i48.tinypic.com/2zrp0k4.jpg" alt="" width="550" height="443" /></span></strong></p>
<p style="text-align: left;">
<p style="text-align: left;"><strong><span style="font-weight: normal;">Now, we need a blue darker than that of the background. So I am using </span>Dark Blue (<strong>#022854). </strong><span style="font-weight: normal;">The second color will also be darker than the background but lighter than the color we just selected moments back. So the </span>Light Blue </strong>will be <strong>(#0F498C). </strong>In this, we need to have the light blue more than the darker shade. Set <strong>midpoint </strong>to <strong>30%.</strong></p>
<p style="text-align: left;"><img class="aligncenter" title="Colors" src="http://i47.tinypic.com/154cdg5.jpg" alt="" width="550" height="492" /></p>
<p style="text-align: left;"><img class="aligncenter" title="After Applying Gradient Overlay" src="http://i47.tinypic.com/se8zf9.png" alt="" width="553" height="250" /></p>
<p style="text-align: left;">Next, we go for <strong>Inner Shadow</strong> effect. Check the box of Inner Shadow and set the angle to 120 degrees. Set the <strong>opacity </strong>to <strong>50%, Distance </strong>at <strong>2px, </strong>and <strong>size </strong>at <strong>3px. </strong></p>
<p style="text-align: left;"><img class="aligncenter" title="Inner Shadow Effect Photoshop" src="http://i45.tinypic.com/ajo4lf.png" alt="" width="550" height="414" /></p>
<p style="text-align: left;"><img class="aligncenter" title="Inner Shadow Final Output" src="http://i46.tinypic.com/9k2zab.png" alt="" width="551" height="252" /></p>
<p style="text-align: left;">To make the text look consistent, we will add the <strong>Drop Shadow</strong>. <strong>It will be hardly visible but will enhance the looks of the final output.</strong> First, change the <strong>blend mode</strong> to <strong>Normal</strong>. Since I want it to be small, I will use <strong>Distance </strong>as <strong>1px</strong> and size of <strong>2px</strong>. I sampled a few blues and was happy with the output produced by the <strong>Light Blue (</strong><strong>#A8C9E6). Make sure that the angle here is also 120 degrees. </strong></p>
<p style="text-align: left;">
<p style="text-align: left;"><strong>Yeah, we are done now and the final image should look something like this. You can go in for your own variations, try a few more effects, and Whoa! You will create something that is very unique <img src='http://www.itechyou.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </strong></p>
<p style="text-align: left;"><img class="aligncenter" title="Final Image" src="http://i46.tinypic.com/28krk83.png" alt="" width="550" height="250" /></p>
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;"><strong><br />
</strong></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-comfeed">
			<a href="http://www.itechyou.com/embedded-style-logo-in-photoshop/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Embedded+Style+Logo+In+Photoshop+-+http://b2l.me/bbqu6+(via+@http://twitter.com/techaddicts)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?u=http://www.itechyou.com/embedded-style-logo-in-photoshop/&amp;t=Embedded+Style+Logo+In+Photoshop" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.itechyou.com/embedded-style-logo-in-photoshop/&amp;title=Embedded+Style+Logo+In+Photoshop" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.itechyou.com/embedded-style-logo-in-photoshop/&amp;title=Embedded+Style+Logo+In+Photoshop" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.itechyou.com/embedded-style-logo-in-photoshop/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.itechyou.com/embedded-style-logo-in-photoshop/&amp;title=Embedded+Style+Logo+In+Photoshop" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.itechyou.com/embedded-style-logo-in-photoshop/&amp;t=Embedded+Style+Logo+In+Photoshop" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.itechyou.com/embedded-style-logo-in-photoshop/&amp;title=Embedded+Style+Logo+In+Photoshop" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.itechyou.com/embedded-style-logo-in-photoshop/&amp;title=Embedded+Style+Logo+In+Photoshop" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-twittley">
			<a href="http://twittley.com/submit/?title=Embedded+Style+Logo+In+Photoshop&amp;url=http%3A%2F%2Fwww.itechyou.com%2Fembedded-style-logo-in-photoshop%2F&amp;desc=In%20this%20beginner%20level%20Photoshop%20tutorial%2C%20which%20will%20hardly%20take%2015%20minutes%2C%20I%20will%20teach%20you%27ll%20to%20create%20%C2%A0an%20embedded%20style%20logo%20in%20Photoshop.%20It%27s%20a%20easy%20method%20in%20photoshop%2C%20dealing%20with%20a%20few%20layer%20effects%20only.%0D%0AFinal%20Effect%20%0D%0A%0D%0A%0D%0ACreate%20a%20New%20Document%20%3A%0D%0AOpen%20up%20your%20photoshop%20and%20create%20a%20&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.itechyou.com/embedded-style-logo-in-photoshop/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Create Your PC Into A Virtual Machine</title>
		<link>http://www.itechyou.com/create-your-pc-into-a-virtual-machine/</link>
		<comments>http://www.itechyou.com/create-your-pc-into-a-virtual-machine/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 19:09:17 +0000</pubDate>
		<dc:creator>Prateek</dc:creator>
				<category><![CDATA[Top Stuffs]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[virtual PC]]></category>

		<guid isPermaLink="false">http://www.itechyou.com/?p=350</guid>
		<description><![CDATA[There are many softwares available in the market to make your PC into a virtual machine with a completely new OS (Operating System) like VMware. But today, I will make a small post on how to create a virtual OS of the OS you are currently using without starting from a scratch. (It will be [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.itechyou.com%2Fcreate-your-pc-into-a-virtual-machine%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.itechyou.com%2Fcreate-your-pc-into-a-virtual-machine%2F" height="61" width="51" /></a></div><p>There are many softwares available in the market to make your PC into a virtual machine with a completely new OS (Operating System) like VMware. But today, I will make a small post on how to create a virtual OS of the OS you are currently using without starting from a scratch. (It will be a snapshot and none of your data will be deleted.</p>
<p><a href="http://technet.microsoft.com/en-us/sysinternals/ee656415.aspx" target="_blank"><strong>Disk2VHD</strong></a> is a small little program that will help you to make a virtual operating system in just a few minutes. It will convert your entire PC into a Microsoft Virtual PC virtual machine. The catch is that it will only run on Microsoft Virtual PC but that&#8217;s not a major issue since it is free.</p>
<p><img class="aligncenter" title="SS" src="http://i35.tinypic.com/2ezsehx.png" alt="" width="403" height="324" /></p>
<p>This program doesn&#8217;t require any installation, just double click and you are off. Due to this, you can also make a copy or a backup of this software on your pen drive for easy portability. Since it is using the snapshot feature, there is no risk in loosing your precious data and various PC boots and restarts. When you create a virtual drive, be sure to create it on a new partition where no OS has been installed. Even creating it on a external hard disk will do. The maximum capacity of the virtual drive is 127GB, so if you have a bigger hard disk, this program will not work in your case.</p>
<p>There are many benefits of using a virtual machine. First, in case you get a virus attack, you can just switch back to the earlier OS without any damages or data loss. Second, you can create a backup of your data for future uses. People who want to virtualize the computer just for testing may also use it.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-comfeed">
			<a href="http://www.itechyou.com/create-your-pc-into-a-virtual-machine/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Create+Your+PC+Into+A+Virtual+Machine+-+<br />
<b>Notice</b>:  Undefined index:  alias in <b>/home/shared_useracct/e7t.us/create.php</b> on line <b>9</b><br />
http://e7t.us/e5ja+(via+@http://twitter.com/techaddicts)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?u=http://www.itechyou.com/create-your-pc-into-a-virtual-machine/&amp;t=Create+Your+PC+Into+A+Virtual+Machine" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.itechyou.com/create-your-pc-into-a-virtual-machine/&amp;title=Create+Your+PC+Into+A+Virtual+Machine" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.itechyou.com/create-your-pc-into-a-virtual-machine/&amp;title=Create+Your+PC+Into+A+Virtual+Machine" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.itechyou.com/create-your-pc-into-a-virtual-machine/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.itechyou.com/create-your-pc-into-a-virtual-machine/&amp;title=Create+Your+PC+Into+A+Virtual+Machine" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.itechyou.com/create-your-pc-into-a-virtual-machine/&amp;t=Create+Your+PC+Into+A+Virtual+Machine" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.itechyou.com/create-your-pc-into-a-virtual-machine/&amp;title=Create+Your+PC+Into+A+Virtual+Machine" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.itechyou.com/create-your-pc-into-a-virtual-machine/&amp;title=Create+Your+PC+Into+A+Virtual+Machine" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-twittley">
			<a href="http://twittley.com/submit/?title=Create+Your+PC+Into+A+Virtual+Machine&amp;url=http%3A%2F%2Fwww.itechyou.com%2Fcreate-your-pc-into-a-virtual-machine%2F&amp;desc=There%20are%20many%20softwares%20available%20in%20the%20market%20to%20make%20your%20PC%20into%20a%20virtual%20machine%20with%20a%20completely%20new%20OS%20%28Operating%20System%29%20like%20VMware.%20But%20today%2C%20I%20will%20make%20a%20small%20post%20on%20how%20to%20create%20a%20virtual%20OS%20of%20the%20OS%20you%20are%20currently%20using%20without%20starting%20from%20a%20scratch.%20%28It%20will%20be%20a%20snapshot&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.itechyou.com/create-your-pc-into-a-virtual-machine/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Edit Multiple Images In A Go!</title>
		<link>http://www.itechyou.com/edit-multiple-images-in-a-go/</link>
		<comments>http://www.itechyou.com/edit-multiple-images-in-a-go/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 13:57:38 +0000</pubDate>
		<dc:creator>Prateek</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[resize images]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.itechyou.com/?p=340</guid>
		<description><![CDATA[I am sure many of you might have gone though the situation when you take a lot of images and when you try uploading to the internet for sharing, you find that they were taken at a very high resolution and uploading is going to take ages. So you have the option of opening all [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.itechyou.com%2Fedit-multiple-images-in-a-go%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.itechyou.com%2Fedit-multiple-images-in-a-go%2F" height="61" width="51" /></a></div><p>I am sure many of you might have gone though the situation when you take a lot of images and when you try uploading to the internet for sharing, you find that they were taken at a very high resolution and uploading is going to take ages. So you have the option of opening all images, resizing which is simply time waste if nothing else.</p>
<p>Instead of using the basic image editing program, how about try something where you can drop your bunch of files, select common settings and just start the process? You would say that&#8217;s good but not worth paying. So the best thing here is that <strong>it is free</strong> <img src='http://www.itechyou.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>MODI (the software) is a non-setup program. So just download the exe file from <a href="http://www.demon27.com/modi/">here</a> and you are all ready to go. To run the program, just locate the executable file from the folder.</p>
<p><img class="aligncenter" title="Modi 1" src="http://i36.tinypic.com/r0umhd.jpg" alt="" width="370" height="281" /></p>
<p>At the top of the screen, you can drag and drop your images into the gray area which works pretty fine. Enabling quick view will show your image in a small thumbnail when you hover above it.</p>
<p><img class="aligncenter" title="Modi 2" src="http://i38.tinypic.com/wbqhhv.jpg" alt="" width="436" height="183" /></p>
<p>After you have selected the images, click on Add Modifier button to select settings for the images to be edited/resized.</p>
<p><img class="aligncenter" title="Modi 3" src="http://i33.tinypic.com/2n7obwy.jpg" alt="" width="271" height="122" /></p>
<p>In the modifier area, you have a drop down menu with several options. For each choice you need for your image, you have to click the Add button at the bottom. This will create an entry in the main MODI screen.</p>
<p><img class="aligncenter" title="MODI 4" src="http://www.online-tech-tips.com/wp-content/uploads/2009/10/modi5.png" alt="" width="427" height="141" />Let&#8217;s try making the size of the image half the original size. To do this, select the resize from the menu. Now in the box that follows, select 50% as Max Height/Width. Make sure you click Add which is at the bottom.</p>
<p><img class="aligncenter" title="MODI 5" src="http://i33.tinypic.com/9kyre9.jpg" alt="" width="308" height="91" /></p>
<p>Similarly, you can put a watermark or sharpen/blur the image as I have done in the following screenshots.</p>
<p><img class="aligncenter" title="MODI 6" src="http://i38.tinypic.com/27x2vd5.jpg" alt="" width="241" height="136" /></p>
<p><img class="aligncenter" title="MODI 7" src="http://i37.tinypic.com/2rpwkdf.jpg" alt="" width="328" height="303" /></p>
<p>Once you have made all your settings and ready to convert, go back to the main screen of MODI where you will see a list of modifiers which you selected. If you want to remove any effect, just click remove which is on the right. In case you want to preview the image, click on Preview Result. If everything is fine, select one of the writers from the low left corner.</p>
<p><img class="aligncenter" title="MODI 9" src="http://i36.tinypic.com/2r6h4x0.jpg" alt="" width="286" height="69" /></p>
<p>If you want to try some advanced settings, click the configure button. I have done some settings for my convenience.</p>
<p><img class="aligncenter" title="MODI 10" src="http://i38.tinypic.com/avijap.jpg" alt="" width="360" height="251" /></p>
<p>Now that you have done everything, go to the main menu and start the processing. After some time, depending on the speed of your computer, it will show that the conversion/modification was done to your images. If you want to use the same settings for your future editing, do click on the Save As Preset button and give it some name.</p>
<p><img class="aligncenter" title="MODI Final" src="http://i34.tinypic.com/axe3qu.jpg" alt="" width="286" height="94" /></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-comfeed">
			<a href="http://www.itechyou.com/edit-multiple-images-in-a-go/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Edit+Multiple+Images+In+A+Go%21+-+<br />
<b>Notice</b>:  Undefined index:  alias in <b>/home/shared_useracct/e7t.us/create.php</b> on line <b>9</b><br />
http://e7t.us/eszz+(via+@http://twitter.com/techaddicts)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?u=http://www.itechyou.com/edit-multiple-images-in-a-go/&amp;t=Edit+Multiple+Images+In+A+Go%21" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.itechyou.com/edit-multiple-images-in-a-go/&amp;title=Edit+Multiple+Images+In+A+Go%21" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.itechyou.com/edit-multiple-images-in-a-go/&amp;title=Edit+Multiple+Images+In+A+Go%21" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.itechyou.com/edit-multiple-images-in-a-go/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.itechyou.com/edit-multiple-images-in-a-go/&amp;title=Edit+Multiple+Images+In+A+Go%21" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.itechyou.com/edit-multiple-images-in-a-go/&amp;t=Edit+Multiple+Images+In+A+Go%21" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.itechyou.com/edit-multiple-images-in-a-go/&amp;title=Edit+Multiple+Images+In+A+Go%21" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.itechyou.com/edit-multiple-images-in-a-go/&amp;title=Edit+Multiple+Images+In+A+Go%21" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-twittley">
			<a href="http://twittley.com/submit/?title=Edit+Multiple+Images+In+A+Go%21&amp;url=http%3A%2F%2Fwww.itechyou.com%2Fedit-multiple-images-in-a-go%2F&amp;desc=I%20am%20sure%20many%20of%20you%20might%20have%20gone%20though%20the%20situation%20when%20you%20take%20a%20lot%20of%20images%20and%20when%20you%20try%20uploading%20to%20the%20internet%20for%20sharing%2C%20you%20find%20that%20they%20were%20taken%20at%20a%20very%20high%20resolution%20and%20uploading%20is%20going%20to%20take%20ages.%20So%20you%20have%20the%20option%20of%20opening%20all%20images%2C%20resizing%20which%20i&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.itechyou.com/edit-multiple-images-in-a-go/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Create A Simple And Stunning Web 2.0 Logo!</title>
		<link>http://www.itechyou.com/create-a-simple-and-stunning-web-2-0-logo-photoshop/</link>
		<comments>http://www.itechyou.com/create-a-simple-and-stunning-web-2-0-logo-photoshop/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 13:49:34 +0000</pubDate>
		<dc:creator>Prateek</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://www.itechyou.com/?p=308</guid>
		<description><![CDATA[Web 2.0 is nowadays used by almost all websites, either for the logos or the full template. It is now the main attraction of the website, after all, who would be interested in dull websites? So I will teach you how to create a basic, simple but stunning Web 2.0 logos. In another chapter to [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.itechyou.com%2Fcreate-a-simple-and-stunning-web-2-0-logo-photoshop%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.itechyou.com%2Fcreate-a-simple-and-stunning-web-2-0-logo-photoshop%2F" height="61" width="51" /></a></div><p>Web 2.0 is nowadays used by almost all websites, either for the logos or the full template. It is now the main attraction of the website, after all, who would be interested in dull websites? So I will teach you how to create a basic, simple but stunning Web 2.0 logos. In another chapter to be posted just in a few hours, I will discuss how to choose the right color for a web 2.0 logo.</p>
<p>Note : For all tutorials, I am using Adobe Photoshop CS3 so functions may vary from version to version. Also, my operating system is Microsoft Vista so mac users should refer Ctrl as Command.</p>
<p>Final Image after the end of the tutorial should look like this :</p>
<p><img style="display: block; margin-left: auto; margin-right: auto; border: 0px initial initial;" title="Final Image" src="http://i35.tinypic.com/33kgdnq.jpg" alt="" width="480" height="360" /></p>
<p>1-&gt; Open Adobe Photoshop and then create a new file (Ctrl + N). For this tutorial, I am using 700px as Width and 500px as Length. You may select your own depending on your preferences and space on website.</p>
<p style="text-align: center; "><img class="aligncenter" title="Step 1" src="http://i38.tinypic.com/4v45tu.jpg" alt="" width="480" height="360" /></p>
<p>2-&gt; Now fill the background layer with Black (Press G on the Keyboard for the Paint Bucket Tool and make sure your background color is set to black. Then click on the screen).</p>
<p style="text-align: center; "><img class="aligncenter" title="Step 2" src="http://i34.tinypic.com/15mi4cy.jpg" alt="" width="480" height="360" /></p>
<p>3-&gt; Now for the logo, select a font depending on the theme. My favourite ones are Baar Zeitgeist and Cocon. Select Font Colors that look attractive and bright. As a better effect, I am writing &#8216;TechYou&#8217; on a different layer and &#8216;i&#8217; on a different layer with different fonts and colors so that I can use both my favourite fonts.</p>
<p style="text-align: center; "><img class="aligncenter" title="Step 3" src="http://i37.tinypic.com/2rddht3.jpg" alt="" width="480" height="360" /></p>
<p>4-&gt; After typing the text you need, go to Layer &gt;&gt; Layer Style &gt;&gt; Blending Options and use the settings given in the screenshots below. Since I am using 2 fonts on seperate layers, I have given different settings (like light pink outer glow for the pink text and light blue for the blue). The screenshot only shows blending options for the pink layer. For the blue layer, all settings are same except the color for inner and outer glow. (Light Blue &#8211; #2175ff)</p>
<p style="text-align: center; "><img class="aligncenter" title="Step 4" src="http://i35.tinypic.com/i6jcig.jpg" alt="" width="480" height="360" /></p>
<p style="text-align: center; ">
<p style="text-align: center; "><img class="aligncenter" title="Step 4(b)" src="http://i35.tinypic.com/2d1wi6f.jpg" alt="" width="480" height="360" /></p>
<p>5-&gt; Now merge the text layers (in case you have made 2 different text layers) and then duplicate it (Ctrl+J). In case you have all the text on 1 layer, just duplicate it and remove the Layer Styles (Right Click the layer in the layer menu and select Clear Layer Styles for the duplicated layer only).</p>
<p><img class="aligncenter" title="Step 5" src="http://i33.tinypic.com/2mwc934.jpg" alt="" width="212" height="270" /></p>
<p>6-&gt;Now select the duplicated layer and invert it. (Edit &gt;&gt; Transform &gt;&gt; Flip Vertical). Now Press Ctrl + Down Arrow and shift it such that it looks like a reflection. Apply a layer mask to the layer. Now select the gradient tool and then the follow the screenshot.</p>
<p style="text-align: center; "><img class="aligncenter" title="Step 6" src="http://i35.tinypic.com/28h0tpf.jpg" alt="" width="480" height="360" /></p>
<p style="text-align: center; "><img class="aligncenter" title="Step 6 (b)" src="http://i33.tinypic.com/1zewqe0.jpg" alt="" width="480" height="360" /></p>
<p style="text-align: center; "><img style="display: block; margin-left: auto; margin-right: auto; border: 0px initial initial;" title="Step 6 (c)" src="http://i38.tinypic.com/33kvozk.jpg" alt="" width="480" height="360" /></p>
<p>7-&gt; In the layer menu, select the duplicated layer but not the layer mask. (The box on the left side). Now go to Filter &gt;&gt; Blur &gt;&gt; Gaussian Blur and give a blur of 1px. This will make it look like a real reflection.</p>
<p style="text-align: center; "><img class="aligncenter" title="Step 7" src="http://i36.tinypic.com/anlytw.jpg" alt="" width="384" height="481" /></p>
<p style="text-align: center; "><img class="aligncenter" title="Step 8" src="http://i36.tinypic.com/4tn0nb.jpg" alt="" width="480" height="320" /></p>
<p>8-&gt; Now comes the Web 2.0 part. Press Ctrl and at the same time click on the layer where you have the main text. You can see that it gets selected in the main canvas. Now select the Elliptical Marquee Tool and use the settings in the screenshot. Then select a circle such that the top part of the text is selected.</p>
<p style="text-align: center; "><img class="aligncenter" title="Step 8" src="http://i34.tinypic.com/2jca2it.jpg" alt="" width="480" height="360" /></p>
<p style="text-align: center; ">
<p style="text-align: center; "><img class="aligncenter" title="Step 8" src="http://i33.tinypic.com/21cfngm.jpg" alt="" width="480" height="360" /></p>
<p style="text-align: center; ">
<p style="text-align: center; "><img class="aligncenter" title="Step 8" src="http://i37.tinypic.com/14lhgtv.jpg" alt="" width="480" height="360" /></p>
<p>9-&gt; Now press Ctrl + Shift + N and create a new layer. Make sure that some part of the text is selected. Now change your background color to white and press Ctrl + Backspace. This will make the top part of the text white. Press Ctrl + D to deselect and change the opacity of the layer to 10-12%.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto; border: 0px initial initial;" title="Step 9" src="http://i33.tinypic.com/im2kqw.jpg" alt="" width="480" height="360" /></p>
<p>11-&gt; Here is how the final image should look. I have just added a cute little RSS Feed icon on the top. Do comment in case you liked it or have any problems. Even a small &#8216;Thanks&#8217; will motivate us more for such tutorials.</p>
<p style="text-align: center; "><img class="aligncenter" title="Final Image" src="http://i35.tinypic.com/33kgdnq.jpg" alt="" width="480" height="360" /></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-comfeed">
			<a href="http://www.itechyou.com/create-a-simple-and-stunning-web-2-0-logo-photoshop/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Create+A+Simple+And+Stunning+Web+2.0+Logo%21+-+<br />
<b>Notice</b>:  Undefined index:  alias in <b>/home/shared_useracct/e7t.us/create.php</b> on line <b>9</b><br />
http://e7t.us/d3y6+(via+@http://twitter.com/techaddicts)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?u=http://www.itechyou.com/create-a-simple-and-stunning-web-2-0-logo-photoshop/&amp;t=Create+A+Simple+And+Stunning+Web+2.0+Logo%21" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.itechyou.com/create-a-simple-and-stunning-web-2-0-logo-photoshop/&amp;title=Create+A+Simple+And+Stunning+Web+2.0+Logo%21" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.itechyou.com/create-a-simple-and-stunning-web-2-0-logo-photoshop/&amp;title=Create+A+Simple+And+Stunning+Web+2.0+Logo%21" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.itechyou.com/create-a-simple-and-stunning-web-2-0-logo-photoshop/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.itechyou.com/create-a-simple-and-stunning-web-2-0-logo-photoshop/&amp;title=Create+A+Simple+And+Stunning+Web+2.0+Logo%21" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.itechyou.com/create-a-simple-and-stunning-web-2-0-logo-photoshop/&amp;t=Create+A+Simple+And+Stunning+Web+2.0+Logo%21" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.itechyou.com/create-a-simple-and-stunning-web-2-0-logo-photoshop/&amp;title=Create+A+Simple+And+Stunning+Web+2.0+Logo%21" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.itechyou.com/create-a-simple-and-stunning-web-2-0-logo-photoshop/&amp;title=Create+A+Simple+And+Stunning+Web+2.0+Logo%21" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-twittley">
			<a href="http://twittley.com/submit/?title=Create+A+Simple+And+Stunning+Web+2.0+Logo%21&amp;url=http%3A%2F%2Fwww.itechyou.com%2Fcreate-a-simple-and-stunning-web-2-0-logo-photoshop%2F&amp;desc=Web%202.0%20is%20nowadays%20used%20by%20almost%20all%20websites%2C%20either%20for%20the%20logos%20or%20the%20full%20template.%20It%20is%20now%20the%20main%20attraction%20of%20the%20website%2C%20after%20all%2C%20who%20would%20be%20interested%20in%20dull%20websites%3F%20So%20I%20will%20teach%20you%20how%20to%20create%20a%20basic%2C%20simple%20but%20stunning%20Web%202.0%20logos.%20In%20another%20chapter%20to%20be%20posted&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.itechyou.com/create-a-simple-and-stunning-web-2-0-logo-photoshop/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Warped Mist Photoshop Tutorial</title>
		<link>http://www.itechyou.com/water-spray-photoshop-tutorial/</link>
		<comments>http://www.itechyou.com/water-spray-photoshop-tutorial/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 17:55:03 +0000</pubDate>
		<dc:creator>Prateek</dc:creator>
				<category><![CDATA[Video Tutorials]]></category>
		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://www.itechyou.com/?p=273</guid>
		<description><![CDATA[In today&#8217;s video tutorial, we are set to learn how to create the mist that comes out when we use a deodorant right in our PC&#8217;s on photoshop. In case you have any doubts, feel free to share them through comments.






		
			Subscribe to the comments for this post?
		
		
			Tweet This!
		
		
			Share this on Facebook
		
		
			Digg this!
		
		
			Stumble upon something good? [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.itechyou.com%2Fwater-spray-photoshop-tutorial%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.itechyou.com%2Fwater-spray-photoshop-tutorial%2F" height="61" width="51" /></a></div><p>In today&#8217;s video tutorial, we are set to learn how to create the mist that comes out when we use a deodorant right in our PC&#8217;s on photoshop. In case you have any doubts, feel free to share them through comments.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/cgzEBLsEDuA&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/cgzEBLsEDuA&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-comfeed">
			<a href="http://www.itechyou.com/water-spray-photoshop-tutorial/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Warped+Mist+Photoshop+Tutorial+-+<br />
<b>Notice</b>:  Undefined index:  alias in <b>/home/shared_useracct/e7t.us/create.php</b> on line <b>9</b><br />
http://e7t.us/dzrw+(via+@http://twitter.com/techaddicts)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?u=http://www.itechyou.com/water-spray-photoshop-tutorial/&amp;t=Warped+Mist+Photoshop+Tutorial" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.itechyou.com/water-spray-photoshop-tutorial/&amp;title=Warped+Mist+Photoshop+Tutorial" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.itechyou.com/water-spray-photoshop-tutorial/&amp;title=Warped+Mist+Photoshop+Tutorial" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.itechyou.com/water-spray-photoshop-tutorial/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.itechyou.com/water-spray-photoshop-tutorial/&amp;title=Warped+Mist+Photoshop+Tutorial" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.itechyou.com/water-spray-photoshop-tutorial/&amp;t=Warped+Mist+Photoshop+Tutorial" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.itechyou.com/water-spray-photoshop-tutorial/&amp;title=Warped+Mist+Photoshop+Tutorial" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.itechyou.com/water-spray-photoshop-tutorial/&amp;title=Warped+Mist+Photoshop+Tutorial" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-twittley">
			<a href="http://twittley.com/submit/?title=Warped+Mist+Photoshop+Tutorial&amp;url=http%3A%2F%2Fwww.itechyou.com%2Fwater-spray-photoshop-tutorial%2F&amp;desc=In%20today%27s%20video%20tutorial%2C%20we%20are%20set%20to%20learn%20how%20to%20create%20the%20mist%20that%20comes%20out%20when%20we%20use%20a%20deodorant%20right%20in%20our%20PC%27s%20on%20photoshop.%20In%20case%20you%20have%20any%20doubts%2C%20feel%20free%20to%20share%20them%20through%20comments.%0A%0A&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.itechyou.com/water-spray-photoshop-tutorial/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Create 3D Grid In Photoshop</title>
		<link>http://www.itechyou.com/create-3d-grid-in-photoshop/</link>
		<comments>http://www.itechyou.com/create-3d-grid-in-photoshop/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 20:14:46 +0000</pubDate>
		<dc:creator>Prateek</dc:creator>
				<category><![CDATA[Video Tutorials]]></category>
		<category><![CDATA[3d grid]]></category>
		<category><![CDATA[Graphixz]]></category>
		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://www.itechyou.com/?p=268</guid>
		<description><![CDATA[This is my first video tutorial where I will explain the best things of photoshop, whether basic or advanced. Keep tuned in to TechAddicts.In for more videos ;)]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.itechyou.com%2Fcreate-3d-grid-in-photoshop%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.itechyou.com%2Fcreate-3d-grid-in-photoshop%2F" height="61" width="51" /></a></div><p>This is my first video tutorial where I will explain the best things of photoshop, whether basic or advanced. Keep tuned in to TechAddicts.In for more videos <img src='http://www.itechyou.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/gwsvdFhaoho&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/gwsvdFhaoho&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-comfeed">
			<a href="http://www.itechyou.com/create-3d-grid-in-photoshop/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Create+3D+Grid+In+Photoshop+-+<br />
<b>Notice</b>:  Undefined index:  alias in <b>/home/shared_useracct/e7t.us/create.php</b> on line <b>9</b><br />
http://e7t.us/dzma+(via+@http://twitter.com/techaddicts)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?u=http://www.itechyou.com/create-3d-grid-in-photoshop/&amp;t=Create+3D+Grid+In+Photoshop" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.itechyou.com/create-3d-grid-in-photoshop/&amp;title=Create+3D+Grid+In+Photoshop" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.itechyou.com/create-3d-grid-in-photoshop/&amp;title=Create+3D+Grid+In+Photoshop" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.itechyou.com/create-3d-grid-in-photoshop/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.itechyou.com/create-3d-grid-in-photoshop/&amp;title=Create+3D+Grid+In+Photoshop" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.itechyou.com/create-3d-grid-in-photoshop/&amp;t=Create+3D+Grid+In+Photoshop" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.itechyou.com/create-3d-grid-in-photoshop/&amp;title=Create+3D+Grid+In+Photoshop" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.itechyou.com/create-3d-grid-in-photoshop/&amp;title=Create+3D+Grid+In+Photoshop" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-twittley">
			<a href="http://twittley.com/submit/?title=Create+3D+Grid+In+Photoshop&amp;url=http%3A%2F%2Fwww.itechyou.com%2Fcreate-3d-grid-in-photoshop%2F&amp;desc=This%20is%20my%20first%20video%20tutorial%20where%20I%20will%20explain%20the%20best%20things%20of%20photoshop%2C%20whether%20basic%20or%20advanced.%20Keep%20tuned%20in%20to%20TechAddicts.In%20for%20more%20videos%20%3B%29%0A%0A&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.itechyou.com/create-3d-grid-in-photoshop/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Odd Neon Glow Tutorial For Photoshop</title>
		<link>http://www.itechyou.com/neon-glow-tutorial-photoshop/</link>
		<comments>http://www.itechyou.com/neon-glow-tutorial-photoshop/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 21:11:39 +0000</pubDate>
		<dc:creator>Prateek</dc:creator>
				<category><![CDATA[Graphixz]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[neon]]></category>
		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://www.itechyou.com/?p=157</guid>
		<description><![CDATA[Who doesn't like the effect of neons? It looks amazing and you can have a similar effect in Photoshop too. And this also takes a couple of minutes to be done. Just remember, this isn't the original neon glow but Odd Neon Glow as mentioned in title.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.itechyou.com%2Fneon-glow-tutorial-photoshop%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.itechyou.com%2Fneon-glow-tutorial-photoshop%2F" height="61" width="51" /></a></div><p>Who doesn&#8217;t like the effect of neons? It looks amazing and you can have a similar effect in Photoshop too. And this also takes a couple of minutes to be done. Just remember, this isn&#8217;t the original neon glow but Odd Neon Glow as mentioned in title.</p>
<p>Final Image :</p>
<p style="text-align: center; "><img class="aligncenter" title="Odd Glow Original" src="http://i32.tinypic.com/2nsx8c7.jpg" alt="" width="480" height="120" /></p>
<p style="text-align: left; ">
<p style="text-align: left; "><strong>Steps :</strong></p>
<p style="text-align: left; ">
<p style="text-align: left; "><strong>1. Open Photoshop </strong>and create a new custom sized canvas of <strong>800*100 px. </strong></p>
<p style="text-align: left; "><strong>2. Create a new layer </strong>and make the background<strong> Black.</strong></p>
<p style="text-align: left; "><strong>3. Create a new layer </strong>and give your <strong>text</strong> in it<strong>. Use fonts </strong>that are bold and have a good character spacing so that you can get the effects properly. Now <strong>right click</strong> on <strong>Layer</strong> and select <strong>Rasterize Type</strong>.</p>
<p style="text-align: center; "><img class="aligncenter" title="Step 3" src="http://i31.tinypic.com/112c3zl.jpg" alt="" width="480" height="120" /></p>
<p style="text-align: left; "><strong>4. Select the layer </strong>which has the<strong> text </strong>and go to<strong> Filter &gt; Distorts &gt; Polar Cordinates. </strong>Set it as <strong>Convert from Polar to Rectangle.</strong></p>
<p style="text-align: center; "><strong><img class="aligncenter" title="Step 4" src="http://i31.tinypic.com/1zg49hv.jpg" alt="" width="270" height="291" /></strong></p>
<p style="text-align: center; "><strong><img class="aligncenter" title="Step 4" src="http://i26.tinypic.com/i3h2mg.jpg" alt="" width="360" height="90" /><br />
</strong></p>
<p style="text-align: left; "><strong>5. </strong>Now you must have got an odd shape as I have got above. Don&#8217;t worry, just click <strong>Edit &gt; Rotate Canvas &gt; 90 CW</strong>. We have to do this because the wind we apply in the next step just moves from left or right.</p>
<p style="text-align: center; "><img class="aligncenter" title="Step 5" src="http://i29.tinypic.com/2e1625d.jpg" alt="" width="63" height="252" /></p>
<p style="text-align: left; "><strong>6. </strong>Now go to <strong>Filter &gt; Stylize &gt; Wind</strong>. Select the <strong>method</strong> as <strong>Wind</strong> and give the <strong>Direction </strong>as<strong> Right</strong>.</p>
<p style="text-align: left; "><strong>7. </strong>Again go to <strong>Image &gt; Rotate Canvas &gt; 90 CW. Do this until you get the below image.</strong></p>
<p style="text-align: center; "><img class="aligncenter" title="Step 6" src="http://i28.tinypic.com/30jtvdy.jpg" alt="" width="360" height="90" /></p>
<p style="text-align: left; "><strong><span style="font-weight: normal;"><br />
</span></strong></p>
<p style="text-align: left; "><strong>8. Apply Filter &gt; Distort &gt; Polar Cordinates </strong>and convert from <strong>Rectangular to Polar. </strong>Here, again add <strong>Wind as in Step 6.  (</strong>I just gave Wind from both sides you can also give from one).</p>
<p style="text-align: center;"><img class="aligncenter" title="Step 8" src="http://i25.tinypic.com/1znv2b6.jpg" alt="" width="480" height="120" /></p>
<p style="text-align: left; "><strong>9. </strong>Now navigate to <strong>Layer &gt; New Adjustment Layer &gt; Color Balance </strong>and use the details given below.</p>
<p style="text-align: center;"><img class="aligncenter" title="Step 9" src="http://i31.tinypic.com/2a5j6fr.jpg" alt="" width="272" height="162" /></p>
<p style="text-align: left; "><strong>10. Done. Here are the examples of the creativity I did with this tutorial. You do your own. <img src='http://www.itechyou.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </strong></p>
<p style="text-align: center; "><strong><img class="aligncenter" title="Final Original" src="http://i32.tinypic.com/2nsx8c7.jpg" alt="" width="480" height="120" /></strong></p>
<p style="text-align: center; "><strong>Some Other Creations In Same Format :</strong></p>
<p style="text-align: center; "><strong><img class="aligncenter" title="Blood Splattering" src="http://lh4.ggpht.com/_FMdeSS8MrJU/Sm4Wnwbq-1I/AAAAAAAAALY/1nHdahQgz-Q/blood%20splattering.jpg" alt="" width="480" height="120" /></strong></p>
<p style="text-align: center; "><strong><img class="aligncenter" title="Give Me Light!" src="http://lh5.ggpht.com/_FMdeSS8MrJU/Sm4WoI5SmGI/AAAAAAAAALg/sQtZKRelvPw/light%20from%20sides.jpg" alt="" width="480" height="120" /></strong></p>
<p style="text-align: center; "><strong><img class="aligncenter" title="Nice Work" src="http://lh4.ggpht.com/_FMdeSS8MrJU/Sm4WoHBp_FI/AAAAAAAAALc/0voFyp7EACw/nice%20work.jpg" alt="" width="480" height="120" /><br />
</strong></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-comfeed">
			<a href="http://www.itechyou.com/neon-glow-tutorial-photoshop/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Odd+Neon+Glow+Tutorial+For+Photoshop+-+<br />
<b>Notice</b>:  Undefined index:  alias in <b>/home/shared_useracct/e7t.us/create.php</b> on line <b>9</b><br />
http://e7t.us/en6h+(via+@http://twitter.com/techaddicts)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?u=http://www.itechyou.com/neon-glow-tutorial-photoshop/&amp;t=Odd+Neon+Glow+Tutorial+For+Photoshop" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.itechyou.com/neon-glow-tutorial-photoshop/&amp;title=Odd+Neon+Glow+Tutorial+For+Photoshop" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.itechyou.com/neon-glow-tutorial-photoshop/&amp;title=Odd+Neon+Glow+Tutorial+For+Photoshop" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.itechyou.com/neon-glow-tutorial-photoshop/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.itechyou.com/neon-glow-tutorial-photoshop/&amp;title=Odd+Neon+Glow+Tutorial+For+Photoshop" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.itechyou.com/neon-glow-tutorial-photoshop/&amp;t=Odd+Neon+Glow+Tutorial+For+Photoshop" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.itechyou.com/neon-glow-tutorial-photoshop/&amp;title=Odd+Neon+Glow+Tutorial+For+Photoshop" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.itechyou.com/neon-glow-tutorial-photoshop/&amp;title=Odd+Neon+Glow+Tutorial+For+Photoshop" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-twittley">
			<a href="http://twittley.com/submit/?title=Odd+Neon+Glow+Tutorial+For+Photoshop&amp;url=http%3A%2F%2Fwww.itechyou.com%2Fneon-glow-tutorial-photoshop%2F&amp;desc=Who%20doesn%27t%20like%20the%20effect%20of%20neons%3F%20It%20looks%20amazing%20and%20you%20can%20have%20a%20similar%20effect%20in%20Photoshop%20too.%20And%20this%20also%20takes%20a%20couple%20of%20minutes%20to%20be%20done.%20Just%20remember%2C%20this%20isn%27t%20the%20original%20neon%20glow%20but%20Odd%20Neon%20Glow%20as%20mentioned%20in%20title.%0A%0AFinal%20Image%20%3A%0A%0A%0ASteps%20%3A%0A%0A1.%20Open%20Photoshop%20and%20cre&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.itechyou.com/neon-glow-tutorial-photoshop/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
