<?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>Designer Blog &#187; Tutorials</title>
	<atom:link href="http://blog.smriyaz.com/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.smriyaz.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 24 Feb 2010 21:23:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to create virtual hosts in Windows (wamp) web server?</title>
		<link>http://blog.smriyaz.com/how-to-create-virtual-hosts-in-windows-wamp-server/</link>
		<comments>http://blog.smriyaz.com/how-to-create-virtual-hosts-in-windows-wamp-server/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 13:44:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[server-related]]></category>

		<guid isPermaLink="false">http://blog.smriyaz.com/?p=76</guid>
		<description><![CDATA[<h2>Intro</h2>
Creating virtual hosts is the better way to simulate the hosting server in your own development server. Simply your localhost folders will act as domains where you can easily test several sites in the local server as http://mysite.local  or http://mytest.mysite. To create this kind of virtual hosts or virtual domains in your Apache server on Windows  using WAMP server is just a matter of editing few files. Find the walk-through below.

<img class="alignnone size-full wp-image-92" title="virtual-hosts" src="http://blog.smriyaz.com/wp-content/uploads/2010/02/virtual-hosts.jpg" alt="virtual-hosts" width="635" height="228" />
<h2>Step 1 - Setting up the 'host' file</h2>
<ol>
	<li>Find the ‘host’ file in  ‘C:\WINDOWS\system32\drivers\etc’ folder (or where you installed windows)</li>
	<li>Open it with Notepade or any text editor.</li>
	<li>You will see following lines</li>
<pre># Copyright (c) 1993-2009 Microsoft Corp.
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
# For example:
#      102.54.94.97     rhino.acme.com         # source server
#       38.25.63.10     x.acme.com              # x client host
# localhost name resolution is handled within DNS itself.
<strong>127.0.0.1       localhost</strong> <strong>
::1             localhost
</strong></pre>
	<li>Add the desired domain names in the end of the text (after the default localhost settings indicated above) it can be anything with or without extension (see the examples below)</li>
</ol>]]></description>
		<wfw:commentRss>http://blog.smriyaz.com/how-to-create-virtual-hosts-in-windows-wamp-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to create a nice Twitter icon using Illustrator and Photoshop</title>
		<link>http://blog.smriyaz.com/how-to-create-a-nice-twitter-icon-using-illustrator-and-photoshop/</link>
		<comments>http://blog.smriyaz.com/how-to-create-a-nice-twitter-icon-using-illustrator-and-photoshop/#comments</comments>
		<pubDate>Sat, 16 May 2009 14:35:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Icon]]></category>
		<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://blog.smriyaz.com/?p=68</guid>
		<description><![CDATA[To create a twitter icon, you don't have to be an artist or expert in illustrator. By understanding some basic principals of gradients and transparency, you can create an excellent modern twitter icon to use in your blog.

Before we dive in to the steps, look at the final version of the twitter icon we are going to create.

<img class="alignnone size-full wp-image-92" title="twitter-final" src="http://blog.smriyaz.com/wp-content/uploads/2009/05/twitter-final1.jpg" alt="twitter-final" width="256" height="256" />

I'm going to show the basic steps of drawing in illustrator and we shall move on to  refine and get the final output in photoshop.]]></description>
		<wfw:commentRss>http://blog.smriyaz.com/how-to-create-a-nice-twitter-icon-using-illustrator-and-photoshop/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>A simple foggy banner for your blog &#8211; in 8 steps!</title>
		<link>http://blog.smriyaz.com/a-simple-foggy-banner-for-your-blog-in-8-steps/</link>
		<comments>http://blog.smriyaz.com/a-simple-foggy-banner-for-your-blog-in-8-steps/#comments</comments>
		<pubDate>Fri, 08 May 2009 11:27:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.smriyaz.local/?p=46</guid>
		<description><![CDATA[<!-- 	 -->Here I'm going to show you how to create a simple foggy, grungy discolored banner for your blog/website.

The final composition will look  like this:

<img class="alignnone size-full wp-image-47" title="Final Comp" src="http://blog.smriyaz.com/wp-content/uploads/2009/05/foggy21.jpg" alt="Final Comp" width="630" height="177" />

Creating this kind of banners is pretty simple as long as we find some source images to work with. There are advanced montages which will turn in to surreal type, sci-fi and so on. But this one is a basic one so, we need only few images.
]]></description>
		<wfw:commentRss>http://blog.smriyaz.com/a-simple-foggy-banner-for-your-blog-in-8-steps/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
	</channel>
</rss>
