<?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>Life's short Live it up! &#187; Dreamhost</title>
	<atom:link href="http://www.kunalsheth.in/tag/dreamhost/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kunalsheth.in</link>
	<description></description>
	<lastBuildDate>Wed, 04 Aug 2010 10:02:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>[How-To] gZip Your Website Content and Improve Performance</title>
		<link>http://www.kunalsheth.in/technology/how-to-gzip-your-website-content-and-improve-performance</link>
		<comments>http://www.kunalsheth.in/technology/how-to-gzip-your-website-content-and-improve-performance#comments</comments>
		<pubDate>Fri, 12 Dec 2008 14:31:02 +0000</pubDate>
		<dc:creator>Kunal</dc:creator>
				<category><![CDATA[How To's]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Dreamhost]]></category>
		<category><![CDATA[gZip]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Mediatemple]]></category>
		<category><![CDATA[mod_gzip]]></category>
		<category><![CDATA[Web server]]></category>
		<category><![CDATA[Website Performance]]></category>

		<guid isPermaLink="false">http://www.kunalsheth.in/?p=565</guid>
		<description><![CDATA[Howdy, Whenever someone visits your website, Apache (web server) sends the html, CSS, JavaScripts to the browser uncompressed. If you are running a successful website and get a lot of traffic and have to pay for Bandwidth, gZipping your data before sending it to the browser would be a good option. Using mod_gzip compression which [...]]]></description>
			<content:encoded><![CDATA[<p>Howdy,</p>
<blockquote><p>Whenever someone visits your website, Apache (web server) sends the html, CSS, JavaScripts to the browser uncompressed. If you are running a successful website and get a lot of traffic and have to pay for Bandwidth, gZipping your data before sending it to the browser would be a good option.</p></blockquote>
<p>Using <strong>mod_gzip</strong> compression which is an Apache web server module, or one of the other methods of gzip, your server will only send out gzipped content All the new browsers currently in use support gzip. Incase an old browser which doesnt support gZip makes a request, uncompressed HTML will be served.</p>
<p>gZip will work on the following file types: HTML, JS, CSS, JSON, XML</p>
<p><span id="more-565"></span><strong>Some advantages of Zipping your data</strong></p>
<ul>
<li>gZip can reduce file sizes by roughly 60%-70%</li>
<li>You can save on Bandwidth cost</li>
<li>Increase in overall performance of your website</li>
<li>Better User Experience as the site will load faster</li>
<li>User will save on bandwidth cost too</li>
</ul>
<p>To check if your site is sending gZipped content or not, use these links</p>
<p><a href="http://whatsmyip.org/mod_gzip_test/" target="_blank">http://whatsmyip.org/mod_gzip_test/</a></p>
<p><a href="http://www.gidnetwork.com/tools/gzip-test.php" target="_blank">http://www.gidnetwork.com/tools/gzip-test.php</a></p>
<p>If your server is not sending gZipped data then you can write to your server/hosting company and ask them to enable mod_gzip on the server. You can also tell them the advantages of doing the same. Dreamhost/Mediatemple already has this module enabled. If you are running your own server please ask the system administrator to enable it for you.</p>
<p>More tips coming up soon.</p>
<p>Cheers</p>
<p><script src="http://shots.snap.com//client/inject.js?site_name=0" type="text/javascript"></script></p>
<p><script src="http://shots.snap.com//client/inject.js?site_name=0" type="text/javascript"></script></p>
<p><script src="http://shots.snap.com//client/inject.js?site_name=0" type="text/javascript"></script></p>
<p><script src="http://shots.snap.com//client/inject.js?site_name=0" type="text/javascript"></script></p>
<p><script src="http://shots.snap.com//client/inject.js?site_name=0" type="text/javascript"></script></p>
<p><script src="http://shots.snap.com//client/inject.js?site_name=0" type="text/javascript"></script></p>
<p><script src="http://shots.snap.com//client/inject.js?site_name=0" type="text/javascript"></script></p>
<p><script src="http://shots.snap.com//client/inject.js?site_name=0" type="text/javascript"></script></p>
<p><script src="http://shots.snap.com//client/inject.js?site_name=0" type="text/javascript"></script></p>
<p><script src="http://shots.snap.com//client/inject.js?site_name=0" type="text/javascript"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kunalsheth.in/technology/how-to-gzip-your-website-content-and-improve-performance/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>[How-To] Migrate POP mail to GMail While changing Servers!</title>
		<link>http://www.kunalsheth.in/general/how-to-migrate-pop-mail-to-gmail-while-changing-servers</link>
		<comments>http://www.kunalsheth.in/general/how-to-migrate-pop-mail-to-gmail-while-changing-servers#comments</comments>
		<pubDate>Tue, 23 Sep 2008 16:14:37 +0000</pubDate>
		<dc:creator>Kunal</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[How To's]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Dreamhost]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[IMAP]]></category>
		<category><![CDATA[Import Email]]></category>
		<category><![CDATA[Migrate]]></category>
		<category><![CDATA[POP]]></category>

		<guid isPermaLink="false">http://www.kunalsheth.in/?p=107</guid>
		<description><![CDATA[Scenario I have a domain www.247ithub.com hosted with XYZ Hosting company for donkey years now. I have one active pop account [kunal-old@247ithub.com] there which has close to 3000 mails! Problem I want to move my site from XYZ Hosting company to Dreamhost where i hold an account. Now thats simple download all files from XYZ [...]]]></description>
			<content:encoded><![CDATA[<h2>Scenario</h2>
<p>I have a domain www.247ithub.com hosted with XYZ Hosting company for donkey years now. I have one active pop account <span style="color: #ff6600;">[kunal-old@247ithub.com]</span> there which has close to 3000 mails!</p>
<h2>Problem</h2>
<p>I want to move my site from XYZ Hosting company to <a href="http://www.dreamhost.com" target="_blank">Dreamhost</a> where i hold an account. Now thats simple download all files from XYZ Hosting company and upload it on Dreamhost. But What about my mails! I am planning to use the GMail hosted mail for my domain.</p>
<h2>Solution</h2>
<p><span id="more-107"></span></p>
<p>My first task was to find a good IMAP client. Asked around a bit and settled on Thunderbird. Why IMAP Client? Well it will allow you to drag and drop mails from one account to another and GMail supports IMAP!</p>
<p>I created an account to connect to my POP account  <span style="color: #ff6600;">[kunal-old@247ithub.com]</span> and downloaded all mails. To be on the safer side i left a copy of all mails on the server.</p>
<p>I went to my control Panel in Dreamhost and added my domain there and also choose for the GMail hosted domain for the same.</p>
<p>I already have another domain on Dreamhost where i am using GMail. I created a temporary account there. Activated my IMAP for that account. <span style="color: #008000;"> [kunal-temp@someotherdomain.com]</span></p>
<p>I went back to Thunderbird and configured this new IMAP account <span style="color: #008000;">[kunal-temp@someotherdomain.com]</span>. Now i had two accounts in Thunderbird 1) POP account <span style="color: #ff6600;">[kunal-old@247ithubcom]</span> where i had downloaded my 3000 mails and another empty temporary IMAP account [kunal-temp@someotherdomain.com].</p>
<p>I Copied all my mails from my POP account <span style="color: #ff6600;">[kunal-old@247ithubcom]</span> to this new IMAP account <span style="color: #008000;">[kunal-temp@someotherdomain.com]</span>. Its simple Select all mails Right click-&gt;Copy to (or Move to) Target folder which will show you your new IMAP folders. Or you can Drag and Drop the mails also.</p>
<p>I went to Indialinks and changed my DNS to point to Dreamhost. Once it got changed I went and created my new email accounts on GMail <span style="color: #800000;">[kunal-new@247ithubcom]</span>.</p>
<p>Now all i had to do was Create one more IMAP account [kunal-new@247ithubcom] in Thunderbird and Copy all the mails from my IMAP temporary account <span style="color: #008000;">[kunal-temp@someotherdomain.com]</span> to this new one <span style="color: #800000;">[kunal-new@247ithubcom]</span> and viola i was good to go!</p>
<p>Now i know that if you dont have any where to create a temporary account you can directly copy the mails <span style="color: #ff6600;">[kunal-old@247ithubcom]</span> in Thunderbird to this new IMAP <span style="color: #800000;">[kunal-new@247ithubcom]</span></p>
<h2>Synopsis</h2>
<ul>
<li>Get <a href="http://www.mozilla.com/en-US/thunderbird/" target="_blank">Thunderbird</a> [<a href="http://www.mozilla.com/en-US/thunderbird/" target="_blank">click to download</a>]</li>
<li>Configure and download POP mail from current server</li>
<li>Change Name servers to point to New server</li>
<li>Activate GMail hosted Domains [<a href="http://www.google.com/a/cpanel/premier/new" target="_blank">Clich to Activate GMail for your domain</a>]</li>
<li>Create your Email and Enable IMAP [settings-Forwarding and POP/IMAP]</li>
<li>Configure Thunderbird for this new Email account</li>
<li>Drag and Drop Mails from the POP Account in Thunderbird to the New IMAP account.</li>
<li>Its Done. Login to Gmail and all your mails are there.</li>
</ul>
<p>I hope you find this helpful. Took me a while to figure out.</p>
<p>Cheers!</p>
<p><script src="http://shots.snap.com//client/inject.js?site_name=0" type="text/javascript"></script></p>
<p><script src="http://shots.snap.com//client/inject.js?site_name=0" type="text/javascript"></script></p>
<p><script src="http://shots.snap.com//client/inject.js?site_name=0" type="text/javascript"></script></p>
<p><script src="http://shots.snap.com//client/inject.js?site_name=0" type="text/javascript"></script></p>
<p><script src="http://shots.snap.com//client/inject.js?site_name=0" type="text/javascript"></script></p>
<p><script src="http://shots.snap.com//client/inject.js?site_name=0" type="text/javascript"></script></p>
<p><script src="http://shots.snap.com//client/inject.js?site_name=0" type="text/javascript"></script></p>
<p><script src="http://shots.snap.com//client/inject.js?site_name=0" type="text/javascript"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kunalsheth.in/general/how-to-migrate-pop-mail-to-gmail-while-changing-servers/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Domain name Woes &amp; some Fantastic prefix/suffix!</title>
		<link>http://www.kunalsheth.in/website/domain-name-woes-some-fantastic-prefixsuffix</link>
		<comments>http://www.kunalsheth.in/website/domain-name-woes-some-fantastic-prefixsuffix#comments</comments>
		<pubDate>Thu, 07 Aug 2008 12:58:49 +0000</pubDate>
		<dc:creator>Kunal</dc:creator>
				<category><![CDATA[Website]]></category>
		<category><![CDATA[.me]]></category>
		<category><![CDATA[Domain]]></category>
		<category><![CDATA[Domain name]]></category>
		<category><![CDATA[Dreamhost]]></category>
		<category><![CDATA[Godaddy]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[Indialinks]]></category>

		<guid isPermaLink="false">http://www.kunalsheth.in/?p=23</guid>
		<description><![CDATA[Howdy! Everyone i know have had a tough time when they went to register a domain name for their unique and million dollar &#8220;Idea&#8221;. I personally have spent hours/days/nights to come up with a fantastic domain name. Everytime i thought i had it and would search for it BAM some one had booked it years [...]]]></description>
			<content:encoded><![CDATA[<p>Howdy! Everyone i know have had a tough time when they went to register a domain name for their unique and million dollar &#8220;Idea&#8221;. I personally have spent hours/days/nights to come up with a fantastic domain name. Everytime i thought i had it and would search for it BAM some one had booked it years back.</p>
<p>I have used various tools provided by domain registering websites but never have they come up with a good or close match to what i wanted.</p>
<p>The worst was when .me registration begin within hours anything and everything you can think of was gone!</p>
<p><span id="more-23"></span></p>
<p>90% of them are squatters. I doubt i will see any .me website coming up soon. So.me people who would/could really do wonders with that particular domain and would add value to their idea are left high and dry.</p>
<p>But the search goes on <img src='http://www.kunalsheth.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I still go and look for domains for my ideas and register them. Most of the times i am not lucky and have to come up with innovative ways to add some prefix/suffix and still have a cool domain.</p>
<p>I found this very interesting link &#8220;<a href="http://www.dailyblogtips.com/200-prefixes-and-suffixes-for-domain-names/" target="_blank">200 Prefixes and Suffixes for Domain Names</a>&#8221; do check it up maybe it will ease the time to come up with a fantastic domain.</p>
<p>One piece of advice go and book yourname.com (or any extention available) domains asap before someone else does. I am regretting not registering kunalsheth.com. Sooner or later it will help. If nothing else you can put up your resume or start a blog.</p>
<p>Some tips are available here &#8220;<a href="http://www.dailyblogtips.com/12-rules-for-choosing-domain-names/" target="_blank">12 Rules for Choosing Domain Names</a>&#8220;.</p>
<p>Some sites where you can search and register your domain for cheap.</p>
<ul>
<li><a href="http://www.indialinks.com" target="_blank">indialinks</a></li>
<li><a href="http://www.godaddy.com" target="_blank">godaddy</a></li>
</ul>
<p>Some cheap hosting companies</p>
<ul>
<li><a href="http://www.dreamhost.com" target="_blank"> Dreamhost</a> (will update more later)</li>
</ul>
<p>Till later</p>
<p>Cheers!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kunalsheth.in/website/domain-name-woes-some-fantastic-prefixsuffix/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
