<?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>Free Online Tutorials</title>
	<atom:link href="http://www.tutorialntutorials.com/Index.php?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.tutorialntutorials.com</link>
	<description>online tutorials about photoshop tutorials,css tutorial,asp net tutorial,editing tutorials,java tutorial,flash tutorials an many more.</description>
	<lastBuildDate>Sat, 10 Apr 2010 15:43:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>hello sameer</title>
		<link>http://www.tutorialntutorials.com/?p=189</link>
		<comments>http://www.tutorialntutorials.com/?p=189#comments</comments>
		<pubDate>Sat, 10 Apr 2010 15:42:51 +0000</pubDate>
		<dc:creator>arif</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.tutorialntutorials.com/?p=189</guid>
		<description><![CDATA[asdasdasdas
]]></description>
			<content:encoded><![CDATA[<p>asdasdasdas</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutorialntutorials.com/?feed=rss2&amp;p=189</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Free and High Quality Grunge Textures</title>
		<link>http://www.tutorialntutorials.com/?p=186</link>
		<comments>http://www.tutorialntutorials.com/?p=186#comments</comments>
		<pubDate>Wed, 09 Dec 2009 08:17:21 +0000</pubDate>
		<dc:creator>arif</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.tutorialntutorials.com/?p=186</guid>
		<description><![CDATA[Having the right texture is critical for effective grunge-style design. One easy way to get texture is to use a photograph. In this post we’ll feature 25 of the best quality high res grunge textures. As always when using a freebie, be sure to check the photographer’s instructions and terms for use.]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" src="http://www.bittbox.com/~caleb/free_high_res_texture_90.jpg" alt="" width="485" height="323" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutorialntutorials.com/?feed=rss2&amp;p=186</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>5 Online Tools and Apps to Help Optimize and Format CSS</title>
		<link>http://www.tutorialntutorials.com/?p=178</link>
		<comments>http://www.tutorialntutorials.com/?p=178#comments</comments>
		<pubDate>Thu, 03 Dec 2009 06:00:15 +0000</pubDate>
		<dc:creator>arif</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[Webdesign]]></category>

		<guid isPermaLink="false">http://www.tutorialntutorials.com/?p=178</guid>
		<description><![CDATA[Why would you ever need to optimize (or optimise, which ever spelling you prefer) or reFormat your CSS? Optimizing your CSS will not only allow your web page to load quicker, it also increases the durability and resilience of your site when there is a spike in visitors (i.e. the Digg effect) and, for me, the most important part is that it gives you more readable code.]]></description>
			<content:encoded><![CDATA[<p>Why would you ever need to optimize (or optimise, which ever spelling you prefer) or reFormat your CSS? Optimizing your CSS will not only allow your web page to load quicker, it also increases the durability and resilience of your site when there is a spike in visitors (i.e. the Digg effect) and, for me, the most important part is that it gives you more readable code.</p>
<p>Some of these tools are fairly basic, offering optimization and formatting without many options or user control, which are fine for coders with limited knowledge. For the CSS pros, there are some advanced tools and apps that will allow you to choose the level of compression and also offer many options regarding your optimized CSS. You can choose to eliminate unused selectors and properties, unwanted whitespace, tabs, comments and you can even change the longhand declaration to shorthand notations.</p>
<p>No one who codes there CSS has complete confidence that it is perfectly formatted, this is were these tools come in and help.<br />
Please note, these tools are not CSS validation or error checkers, if you are looking for that try the <a onclick="javascript:pageTracker._trackPageview('/outbound/article/jigsaw.w3.org');" href="http://jigsaw.w3.org/css-validator/">The W3C CSS Validation Service</a>.</p>
<h3><a onclick="javascript:pageTracker._trackPageview('/outbound/article/flumpcakes.co.uk');" href="http://flumpcakes.co.uk/css/optimiser/">flumpCakes Online CSS Optimiser/Optimizer</a></h3>
<p><a href="http://flumpcakes.co.uk/css/optimiser/"><img class="alignnone" src="http://speckyboy.com/wp-content/uploads/2009/11/cssformat10.jpg" alt="" width="448" height="249" /></a></p>
<p>This feature rich tool takes your CSS file and parses and outputs a leaner version, removing any redundancies and attributes which are not needed. Here is a full list of what it can do:</p>
<ul>
<li>Removes comments</li>
<li>Removes white space (such as excess spaces)</li>
<li>Converts RGB values to Hex (they’re smaller)</li>
<li>Converts Hex values in the format #RRBBGG to #RGB.</li>
<li>Changes zero values with a size specified to 0. (0px would change to 0)</li>
<li>Changes values such as border: 1px 2px 1px 2px; to border: 1px 2px;</li>
<li>Converts multiple background, font, margin, padding, list attributes into a single attribute</li>
<li>Converts multiple border values into single attributes</li>
<li>Option to convert absolute values (PX &amp; PT) into relative values (EM)</li>
<li>Groups style attributes and values which appear mutliple times into a single style</li>
</ul>
<p>This tool reads CSS just like a browser would. So using hacks which are browser specific will give random results, make sure any hacks are removed before use.</p>
<h3><a onclick="javascript:pageTracker._trackPageview('/outbound/article/styleneat.com');" href="http://styleneat.com/index.php">Styleneat – CSS Organizer</a></h3>
<h3><a onclick="javascript:pageTracker._trackPageview('/outbound/article/styleneat.com');" href="http://styleneat.com/index.php"></a><a href="http://styleneat.com/index.php"><img class="alignnone" src="http://speckyboy.com/wp-content/uploads/2009/11/cssformat1.jpg" alt="" width="350" height="195" /></a></h3>
<p>Styleneat organizes and standardizes your CSS – selectors, sub-selectors and properties – in a structure that makes it easier to define page areas making it easier to see how they relate to each other.<br />
With this tool you have the option of sorting the properties alphabetically, sorting the selectors alphabetically and you have the choice of multi or single line formatting.</p>
<h3><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.cleancss.com');" href="http://www.cleancss.com/?lang=en">Clean CSS – Optmize and Format your CSS</a></h3>
<p><a href="http://www.cleancss.com/?lang=en"><img class="alignnone" src="http://speckyboy.com/wp-content/uploads/2009/11/cssformat2.jpg" alt="" width="448" height="249" /></a></p>
<p>CleanCSS is a CSS optimizer and formatter with a reasonable amount of options, that takes your CSS code and makes it cleaner and more concise.</p>
<h3><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.cssoptimiser.com');" href="http://www.cssoptimiser.com/">Online CSS Optimiser</a></h3>
<p><a href="http://www.cssoptimiser.com/"><img class="alignnone" src="http://speckyboy.com/wp-content/uploads/2009/11/cssformat6.jpg" alt="" width="448" height="249" /></a></p>
<p>Online CSS Optimizer/Optimiser is a web tool for reducing the file size of cascading style sheets. In order to save more space optimized files would be messy even so you may output it as a file. Non-valid or hacked (for certain browsers) CSS files may result in error.</p>
<h3><a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.cssdrive.com');" href="http://www.cssdrive.com/index.php/main/csscompressor/">CSS Compressor – CSS Drive</a></h3>
<p><a href="http://www.cssdrive.com/index.php/main/csscompressor/"><img class="alignnone" src="http://speckyboy.com/wp-content/uploads/2009/11/cssformat7.jpg" alt="" width="448" height="249" /></a></p>
<p>Use this utility to compress your CSS and increase the loading speed of a web page and save a little on bandwidth as well. You can choose from three levels of compression, depending on how legible you want the compressed CSS to be versus degree of compression. The &#8220;Normal&#8221; mode should work well in most cases, creating a good balance between the two.<br />
It also has the option of an Advanced Mode that gives you more compression options.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutorialntutorials.com/?feed=rss2&amp;p=178</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>HOW TO… Create a halftone dot effect in Illustrator CS4</title>
		<link>http://www.tutorialntutorials.com/?p=169</link>
		<comments>http://www.tutorialntutorials.com/?p=169#comments</comments>
		<pubDate>Tue, 08 Sep 2009 06:56:40 +0000</pubDate>
		<dc:creator>arif</dc:creator>
				<category><![CDATA[Adobe Illustrator]]></category>

		<guid isPermaLink="false">http://www.tutorialntutorials.com/?p=169</guid>
		<description><![CDATA[Step:1

Open the design you want to give a halftone dot effect.
Step:2

Create a layer under the original design.Create a shape that you want to convert into dots.I copied the outside shape of my design and filled it with black.
Step:3

You have to enlarge the shape so far that the later created halftone dots are visible below your [...]]]></description>
			<content:encoded><![CDATA[<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;"><img src="http://www.niltec.de/WP/wp-content/gallery/cache/8__400x350_08_rasterize_options.jpg" alt="08_rasterize_options.jpg" />Step:1</span></h4>
<p><img src="http://www.niltec.de/WP/wp-content/gallery/cache/1__400x350_01_open_design.jpg" alt="01_open_design.jpg" /></p>
<p>Open the design you want to give a halftone dot effect.</p>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Step:2</span></h4>
<p><span style="color: #000000;"><img src="http://www.niltec.de/WP/wp-content/gallery/cache/2__400x350_02_create_layer_black.jpg" alt="02_create_layer_black.jpg" /></span></p>
<p><span style="color: #000000;">Create a layer under the original design.<br style="padding: 0px; margin: 0px;" />Create a shape that you want to convert into dots.<br style="padding: 0px; margin: 0px;" />I copied the outside shape of my design and filled it with black.</span></p>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Step:3</span></h4>
<p><span style="color: #000000;"><img src="http://www.niltec.de/WP/wp-content/gallery/cache/3__400x350_03_enlarge_design.jpg" alt="03_enlarge_design.jpg" /></span></p>
<p><span style="color: #000000;">You have to enlarge the shape so far that the later created halftone dots are visible below your original design.<br style="padding: 0px; margin: 0px;" />My design is round so i can use the scaling option in Illustrator.<br style="padding: 0px; margin: 0px;" />If your design has a special shape you have to manually adjust it.</span></p>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Step:4</span></h4>
<p><span style="color: #000000;"><img src="http://www.niltec.de/WP/wp-content/gallery/cache/4__480x480_04_effect_blur_filter.jpg" alt="04_effect_blur_filter.jpg" /></span></p>
<p><span style="color: #000000;">Select <em>Effect &gt; Blur &gt; Gaussian Blur</em></span></p>
<p><span style="color: #000000;"><em><img src="http://www.niltec.de/WP/wp-content/gallery/cache/5__400x350_05_gaussian_blur.jpg" alt="05_gaussian_blur.jpg" /></em></span></p>
<p><span style="color: #000000;"><em><em><span style="font-style: normal; padding: 0px; margin: 0px;">Use a </span>Radius </em>you want.</em></span></p>
<p><span style="color: #000000;"><em><img src="http://www.niltec.de/WP/wp-content/gallery/cache/6__385x340_06_result_gaussion_blur.jpg" alt="06_result_gaussion_blur.jpg" /></em></span></p>
<p><span style="color: #000000;"><em>The result looks like this.</em></span></p>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Step:5</span></h4>
<p><span style="color: #000000;"><em><img src="http://www.niltec.de/WP/wp-content/gallery/cache/7__420x420_07_object_rasterize.jpg" alt="07_object_rasterize.jpg" /></em></span></p>
<p><span style="color: #000000;"><em>Select <em>Object &gt; Rasterize…</em></em></span></p>
<p><span style="color: #000000;"><em><em><img src="http://www.niltec.de/WP/wp-content/gallery/cache/8__400x350_08_rasterize_options.jpg" alt="08_rasterize_options.jpg" /></em></em></span></p>
<p><span style="color: #000000;"><em><em>The resolution should be 600 dpi or more.</em></em></span></p>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Step:6</span></h4>
<p><span style="color: #000000;"><img src="http://www.niltec.de/WP/wp-content/gallery/cache/9__500x500_09_pixelate_color_halftone.jpg" alt="09_pixelate_color_halftone.jpg" /></span></p>
<p><span style="color: #000000;">Select the object and select <em>Effect &gt; Pixelate &gt; Color Halftone…</em></span></p>
<p><span style="color: #000000;"><em><img src="http://www.niltec.de/WP/wp-content/gallery/cache/10__420x360_10_color_halftone_options.jpg" alt="10_color_halftone_options.jpg" /></em></span></p>
<p><span style="color: #000000;"><em><em><span style="font-style: normal; padding: 0px; margin: 0px;">The color halftone dialog box will open where you can enter some numbers to adjust the appearance of the effect.<br style="padding: 0px; margin: 0px;" />Set a number for the </span></em><span style="font-style: normal; padding: 0px; margin: 0px;"><em>Max. Radius</em></span><em><span style="font-style: normal; padding: 0px; margin: 0px;">.<br style="padding: 0px; margin: 0px;" />This will determine the size of the largest dot in the effect.<br style="padding: 0px; margin: 0px;" />The </span><span style="font-style: normal; padding: 0px; margin: 0px;">screen angles</span></em><em><span style="font-style: normal; padding: 0px; margin: 0px;"> should be equal.</span></em></em></span></p>
<p><span style="color: #000000;"><em><em><span style="font-style: normal; padding: 0px; margin: 0px;"><img src="http://www.niltec.de/WP/wp-content/gallery/cache/11__420x360_11_color_halftone_result.jpg" alt="11_color_halftone_result.jpg" /></span></em></em></span></p>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Step:7</span></h4>
<p><span style="color: #000000;"><img src="http://www.niltec.de/WP/wp-content/gallery/cache/12__470x470_12_live_trace_make_and_expand.jpg" alt="12_live_trace_make_and_expand.jpg" /></span></p>
<p style="padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; font-size: 10pt; color: #000000; text-align: left; margin: 0px;"><em><span style="font-style: normal; padding: 0px; margin: 0px;"><strong><span style="font-weight: normal; padding: 0px; margin: 0px;">We need to convert the raster image to vector.<br style="padding: 0px; margin: 0px;" />Select the shape and select <em>Object &gt; Live Trace &gt; Make and Expand</em> from the menu.</span></strong></span></em></p>
<p style="padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; font-size: 10pt; color: #000000; text-align: left; margin: 0px;"><em><span style="font-style: normal; padding: 0px; margin: 0px;">The shape is now a full vector object.</span></em></p>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Step:8</span></h4>
<p><span style="color: #000000;"><img src="http://www.niltec.de/WP/wp-content/gallery/cache/13__490x430_13_magic_wand_tool.jpg" alt="13_magic_wand_tool.jpg" /></span></p>
<p><span style="color: #000000;"><span style="font-style: normal; padding: 0px; margin: 0px;">Select with the </span>Magic wand tool<span style="font-style: normal; padding: 0px; margin: 0px;"> the white area and press delete.</span></span></p>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Step:9</span></h4>
<p><span style="color: #000000;"><img src="http://www.niltec.de/WP/wp-content/gallery/cache/14__450x380_14_layers_together.jpg" alt="14_layers_together.jpg" /></span></p>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Step:10</span></h4>
<p><span style="color: #000000;"><img src="http://www.niltec.de/WP/wp-content/gallery/cache/15__450x380_15_final_result.jpg" alt="15_final_result.jpg" /></span></p>
<p><span style="color: #000000;"><em style="padding: 0px; margin: 0px;"><span style="font-style: normal; padding: 0px; margin: 0px;">Now we are able to assign the color and set the </span></em><em style="padding: 0px; margin: 0px;"><span style="font-style: normal; padding: 0px; margin: 0px;">appearance of the design </span></em><em style="padding: 0px; margin: 0px;"><span style="font-style: normal; padding: 0px; margin: 0px;">to overlay with the transparency menu.</span></em></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutorialntutorials.com/?feed=rss2&amp;p=169</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Writing Your First PHP Script</title>
		<link>http://www.tutorialntutorials.com/?p=157</link>
		<comments>http://www.tutorialntutorials.com/?p=157#comments</comments>
		<pubDate>Tue, 08 Sep 2009 06:47:49 +0000</pubDate>
		<dc:creator>irfan samad</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.tutorialntutorials.com/?p=157</guid>
		<description><![CDATA[PHP is a programming language like C or a scripting Language, , is to use it to write a real-life useful program. PHP code / script on the web server, and the plane HTML renderd page display on the client&#8217;s web browser.
Basic PHP Syntax
A PHP scripting block always starts with &#60;?php and ends with ?&#62;. [...]]]></description>
			<content:encoded><![CDATA[<p>PHP is a programming language like C or a scripting Language, , is to use it to write a real-life useful program. PHP code / script on the web server, and the plane HTML renderd page display on the client&#8217;s web browser.</p>
<h3>Basic PHP Syntax</h3>
<p>A PHP scripting block always starts with <strong>&lt;?php</strong> and ends with <strong>?&gt;</strong>. A PHP scripting block can be placed anywhere in the document.</p>
<p>On servers with shorthand support enabled you can start a scripting block with &lt;? and end with ?&gt;.</p>
<p>For maximum compatibility, we recommend that you use the standard form (&lt;?php) rather than the shorthand form.</p>
<p>A PHP file also have HTML tags,  just like stadard HTML tags, CSS tags, Javascript etc.</p>
<p>Below is a very simple script with PHP scripts, which display the test “My first PHP page”  on the web browser.</p>
<p><strong>Without HTML</strong></p>
<p><code>&lt;?php</code></p>
<p><code>echo "My first php page";</code></p>
<p><code> </code></p>
<p><code>?&gt;</code></p>
<p><strong>With HTML</strong></p>
<p><code>&lt;HTML&gt;</code></p>
<p><code>&lt;body&gt;</code></p>
<p><code>&lt;h1&gt;</code></p>
<p><code>&lt;?php</code></p>
<p><code>echo "My first php page";</p>
<p>?&gt;</p>
<p>&lt;/h1&gt;</p>
<p>&lt;/body&gt;</p>
<p></code></p>
<p> </p>
<p><code>&lt;/HTML&gt;</code></p>
<p>Just write script on the any text or HTML editor like (Notepad, Dreamweaver etc..) and save the file with .php extinction.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutorialntutorials.com/?feed=rss2&amp;p=157</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are layers? Learn how to create them.</title>
		<link>http://www.tutorialntutorials.com/?p=153</link>
		<comments>http://www.tutorialntutorials.com/?p=153#comments</comments>
		<pubDate>Sat, 29 Aug 2009 16:28:50 +0000</pubDate>
		<dc:creator>arif</dc:creator>
				<category><![CDATA[Adobe Dreamweaver]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.tutorialntutorials.com/?p=153</guid>
		<description><![CDATA[Layers are DHTML components and are similar to tables with a few different properties. Like tables they are containers where you put text or images. Unlike tables layers allow you to position an image or text in a particular point on the page and dreamwever automatically derives the x and y coordinates for the layer. [...]]]></description>
			<content:encoded><![CDATA[<p>Layers are DHTML components and are similar to tables with a few different properties. Like tables they are containers where you put text or images. Unlike tables layers allow you to position an image or text in a particular point on the page and dreamwever automatically derives the x and y coordinates for the layer. You can reposition the layer by selecting and dragging it on the screen. Layers can be hidden or made visible, this is an added advantage in layers. Layers are viewed differently in different browsers.</p>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Create and add content to a layer</span></h4>
<h3><span style="font-weight: normal; font-size: 13px; ">Click on <span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: bold;">Insert&gt;Layout Objects&gt;Layers</span> from the menu bar. The following image is displayed on the screen. This is the layer into which content will be added.</span></h3>
<p><img src="http://www.entheosweb.com/images/design/layer1.gif" alt="" width="235" height="149" /></p>
<p>Click inside the frame and add content or insert an image</p>
<p><em>Changing Properties</em></p>
<p>Go to the properties window where you can give a background color, background image, edit the size of the layer, etc.</p>
<p><em>Naming a layer</em></p>
<p align="justify">Dreamweaver gives a generic name such as Layer1, Layer2, etc. when layers are created. You can give your own name for easy reference. To do this goto the <span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: bold;">Layers</span> panel, if it is not displayed, goto windows and select layers, the panel will appear towards the right. Double click on the name of the layer and enter the new name.</p>
<p align="justify"><img src="http://www.entheosweb.com/images/design/layer2.jpg" alt="" /></p>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Changing the visibility of a layer</span></h4>
<p>In the above image you can see that all the three layers have the <span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: bold;">open-eye icon</span>, meaning that the three layers are visible. While working on layers, specially overlapped layers, you can hide or show the layers by clicking on the eye icon.</p>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Changing the order of the layers</span></h4>
<h3 style="font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #336699;"><span style="color: #000000; font-family: Georgia; font-weight: normal; font-size: 13px;">The above image shows a column name<span style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: bold;"> Z</span> below which are numbers. This column stores the stacking order of the layers, i.e. the order in which they are drawn in a browser. The layer with the highest number will top the stack and that&#8217;ll be the first layer. You can change this order by dragging the layer names up or down. Another way of doing this is by changing the number of Z-index.</span></h3>
<p>So now you have learnt how to create layers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutorialntutorials.com/?feed=rss2&amp;p=153</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>25 Aug Free Photoshop Brushes: “Sparkling Light Effects”</title>
		<link>http://www.tutorialntutorials.com/?p=144</link>
		<comments>http://www.tutorialntutorials.com/?p=144#comments</comments>
		<pubDate>Wed, 26 Aug 2009 04:44:07 +0000</pubDate>
		<dc:creator>arif</dc:creator>
				<category><![CDATA[Adobe Photoshop]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://www.tutorialntutorials.com/?p=144</guid>
		<description><![CDATA[These brushes are completely free for both personal and commercial use so you can create any type of project with them with no restrictions, with the exception that we do not allow the redistribution of the brushes in any shape or form.
If you’d like to share these brushes with your friends and colleagues, simply refer them [...]]]></description>
			<content:encoded><![CDATA[<p style="font: normal normal normal 1.25em/1.47em Verdana, Geneva, sans-serif; color: #000000; padding-top: 0px; padding-right: 0px; padding-bottom: 9px; padding-left: 0px; margin: 0px;">These brushes are completely <strong>free for both personal and commercial use</strong> so you can create any type of project with them with no restrictions, with the exception that we do not allow the redistribution of the brushes in any shape or form.</p>
<p style="font: normal normal normal 1.25em/1.47em Verdana, Geneva, sans-serif; color: #000000; padding-top: 0px; padding-right: 0px; padding-bottom: 9px; padding-left: 0px; margin: 0px;">If you’d like to share these brushes with your friends and colleagues, simply refer them to this page so that they can download their copy.</p>
<p style="font: normal normal normal 1.25em/1.47em Verdana, Geneva, sans-serif; color: #000000; padding-top: 0px; padding-right: 0px; padding-bottom: 9px; padding-left: 0px; margin: 0px;">Below is a<strong><em> full preview</em></strong> of all 24 brushes for quick reference. The download link is at the bottom. Enjoy!</p>
<p style="font: normal normal normal 1.25em/1.47em Verdana, Geneva, sans-serif; color: #000000; padding-top: 0px; padding-right: 0px; padding-bottom: 9px; padding-left: 0px; margin: 0px;"><img src="http://netdna.webdesignerdepot.com/uploads/light_brushes/preview.jpg" alt="" width="554" height="319" /></p>
<p style="font: normal normal normal 1.25em/1.47em Verdana, Geneva, sans-serif; color: #000000; padding-top: 0px; padding-right: 0px; padding-bottom: 9px; padding-left: 0px; margin: 0px;"><img src="http://netdna.webdesignerdepot.com/uploads/light_brushes/all.jpg" alt="" width="554" height="645" /></p>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Download</span></h4>
<p style="font: normal normal normal 1.25em/1.47em Verdana, Geneva, sans-serif; color: #000000; padding-top: 0px; padding-right: 0px; padding-bottom: 9px; padding-left: 0px; margin: 0px;"><a href="http://netdna.webdesignerdepot.com/uploads/light_brushes/24_Sparkling_Light_Effects.zip">Download .abr file</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutorialntutorials.com/?feed=rss2&amp;p=144</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Photoshop Tutorial: Design the Mac OS X Leopard Folder</title>
		<link>http://www.tutorialntutorials.com/?p=135</link>
		<comments>http://www.tutorialntutorials.com/?p=135#comments</comments>
		<pubDate>Tue, 25 Aug 2009 06:29:20 +0000</pubDate>
		<dc:creator>arif</dc:creator>
				<category><![CDATA[Adobe Photoshop]]></category>
		<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://www.tutorialntutorials.com/?p=135</guid>
		<description><![CDATA[Learn how to create the popular Mac OS X Leopard Folder icon using Photoshop in just Ten Easy steps. Comes with a PSD, useful brushes and custom shapes!
Note
Before you begin reading this tutorial, I highly recommend that you learn how to use the &#8220;Pen Tool&#8221;.
Step 1
Create a new Photoshop document with the dimensions of 512 [...]]]></description>
			<content:encoded><![CDATA[<p>Learn how to create the popular Mac OS X Leopard Folder icon using Photoshop in just Ten Easy steps. Comes with a PSD, useful brushes and custom shapes!</p>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Note</span></h4>
<p>Before you begin reading this tutorial, I highly recommend that you learn how to use the &#8220;Pen Tool&#8221;.</p>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Step 1</span></h4>
<p>Create a new Photoshop document with the dimensions of 512 x 512 pixels and a transparent background. This is the perfect size for the icon we are trying to make.</p>
<div style="margin: 0px;"><img src="http://www.tutorial9.net/wp-content/uploads/2009/08/leopard-folder/New.png" alt="" width="600" height="370" /></div>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Step 2</span></h4>
<p>Enable the<strong> Grid</strong> by going to <strong>View &gt; Show &gt; Grid</strong>. Also enable <strong>Snap </strong>by going to <strong>View &gt; Snap</strong>. Enabling<strong>Snap</strong> makes it easy for us to draw precise shapes using the pen tool.</p>
<div style="margin: 0px;"><img src="http://www.tutorial9.net/wp-content/uploads/2009/08/leopard-folder/Grid.png" alt="Image Description" width="600" height="621" /></div>
<p>Also, set the <strong>Pen Tool</strong> to <strong>&#8220;Shape Layers&#8221;</strong> like shown below:</p>
<div style="margin: 0px;"><img src="http://www.tutorial9.net/wp-content/uploads/2009/08/leopard-folder/Shape%20Layers.png" alt="Image Description" width="83" height="46" /></div>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Step 3</span></h4>
<p>Grab the <strong>Pen Tool</strong> and make a <strong>Shape</strong> similar to the one below and name it <strong>&#8220;Folder_Top&#8221;</strong>. If you have any difficulty in creating this shape, you may download <a style="color: #2244bb;" href="http://tutorial9.net/wp-content/uploads/2009/08/leopard-folder/Leopard_Folder.csh.zip" target="_blank">this</a> custom shape I made and use it instead.</p>
<div style="margin: 0px;"><img src="http://www.tutorial9.net/wp-content/uploads/2009/08/leopard-folder/Create_Shape_Top.png" alt="Image Description" width="542" height="528" /></div>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Step 4</span></h4>
<p>Double click on <strong>&#8220;Folder_Top&#8221;</strong> to activate <strong>Blending Options</strong> and apply <strong>Gradient Overlay</strong> using <strong>#a0c0d9</strong> as the <em>foreground color</em> and <strong>#8cb2ce</strong> as the <em>background color</em>. Be sure to click on <strong>Reverse</strong>.</p>
<p>Now let’s add some <strong>Stroke</strong> to <strong>&#8220;Folder_Top&#8221;</strong>. Use the color <strong>#80adcf</strong> and lower down the <strong>Opacity</strong> to <strong>80%</strong>. Also, add <strong>Bevel and Emboss</strong> to <strong>&#8220;Folder_Top&#8221;</strong>. Use the settings shown below:</p>
<div style="margin: 0px;"><img src="http://www.tutorial9.net/wp-content/uploads/2009/08/leopard-folder/Top_Effects.png" alt="" width="478" height="398" /></div>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Step 5</span></h4>
<p>Now that we’ve created the top half of the folder, it’s now time to create the bottom half.</p>
<p><strong>Hide</strong> &#8220;Folder_Top&#8221; and create a new <strong>Shape</strong> like the one shown below and name it <strong>&#8220;Folder_Bottom&#8221;</strong>. Again, if you have any problem in doing so, you may use <a style="color: #2244bb;" href="http://tutorial9.net/wp-content/uploads/2009/08/leopard-folder/Leopard_Folder.csh.zip" target="_blank">this</a> custom shape I made.</p>
<div style="margin: 0px;"><img src="http://www.tutorial9.net/wp-content/uploads/2009/08/leopard-folder/Create_Shape_Bottom.png" alt="Image Description" width="542" height="543" /></div>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Step 6</span></h4>
<div style="margin: 0px;">
<h4>Note</h4>
<p>This time we are using a different foreground and background color because we want &#8220;Folder_Bottom&#8221; to stand out and look different from &#8220;Folder_Top&#8221;.</p></div>
<p>Double click on <strong>&#8220;Folder_Bottom&#8221;</strong> to activate <strong>Blending Options</strong> and apply <strong>Gradient Overlay</strong> using <strong>#b2cbde</strong>as the <em>foreground color</em> and <strong>#79a5c6</strong> as the <em>background color</em>. Again, be sure to click on <strong>Reverse</strong>.</p>
<p>Now let’s add some <strong>Stroke</strong> to <strong>&#8220;Folder_Bottom&#8221;</strong>. Use the color <strong>#80adcf</strong> and lower down the <strong>Opacity</strong> to <strong>80%</strong>. Also, add <strong>Bevel and Emboss</strong> to <strong>&#8220;Folder_Bottom&#8221;</strong>. Use the settings shown below:</p>
<div style="margin: 0px;"><img src="http://www.tutorial9.net/wp-content/uploads/2009/08/leopard-folder/Top_Effects.png" alt="" width="598" height="498" /></div>
<p>Now make &#8220;Folder_Top&#8221; <strong>visible</strong>. Your resultant image should look something like this:</p>
<div style="margin: 0px;"><img src="http://www.tutorial9.net/wp-content/uploads/2009/08/leopard-folder/Resultant_Step_6.png" alt="Image Description" width="600" height="621" /></div>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Step 7</span></h4>
<p>Now that we’ve added <strong>Gradient Overlay</strong> and <strong>Stroke</strong> to &#8220;Folder_Bottom&#8221;, it’s time to get more precise so that we have a realistic feel.</p>
<p>So let’s add some <strong>Noise</strong>. <strong>Duplicate</strong> &#8220;Folder_Bottom&#8221;. <strong>Rasterize</strong> the new layer by simply double clicking and selecting the respective option. Name this layer <strong>&#8220;Folder_Bottom_Noise&#8221;.</strong> Also, be sure to turn <strong>off</strong> any layer style on <strong>&#8220;Folder_Bottom_Noise&#8221;</strong>.</p>
<p>Now select the <strong>Magic Wand</strong> from the<strong> Toolbox</strong> and click inside <strong>&#8220;Folder_Bottom_Noise&#8221;, </strong>selecting the folder shape like shown below:</p>
<div style="margin: 0px;"><img src="http://www.tutorial9.net/wp-content/uploads/2009/08/leopard-folder/Step7_Selection.png" alt="Image Description" width="540" height="542" /></div>
<p>Fill the selection with <strong>#79a5c6</strong> using the <strong>Paint Bucket Tool</strong>. Then go to <strong>Filter &gt; Noise &gt; Add Noise.</strong> Use the settings shown below:</p>
<div style="margin: 0px;"><img src="http://www.tutorial9.net/wp-content/uploads/2009/08/leopard-folder/Noise.png" alt="Image Description" width="412" height="507" /></div>
<p>Once you have successfully added noise to &#8220;Folder_Bottom_Noise&#8221;, lower down the <strong>opacity</strong> of the layer to <strong>15%</strong>.</p>
<p>Now let’s add some more detail to the folder.<strong> Duplicate</strong> &#8220;Folder_Bottom&#8221;. <strong>Rasterize</strong> the new layer by simply double clicking and selecting the respective option. Name this layer <strong>&#8220;Folder_Bottom_Sketch&#8221;.</strong> Again, be sure to turn <strong>off</strong> any layer style on <strong>&#8220;Folder_Bottom_Sketch&#8221;</strong>.</p>
<p>Now select the <strong>Magic Wand</strong> from the<strong> Toolbox</strong> and click inside <strong>&#8220;Folder_Bottom_Sketch&#8221;, </strong>selecting the folder shape like shown below:</p>
<div style="margin: 0px;"><img src="http://www.tutorial9.net/wp-content/uploads/2009/08/leopard-folder/Step7_Selection.png" alt="Image Description" width="540" height="542" /></div>
<p>Fill the selection with <strong>#79a5c6</strong> using the <strong>Paint Bucket Tool</strong>. Then go to <strong>Filter &gt; Sketch &gt; Graphic Pen</strong>. Use the settings shown below:</p>
<div style="margin: 0px;"><img src="http://www.tutorial9.net/wp-content/uploads/2009/08/leopard-folder/gpen.png" alt="Image Description" width="259" height="294" /></div>
<p>Once you have successfully added the sketch effect to &#8220;Folder_Bottom_Sketch&#8221;, lower down the <strong>opacity</strong> to<strong>10%</strong>.</p>
<p>And finally, create a new layer and name it <strong>&#8220;Folder_Bottom_Scatter&#8221;</strong>. Grab the <strong>Lasso Tool</strong> and create random scatter like shown below:</p>
<div style="margin: 0px;">
<h4>Tip</h4>
<p>You might want to hold down the <strong>Shift </strong>button while drawing the scatter.</div>
<div style="margin: 0px;"><img src="http://www.tutorial9.net/wp-content/uploads/2009/08/leopard-folder/Scatter.png" alt="Image Description" width="541" height="541" /></div>
<p>If you have any difficulty in doing so, you may use <a style="color: #2244bb;" href="http://tutorial9.net/wp-content/uploads/2009/08/leopard-folder/Scatter.abr.zip" target="_blank">this</a> &#8220;scatter&#8221; brush I made. Now fill the selection with<strong>#80adcf</strong>. Once that is done, you should have something that looks like this:</p>
<div style="margin: 0px;"><img src="http://www.tutorial9.net/wp-content/uploads/2009/08/leopard-folder/Resultant_Seven.png" alt="Image Description" width="540" height="542" /></div>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Step 8</span></h4>
<p><strong>Hide</strong> &#8220;Folder_Bottom&#8221;, &#8220;Folder_Bottom_Noise&#8221;, &#8220;Folder_Bottom_Sketch&#8221; and &#8220;Folder_Bottom_Scatter&#8221;. Then select &#8220;Folder_Top&#8221; and <strong>Duplicate</strong> it. <strong>Rasterize</strong> the new layer and name it <strong>&#8220;Folder_Top_Noise&#8221;</strong>. Make sure that any layer style is set to <strong>off</strong>.</p>
<p>Now select the <strong>Magic Wand</strong> from the<strong> Toolbox</strong> and click inside <strong>&#8220;Folder_Top_Noise&#8221;, </strong>selecting the folder shape like shown below:</p>
<div style="margin: 0px;"><img src="http://www.tutorial9.net/wp-content/uploads/2009/08/leopard-folder/Selection_Top.png" alt="Image Description" width="541" height="542" /></div>
<p>Fill the selection with <strong>#79a5c6</strong> using the <strong>Paint Bucket Tool</strong>. Then go to <strong>Filter &gt; Noise &gt; Add Noise</strong>. Use the settings shown below:</p>
<div style="margin: 0px;"><img src="http://www.tutorial9.net/wp-content/uploads/2009/08/leopard-folder/Noise.png" alt="Image Description" width="412" height="507" /></div>
<p>Once you have successfully added noise to &#8220;Folder_Top_Noise&#8221;, lower down the <strong>opacity</strong> of the layer to <strong>15%</strong>.</p>
<p>Now let’s add some more detail to the folder.<strong> Duplicate</strong> &#8220;Folder_Top&#8221;. <strong>Rasterize</strong> the layer by simply double clicking and selecting the respective option. Name this layer <strong>&#8220;Folder_Top_Sketch&#8221;. </strong>Again, be sure to turn <strong>off</strong>any layer style.</p>
<p>Now select the <strong>Magic Wand</strong> from the<strong> Toolbox</strong> and click inside <strong>&#8220;Folder_Top_Sketch&#8221;, </strong>selecting the folder shape like shown below:</p>
<div style="margin: 0px;"><img src="http://www.tutorial9.net/wp-content/uploads/2009/08/leopard-folder/Selection_Top.png" alt="Image Description" width="541" height="542" /></div>
<p>Fill the selection with <strong>#79a5c6</strong> using the <strong>Paint Bucket Tool</strong>. Then go to <strong>Filter &gt; Sketch &gt; Graphic Pen</strong>.</p>
<div style="margin: 0px;">Once you have successfully added the sketch effect to &#8220;Folder_Top_Sketch&#8221;, lower down the <strong>opacity</strong> of the layer to <strong>10%</strong>.</div>
<p>And finally, create a new layer and name it <strong>&#8220;Folder_Top_Scatter&#8221;</strong>. Grab the <strong>Lasso Tool</strong> and create random scatter like shown below:</p>
<div style="margin: 0px;"><img src="http://www.tutorial9.net/wp-content/uploads/2009/08/leopard-folder/Scatter_Top.png" alt="Image Description" width="540" height="542" /></div>
<p>Set &#8220;Folder_Bottom&#8221;, &#8220;Folder_Bottom_Noise&#8221;, &#8220;Folder_Bottom_Sketch&#8221; and &#8220;Folder_Bottom_Scatter&#8221; to<strong>Visible. </strong>Once that is done, you should have something that looks like this:</p>
<div style="margin: 0px;"><img src="http://www.tutorial9.net/wp-content/uploads/2009/08/leopard-folder/Resultant_Eight.png" alt="Image Description" width="541" height="542" /></div>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Step 9</span></h4>
<p><strong>Duplicate</strong> &#8220;Folder_Bottom&#8221; and <strong>Rasterize</strong> it. Name the new layer <strong>&#8220;Shadow_Top&#8221;</strong>. Also, be sure to turn <strong>off</strong>any layer styles. Place this layer between &#8220;Folder_Bottom&#8221; and &#8220;Folder_Top_Scatter&#8221; like shown below:</p>
<div style="margin: 0px;"><img src="http://www.tutorial9.net/wp-content/uploads/2009/08/leopard-folder/Shadow_Placement.png" alt="Image Description" width="241" height="219" /></div>
<p>Then go to <strong>Filter &gt; Blur &gt; Gaussian Blur</strong>. Apply the settings shown below:</p>
<div style="margin: 0px;"><img src="http://www.tutorial9.net/wp-content/uploads/2009/08/leopard-folder/Blur.png" alt="Image Description" width="412" height="413" /></div>
<p>Once you’ve done that, position &#8220;Shadow_Top&#8221; like shown below: (Make sure it can be seen when &#8220;Folder_Bottom&#8221; is visible. You might also need to use the <strong>Free Transform Tool</strong> by going to <strong>Edit &gt; Free Transform</strong> in order to change the size of &#8220;Shadow_Top&#8221; so that it looks like the image shown below)</p>
<div style="margin: 0px;"><img src="http://www.tutorial9.net/wp-content/uploads/2009/08/leopard-folder/Shadow_Position.png" alt="Image Description" width="600" height="621" /></div>
<p>Then lower down the <strong>opacity</strong> of &#8220;Shadow_Top&#8221; to <strong>30%</strong>.</p>
<p>Next, grab the <strong>Rectangle Tool</strong> and draw a rectangle like shown below: (Make sure that the rectangle is below &#8220;Folder_Bottom&#8221; )</p>
<div style="margin: 0px;"><img src="http://www.tutorial9.net/wp-content/uploads/2009/08/leopard-folder/Rectangle.png" alt="Image Description" width="537" height="542" /></div>
<p>Name the shape <strong>&#8220;Shadow_Bottom&#8221;</strong> and <strong>Rasterize</strong> it. Then go to <strong>Filter &gt; Blur &gt; Gaussian Blur</strong>. Apply the settings shown below:</p>
<div style="margin: 0px;"><img src="http://www.tutorial9.net/wp-content/uploads/2009/08/leopard-folder/Blur.png" alt="Image Description" width="412" height="413" /></div>
<p>Position &#8220;Shadow_Bottom&#8221; like show below: (You might have to use the <strong>Free Transform Tool</strong> to edit the size of &#8220;Shadow_Bottom&#8221;)</p>
<div style="margin: 0px;"><img src="http://www.tutorial9.net/wp-content/uploads/2009/08/leopard-folder/Rectangle_Position.png" alt="Image Description" width="541" height="539" /></div>
<p>Your resultant image should look something like this:</p>
<div style="margin: 0px;"><img src="http://www.tutorial9.net/wp-content/uploads/2009/08/leopard-folder/Resultant_Nine.png" alt="Image Description" width="540" height="541" /></div>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Step 10</span></h4>
<p>Now let’s add a logo to our folder. Create a <strong>new</strong> layer and name it <strong>&#8220;Logo&#8221;</strong>. Now draw any shape you like (I’m using an &#8220;X&#8221; in this case).</p>
<p>Fill your shape with <strong>#7a9db8</strong> and lower down the <strong>opacity</strong> to <strong>80%</strong>. Then double click on &#8220;Logo&#8221; and select<strong>Blending Options</strong>. Add <strong>Drop Shadow</strong> and <strong>Inner Shadow</strong> to your shape using the following settings:</p>
<div style="margin: 0px;"><img src="http://www.tutorial9.net/wp-content/uploads/2009/08/leopard-folder/Step9_D&amp;I.png" alt="Image Description" width="540" height="376" /></div>
<h3>Final Image:</h3>
<p>Now that you have completed all steps, your image should look something like this: (If it doesn’t, then feel free to check out the <em>.psd</em> file included in this tutorial).</p>
<div style="margin: 0px;"><img src="http://www.tutorial9.net/wp-content/uploads/2009/08/leopard-folder/Leopard_Folder.png" alt="Image Description" width="512" height="512" /></div>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Download PSD</span></h4>
<div style="margin: 0px;"><a style="color: #2244bb;" href="http://tutorial9.net/wp-content/uploads/2009/08/leopard-folder/Leopard_Folder.psd" target="_blank">Download the PSD</a></div>
<div style="margin: 0px;"><img src="http://feeds.feedburner.com/~r/tutorial9/~4/OHPJIRWVD2Y" alt="" width="1" height="1" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.tutorialntutorials.com/?feed=rss2&amp;p=135</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Create a Rainy Window Vector Background</title>
		<link>http://www.tutorialntutorials.com/?p=121</link>
		<comments>http://www.tutorialntutorials.com/?p=121#comments</comments>
		<pubDate>Sun, 23 Aug 2009 13:47:53 +0000</pubDate>
		<dc:creator>arif</dc:creator>
				<category><![CDATA[Adobe Illustrator]]></category>
		<category><![CDATA[How-To]]></category>

		<guid isPermaLink="false">http://www.tutorialntutorials.com/?p=121</guid>
		<description><![CDATA[Using the Symbolism Tools, plus a bit of Gradient Mesh, learn to make a realistic window covered with raindrops. This is an advanced tutorial that assumes a fair amount of Illustrator experience, but everyone should be able to follow along. It can be done with earlier versions of Illustrator, but takes full advantage of newer [...]]]></description>
			<content:encoded><![CDATA[<p>Using the Symbolism Tools, plus a bit of Gradient Mesh, learn to make a realistic window covered with raindrops. This is an advanced tutorial that assumes a fair amount of Illustrator experience, but everyone should be able to follow along. It can be done with earlier versions of Illustrator, but takes full advantage of newer features in CS4. Let&#8217;s get started!</p>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Tutorial Details</span></h4>
<ul style="margin-top: 0px; margin-right: 0px; margin-bottom: 30px; margin-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; list-style-type: none; list-style-position: initial; list-style-image: initial; padding: 0px; border: 0px initial initial;">
<li style="margin-top: 0px; margin-right: 0px; margin-bottom: 6px; margin-left: 27px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 13px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; background-image: url(http://vector.tutsplus.com/wp-content/themes/tuts_theme/images/li.gif); background-repeat: no-repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: 0px 8px; border: 0px initial initial;">Program: Adobe Illustrator CS4</li>
<li style="margin-top: 0px; margin-right: 0px; margin-bottom: 6px; margin-left: 27px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 13px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; background-image: url(http://vector.tutsplus.com/wp-content/themes/tuts_theme/images/li.gif); background-repeat: no-repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: 0px 8px; border: 0px initial initial;">Difficulty: Intermediate to Advanced</li>
<li style="margin-top: 0px; margin-right: 0px; margin-bottom: 6px; margin-left: 27px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 13px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; background-image: url(http://vector.tutsplus.com/wp-content/themes/tuts_theme/images/li.gif); background-repeat: no-repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: 0px 8px; border: 0px initial initial;">Estimated Completion Time: 1.5 hours</li>
</ul>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Step 1</span></h4>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;">Create a new document 11 inches by 8.5 inches. It can be CMYK or RGB, whichever you prefer. Before beginning, set up a color group of about eight different blues. I will refer to these colors as &#8220;1&#8243; for the lightest, &#8220;8&#8243; for the darkest, and the others numbered accordingly.</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;"><img src="http://vectortuts.s3.amazonaws.com/tuts/196_Rainy_Window/01_color-group.jpg" alt="" /></p>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Step 2</span></h4>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;">Draw a square the same dimensions as your artboard, and fill it with a medium blue from your color group. Go to Object &gt; Create Gradient Mesh, then enter 6 rows and 6 columns.</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;"><img src="http://vectortuts.s3.amazonaws.com/tuts/196_Rainy_Window/02_create-mesh.jpg" alt="" /></p>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Step 3</span></h4>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;">Now manipulate the mesh points to create an amorphous, abstract background. Click individual mesh points and color them with different blues from the color group. It doesn&#8217;t have to be complicated. This will serve as an out-of-focus landscape or cityscape in the distance.</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;"><img src="http://vectortuts.s3.amazonaws.com/tuts/196_Rainy_Window/03_mesh.jpg" alt="" /></p>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Step 4</span></h4>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;">Lock the layer with the background on it, and create a new one above it. Draw several circles of various sizes, and place them randomly above the background. Fill the circles with some of the lighter blues, and change the Opacity to 60% &#8211; 80%. These circles are meant to look like lights in the background.</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;">Place lighter circles over the lighter areas of the mesh, and more transparent ones over the darker areas. Select all the circles and go to Effect &gt; Blur &gt; Gaussian Blur. Enter 4 pixels. Select a few circles and change the blur to 6 pixels.</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;">This will give more depth to the &#8220;lights.&#8221; It&#8217;s okay if some of the circles fall off the artboard — you can trim those later. The illustration should look like the image below.</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;"><img src="http://vectortuts.s3.amazonaws.com/tuts/196_Rainy_Window/04.1_blur.jpg" alt="" width="540" height="320" /></p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;"><img src="http://vectortuts.s3.amazonaws.com/tuts/196_Rainy_Window/04.2_circles.jpg" alt="" /></p>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Step 5</span></h4>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;">Lock the circles layer and create a new one above it. Draw an ellipse, and fill it with a four-stop radial gradient like the one below. Adjust the gradient so that the white is at the bottom edge of the ellipse. The Gradient Annotator in Illustrator CS4 makes this somewhat easier, but you can achieve the same result with earlier versions.</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;"><img src="http://vectortuts.s3.amazonaws.com/tuts/196_Rainy_Window/05_drop-base.jpg" alt="" width="480" height="480" /></p>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Step 6</span></h4>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;">Apply an Inner Glow to the ellipse, as below. <em>Note: This step is optional. Raster effects may use more processing power, and thus slow things down. Proceed according to the speed of your computer.</em></p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;"><em><img src="http://vectortuts.s3.amazonaws.com/tuts/196_Rainy_Window/06_inner-glow.jpg" alt="" width="480" height="384" /></em></p>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Step 7</span></h4>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;">Draw a long, somewhat thin ellipse, and fill it with the lightest blue (Blue #1). Go to Effect &gt; Warp &gt; Arc, and enter the values below. This will be the highlight of the raindrop. Place the warped ellipse over the gradient-filled ellipse you just created.</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;">Arrange it at the top and rotate it off-center. Enlarge or reduce it to fit the raindrop. When it looks good, go to Object &gt; Expand Appearance. Apply a radial gradient to the highlight, as below, and change the Blending Mode to Screen.</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;"><img src="http://vectortuts.s3.amazonaws.com/tuts/196_Rainy_Window/07.1_warp.jpg" alt="" width="480" height="480" /></p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;"><img src="http://vectortuts.s3.amazonaws.com/tuts/196_Rainy_Window/07.2_highlight.jpg" alt="" width="480" height="360" /></p>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Step 8</span></h4>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;">Duplicate the original ellipse, send it behind, and fill it with a subtle, dark linear gradient. Change the Blending Mode to Multiply and the Opacity to 80%. This will be the shadow of the raindrop.</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;"><img src="http://vectortuts.s3.amazonaws.com/tuts/196_Rainy_Window/08_shadow.jpg" alt="" width="468" height="441" /></p>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Step 9</span></h4>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;">Duplicate the raindrop twice. Adjust the gradients on each; One will be a lighter version of the original, the other will be a darker version.</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;"><img src="http://vectortuts.s3.amazonaws.com/tuts/196_Rainy_Window/09_symbols.jpg" alt="" /></p>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Step 10</span></h4>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;">Drag each drop into the Symbols panel. Choose Graphic as the Type, and name each new symbol if you like. I named mine &#8220;Droplet Light,&#8221; &#8220;Droplet Medium&#8221; and &#8220;Droplet Dark.&#8221;</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;"><img src="http://vectortuts.s3.amazonaws.com/tuts/196_Rainy_Window/10_add-symbols.jpg" alt="" /></p>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Step 11</span></h4>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;">Now that you have the symbols created, tear of the Symbolism Tools by clicking and holding the Symbol Sprayer Tool (Shift + S). Move your mouse over the vertical tearoff bar, then release. This will make it easier to use the various symbol tools. <em>Trivia: All the Symbolism tools start with the letter &#8216;S.&#8217;</em></p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;"><em><img src="http://vectortuts.s3.amazonaws.com/tuts/196_Rainy_Window/11_symbol-tools.jpg" alt="" /></em></p>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Step 12</span></h4>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;">Select the Symbol Sprayer Tool, click on the lighter droplet symbol, and drag the cursor across the top third of the illustration. Spray a few symbols, then Command-click to deselect and start another group.</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;">Loosely cover the top third with droplets. Do the same thing for the middle third, and the bottom third, using the respective droplet symbols for those sections (medium and dark).</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;">Change the diameter of the tool, if necessary, by pressing the right and left brackets. You will end up with several symbol instances, and your illustrations should look something like the image below.</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;"><img src="http://vectortuts.s3.amazonaws.com/tuts/196_Rainy_Window/12.1_sprayer.jpg" alt="" /></p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;"><img src="http://vectortuts.s3.amazonaws.com/tuts/196_Rainy_Window/12.2_symbol-instances.jpg" alt="" /></p>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Step 13</span></h4>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;">Now select the Symbol Sizer Tool. Randomly click on the symbols to change their size. Hold down the Alt key to reduce the size. You want to end up with lots of different sizes of raindrops. It may take a few tries to get the hang of it. Try clicking directly on top of a droplet to change its size. To further randomize the symbols, use the Symbol Shifter Tool to move them around.</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;"><img src="http://vectortuts.s3.amazonaws.com/tuts/196_Rainy_Window/13_sizer.jpg" alt="" width="540" height="342" /></p>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Step 14</span></h4>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;">You can duplicate individual symbol instances, and re-size them as a group. Try squishing some of the drops so they are longer than they are wide. It&#8217;s up to you how <em>wet</em> you want your window to be, so make as many copies of the symbol instances as you like, then rearrange them to look random and natural.</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;">Once you&#8217;re satisfied with the raindrops, expand the Symbols by going to Object &gt; Expand. This will result in individual symbols, so go to Object &gt; Expand again to release the symbols to objects.</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;"><img src="http://vectortuts.s3.amazonaws.com/tuts/196_Rainy_Window/15.1_expand.jpg" alt="" width="540" height="414" /></p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;"><img src="http://vectortuts.s3.amazonaws.com/tuts/196_Rainy_Window/15.2_expand-again.jpg" alt="" width="540" height="414" /></p>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Step 15</span></h4>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;">You can now make final tweaks to the raindrops. Randomize the size and placement, and separate drops that overlap. Your illustration should look something like the image below.</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;"><img src="http://vectortuts.s3.amazonaws.com/tuts/196_Rainy_Window/16_near-done.jpg" alt="" /></p>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Step 16</span></h4>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;">Now for some finishing touches. Make a new layer above the &#8220;circles&#8221; layer, and below the &#8220;drops&#8221; layer. Use the Blob Brush Tool (Shift + B) and draw a few loose drips, starting at the top of the page.</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;">Fill the shapes with a dark gradient (Blue 8 to Blue 6), and change the blending mode in the Transparency panel to Soft Light. Adjust the gradients so that the drips fade into the <em>window pane</em>.</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;"><img src="http://vectortuts.s3.amazonaws.com/tuts/196_Rainy_Window/17_drip.jpg" alt="" width="540" height="396" /></p>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Conclusion</span></h4>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;">Press the right bracket key to enlarge the diameter of the Blob Brush and, if you like, draw other shapes or words on the window, as if you are making marks with your finger on a wet window. Finally, trim off the circles and drips that extend beyond the artboard, and you&#8217;re done!</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;"><img src="http://vectortuts.s3.amazonaws.com/tuts/196_Rainy_Window/18_final.jpg" alt="" width="540" height="420" /></p>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Resource:</span></h4>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 2em; padding-left: 0px; outline-width: 0px; outline-style: initial; outline-color: initial; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline; margin: 0px; border: 0px initial initial;"><a href="http://vector.tutsplus.com/tutorials/tools-tips/how-to-create-a-rainy-window-vector-background/">http://vector.tutsplus.com/tutorials/tools-tips/how-to-create-a-rainy-window-vector-background/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutorialntutorials.com/?feed=rss2&amp;p=121</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Free Podcasting, Video and Photography WordPress Theme</title>
		<link>http://www.tutorialntutorials.com/?p=117</link>
		<comments>http://www.tutorialntutorials.com/?p=117#comments</comments>
		<pubDate>Sun, 23 Aug 2009 13:08:29 +0000</pubDate>
		<dc:creator>arif</dc:creator>
				<category><![CDATA[Freebies]]></category>

		<guid isPermaLink="false">http://www.tutorialntutorials.com/?p=117</guid>
		<description><![CDATA[In this post we are glad to release Smashing Multimedia, a unique, flexible and advanced WordPress theme for artists, photographers, podcasters, designers and users. The theme was designed bySarah Neuber especially for Smashing Magazine and its readers.

Download the theme for free!
Smashing Multimedia was designed especially for podcasters, photographers and users who can now easily embed videos [...]]]></description>
			<content:encoded><![CDATA[<p>In this post we are glad to release <strong>Smashing Multimedia</strong>, a unique, flexible and advanced WordPress theme for artists, photographers, podcasters, designers and users. The theme was designed by<a style="font-size: 12px; color: #0040b6; text-decoration: underline; font-weight: bold;" href="http://www.sarah-neuber.de/">Sarah Neuber</a> especially for Smashing Magazine and its readers.</p>
<p><img src="http://media2.smashingmagazine.com/wp-content/uploads/images/multimedia-podcasting-photography-video-wordpress/1_promo.jpg" alt="Multimedia WordPress Theme" /></p>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Download the theme for free!</span></h4>
<p style="font-size: 12px; margin-top: 13px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 1.72em;">Smashing Multimedia was designed especially for podcasters, photographers and users who can now easily embed videos and images, rate them and showcase them in their own WordPress-based blog. It has a parent theme and an easily customizable child theme. This Wordpress Theme comes with layered <a style="font-size: 12px; color: #0040b6; text-decoration: underline; font-weight: bold;" href="http://www.smashingmagazine.com/wp-content/uploads/images/multimedia-podcasting-photography-video-wordpress/multimedia-psd.zip">PSD source files</a>, a visual help guide and is fully localized ready for you to translate it into your target language.</p>
<p style="font-size: 12px; margin-top: 13px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 1.72em;">The theme is released under GPL. You can use it for all your projects for free and without any restrictions. Please link to this post if you want to spread the word. You may modify the theme as you wish.</p>
<p style="font-size: 12px; margin-top: 13px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 1.72em;"><img src="http://media1.smashingmagazine.com/wp-content/uploads/images/multimedia-podcasting-photography-video-wordpress/theme-small.jpg" alt="Multimedia WordPress Theme" /></p>
<ul style="font-size: 12px; list-style-type: square; list-style-position: outside; list-style-image: initial; margin-top: 0.7em; margin-right: 4em; margin-bottom: 0px; margin-left: 4em; padding: 0px;">
<li style="font-size: 12px; margin-top: 0.45em; margin-right: 0px; margin-bottom: 0.45em; margin-left: 0px; line-height: 1.65em; list-style-type: square; padding: 0px;"><a style="font-size: 12px; color: #0040b6; text-decoration: underline; font-weight: bold;" href="http://smashingmultimedia.sarah-neuber.de/">demo</a></li>
<li style="font-size: 12px; margin-top: 0.45em; margin-right: 0px; margin-bottom: 0.45em; margin-left: 0px; line-height: 1.65em; list-style-type: square; padding: 0px;"><a style="font-size: 12px; color: #0040b6; text-decoration: underline; font-weight: bold;" href="http://media2.smashingmagazine.com/wp-content/uploads/images/multimedia-podcasting-photography-video-wordpress/2_theme.jpg">large preview</a> (.jpg)</li>
<li style="font-size: 12px; margin-top: 0.45em; margin-right: 0px; margin-bottom: 0.45em; margin-left: 0px; line-height: 1.65em; list-style-type: square; padding: 0px;"><a style="font-size: 12px; color: #0040b6; text-decoration: underline; font-weight: bold;" href="http://media2.smashingmagazine.com/wp-content/uploads/images/multimedia-podcasting-photography-video-wordpress/multimedia-documentation.zip">installation guide and documentation</a> (.zip)</li>
<li style="font-size: 12px; margin-top: 0.45em; margin-right: 0px; margin-bottom: 0.45em; margin-left: 0px; line-height: 1.65em; list-style-type: square; padding: 0px;"><a style="font-size: 12px; color: #0040b6; text-decoration: underline; font-weight: bold;" href="http://media1.smashingmagazine.com/wp-content/uploads/images/multimedia-podcasting-photography-video-wordpress/multimedia-wordpress-theme.zip">download the theme</a> (.zip, 2 Mb)</li>
<li style="font-size: 12px; margin-top: 0.45em; margin-right: 0px; margin-bottom: 0.45em; margin-left: 0px; line-height: 1.65em; list-style-type: square; padding: 0px;"><a style="font-size: 12px; color: #0040b6; text-decoration: underline; font-weight: bold;" href="http://media1.smashingmagazine.com/wp-content/uploads/images/multimedia-podcasting-photography-video-wordpress/multimedia-psd.zip">download the PSD-source</a> (.zip)</li>
</ul>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Features</span></h4>
<ol style="font-size: 12px; margin-top: 1px; margin-right: 0px; margin-bottom: 1px; margin-left: 0.5em;">
<li style="font-size: 12px; padding-top: 8px; margin: 0px;"><strong>Easy media embed method</strong>, with shortcodes in the post content area or use a media plugin of your choice (supported are YouTube, Vimeo, Google Video, Blip.tv, Veoh, Viddler and Revver),</li>
<li style="font-size: 12px; padding-top: 8px; margin: 0px;"><strong>Feature any post, any category</strong> &#8211; the easy way &#8211; just make them sticky! Why restrict yourself to one featured category when you can have the freedom to pick and choose any post from any category to feature!</li>
<li style="font-size: 12px; padding-top: 8px; margin: 0px;">Choose and put together your Site’s Main Navigation without touching the code in the template files. All available options are right there for you included in the Theme Options.</li>
<li style="font-size: 12px; padding-top: 8px; margin: 0px;">Choose and put together your Site’s Category Navigation (appears in sidebar) without touching the code in the template files. Again, all available options are right there for you included in the Theme Options.</li>
<li style="font-size: 12px; padding-top: 8px; margin: 0px;"><strong>Choose the type of splash image</strong> for your media posts: sliding or static splash image. Do the same indepently for Category pages.</li>
<li style="font-size: 12px; padding-top: 8px; margin: 0px;"><strong>Choose the type of post teaser</strong> (the usual excerpt or text from the content) to appear on multible post pages and customize it’s word limit through theme options. The word limit can be adjusted independently for sticky (featured) posts or multimedia posts on the front page and on category pages.</li>
<li style="font-size: 12px; padding-top: 8px; margin: 0px;"><strong>Subpages appear dynamically</strong> in sidebar when created</li>
<li style="font-size: 12px; padding-top: 8px; margin: 0px;"><strong>Related posts</strong>: if there are any, appear in the single page sidebar. How many should appear is set by you from the theme options</li>
<li style="font-size: 12px; padding-top: 8px; margin: 0px;"><strong>8 Independent widget areas</strong>: front page seperator (1) just below the featured area, front page (1 &#8211; index), category(1), archive (1 &#8211; daily, monthly, yearly, author and tag archives share the same widgets), single (1), page (1), search (1), 404 (1).</li>
<li style="font-size: 12px; padding-top: 8px; margin: 0px;"><strong>Security</strong>: 2 common sense security precautions already hooked in just for you; hidden login page error feedback and hidden WordPress version number,</li>
<li style="font-size: 12px; padding-top: 8px; margin: 0px;"><strong>Preventing Spam</strong>: a useful little function to deny Comment Posting to No Referrer Requests</li>
<li style="font-size: 12px; padding-top: 8px; margin: 0px;"><strong>Extra goodies</strong>: cformsII styles, wp-Pagenavi, wp-PostRatings, WP125: Easy 125×125 Ad Management For WordPress styles included, show your last tweet (shows on the front page and can be removed and replaced by any plugin of your choice so in other words you are not stuck with it if you don’t like it), Social share media, Feedburner Rss and Email, Follow on Twitter, “Give it a Tweet” call to action to your readers, styles for threaded comments (if enabled), seperated comments and trackbacks (appear in animated dropdown), styled admin comments, custom avatar image for when your users don’t have their own!</li>
<li style="font-size: 12px; padding-top: 8px; margin: 0px;">…and even <a style="font-size: 12px; color: #0040b6; text-decoration: underline; font-weight: bold;" href="http://media2.smashingmagazine.com/wp-content/uploads/images/multimedia-podcasting-photography-video-wordpress/features.pdf">more features!</a> (pdf)</li>
</ol>
<h4 style="font-size: 24px; font: italic normal normal 2em/1.4em Georgia, Helvetica, 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; margin-top: 1.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="color: #000000;">Resource</span></h4>
<p><a href="http://www.smashingmagazine.com/2009/08/22/free-podcasting-video-and-photography-wordpress-theme/">http://www.smashingmagazine.com/2009/08/22/free-podcasting-video-and-photography-wordpress-theme/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutorialntutorials.com/?feed=rss2&amp;p=117</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
