<?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>Web Hosting India Blog - SpeedHost&#8482; &#187; General Stuff</title>
	<atom:link href="http://blog.speedhost.in/category/general-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.speedhost.in</link>
	<description>Web Hosting India Blog</description>
	<lastBuildDate>Fri, 30 Jul 2010 04:39:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>What is the Path i can use for ImageMagick?</title>
		<link>http://blog.speedhost.in/what-is-the-path-i-can-use-for-imagemagick/</link>
		<comments>http://blog.speedhost.in/what-is-the-path-i-can-use-for-imagemagick/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 10:47:07 +0000</pubDate>
		<dc:creator>Prashant</dc:creator>
				<category><![CDATA[General Stuff]]></category>
		<category><![CDATA[ImageMagick]]></category>

		<guid isPermaLink="false">http://blog.speedhost.in/?p=813</guid>
		<description><![CDATA[The local path to ImageMagick is /usr/bin/ The local path to convert with ImageMagick is one of the following&#8230; * /usr/bin/convert * /usr/local/bin/convert * /usr/bin/X11/convert]]></description>
			<content:encoded><![CDATA[<p>The local path to ImageMagick is /usr/bin/</p>
<p>The local path to convert with ImageMagick is one of the following&#8230;</p>
<p>* /usr/bin/convert<br />
* /usr/local/bin/convert<br />
* /usr/bin/X11/convert</p>
<script type="text/javascript" src="http://cdn.socialtwist.com/200812195287/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/200812195287/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '200812195287', 'http%3A%2F%2Fblog.speedhost.in%2Fwhat-is-the-path-i-can-use-for-imagemagick%2F', 'What+is+the+Path+i+can+use+for+ImageMagick%3F')" onclick="STTAFFUNC.cw(this, {id:'200812195287', link: 'http%3A%2F%2Fblog.speedhost.in%2Fwhat-is-the-path-i-can-use-for-imagemagick%2F', title: 'What+is+the+Path+i+can+use+for+ImageMagick%3F' });"/></a>]]></content:encoded>
			<wfw:commentRss>http://blog.speedhost.in/what-is-the-path-i-can-use-for-imagemagick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Step to Deploy a Web-Application with Spring-Framework on cPanel</title>
		<link>http://blog.speedhost.in/simple-step-to-deploy-a-web-application-with-spring-framework-on-cpanel/</link>
		<comments>http://blog.speedhost.in/simple-step-to-deploy-a-web-application-with-spring-framework-on-cpanel/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 13:54:49 +0000</pubDate>
		<dc:creator>Prashant</dc:creator>
				<category><![CDATA[General Stuff]]></category>
		<category><![CDATA[JSP]]></category>
		<category><![CDATA[Spring Application]]></category>

		<guid isPermaLink="false">http://blog.speedhost.in/?p=796</guid>
		<description><![CDATA[If you are using JSP and want to deploy an application using Spring Framework then you need to do 2 simple things before your application can work. 1. Created a .war file of the application and put it into the /public_html directory. 2. Add the following lines to the .htaccess file inside /public_html SetHandler jakarta-servlet [...]]]></description>
			<content:encoded><![CDATA[<p>If you are using JSP and want to deploy an application using Spring Framework then you need to do 2 simple things before your application can work.</p>
<p><strong>1</strong>. Created a .war file of the application and put it into the /public_html directory.<br />
<strong>2</strong>. Add the following lines to the .htaccess file inside /public_html </p>
<pre class="brush: plain;">SetHandler jakarta-servlet
SetEnv JK_WORKER_NAME ajp13
</pre>
<script type="text/javascript" src="http://cdn.socialtwist.com/200812195287/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/200812195287/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '200812195287', 'http%3A%2F%2Fblog.speedhost.in%2Fsimple-step-to-deploy-a-web-application-with-spring-framework-on-cpanel%2F', 'Simple+Step+to+Deploy+a+Web-Application+with+Spring-Framework+on+cPanel')" onclick="STTAFFUNC.cw(this, {id:'200812195287', link: 'http%3A%2F%2Fblog.speedhost.in%2Fsimple-step-to-deploy-a-web-application-with-spring-framework-on-cpanel%2F', title: 'Simple+Step+to+Deploy+a+Web-Application+with+Spring-Framework+on+cPanel' });"/></a>]]></content:encoded>
			<wfw:commentRss>http://blog.speedhost.in/simple-step-to-deploy-a-web-application-with-spring-framework-on-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prevent your directory from being viewed when Index file is absent</title>
		<link>http://blog.speedhost.in/prevent-your-directory-from-being-viewed-when-index-file-is-absent/</link>
		<comments>http://blog.speedhost.in/prevent-your-directory-from-being-viewed-when-index-file-is-absent/#comments</comments>
		<pubDate>Wed, 26 May 2010 09:46:25 +0000</pubDate>
		<dc:creator>Prashant</dc:creator>
				<category><![CDATA[General Stuff]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Directory View]]></category>

		<guid isPermaLink="false">http://blog.speedhost.in/?p=784</guid>
		<description><![CDATA[When you make any new directory or folder under your hosting and it does not have any index page, you are able to see the directory structure or a list of all files available on that folder. To prevent this from happening, you can either put up a blank index file or use .htaccess rules [...]]]></description>
			<content:encoded><![CDATA[<p>When you make any new directory or folder under your hosting and it does not have any index page, you are able to see the directory structure or a list of all files available on that folder. To prevent this from happening, you can either put up a blank index file or use .htaccess rules to hide the folder content thought-out your website. Please have a look at this comprehensive article if to make this happen using .htaccess. <a target="_blank" rel="nofollow" href="http://www.thesitewizard.com/apache/prevent-directory-listing-htaccess.shtml">How to Prevent a Directory Listing of Your Website with .htaccess</a></p>
<script type="text/javascript" src="http://cdn.socialtwist.com/200812195287/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/200812195287/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '200812195287', 'http%3A%2F%2Fblog.speedhost.in%2Fprevent-your-directory-from-being-viewed-when-index-file-is-absent%2F', 'Prevent+your+directory+from+being+viewed+when+Index+file+is+absent')" onclick="STTAFFUNC.cw(this, {id:'200812195287', link: 'http%3A%2F%2Fblog.speedhost.in%2Fprevent-your-directory-from-being-viewed-when-index-file-is-absent%2F', title: 'Prevent+your+directory+from+being+viewed+when+Index+file+is+absent' });"/></a>]]></content:encoded>
			<wfw:commentRss>http://blog.speedhost.in/prevent-your-directory-from-being-viewed-when-index-file-is-absent/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Prevent an email from being sent to Spam folder in Gmail</title>
		<link>http://blog.speedhost.in/how-to-prevent-an-email-from-being-sent-to-spam-folder-in-gmail/</link>
		<comments>http://blog.speedhost.in/how-to-prevent-an-email-from-being-sent-to-spam-folder-in-gmail/#comments</comments>
		<pubDate>Tue, 25 May 2010 07:13:03 +0000</pubDate>
		<dc:creator>Prashant</dc:creator>
				<category><![CDATA[General Stuff]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://blog.speedhost.in/?p=781</guid>
		<description><![CDATA[There are times when Gmail will mark legitimate emails as Spam and send them to your spam folder or in the worst case do not deliver them at all. To prevent this from happening you can do either of the two things below 1. Add the email address to your contact list / address book: [...]]]></description>
			<content:encoded><![CDATA[<p>There are times when Gmail will mark legitimate emails as Spam and send them to your spam folder or in the worst case do not deliver them at all. To prevent this from happening you can do either of the two things below</p>
<p><strong>1</strong>. Add the email address to your contact list / address book: This is fairly straight forward and simple to do but this will only work with 1 email address at a time, if you would like to white a whole domain then use the second option. </p>
<p><strong>2</strong>. Create a filter and mark the domain name as Never to Junk. You can find <a target="_blank" href="http://mail.google.com/support/bin/answer.py?answer=6579">this tutorial</a> which explains just how you can get this done on your Gmail. </p>
<script type="text/javascript" src="http://cdn.socialtwist.com/200812195287/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/200812195287/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '200812195287', 'http%3A%2F%2Fblog.speedhost.in%2Fhow-to-prevent-an-email-from-being-sent-to-spam-folder-in-gmail%2F', 'How+to+Prevent+an+email+from+being+sent+to+Spam+folder+in+Gmail')" onclick="STTAFFUNC.cw(this, {id:'200812195287', link: 'http%3A%2F%2Fblog.speedhost.in%2Fhow-to-prevent-an-email-from-being-sent-to-spam-folder-in-gmail%2F', title: 'How+to+Prevent+an+email+from+being+sent+to+Spam+folder+in+Gmail' });"/></a>]]></content:encoded>
			<wfw:commentRss>http://blog.speedhost.in/how-to-prevent-an-email-from-being-sent-to-spam-folder-in-gmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ICICI Withdraws Net Banking and Debit Card options for Web Hosting Companies</title>
		<link>http://blog.speedhost.in/icici-withdraws-net-banking-and-debit-card-options-for-web-hosting-companies/</link>
		<comments>http://blog.speedhost.in/icici-withdraws-net-banking-and-debit-card-options-for-web-hosting-companies/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 04:56:29 +0000</pubDate>
		<dc:creator>Prashant</dc:creator>
				<category><![CDATA[General Stuff]]></category>
		<category><![CDATA[Payment Gateway]]></category>

		<guid isPermaLink="false">http://blog.speedhost.in/?p=759</guid>
		<description><![CDATA[We have had some of our customers complaint that they are not able to do transactions via Net Banking for ICICI bank… we checked this up with CCAvenue (Payment Gateway Provider) and found out that ICICI has decided to stop giving this facility to web hosting companies, now we don&#8217;t know what the reason is [...]]]></description>
			<content:encoded><![CDATA[<p>We have had some of our customers complaint that they are not able to do transactions via Net Banking for ICICI bank… we checked this up with CCAvenue (Payment Gateway Provider) and found out that ICICI has decided to stop giving this facility to web hosting companies, now we don&#8217;t know what the reason is but it is very sad to know that they are being biased towards hosting providers. Not only this, CCAvenue failed to inform us merchants that this option has been taken out.</p>
<p>This puts a big question mark on the services provided by both ICICI and CCAvenue. We are not sure if and when ICICI will enable their services again but one thing is for sure, this is not the way online commerce will grow. </p>
<script type="text/javascript" src="http://cdn.socialtwist.com/200812195287/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/200812195287/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '200812195287', 'http%3A%2F%2Fblog.speedhost.in%2Ficici-withdraws-net-banking-and-debit-card-options-for-web-hosting-companies%2F', 'ICICI+Withdraws+Net+Banking+and+Debit+Card+options+for+Web+Hosting+Companies')" onclick="STTAFFUNC.cw(this, {id:'200812195287', link: 'http%3A%2F%2Fblog.speedhost.in%2Ficici-withdraws-net-banking-and-debit-card-options-for-web-hosting-companies%2F', title: 'ICICI+Withdraws+Net+Banking+and+Debit+Card+options+for+Web+Hosting+Companies' });"/></a>]]></content:encoded>
			<wfw:commentRss>http://blog.speedhost.in/icici-withdraws-net-banking-and-debit-card-options-for-web-hosting-companies/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Use a Traceroute Command for your Website</title>
		<link>http://blog.speedhost.in/how-to-use-a-traceroute-command-for-your-website/</link>
		<comments>http://blog.speedhost.in/how-to-use-a-traceroute-command-for-your-website/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 06:36:27 +0000</pubDate>
		<dc:creator>Prashant</dc:creator>
				<category><![CDATA[General Stuff]]></category>
		<category><![CDATA[Traceroute]]></category>

		<guid isPermaLink="false">http://blog.speedhost.in/?p=737</guid>
		<description><![CDATA[Traceroute is a command which can show you the path a packet of information takes from your computer to one you specify. It will list all the routers it passes through until it reaches its destination, or fails to and is discarded. In addition to this, it will tell you how long each &#8216;hop&#8217; from [...]]]></description>
			<content:encoded><![CDATA[<p>Traceroute is a command which can show you the path a packet of information takes from your computer to one you specify. It will list all the routers it passes through until it reaches its destination, or fails to and is discarded. In addition to this, it will tell you how long each &#8216;hop&#8217; from router to router takes.</p>
<p>If your website is not reachable then traceroute give you valuable information to know where exactly the problem lies, wheather your ISP or the Server.</p>
<p>If you are using <strong>Windows</strong>, select Start > Programs > Accessories > Command Prompt. This will give you a window like the one below.</p>
<p>If you are using <strong>Mac</strong>, go to Spotlight > Terminal and type in traceroute follow by the website or IP</p>
<p>Enter the word <strong>tracert</strong>, followed by a space, then the domain name.</p>
<p>The following is a successful traceroute from our office computer in New Delhi to speedhost.in:<br />
<img src="http://blog.speedhost.in/wp-content/uploads/2010/04/tracert-windows.gif" alt="" title="Tracert in Windows" width="670" height="223" class="alignnone size-full wp-image-738" /></p>
<p>Firstly it tells you that it&#8217;s tracing the route to speedhost.in, tells you the IP address of that domain, and what the maximum number of hops will be before it times out.</p>
<p>Next it gives information about each router it passes through on the way to its destination.</p>
<p><strong>1</strong>. is the internet gateway on the network this traceroute was done from (an Motorola Wifi modem in this case)<br />
<strong>4-6</strong>. is the ISP the origin computer is connected to (airtel.in)<br />
<strong>8</strong>. is a router on the network speedhost.in is hosted on<br />
<strong>9</strong>. is the computer speedhost.in is hosted on (2-1.dsr02.hxtntx2.theplanet.com)</p>
<p>Each of the 3 columns are a response from that router, and how long it took (each hop is tested 3 times). For example, in line 2, the first try took 4ms (4 milliseconds), the second took 17 ms, and the third took 10ms.</p>
<p>You will also notice that the time it took quadrupled while passing through the global-gateway network.</p>
<p>This is extremely useful when trying to find out why a website is unreachable, as you will be able to see where the connection fails. If you have a website hosted somewhere, it would be a good idea to do a traceroute to it when it is working, so that when it fails, you can do another traceroute to it (which will probably time out if the website is unreachable) and compare them. Be aware though, that it will probably take a different route each time, but the networks it passes through will generally be very similar. </p>
<p><strong>Related Articles</strong>:<br />
<strong>1</strong>. <a href="http://blog.speedhost.in/are-the-servers-down-or-is-it-my-internet-service-provider-issue/">Are the servers down or is it my Internet Service Provider issue</a>?<br />
<strong>2</strong>. <a href="http://blog.speedhost.in/how-to-flush-your-dns/">How can i flush my DNS</a>?</p>
<script type="text/javascript" src="http://cdn.socialtwist.com/200812195287/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/200812195287/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '200812195287', 'http%3A%2F%2Fblog.speedhost.in%2Fhow-to-use-a-traceroute-command-for-your-website%2F', 'How+to+Use+a+Traceroute+Command+for+your+Website')" onclick="STTAFFUNC.cw(this, {id:'200812195287', link: 'http%3A%2F%2Fblog.speedhost.in%2Fhow-to-use-a-traceroute-command-for-your-website%2F', title: 'How+to+Use+a+Traceroute+Command+for+your+Website' });"/></a>]]></content:encoded>
			<wfw:commentRss>http://blog.speedhost.in/how-to-use-a-traceroute-command-for-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Web Site Hosting Vs. Paid / Professional Web Site Hosting</title>
		<link>http://blog.speedhost.in/free-web-site-hosting-vs-paid-professional-web-site-hosting/</link>
		<comments>http://blog.speedhost.in/free-web-site-hosting-vs-paid-professional-web-site-hosting/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 10:42:48 +0000</pubDate>
		<dc:creator>Prashant</dc:creator>
				<category><![CDATA[General Stuff]]></category>
		<category><![CDATA[Free Hosting]]></category>
		<category><![CDATA[Professional Hosting]]></category>

		<guid isPermaLink="false">http://blog.speedhost.in/?p=722</guid>
		<description><![CDATA[There are many web hosting companies on the internet which provide you with free hosting accounts. Why pay for something when you are getting it for free… right? Well, nothing good comes for free and this is why i am writing this article to point out a few limitations a free web hosting company would [...]]]></description>
			<content:encoded><![CDATA[<p>There are many web hosting companies on the internet which provide you with free hosting accounts. Why pay for something when you are getting it for free… right? Well, nothing good comes for free and this is why i am writing this article to point out a few limitations a free web hosting company would have and not mention them.</p>
<p><strong>1</strong>. They have the right to run ads on your hosting account without your permission<br />
<strong>2</strong>. You may not be able to add your own domain name to the account<br />
<strong>3</strong>. If they allow you to add your domain name then there is a charge for it<br />
<strong>4</strong>. You have very limited disk space<br />
<strong>5</strong>. You will not be able to create professional email account<br />
<strong>6</strong>. You will not rank well on Search Engines as your domain name will be a free subdomain (e.g. myspace.freehosting.com)<br />
<strong>7</strong>. You will not be able to have dynamic content on your free hosting<br />
<strong>8</strong>. You will not be able to run a blog or a ecommerce portal<br />
<strong>9</strong>. Most of the time java scripts are disabled on free hosting and so you will not be able to add Google Adsense and make money from your website<br />
<strong>10</strong>. You have very limited Support</p>
<p>The above are just a few limitations when you host for free, why not choose a professional host when you are getting <a href="http://www.speedhost.in/starter-hosting-india.html">hosting for as low as Rs.600/year</a>?</p>
<script type="text/javascript" src="http://cdn.socialtwist.com/200812195287/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/200812195287/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '200812195287', 'http%3A%2F%2Fblog.speedhost.in%2Ffree-web-site-hosting-vs-paid-professional-web-site-hosting%2F', 'Free+Web+Site+Hosting+Vs.+Paid+%2F+Professional+Web+Site+Hosting')" onclick="STTAFFUNC.cw(this, {id:'200812195287', link: 'http%3A%2F%2Fblog.speedhost.in%2Ffree-web-site-hosting-vs-paid-professional-web-site-hosting%2F', title: 'Free+Web+Site+Hosting+Vs.+Paid+%2F+Professional+Web+Site+Hosting' });"/></a>]]></content:encoded>
			<wfw:commentRss>http://blog.speedhost.in/free-web-site-hosting-vs-paid-professional-web-site-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yahoo Business Hosting Vs. Speed Host Silver Web Hosting</title>
		<link>http://blog.speedhost.in/yahoo-business-hosting-vs-speed-host-silver-web-hosting/</link>
		<comments>http://blog.speedhost.in/yahoo-business-hosting-vs-speed-host-silver-web-hosting/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 08:04:39 +0000</pubDate>
		<dc:creator>Prashant</dc:creator>
				<category><![CDATA[General Stuff]]></category>
		<category><![CDATA[Business Hosting]]></category>
		<category><![CDATA[Yahoo Hosting]]></category>

		<guid isPermaLink="false">http://blog.speedhost.in/?p=715</guid>
		<description><![CDATA[To make this comparison i went to the Yahoo Small Business Website Hosting plan and on the top there was written in a big bold letters NO MORE LIMITS and with a tagline stating Unlimited Web Hosting, i read through their sales pitch only to find out that they will only allocate 5GB space to [...]]]></description>
			<content:encoded><![CDATA[<p>To make this comparison i went to the Yahoo Small Business Website Hosting plan and on the top there was written in a big bold letters NO MORE LIMITS and with a tagline stating Unlimited Web Hosting, i read through their sales pitch only to find out that they will only allocate 5GB space to every user and for more space the user will have to email yahoo. Although this is free of cost but then why boast of unlimited hosting when clearly they have set a 5GB limit.</p>
<p>Anyways to simplify the comparison process, i have mentioned the points below which will make it really easy for the end user. I will be taking our <a href="http://www.speedhost.in/silver-web-hosting-india.html">Silver Web Hosting</a> Plan as a benchmark to compare the Yahoo Hosting Package</p>
<p>- <strong>Web Space</strong></p>
<p>Yahoo: 5GB<br />
SpeedHost: 10GB</p>
<p>- <strong>Email Addresses</strong></p>
<p>Yahoo: 1000 Email ID&#8217;s<br />
SpeedHost: Unlimited Email ID&#8217;s</p>
<p>- <strong>Data Transfer</strong></p>
<p>Yahoo: Unlimited<br />
SpeedHost: 100GB (More than enough for any business website)</p>
<p>- <strong>MySQL Database</strong></p>
<p>Yahoo: Unlimited<br />
SpeedHost: Unlimited</p>
<p>- <strong>SubDomains</strong> (e.g shop.speedhost.in or blog.speedhost.in)</p>
<p>Yahoo: No Information<br />
SpeedHost: Unlimited</p>
<p>- <strong>Control Panel</strong></p>
<p>Yahoo: Yes<br />
SpeedHost: Yes</p>
<p>- <strong>Hosting Yearly Price</strong></p>
<p>Yahoo: 2999 / year<br />
SpeedHost: 2000 / year</p>
<p>Clearly SpeedHost.in give your more value for money for Rs.999 / year lesser than Yahoo Hosting.</p>
<script type="text/javascript" src="http://cdn.socialtwist.com/200812195287/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/200812195287/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '200812195287', 'http%3A%2F%2Fblog.speedhost.in%2Fyahoo-business-hosting-vs-speed-host-silver-web-hosting%2F', 'Yahoo+Business+Hosting+Vs.+Speed+Host+Silver+Web+Hosting')" onclick="STTAFFUNC.cw(this, {id:'200812195287', link: 'http%3A%2F%2Fblog.speedhost.in%2Fyahoo-business-hosting-vs-speed-host-silver-web-hosting%2F', title: 'Yahoo+Business+Hosting+Vs.+Speed+Host+Silver+Web+Hosting' });"/></a>]]></content:encoded>
			<wfw:commentRss>http://blog.speedhost.in/yahoo-business-hosting-vs-speed-host-silver-web-hosting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Are the servers down or is it my Internet Service Provider issue?</title>
		<link>http://blog.speedhost.in/are-the-servers-down-or-is-it-my-internet-service-provider-issue/</link>
		<comments>http://blog.speedhost.in/are-the-servers-down-or-is-it-my-internet-service-provider-issue/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 17:20:42 +0000</pubDate>
		<dc:creator>Prashant</dc:creator>
				<category><![CDATA[General Stuff]]></category>
		<category><![CDATA[ISP]]></category>

		<guid isPermaLink="false">http://blog.speedhost.in/?p=699</guid>
		<description><![CDATA[There are many time when you are not able to access your website and the reason most of the time is ISP problems, there is a simple way to check if is a problem with the server of is it just an ISP issue. http://www.ismysiterunning.com/ is an excellent website which lets you check if your [...]]]></description>
			<content:encoded><![CDATA[<p>There are many time when you are not able to access your website and the reason most of the time is ISP problems, there is a simple way to check if is a problem with the server of is it just an ISP issue. </p>
<p><a target="_blank" href="http://www.ismysiterunning.com/">http://www.ismysiterunning.com/</a> is an excellent website which lets you check if your website is down for just you or is it the same for everyone else.</p>
<script type="text/javascript" src="http://cdn.socialtwist.com/200812195287/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/200812195287/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '200812195287', 'http%3A%2F%2Fblog.speedhost.in%2Fare-the-servers-down-or-is-it-my-internet-service-provider-issue%2F', 'Are+the+servers+down+or+is+it+my+Internet+Service+Provider+issue%3F')" onclick="STTAFFUNC.cw(this, {id:'200812195287', link: 'http%3A%2F%2Fblog.speedhost.in%2Fare-the-servers-down-or-is-it-my-internet-service-provider-issue%2F', title: 'Are+the+servers+down+or+is+it+my+Internet+Service+Provider+issue%3F' });"/></a>]]></content:encoded>
			<wfw:commentRss>http://blog.speedhost.in/are-the-servers-down-or-is-it-my-internet-service-provider-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Airtel and BSNL having Internet Issues</title>
		<link>http://blog.speedhost.in/airtel-and-bsnl-having-internet-issues/</link>
		<comments>http://blog.speedhost.in/airtel-and-bsnl-having-internet-issues/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 15:20:03 +0000</pubDate>
		<dc:creator>Prashant</dc:creator>
				<category><![CDATA[General Stuff]]></category>
		<category><![CDATA[Airtel]]></category>
		<category><![CDATA[BSNL]]></category>
		<category><![CDATA[ISP]]></category>

		<guid isPermaLink="false">http://blog.speedhost.in/?p=696</guid>
		<description><![CDATA[For the past few days if you have not been able to access your website / emails etc, the the reason is your ISP. Both Airtel and BSNL are having major internet issues and they have not given any guidelines for its rectification. For the time being we have switched to Reliance USB Netconnect and [...]]]></description>
			<content:encoded><![CDATA[<p>For the past few days if you have not been able to access your website / emails etc, the the reason is your ISP. Both Airtel and BSNL are having major internet issues and they have not given any guidelines for its rectification. </p>
<p>For the time being we have switched to Reliance USB Netconnect and thankfully that seems to be working perfect.</p>
<script type="text/javascript" src="http://cdn.socialtwist.com/200812195287/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/200812195287/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '200812195287', 'http%3A%2F%2Fblog.speedhost.in%2Fairtel-and-bsnl-having-internet-issues%2F', 'Airtel+and+BSNL+having+Internet+Issues')" onclick="STTAFFUNC.cw(this, {id:'200812195287', link: 'http%3A%2F%2Fblog.speedhost.in%2Fairtel-and-bsnl-having-internet-issues%2F', title: 'Airtel+and+BSNL+having+Internet+Issues' });"/></a>]]></content:encoded>
			<wfw:commentRss>http://blog.speedhost.in/airtel-and-bsnl-having-internet-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
