<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><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" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">

<channel>
	<title>Legit Tutorials</title>
	
	<link>http://www.legittutorials.com</link>
	<description>photoshop tutorials</description>
	<lastBuildDate>Mon, 21 Nov 2011 20:08:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/LegitTutorials" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="legittutorials" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Animated Web Banners</title>
		<link>http://www.legittutorials.com/animated-web-banners/</link>
		<comments>http://www.legittutorials.com/animated-web-banners/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 17:35:00 +0000</pubDate>
		<dc:creator>cool</dc:creator>
				<category><![CDATA[Animation]]></category>
		<category><![CDATA[Photoshop Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[120]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[banner]]></category>
		<category><![CDATA[professional]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.legittutorials.com/?p=740</guid>
		<description><![CDATA[In this tutorial you will learn how to create high quality animated web banners, just like the one on the left here <-----------. This tutorial can be manipulated for any banner size.]]></description>
				<content:encoded><![CDATA[<p><span id="more-740"></span></p>
<h4>Step 1: Background and Base</h4>
<p>Ok so this banner is going to be modeled after the look of legit tutorials. Don&#8217;t worry though, that&#8217;s not the important part of the tutorial. I&#8217;ll be teaching you how to make a cool ribbon, animation, and more. Anyway, open up a fresh document 200&#215;200 pixels in size. Set the background to white.<br />
<img src="http://legittutorials.com/tutorials/banner/banner1.png" alt="animated web banner" /></p>
<p>Create a new layer (ctrl+shift+new), and grab the rectangular marquee tool. On the top bar change the style to &#8220;fixed size&#8221; and enter the dimensions 123&#215;123 pixels. Click on the document to make our square, and fill the background. I used #dbd4bd.<br />
<img src="http://legittutorials.com/tutorials/banner/banner1-2.png" alt="animated web banner" /></p>
<p>Ok, now I&#8217;m going to apply the same pattern that the legit tutorials theme has. To do this open up blending options, on the box layer, and apply pattern overlay.<br />
<img src="http://legittutorials.com/tutorials/banner/banner1-3.png" alt="animated web banner" /></p>
<p>Create a new layer and grab a 160 pixel white soft brush. Brush the top of our background just so it doesn&#8217;t look so flat.<br />
<img src="http://legittutorials.com/tutorials/banner/banner1-4.png" alt="animated web banner" /></p>
<p>Get a selection of the original box (ctrl+click on the layers pallet), and contract the selection by 1 pixel (select>modify>contract). Now select the inverse (select>inverse) and delete that selection from the shine layer. <img src="http://legittutorials.com/tutorials/banner/banner1-5.png" alt="animated web banner" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.legittutorials.com/animated-web-banners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using WordPress Post Excepts</title>
		<link>http://www.legittutorials.com/wordpress-post-excepts/</link>
		<comments>http://www.legittutorials.com/wordpress-post-excepts/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 06:08:27 +0000</pubDate>
		<dc:creator>cool</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Coding Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.legittutorials.com/?p=796</guid>
		<description><![CDATA[Every once in a while I discover a new wordpress feature. Today that feature just happens to be post excepts, and I'd like to share it with you.]]></description>
				<content:encoded><![CDATA[<p><span id="more-796"></span></p>
<h4>Introduction</h4>
<p>If you have been using wordpress for a little while, you have probably noticed the little post except box underneath the wysiwyg editor, when writing a post. Until the other day, I never understood what this feature was, and how it could make my blogging that much easier. In this article/tutorial you will learn what post excepts are,  and how to implement them in your theme.<br />
<img src="http://legittutorials.com/tutorials/excerpt/excerpt1.png" alt="wordpress post excepts tutorial" /></p>
<h4>What are post excepts?</h4>
<p>Basically post excepts are little spans of text you can insert any where on your theme. In my case, I place them in my index.php right next to my post images. This allows me to write a little something about each post, without it being part of the actual post body. This is great for magazine style wordpress themes! Let&#8217;s take a look atwhat I&#8217;m talking about.<br />
<img src="http://legittutorials.com/tutorials/excerpt/excerpt2.png" alt="wordpress post excepts tutorial" /></p>
<h4>How can I include post excepts in my theme?</h4>
<p>Simple, in fact, its just one line of code. here&#8217;s the code to output the post excepts for each post. All you have to do is place it somewhere in the wordpress loop.<br />
<img src="http://legittutorials.com/tutorials/excerpt/excerpt3.png" alt="wordpress post excepts tutorial" /><br />
Remember to include the code in both index and single .php. Happy Theming!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.legittutorials.com/wordpress-post-excepts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Your Tutorials Don’t Get Many Clicks</title>
		<link>http://www.legittutorials.com/why-your-tutorials-dont-get-many-clicks/</link>
		<comments>http://www.legittutorials.com/why-your-tutorials-dont-get-many-clicks/#comments</comments>
		<pubDate>Sun, 09 Jan 2011 19:19:35 +0000</pubDate>
		<dc:creator>cool</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[clicks]]></category>
		<category><![CDATA[question]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.legittutorials.com/?p=755</guid>
		<description><![CDATA[In this tutorial you will learn why your tutorials may not be getting many clicks, and how you get in the 1500+ club.]]></description>
				<content:encoded><![CDATA[<p><span id="more-755"></span></p>
<h4>Why Aren&#8217;t My Tutorials Popular?</h4>
<p>This is a common question when running a photoshop tutorial site. You&#8217;re probably asking yourself: Are my tutorials to long? To short? No good? Hard to follow?. Even though half of those are probably the case (just kidding), thats not what it comes down to. The fact is that 90% of the time it&#8217;s that little 40&#215;40 icon that sits next to your tutorial. Think about it, when you open up your favorite tutorial directory, where are your eyes attracted to? Yep, thats right, the icons. Even if you try to ignore them, you&#8217;re still doing it on a subconscious level. You&#8217;ll most likely read the title of the one with the coolest icon first. It&#8217;s funny how the brain works.</p>
<h4>So whats wrong with my icons?</h4>
<p>Chances are they&#8217;re just boring. To flat, with no contrast or vibrant colors. Lets take a look at the icon, of a tutorial here, that experienced the most clicks.<br />
<img src="http://legittutorials.com/tutorials/sketched/sketched40.png" alt="sketched tutorial 40x40 icon" /><br />
You&#8217;re probably thinking to yourself &#8220;oh my god! what is that? It looks like it was made by god himself! I cant even tell what it is, but I&#8217;m gonna click it!&#8221;. Ok well maybe your not thinking that&#8230; but you get the idea. Even though we&#8217;ve written better tutorials before, it still received 1700 clicks in a matter of 8 days. That&#8217;s more then tutorials which have been up for over a month. I watched this tutorial pass up tutorials that were posted 2 days before mine, in a matter of 24 hours. Anyway, keep this in mind.</p>
<h4>Remember, clicks aren&#8217;t everything.</h4>
<p>Getting visitors to your site is only half the battle. Getting them to stay, now thats a completely different ball game. Content is king, no matter what anyone tells you. You need to produce high quality unique content if you want users to stick.</p>
<p>Hope you guys enjoyed this article, comments are welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.legittutorials.com/why-your-tutorials-dont-get-many-clicks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Free Texture “Black Street”</title>
		<link>http://www.legittutorials.com/free-texture-black-street/</link>
		<comments>http://www.legittutorials.com/free-texture-black-street/#comments</comments>
		<pubDate>Sun, 09 Jan 2011 18:45:13 +0000</pubDate>
		<dc:creator>cool</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Textures]]></category>

		<guid isPermaLink="false">http://www.legittutorials.com/?p=752</guid>
		<description><![CDATA[Hey guys, just wanted to release a cool texture which I used often. You guys will enjoy this one.]]></description>
				<content:encoded><![CDATA[<p><span id="more-752"></span></p>
<h4>Why Use Textures?</h4>
<p>From my point of view, textures are making a huge move in the web design world. Back in the day, people just used a basic pattern for their website backgrounds. These usually consisted of diagonal lines, stripes, x&#8217;s, or whatever. After that stage I noticed people using fancy patterns as backgrounds. You know, something you&#8217;d find on a chair in some old victorian home. Now-a-days, websites are all about using multiple textures, to create a grungy, yet simplistic, feel to their design. Anyway, this specific texture will look good as the background for a dark themed website, or even on a navigation bar.</p>
<p><img src="http://legittutorials.com/downloads/blackstreet/blackstreetpreview.png" alt="black street texture preview" /></p>
<h4>Download This Texture</h4>
<p><a href="http://legittutorials.com/downloads/blackstreet/blackstreet.png"  onclick="_gaq.push(['_trackPageview', '/downloads/blackstreet']);" target="_blank">Click to Download the 1200&#215;1200 .png</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.legittutorials.com/free-texture-black-street/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Falling Diamonds Wallpaper</title>
		<link>http://www.legittutorials.com/designing-diamond-logowallpaper/</link>
		<comments>http://www.legittutorials.com/designing-diamond-logowallpaper/#comments</comments>
		<pubDate>Sat, 08 Jan 2011 03:22:43 +0000</pubDate>
		<dc:creator>cool</dc:creator>
				<category><![CDATA[Backgrounds & Wallpapers]]></category>
		<category><![CDATA[Designing]]></category>
		<category><![CDATA[Logos]]></category>
		<category><![CDATA[Photoshop Tutorials]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[diamond]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://www.legittutorials.com/?p=666</guid>
		<description><![CDATA[It's a been a while, I know. I hope everyone had a good new year! In this tutorial you will learn how to create a stylish and amazing falling diamond wallpaper.]]></description>
				<content:encoded><![CDATA[<p><span id="more-666"></span></p>
<h4>Step 1: Background</h4>
<p>Before we begin making the wallpaper, we must first create our diamond logo. Open up a fresh document 350&#215;350 pixels in size, with a white background.<br />
<img src="http://legittutorials.com/tutorials/diamond/diamond1.png" alt="photoshop new document" /></p>
<p>Create a new layer and set your foreground color to #d8e4ef.<br />
<img src="http://legittutorials.com/tutorials/diamond/diamond1-2.png" alt="New layer and forground color" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.legittutorials.com/designing-diamond-logowallpaper/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Grunge Lines</title>
		<link>http://www.legittutorials.com/grunge-lines/</link>
		<comments>http://www.legittutorials.com/grunge-lines/#comments</comments>
		<pubDate>Sat, 01 Jan 2011 18:34:55 +0000</pubDate>
		<dc:creator>cool</dc:creator>
				<category><![CDATA[Backgrounds & Wallpapers]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Photoshop Tutorials]]></category>
		<category><![CDATA[Textures]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[grunge]]></category>
		<category><![CDATA[lines]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://www.legittutorials.com/?p=653</guid>
		<description><![CDATA[Hey everybody, in this tutorial I will teach you how to make a grunge background, featuring grungy lines. Lets begin.]]></description>
				<content:encoded><![CDATA[<p><span id="more-653"></span></p>
<h4>Step 1: The Background</h4>
<p>Open up a new document whatever size you want. I&#8217;ll be using 600&#215;300 so the images fit on this page fine.<br />
<img src="http://legittutorials.com/tutorials/glines/glines1.png" alt="grunge lines tutorial" /></p>
<p>Grab the paint bucket tool and fill the background with a nice light yellow (#e3dfcb).<br />
<img src="http://legittutorials.com/tutorials/glines/glines1-2.png" alt="grunge lines tutorial" /></p>
<p>Create a new layer (ctrl+shift+n), set your foreground color to #524238, and your background color to #cab6a9. Render clouds on the new layer (filter>render>clouds).<br />
<img src="http://legittutorials.com/tutorials/glines/glines1-3.png" alt="grunge lines tutorial" /></p>
<p>Apply splatter to the clouds (filter>brush strokes>splatter). Use the settings shown in the picture.<br />
<img src="http://legittutorials.com/tutorials/glines/glines1-4.png" alt="grunge lines tutorial" /></p>
<p>Lower the opacity of this layer to 30 percent. Bam, we now have a simple grungy background to work over. Don&#8217;t worry it&#8217;ll get better.<br />
<img src="http://legittutorials.com/tutorials/glines/glines1-5.png" alt="grunge lines tutorial" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.legittutorials.com/grunge-lines/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Designing a Slider</title>
		<link>http://www.legittutorials.com/designing-slider/</link>
		<comments>http://www.legittutorials.com/designing-slider/#comments</comments>
		<pubDate>Thu, 30 Dec 2010 18:31:32 +0000</pubDate>
		<dc:creator>cool</dc:creator>
				<category><![CDATA[Photoshop Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[slider]]></category>
		<category><![CDATA[tree]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.legittutorials.com/?p=643</guid>
		<description><![CDATA[In this tutorial you will learn how to design a slider for your website. Sliders look great, and will give your site a great feel.]]></description>
				<content:encoded><![CDATA[<p><span id="more-643"></span></p>
<h4>Pre-Step: Find a Demo Image</h4>
<p> Before we begin, find an image to use as a demo. This image will be placed in the slider to show us how it will look when the slider is live. I will be using this picture of a tree which I found on google.<br />
<img src="http://legittutorials.com/tutorials/slider/slider0.png" alt="slider" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.legittutorials.com/designing-slider/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sketched Photo Effect Tutorial</title>
		<link>http://www.legittutorials.com/sketched-photo-effect-tutorial/</link>
		<comments>http://www.legittutorials.com/sketched-photo-effect-tutorial/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 19:14:38 +0000</pubDate>
		<dc:creator>cool</dc:creator>
				<category><![CDATA[Photo Effects]]></category>
		<category><![CDATA[adjustments]]></category>
		<category><![CDATA[depth]]></category>
		<category><![CDATA[filters]]></category>
		<category><![CDATA[photo effect]]></category>
		<category><![CDATA[sketched]]></category>

		<guid isPermaLink="false">http://www.legittutorials.com/?p=594</guid>
		<description><![CDATA[In this tutorial you will learn how to create a unique sketched photo effect, which looks good in most photos. In this tutorial you will learn several filters and layer adjustments.]]></description>
				<content:encoded><![CDATA[<p><span id="more-594"></span></p>
<h4>Step 1: Find a Picture</h4>
<p>Before we can begin, you&#8217;re going to need a photo to use. I will be using this picture of a flower I downed on the internet. Once found, open the picture in photoshop, and resize it if you need to (image>image size).<br />
<img src="http://legittutorials.com/tutorials/sketched/sketched1.png" alt="sketched find photo" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.legittutorials.com/sketched-photo-effect-tutorial/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>“Soft Blue” Theme Tutorial</title>
		<link>http://www.legittutorials.com/soft-blue-layout-tutorial/</link>
		<comments>http://www.legittutorials.com/soft-blue-layout-tutorial/#comments</comments>
		<pubDate>Tue, 28 Dec 2010 18:40:32 +0000</pubDate>
		<dc:creator>cool</dc:creator>
				<category><![CDATA[Photoshop Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[blue]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[smooth]]></category>
		<category><![CDATA[soft]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.legittutorials.com/?p=586</guid>
		<description><![CDATA[Hey everybody, we're about over due for a full layout tutorial, so here we go. In this tutorial you will learn how to create a nice soft blue theme for your website.]]></description>
				<content:encoded><![CDATA[<p><span id="more-586"></span></p>
<h4>Pre-Step: 960gs and a Pattern</h4>
<p>Before we begin, make sure you are familiar with how to use the 960 grid system. If you&#8217;re not sure what that is, or how to use it, you can read my tutorial on it <a href="http://www.legittutorials.com/using-setting-960gs-photoshop/">here.</a> Also, we will be using 1 pattern for this layout, here it is (right click>save as):<br />
<img src="http://legittutorials.com/tutorials/softblue/softblue0.png" alt="soft blue pattern" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.legittutorials.com/soft-blue-layout-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best of Legit Tutorials Month 1 (Nov 22-Dec 22)</title>
		<link>http://www.legittutorials.com/legit-tutorials-month-1-nov-22dec-22/</link>
		<comments>http://www.legittutorials.com/legit-tutorials-month-1-nov-22dec-22/#comments</comments>
		<pubDate>Mon, 27 Dec 2010 22:44:30 +0000</pubDate>
		<dc:creator>cool</dc:creator>
				<category><![CDATA[Best of LT]]></category>
		<category><![CDATA[1]]></category>
		<category><![CDATA[Best of]]></category>
		<category><![CDATA[legit]]></category>
		<category><![CDATA[month]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.legittutorials.com/?p=609</guid>
		<description><![CDATA[Hey everybody, Legit Tutorials Has been open a little over a month now, and I thought it would be cool to have have a "best of" monthly series. So Here's Month one.]]></description>
				<content:encoded><![CDATA[<p><span id="more-609"></span></p>
<h4>About The Month</h4>
<p>Legit Tutorials had an amazing first month, and it&#8217;s all thanks to you guys, the visitors. When Legit Tutorials launched, on November 22, it had a buggy design, and sloppy tutorials. By the end of the month, legit tutorials was completely redesigned, cleaned up, and growing faster than I ever thought.</p>
<h4>Best Tutorials of Month 1</h4>
<p>These tutorials are a mix of my personal favorites, and the most popular, tutorials of the month. They are in no particular order.</p>
<h5>Dark Blog Theme</h5>
<p>Before I wrote this tutorial, I first designed it for fun. I realized it looked nice, afterwards, and decided to write a tutorial on it. To this day (December 27, 2010), Dark Blog Theme is still the highest viewed tutorial on the whole site. <a href="http://www.legittutorials.com/dark-blog-theme-tutorial/">View &#8220;Dark Blog Theme&#8221; Now.</a><br />
<img src="http://legittutorials.com/posts/best1/db.png" alt="dark blog preview" /></p>
<h5>Designing a Graffiti Logo</h5>
<p>This one was my personal favorite, and a very popular tutorial, this month. I&#8217;ve always been a fan of graffiti. I love going to venice beach, or other parts of Los Angeles, and seeing all the graffiti, while visiting. That&#8217;s what inspired me to write this tutorial. <a herf="http://www.legittutorials.com/designing-graffiti-logo/">View &#8220;Designing a Graffiti Logo&#8221; now.</a><br />
<img src="http://legittutorials.com/posts/best1/gl.png" alt="graf logo preview" /></p>
<h5>Setting Up/Using 960gs in Photoshop</h5>
<p>Although this tutorial is very basic tutorial, I choose it because it&#8217;s very well written. Not only that, but it also brings in organic search engine hits! I got tired of explaining 960gs over, and over, so I decided to write a separate tutorial that I could refer people to. <a href="http://www.legittutorials.com/using-setting-960gs-photoshop/">View &#8220;Setting Up/Using 960gs In Photoshop&#8221; Now.</a><br />
<img src="http://legittutorials.com/posts/best1/960.png" alt="960gs best of" /></p>
<h4>Best Downloads of Month 1</h4>
<p>We only had two non-source file downloads, but here they are anyway.</p>
<h5>LegitTutorials 1 Full WordPress Skin</h5>
<p>Once Legit Tutorials was redesigned, I decided to release the original skin for free. LT1 is a completly unique skin, easy to use, and widget ready! <a href="http://www.legittutorials.com/free-wordpress-theme-skin-legit-tutorial-downloads-v1/">Download &#8220;Legit Tutorials 1 Full WordPress Skin&#8221; Now.</a><br />
<img src="http://legittutorials.com/posts/best1/lt1.png" alt="lt1" /></p>
<h5>Dark Blog Template</h5>
<p>Immediately after writing the tutorial on how to design it, I coded and released it. I thought it was cool to have a tutorial, and a download, for the same theme!<a href="http://www.legittutorials.com/coded-dark-blog-theme-download/">Download &#8220;Dark Blog Template Download&#8221; Now.</a><br />
<img src="http://legittutorials.com/posts/best1/db.png" alt="dark blog download" /></p>
<h4>Conclusion</h4>
<p>Well thats it, this month has been great, and its been amazing watching legit tutorials grow. I cant wait to see what next month holds. Remember to follow/like us too!</p>
<ul class="follow"><a href="http://twitter.com/legittutorials"><img src="http://legittutorials.com/wp-content/themes/lt2/images/twitter.png" alt="twitter" /></a><br />
<a href="http://feeds.feedburner.com/LegitTutorials"><img src="http://legittutorials.com/wp-content/themes/lt2/images/rss.png" alt="rss" /></a><br />
<a href="http://www.facebook.com/pages/Legit-Tutorials/159193134123865?v=wall"><img src="http://legittutorials.com/wp-content/themes/lt2/images/facebook.png" alt="facebook" /></a></ul>
]]></content:encoded>
			<wfw:commentRss>http://www.legittutorials.com/legit-tutorials-month-1-nov-22dec-22/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
