<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><!-- generator="wordpress/2.2.1" --><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Candid Web hosting Weblog</title>
	<link>http://www.candidwebhosting.com/blog</link>
	<description>Web hosting as it should be!- Honest &amp; Simple</description>
	<pubDate>Wed, 23 Nov 2011 12:26:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/hosting-india" /><feedburner:info uri="hosting-india" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>DNS-DIY FAQ</title>
		<link>http://feedproxy.google.com/~r/hosting-india/~3/4xQK4SHALMk/</link>
		<comments>http://www.candidwebhosting.com/blog/dns-diy-faq/101/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 12:26:45 +0000</pubDate>
		<dc:creator>Navneet Kaushal</dc:creator>
		
		<category><![CDATA[Helpful Articles]]></category>

	<!-- AutoMeta Start -->
	<category>finally</category>
	<category>the</category>
	<category>server</category>
	<category>dns abc com</category>
	<category>the</category>
	<category>dns</category>
	<category>server</category>
	<category>dns abc com</category>
	<category>informs</category>
	<category>the</category>
	<category>dns</category>
	<category>server</category>
	<category>8 8 8 8</category>
	<category>the</category>
	<category>ns1 dns diy com</category>
	<category>and</category>
	<category>ns2 dns diy com</category>
	<category>the</category>
	<category>ns1 dns diy com</category>
	<category>or and</category>
	<category>ns2 dns diy com</category>
	<category>whatis cn</category>
	<category>abc whatis cn</category>
	<category>means</category>
	<category>resolving</category>
	<category>123 whatis cn</category>
	<category>add</category>
	<category>a</category>
	<category>cname</category>
	<category>record</category>
	<category>quot</category>
	<category>myhost abc com</category>
	<category>happen</category>
	<category>next</category>
	<category>the</category>
	<category>dns</category>
	<category>server</category>
	<category>8 8 8 8</category>
	<category>appointed</category>
	<category>abc whatis cn</category>
	<category>means</category>
	<category>resolving</category>
	<category>ttl</category>
	<category>domain</category>
	<category>resolving</category>
	<category>domain</category>
	<category>resolving</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.candidwebhosting.com/blog/dns-diy-faq/101/</guid>
		<description><![CDATA[
Term Explanation: Domain Resolving; A Record; MX Record; CNAME Record; TTL
What kinds of domain name can be supported by DNS-DIY?
Why is my domain name resolving not active?
How to check whether the name servers have been setup as valid ones?
Why is the DNS still showing the old one when I check it even if I have [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li><strong><a href="#1">Term Explanation: Domain Resolving; A Record; MX Record; CNAME Record; TTL</a></strong></li>
<li><strong><a href="#2">What kinds of domain name can be supported by DNS-DIY?</a></strong></li>
<li><strong><a href="#3">Why is my domain name resolving not active?</a></strong></li>
<li><strong><a href="#4">How to check whether the name servers have been setup as valid ones?</a></strong></li>
<li><strong><a href="#5">Why is the DNS still showing the old one when I check it even if I have modified it with the registrar?</a></strong></li>
<li><strong><a href="#6">Why can&#039;t I receive emails when the resolving has taken effect?</a></strong></li>
<li><strong><a href="#7">Why hasn&#039;t the MX record taken effect?</a></strong></li>
<li><strong><a href="#8">Why are there some hostnames ending with &#039;.&#039; (a dot), while some not? What&#039;s the difference?</a></strong></li>
<li><strong><a href="#9">Why is priority always setting as &#039;0&#039;?</a></strong></li>
<li><strong><a href="#10">Can I setup wildcard DNS records to my domain names?</a></strong></li>
</ul>
<p><strong><a name="1">Term Explanation: Domain Resolving; A Record; MX Record; CNAME Record; TTL</a></strong></p>
<ol>
<li><strong>What is domain resolving?</strong><br />
    Domain resolving is actually the converting process of tying text-based domain names to the numeric IP Addresses that are necessary to locate the domain name&#039;s server on the net. For the convenience of memory, IP addresses are replaced by domain names to identify the websites. The resolving of domains is done by DNS servers.</li>
<li><strong>What is A record?</strong><br />
    A (Address) record is the corresponding IP address used to specify hostname (or domain name). You can point the website servers under your appropriate domain to your own web servers and setup sub-domains for your domains at the same time.</li>
<li><strong>What is MX record?</strong><br />
    MX record is the mail exchange record. You may point your mail server under your appropriate domain names to your own mail server, and manage all the mail settings by yourself. Just fill in the IP address of your server online, it will help you forward all the emails under your appropriate domain name to your own mail server.</li>
<li><strong>What is CNAME Record?</strong><br />
    CNAME is canonical name record. Such record allows you to map more than one name to the same computer and it is generally applying to the computers offering web and email services on the same one. For example, there is a computer named &#039;host.mydomain.com&#039; (A record) offering both www and mail services. For the users&#039; convenience to access the websites, you can give two CNAME to the computer: www and mail. The full names of these two aliases are <a href="http://www.mydomain.com">www.mydomain.com</a> and mail.mydomain.com, actually both of them are pointing to host.mydomain.com.</li>
<li><strong>What is the TTL?</strong><br />
    The full name of TTL is &quot;Time To live&quot;. In short, it refers to the keeping time of DNS record at DNS server. Below is an example to explain what is TTL&#039;s value.</li>
<li>Supposing there is a domain myhost.abc.com (Actually this is a DNS record, it generally means that there is a host computer called myhost in the domain abc.com). its corresponding IP address is 1.1.1.1, and its TTL is 10 minutes. This domain or this record is kept in a DNS server called dns.abc.com.</li>
<li>Now if an user inputs the following address (or URL): <a href="http://myhost.abc.com">http://myhost.abc.com</a>, what will happen next?</li>
<li>The DNS server 8.8.8.8 appointed by the user (or the DNS assigned automatically by his ISP, network provider) will try to explain him myhost.abc.com, surely the DNS server 8.8.8.8 can&#039;t resolve right away since it doesn&#039;t include the records of myhost.abc.com. But through the recursive search of DNS in the world, it finally goes to the server dns.abc.com.</li>
<li>The DNS server dns.abc.com informs the DNS server 8.8.8.8 the corresponding IP address of myhost.abc.com, and then 8.8.8.8 informs the user of the result. To speed up the resolving of this record, 8.8.8.8 will keep the result 1.1.1.1 for a period of time, that is called TTL time. In this period, if the user requests to resolve myhost.abc.com again, 8.8.8.8 will tell the user directly. While if the TTL time is outdated, the whole process will be repeated.</li>
</ol>
<p><strong><a name="2">What kinds of domain name can be supported by DNS-DIY?</a> </strong></p>
<p>Except for multilingual domain names, any domain names registered by us. can be resolved by DNS-DIY online. Such as, .com, .net, .org, .biz, .info, .name, .cn, .us, .cc, .tv, etc.</p>
<p><strong> <a name="3">Why is my domain name resolving not active?</a></strong></p>
<p>The following reasons may cause your domain resolving not to take effect.</p>
<ol>
<li>The domain name&#039;s DNS is not configured to the correct DNS as requested. Please make sure that the DNS are ns1.dns-diy.com and ns2.dns-diy.com, or the IP addresses of the DNS are the same as ns1.dns-diy.com or/and ns2.dns-diy.com.</li>
<li>There&#039;re not any record for the domain name.</li>
</ol>
<p><strong><a name="4">How to check whether the name servers have been setup as valid ones?</a></strong></p>
<p>You can check whether the DNS has been configured correctly on the right site of DNS-DIY reseller control panel.</p>
<p>To change your domains&#039; DNS, please go to your control panel of your current registrar.</p>
<p><strong><a name="5">Why is the DNS still showing the old one when I check it even if I have modified it with the registrar?</a></strong></p>
<p>Our DNS check is based on the current data of the DNS root server. If you modify DNS with the registrar, it will take about 12-72 hours to be reflected on the root server.</p>
<p><strong> <a name="6">Why can&#039;t I receive emails when the resolving has taken effect?</a></strong></p>
<ol>
<li>Please check whether your MX record is setup correctly;</li>
<li>Please check to see if your mail server is setup correctly.</li>
</ol>
<p>You may try our mail forwarding service if you don&#039;t own an email server.</p>
<p><strong> <a name="7">Why hasn&#039;t the MX record taken effect?</a></strong></p>
<p>Most of SMTP requires MX record to be pointed to a hostname instead of IP address.</p>
<p>For example, if you would like to setup 218.5.1.249 as the mail server of whatis.cn, you can configure in this way,</p>
<ol>
<li>Resolve mail.whatis.cn to 218.5.1.249 (please fill in mail for host column, and choose A for type column, then fill in 218.5.1.249 for data column, click &#039;Add&#039; button).</li>
<li>Please configure the MX record of whatis.cn as mail (leave host column, choose MX for type column, fill in mail for data column and then click &#039;Add&#039; button.)</li>
<li>Configurate your email server at 218.5.1.249 to accept emails for @whatis.cn.</li>
</ol>
<p>If you fill in mail for host column in the second step, then all the emails sent to @mail.whatis.cn (not @whatis.cn) will be received by 218.5.1.249. This may not meet with your original intention.</p>
<p><strong> <a name="8">Why are there some hostnames ending with &#039;.&#039; (a dot), while some not? What&#039;s the difference?</a></strong></p>
<p>A host name ending with a dot means FQDN(Full Quality Domain Name); While that without a dot refers to the host name under the appropriate domain.</p>
<p>For example,</p>
<ol>
<li>Add a CNAME record &quot;abc&quot; which pointed to &quot;123&quot; under whatis.cn, then abc.whatis.cn means resolving using 123.whatis.cn.</li>
<li>Add a CNAME record &quot;abc&quot; which pointed to &quot;candidinfo.com&quot;, then abc.whatis.cn means resolving using candidinfo.com.</li>
</ol>
<p><strong><a name="9">Why is priority always setting as &#039;0&#039;?</a></strong></p>
<p>The priority value is only effective on MX record. For other types of records, the value will be disregarded.</p>
<p><strong> <a name="10">Can I setup wildcard DNS records to my domain names?</a></strong></p>
<p>Yes. Please fill &#039;*&#039; for hostname.</p>
<img src="http://feeds.feedburner.com/~r/hosting-india/~4/4xQK4SHALMk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.candidwebhosting.com/blog/dns-diy-faq/101/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.candidwebhosting.com/blog/dns-diy-faq/101/</feedburner:origLink></item>
		<item>
		<title>Windows 2000 Web Hosting FAQ</title>
		<link>http://feedproxy.google.com/~r/hosting-india/~3/J9THg_y41vw/</link>
		<comments>http://www.candidwebhosting.com/blog/windows-2000-web-hosting-faq/100/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 10:49:12 +0000</pubDate>
		<dc:creator>Navneet Kaushal</dc:creator>
		
		<category><![CDATA[Helpful Articles]]></category>

	<!-- AutoMeta Start -->
	<category>objmail ishtml true    x objmail send   nbsp</category>
	<category>change</category>
	<category>ftp</category>
	<category>password     to</category>
	<category>change</category>
	<category>the</category>
	<category>ftp</category>
	<category>password</category>
	<category>aspupload</category>
	<category>facility   we</category>
	<category>support</category>
	<category>aspupload</category>
	<category>component</category>
	<category>www aspupload com</category>
	<category>change</category>
	<category>ftp</category>
	<category>password     to</category>
	<category>change</category>
	<category>the</category>
	<category>ftp</category>
	<category>password</category>
	<category>nbsp</category>
	<category>yourdomain</category>
	<category>dot</category>
	<category>coms</category>
	<category>and</category>
	<category>colon</category>
	<category>8383</category>
	<category>subject quot</category>
	<category>objmail body</category>
	<category />
	<category>quot</category>
	<category>outlook</category>
	<category />
	<category>outlook</category>
	<category>express</category>
	<category>pass</category>
	<category>given    select</category>
	<category>the</category>
	<category>option</category>
	<category>serv u</category>
	<category>ftp</category>
	<category>password quot</category>
	<category>objmail subject</category>
	<category />
	<category>quot</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.candidwebhosting.com/blog/windows-2000-web-hosting-faq/100/</guid>
		<description><![CDATA[The purpose of this section is to serve as ready reference to common questions asked to our technical support department.
Email self-help Section

How to check emails using Outlook / Outlook express?
How to check emails using&#160; Netscape?
How to check emails on the website (webmail)?
How to create new email accounts?
How to change email passwords?
How to change FTP password?
How [...]]]></description>
			<content:encoded><![CDATA[<p>The purpose of this section is to serve as ready reference to common questions asked to our technical support department.</p>
<p><strong>Email self-help Section</strong></p>
<ol>
<li><a href="#1">How to check emails using Outlook / Outlook express?</a></li>
<li><a href="#2">How to check emails using&nbsp; Netscape?</a></li>
<li><a href="#4">How to check emails on the website (webmail)?</a></li>
<li><a href="#5">How to create new email accounts?</a></li>
<li><a href="#6">How to change email passwords?</a></li>
<li><a href="#7">How to change FTP password?</a></li>
<li><a href="#8">How do I send Emails using my website from outlook express (email client)?</a></li>
<li><a href="#9">How do I send make a form working&nbsp; (formmail&nbsp;&nbsp; or&nbsp; form - to - email)?</a></li>
</ol>
<p>&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<br />
<strong>FTP self help section</strong></p>
<ol>
<li><a href="#10">How to change FTP password?</a></li>
<li><a href="#11">How do I upload files to my website?</a></li>
</ol>
<p><strong>Form-to-email self help section</strong></p>
<ol>
<li><a href="#12">How do I use CDONTS?</a></li>
<li><a href="#13">How do I make feedback / Inquiry form work?</a></li>
</ol>
<p><strong>Web upload self help section</strong></p>
<ol>
<li><a href="#14">How do I use ASPUpload Facility?</a></li>
</ol>
<p><strong>  <a name="1">How to check emails using Outlook / Outlook express?</a></strong></p>
<ol>
<li>To create a new account in Outlook Express Go to Tools -&gt; Accounts - &gt; Mail</li>
<li><strong>Server TYPE is:</strong>&nbsp; POP3</li>
<li><strong>Your POP3 server is :&nbsp;</strong> mail.yourdomain.com</li>
<li><strong>Your SMTP server is:</strong> mail.yourdomain.com</li>
<li>(Please tick &quot;My Outgoing mail server requires Authorization &quot;)</li>
</ol>
<p><strong><a name="2">How to check emails using Netscape?</a></strong></p>
<ol>
<li>Same as Outlook express with the exception that Netscape does not allow @ sign in the user name and hence you will have to use&nbsp; domain%domainname.com as username</li>
</ol>
<p><strong><a name="3">How to check emails on the website (webmail)?</a></strong></p>
<ol>
<li><strong><a href="http://www.yourdomain.com">http://www.yourdomain.com</a>:8383</strong> (http://&nbsp; followed by yourdomain dot coms and colon 8383)</li>
<li>user id is your full email address&nbsp;&nbsp; user@domain.com</li>
</ol>
<p><strong><a name="4">How to create new email accounts?</a></strong></p>
<p>To create new account you will have to log on to your email control panel using the webmail interface. Only the default user&nbsp; domain@domain.com has the ability to administer users.</p>
<ol>
<li>Go to USER ADMINISTRATION</li>
<li>Click ADD</li>
<li>Fill up the user name / password / details (leave other things blank)</li>
</ol>
<p><strong><a name="5">How to change email passwords?</a></strong></p>
<ol>
<li>To change the password, you will have to logon to webmail interface. <a href="http://www.yourdomain.com">http://www.yourdomain.com</a>:8383&nbsp;&nbsp;&nbsp;</li>
<li>click the change password option</li>
</ol>
<p><strong><a name="6">How to change FTP password?</a></strong></p>
<p>to change the FTP password, you will first have to logon to hosting control panel.</p>
<p><a href="http://www.domain.com/admin">www.domain.com/admin</a></p>
<p><strong> First Level Login :</strong><br />
User: reseller<br />
Pass: as given</p>
<p><strong> Second Level Login:</strong><br />
Pass: as given</p>
<p>Select the option Serv-U FTP to change the password</p>
<p><strong>    <a name="7">How do I send Emails using my website from outlook express (email client)?</a></strong></p>
<ol>
<li>Typically&nbsp; for Sending (SMTP)&nbsp; you can user Your ISP&#039;s&nbsp; SMTP server.</li>
<li>However if you face any difficulty in SMTP with your ISP, we have SMTP facility on the server.</li>
<li>In outlook express,&nbsp; assign&nbsp; SMTP server as&nbsp; mail.domain.com</li>
<li>Also enable the &quot;Authorization for outgoing mail server&quot; s</li>
</ol>
<p><strong><a name="8">How do I send make a form working (formmail form - to - email )? </a></strong></p>
<p>We use and prefer to use ASPemail&nbsp; to collect information for the form and get it by email. </p>
<p>Typically this is used in feedback / contact forms where visitors on the website will fill in a small form that will be emailed to website owner.</p>
<p>set objmail=server.createobject(&quot;Persits.MailSender&quot;)</p>
<p>objmail.Host = &quot;mail.domain.com&quot;</p>
<p>objmail.from=&quot;email address&quot;</p>
<p>objmail.FromName = &quot;Your name&quot;</p>
<p>objmail.AddAddress&nbsp; &quot;email address of recipent&quot;</p>
<p>objmail.username = &quot;your email address&quot;</p>
<p>objmail.password = &quot;password&quot;</p>
<p>objmail.subject = &quot;subject&quot;</p>
<p>objmail.body = &quot;&lt;html&gt;&lt;body&gt;&lt;font face=&#039;Arial,Helvetica,sans-serif&#039; font color=&#039;#003399&#039;&gt; Dear Subscriber,&lt;BR&gt;&lt;BR&gt;&quot;&amp;chr(13)&amp;chr(10)&amp;_</p>
<p>&quot;subjects.&lt;BR&gt;&quot;&amp;chr(13)&amp;chr(10)&amp;_</p>
<p>&quot;msn : lovebt@hotmail.com&lt;/body&gt;&lt;/html&gt;&quot;</p>
<p>objmail.ishtml=true</p>
<p>x=objmail.send<br />
&nbsp;<br />
<strong><a name="9">How to change FTP password?</a></strong></p>
<p>to change the FTP password, you will first have to logon to hosting control panel.</p>
<p><a href="http://www.domain.com/admin">www.domain.com/admin</a></p>
<p><strong> First Level Login :</strong><br />
User: reseller<br />
Pass: as given</p>
<p><strong> Second Level Login:</strong><br />
Pass: as given</p>
<p>Select the option Serv-U FTP to change the password</p>
<p>
<strong><a name="10">How do I upload files to my website?</a></strong></p>
<p>please you the FTP software (example : cuteftp ) to upload the files in WWW folder</p>
<p>&nbsp;<br />
<strong><a name="11">How do I use CDONTS?</a></strong></p>
<p>We do not support CDONTS , which is a free component of Microsoft due to security reasons. But we offer a more secure similar component&nbsp; ASPemail&nbsp; (<a href="http://www.aspemail.com">www.aspemail.com</a>)</p>
<p><strong><a name="12">How do I make feedback / Inquiry form work?</a></strong></p>
<p>Please refer the above section. We have ASPemail.com&nbsp; (aspemail) support on the server.<br />
&nbsp;<br />
<strong><a name="13">How do I use ASPUpload Facility?</a></strong></p>
<p>We support aspupload component (<a href="http://www.aspupload.com">www.aspupload.com</a>)</p>
<img src="http://feeds.feedburner.com/~r/hosting-india/~4/J9THg_y41vw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.candidwebhosting.com/blog/windows-2000-web-hosting-faq/100/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.candidwebhosting.com/blog/windows-2000-web-hosting-faq/100/</feedburner:origLink></item>
		<item>
		<title>Tools to Design your Website!</title>
		<link>http://feedproxy.google.com/~r/hosting-india/~3/bY97ColMQp8/</link>
		<comments>http://www.candidwebhosting.com/blog/tools-to-design-your-website/99/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 09:26:00 +0000</pubDate>
		<dc:creator>Navneet Kaushal</dc:creator>
		
		<category><![CDATA[Helpful Articles]]></category>

	<!-- AutoMeta Start -->
	<category>developers</category>
	<category>color</category>
	<category>image</category>
	<category>scanning</category>
	<category>and</category>
	<category>retouching</category>
	<category>custom</category>
	<category>logo</category>
	<category>development</category>
	<category>designing</category>
	<category>registration     custom</category>
	<category>e commerce    can</category>
	<category>include</category>
	<category>database</category>
	<category>design</category>
	<category>etc</category>
	<category>database</category>
	<category>creation</category>
	<category>create</category>
	<category>buttons banners</category>
	<category>custom</category>
	<category>store</category>
	<category>logo</category>
	<category>design</category>
	<category>site</category>
	<category>add</category>
	<category>streaming</category>
	<category>media</category>
	<category>add</category>
	<category>optional</category>
	<category>enhancements</category>
	<category />
	<category>frames</category>
	<category>secure</category>
	<category>credit</category>
	<category>card</category>
	<category>transaction</category>
	<category>enabling</category>
	<category>links</category>
	<category>scanned</category>
	<category>images</category>
	<category>marketing</category>
	<category>purposes</category>
	<category>create</category>
	<category>password protected</category>
	<category>areas</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.candidwebhosting.com/blog/tools-to-design-your-website/99/</guid>
		<description><![CDATA[Why do we need a website? Because it is an information hub about your company/brand. A website is more than just a URL on the browser address bar. It gives you worldwide accessibility and functionality at the web reader&#039;s fingertips.
A successful web site will provide users with an excellent image of your business. It should [...]]]></description>
			<content:encoded><![CDATA[<p>Why do we need a website? Because it is an information hub about your company/brand. A website is more than just a URL on the browser address bar. It gives you worldwide accessibility and functionality at the web reader&#039;s fingertips.</p>
<p>A successful web site will provide users with an excellent image of your business. It should provide you information, ideas and a vision on the Internet. We will help to decide in companies which create customized web site design for the small to medium sized business. Whether you need a cost effective web site or a graphic-intensive E-Commerce solution, we can provide the results you are looking for. You can look out for packages such as HTML programming, PHP programming, JAVA scripting, CGI scripting, Shockwave applet creation, Flash animation, Image Map creation, database creation, online catalogue development, E-Commerce enabling, secure credit card transaction enabling, and updating and performing ongoing maintenance of web sites.</p>
<p><strong>The following should be included with a general web site design package:</strong></p>
<ul>
<li>Free initial consultation to determine what you desire your site to accomplish.</li>
<li>Who you wish to &quot;target&quot;.</li>
<li>Constant personal interaction with developers.</li>
<li>Color image scanning and retouching.</li>
<li>Custom logo development.</li>
<li>Designing of custom graphics and forms.</li>
<li>Domain Name Registration (<a href="http://www.yourname.com">www.yourname.com</a>).</li>
<li>Thorough testing of your site, pages and links.</li>
<li>Uploading of your finished site to your FTP site.</li>
</ul>
<p><strong>Added values you should look out for are:</strong></p>
<ul>
<li>E-Commerce enable your web site.</li>
<li>Add streaming media.</li>
<li>Add optional enhancements - frames, animations (Flash), JavaScript, CSS, etc.</li>
<li>Do database creation.</li>
<li>Create buttons/banners for marketing purposes.</li>
<li>Create password-protected areas.</li>
<li>Set up a web site management contract to make all those changes to your web site that might come up later on.</li>
</ul>
<p><strong>Basic Package</strong></p>
<p>A cost-effective way for a small business to create an online presence. To develop a basic template, images, text, etc., The package may includes up to 7 pages (now that&#039;s not sacrosanct) , unlimited number of links, some scanned images, custom forms and domain name registration.</p>
<p><strong>Custom Package</strong></p>
<p>Can be as simple as only a few pages to one with flash animation and 3D imagery. Contains approximately 10 pages, 10 scanned images, custom buttons, unique graphics, custom forms, unlimited links and domain name registration.</p>
<p><strong>Custom E-Commerce</strong></p>
<p>Can include database design, custom store logo design, unlimited products, real time credit card acceptance, password-protected pages, an online catalog or anything thing else you need, approximately 10 pages plus, 10 to more scanned images, custom buttons, unique graphics, storefront solution, a 100-product database or more, domain name registration and search engine registration.</p>
<img src="http://feeds.feedburner.com/~r/hosting-india/~4/bY97ColMQp8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.candidwebhosting.com/blog/tools-to-design-your-website/99/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.candidwebhosting.com/blog/tools-to-design-your-website/99/</feedburner:origLink></item>
		<item>
		<title>Frequently Asked Questions!</title>
		<link>http://feedproxy.google.com/~r/hosting-india/~3/O8Sp2ObnAZ0/</link>
		<comments>http://www.candidwebhosting.com/blog/frequently-asked-questions/98/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 09:11:34 +0000</pubDate>
		<dc:creator>Navneet Kaushal</dc:creator>
		
		<category><![CDATA[Helpful Articles]]></category>

	<!-- AutoMeta Start -->
	<category>day</category>
	<category>traffic</category>
	<category>200</category>
	<category>megs</category>
	<category />
	<category>204</category>
	<category>mydomain in</category>
	<category>mydomain com aus</category>
	<category>subdirectories     can</category>
	<category>additional</category>
	<category>domains</category>
	<category>pointing</category>
	<category>service</category>
	<category>provider</category>
	<category>announces</category>
	<category>the</category>
	<category>completion</category>
	<category>update</category>
	<category>records</category>
	<category>dns</category>
	<category>tables</category>
	<category>exceed</category>
	<category>200</category>
	<category>megs</category>
	<category>frequently</category>
	<category>asked</category>
	<category>questions</category>
	<category />
	<category>anyname mydomain com</category>
	<category>yes</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.candidwebhosting.com/blog/frequently-asked-questions/98/</guid>
		<description><![CDATA[Frequently Asked Questions - Web hosting is the act of renting space and bandwidth through a company so that you may publish your web site online.
What is web hosting?
Web hosting is the act of renting space and bandwidth through a company so that you may publish your web site online. You can either opt for [...]]]></description>
			<content:encoded><![CDATA[<p>Frequently Asked Questions - Web hosting is the act of renting space and bandwidth through a company so that you may publish your web site online.</p>
<p><strong>What is web hosting?</strong></p>
<p>Web hosting is the act of renting space and bandwidth through a company so that you may publish your web site online. You can either opt for free hosting that is usually supported with banners and pop ups, or may opt to get paid web hosting, which gives you complete control over your site contents.</p>
<p>Web hosting is simply a term for having an internet address and web space for you to build and maintain your web site. Once you have a place to host your web site, people will be able to view your site by simply typing in your domain name. A web hosting company is a company that specializes in &quot;renting out&quot; web spaces for people who are interested in having a web site on the internet. A good web hosting company will offer many useful features to support their customers in building and maintaining their own web site. These useful features include web-based control panel so that the client have more control in maintaining their site, databases for advanced purposes, 24/7 web and FTP access and accessible technical support.</p>
<p><strong>What is virtual web hosting?</strong></p>
<p>Also known as shared hosting, this form of web hosting should suffice for most everyone. Virtual hosting simple refers to the fact that your site is on one server, and that this server hosts mulitple sites. You are virtually shared - your site will not be the only one on this specific server.</p>
<p>Very few sites would actually need the power of a dedicated server, so this option provides to be a reliable and cheap solution.</p>
<p><strong>Is my bandwidth traffic per month enough for my site?</strong></p>
<p>Most domains never exceed 200 megs of traffic per month, but let&#039;s put it in real terms. On a 300mb web hosting account we allow you 200 megs per DAY of traffic. 200 megs = 204,800 kilobytes. For a web page that takes up say 48 kilobytes of space on our server, the page would have to be accessed 4,266 times per day, or 128,000 times per month to reach the limit. If you go over the &quot;free&quot; limit, you will be notified by email that your site is exceeding the traffic limits before we begin to charge you for additional traffic.</p>
<p><strong>What kind of servers do you use, and what about bandwidth (speed)?</strong></p>
<p>We recommend computer systems that are custom-build on location providing enhanced levels of control, flexibility and the ability to remotely anticipate and resolve problems before they affect your service.</p>
<p>Computers should be Pentium based dual pros, running Apache over Linux. Apache responds to web page fetch requests from remote browsers while Linux is one of several variants of the Unix operating system.</p>
<p><strong>Can I access my domain address with or without the &quot;www&quot;?</strong></p>
<p>Yes, you will be able to access the domain address with or without the &quot;www&quot; in front of the domain name. Example: [<a href="http://www.your-name.com">http://www.your-name.com</a>] or [<a href="http://your-name.com">http://your-name.com</a>] is acceptable, whichever you prefer.</p>
<p><strong>Can I transfer an existing domain name to my service provider&#039;s server?</strong></p>
<p>Yes, just be sure to specify that you are requesting a transfer and NOT a new domain. You should keep the service with your current provider while waiting for the new one to complete the transfer process. It will provide you with a temporary IP address so you can mirror the site on our server. All email and web pages will still be accessed from your current site. When your new service provider announces the completion of the transfer there with its propagation period where visitors could go to either site. At the end of the gestation period you should contact your previous host to have them delete the old domain from their records and update their DNS record. If you use this same provider for your Internet access you will not be able to access your domain site until they update their DNS.</p>
<p><strong>How long does it take before my domain name is active?</strong></p>
<p>Once your new service provider announces that your domain name has been registered (or transferred, if applicable), it usually takes about 72-hours before it is active. All Internet providers must update their records (DNS tables) to reflect the new site&#039;s location.</p>
<p><strong>How do I transfer files to my web site?</strong></p>
<p>Files must be transferred to the web server via File Transport Protocol (FTP) or Telnet.You will need FTP, telnet, mail, or other Internet software for that. Also you can check out your web host&#039;s online manual to see how easy it is to use the most popular FTP clients. Your host should also provide frontpage extensions which allows you to upload files and manage your website. In addition you may use your on line web control panel to upload files.</p>
<p><strong>Will I have unlimited access to update my pages?</strong></p>
<p>Mostly hosting companies (barring some exceptional cases) provide unlimited access via FTP 24 hours a day. As such, you can create and maintain your web pages on your own computer and upload files to your web site at your leisure.</p>
<p><strong>Can I use my account for commercial purposes?</strong></p>
<p>Yes, you can use your account for commercial purposes. The World Wide Web has become the most efficient and cost-effective means of making information available to the users of the Internet community and we encourage our customers to utilize such an enormous medium.</p>
<p><strong>How long does it take to set up a new account?</strong></p>
<p>New accounts are generally set up within 24 hours from the time we receive your order payment and confirmation documents. Once an account is set up an activation notice will be sent to you via email including your user-ID, password, and FTP hostname. You can begin uploading files to your new web site immediately. Domain account users will be given a temporary URL to access their site via the web prior to the completion of either domain registration or domain modification.</p>
<p><strong>Can I subdivide my space and resell it?</strong></p>
<p>Yes, we do allow you to create subdirectories which you can use to offer friends or clients space as long as its within our policy guidelines.</p>
<p><strong>Can I register additional domains to point to a subdirectory within my main domain?</strong></p>
<p>Yes, you may. The domain pointers gives the ability to redirect parked domains to subdirectories.</p>
<p><strong>Can I have additional domains pointing to the same main page as my main domain?</strong></p>
<p>Yes. This is a great way to expand the marketing of your present business.</p>
<p><strong>Are third level domains available (anyname.mydomain.com)?</strong></p>
<p>Yes, We can give you a third level domain name such as yourname.rgmwebb.net or if you have an existing domain with us anyname.yourdomain.com. The packages are the same as the one posted for normal domains, the advantage to these is internic registration is not needed. This means no internic registration fees.</p>
<p><strong>Can you host domains with country extensions (example: mydomain.in or mydomain.com.aus)?</strong></p>
<p>Yes, hosting companies can provide you a country specific addresses.</p>
<img src="http://feeds.feedburner.com/~r/hosting-india/~4/O8Sp2ObnAZ0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.candidwebhosting.com/blog/frequently-asked-questions/98/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.candidwebhosting.com/blog/frequently-asked-questions/98/</feedburner:origLink></item>
		<item>
		<title>Basic Web Hosting!</title>
		<link>http://feedproxy.google.com/~r/hosting-india/~3/hQbufC8vv2M/</link>
		<comments>http://www.candidwebhosting.com/blog/basic-web-hosting/97/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 09:07:12 +0000</pubDate>
		<dc:creator>Navneet Kaushal</dc:creator>
		
		<category><![CDATA[Helpful Articles]]></category>

	<!-- AutoMeta Start -->
	<category>stress</category>
	<category>the</category>
	<category>large</category>
	<category>corporate</category>
	<category>market</category>
	<category>and</category>
	<category>overlook</category>
	<category>the</category>
	<category>sensitive</category>
	<category>small</category>
	<category>office home</category>
	<category>office</category>
	<category>soho</category>
	<category>afford</category>
	<category>travel</category>
	<category>shore to shore</category>
	<category>emotional</category>
	<category>quotient     happy</category>
	<category>host</category>
	<category>shopping    the</category>
	<category>majority</category>
	<category>final</category>
	<category>balance</category>
	<category>sheet     bandwidth</category>
	<category>blues    can</category>
	<category>neighborhood</category>
	<category>bye</category>
	<category>lane</category>
	<category>accommodate</category>
	<category>a</category>
	<category>destroying</category>
	<category>the</category>
	<category>fence</category>
	<category>and</category>
	<category>season</category>
	<category>flowers</category>
	<category>them</category>
	<category>quickly</category>
	<category>picked</category>
	<category>the</category>
	<category>crucial</category>
	<category>complexities</category>
	<category>requirement     selecting</category>
	<category>a</category>
	<category>server</category>
	<category>operating</category>
	<category>system    why</category>
	<category>selection</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.candidwebhosting.com/blog/basic-web-hosting/97/</guid>
		<description><![CDATA[In normal shared hosting, users share the same Server Applications as well as the Hardware and Operation System.
Get your hosting basics right
It&#039;s where your business stays and moves forward. Your web hosting is the placement of your website into the internet through a server. Is your website complex or simply simple? Effectively to be on [...]]]></description>
			<content:encoded><![CDATA[<p>In normal shared hosting, users share the same Server Applications as well as the Hardware and Operation System.</p>
<p><strong>Get your hosting basics right</strong></p>
<p>It&#039;s where your business stays and moves forward. Your web hosting is the placement of your website into the internet through a server. Is your website complex or simply simple? Effectively to be on the internet, you need a strong platform or launchpad into a hosting server. Do you have it? How strong and unbiased your web server is?</p>
<p><strong>How to choose an honest web hosting service provider?</strong></p>
<p>Searching in the dark? Not sure? Zeroing into a reliable hosting can be a uphill task. This is because hosting companies mostly stress on the large corporate market and overlook the sensitive small office/home office (SOHO) sector. Do their plan blend with your requirement?</p>
<p><strong>Selecting a server operating system</strong></p>
<p>Why selection of server is so crucial? because that&#039;s the platform (Linux or Microsoft Windows NT Server) where you and your team of web developers, designers, database administrators are going to work, most likely for a colocation setup. What&#039;s your OS going to be then? Is it in rhyme with your infrastructure? Also are you sure what suits you the most?</p>
<p><strong>What&#039;s in a domain name?</strong></p>
<p>Your business identity can be in crisis. What&#039;s in a name??! Everything&#8230;that&#039;s how you and your business are perceived by your target. A domain name (Web address) is your Internet identity and your unique online brand, the way your clients and web readers perceive you.Are you in line with yahoo?</p>
<p><strong>Want to host the site. Get a details inside</strong></p>
<p>Yes, you are the king now. They know it. But, do your hosting service providers practice what they preach? Learn the basic and advanced services you should expect from them. Know what lies behind the curves. What&#039;s the industry norms?</p>
<p><strong>Pitfalls to avoid while choosing a host</strong></p>
<p>There&#039;s only one way out. You&#039;ve to pick the right hosting consultant from the world wide crowd. When everybody says I am fine, don&#039;t get bold out by the sheer comfort zone allure. Can you afford to ignore these common three deadliest mistakes.</p>
<p><strong>Selecting A Web Host That Meets Your Needs</strong></p>
<p>Are you sure, what exact services you gonna expect from your hosting provider. From server to support, from bandwidth to free trials, are you crystal clear what do you want from them? Here, we have quickly picked the crucial complexities about your hosting needs?</p>
<p><strong>7 golden rules to save dollars on web host</strong></p>
<p>You can lower down your cost remarkably if you&#039;ve picked the right web host and if it&#039;s been providing right service to you. Find out some of the aspects which you need to know about low cost and high standard web hosting. These reasons directly attribute to your final balance sheet.</p>
<p><strong>Bandwidth blues</strong></p>
<p>Can your neighborhood bye lane accommodate a twenty tire logistic truck without destroying the fence and season flowers? Can you afford to travel shore-to-shore in international highways with a tiny scooty? If that&#039;s dissonance and complete mismatch, do you want this happen to your bandwidth avenue? Get a bird&#039;s eye view on bandwidth basics, we bet you wont find in any other hosting directories (due to some vested reasons best known to them).</p>
<p><strong>Customers are emotional buyers!</strong></p>
<p>So you have browsed the internet extensively, hopped from shop to shop, earned enough knowledge about the hosting market. You are sure about what you should look into a comapany before you finally say yeas. But stll sometimes we take decisions which are purely led by emotional quotient.</p>
<p><strong>Happy Host Shopping</strong></p>
<p>The majority of site owners on the Internet have a very &#039;close relationship&#039; with their Web sites. They spend hours, days, weeks, months, even years working on each detail of their site. The dedication a site owner has toward their site is unsurpassed! With technology advancing daily, and options so vast, the site owner can easily become overwhelmed. Fortunately for all of us, there is a wealth of information to be found on the Internet to help guide and educate site owners with every aspect of their web presence!</p>
<img src="http://feeds.feedburner.com/~r/hosting-india/~4/hQbufC8vv2M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.candidwebhosting.com/blog/basic-web-hosting/97/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.candidwebhosting.com/blog/basic-web-hosting/97/</feedburner:origLink></item>
		<item>
		<title>Virtual Hosting!</title>
		<link>http://feedproxy.google.com/~r/hosting-india/~3/c7-arbfv9fM/</link>
		<comments>http://www.candidwebhosting.com/blog/virtual-hosting/96/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 09:04:26 +0000</pubDate>
		<dc:creator>Navneet Kaushal</dc:creator>
		
		<category><![CDATA[Helpful Articles]]></category>

	<!-- AutoMeta Start -->
	<category>a</category>
	<category>independent</category>
	<category>unix</category>
	<category>server     centralised</category>
	<category>vps</category>
	<category>management    easy</category>
	<category>scalability</category>
	<category>enables</category>
	<category>seamless</category>
	<category>control</category>
	<category>improved</category>
	<category>customer</category>
	<category>response</category>
	<category>and</category>
	<category>server</category>
	<category>availability     dynamic</category>
	<category>resource</category>
	<category>allocation</category>
	<category>maximize</category>
	<category>server</category>
	<category>uptime</category>
	<category>and</category>
	<category>availability</category>
	<category>machine</category>
	<category>an</category>
	<category>automated</category>
	<category>and</category>
	<category>transparent</category>
	<category>procedure</category>
	<category>facilitates</category>
	<category>rapid</category>
	<category>and</category>
	<category>accurate</category>
	<category>shorter</category>
	<category>setup</category>
	<category>times</category>
	<category>and</category>
	<category>fewer</category>
	<category>errors</category>
	<category>includes</category>
	<category>templates</category>
	<category>restarting</category>
	<category>vps</category>
	<category>integration</category>
	<category>vpss</category>
	<category>partition</category>
	<category>yourself     virtual</category>
	<category>private</category>
	<category>server     shared</category>
	<category>unix</category>
	<category>hosting</category>
	<category>vpss     robust</category>
	<category>server</category>
	<category>configuration</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.candidwebhosting.com/blog/virtual-hosting/96/</guid>
		<description><![CDATA[Using this new technology, the server is divided into spaces from application layer. Each partition has it&#039;s own server applications and cannot see each other at all. Users can install or change the system in their own spaces like in a dedicate server without affecting others who are in the same physical server. It&#039;s a [...]]]></description>
			<content:encoded><![CDATA[<p>Using this new technology, the server is divided into spaces from application layer. Each partition has it&#039;s own server applications and cannot see each other at all. Users can install or change the system in their own spaces like in a dedicate server without affecting others who are in the same physical server. It&#039;s a good reason to explain that VPS has a good security character.</p>
<p><strong>Shared Hosting</strong></p>
<ul>
<li>Easy to use, not only for there&#039;s no server management you need to do but also for it&#039;s cheap prices.</li>
<li>Many users share one physical server and sometimes one IP address, which makes price lower, but on another hand, you can be affected more easily by other users who share the same server.</li>
<li>You cannot customize system and install extra applications.</li>
</ul>
<p><strong>Dedicated Hosting</strong></p>
<ul>
<li>As a owner of a whole server, you can change the system, install applications that you want, restart the whole system when you think it&#039;s necessary. No affect from others and much bigger disk space, whole server resource.</li>
<li>Much higher prices than shared hosting</li>
<li>You need to have knowledge of server management and manage the serve by yourself.</li>
</ul>
<p><strong>Virtual Private Server</strong></p>
<p>(Shared UNIX hosting with a dedicated function)<br />
VPS is using the technology which divide one Unix sever into several separated partitions, and each partition work like a independent Unix server.</p>
<p><strong>Centralised VPS management</strong></p>
<p><strong>Easy Scalability</strong></p>
<ul>
<li>Enables seamless control over your VPSs, from one partition in a single server to thousands of virtual servers across hundreds of physical servers.</li>
</ul>
<p><strong>Automated Set Up</strong></p>
<ul>
<li>Lets you dynamically create, update and remove VPSs with shorter setup times and fewer errors.</li>
<li>Includes templates for no-worry setups of new VPSs.</li>
</ul>
<p><strong>Robust Server Configuration</strong></p>
<ul>
<li>Makes transferring an VPS from one physical server to another machine an automated and transparent procedure.</li>
<li>Facilitates rapid and accurate system rebuilds in the event of disaster recovery for improved customer response and server availability.</li>
</ul>
<p><strong>Dynamic Resource Allocation</strong></p>
<ul>
<li>Maximize server uptime and availability by letting you scale and assign resources without restarting your VPS.</li>
<li>Integration with other data center application .</li>
<li>Use comprehensive set of XML-based command line interfaces to access key objects.</li>
</ul>
<img src="http://feeds.feedburner.com/~r/hosting-india/~4/c7-arbfv9fM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.candidwebhosting.com/blog/virtual-hosting/96/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.candidwebhosting.com/blog/virtual-hosting/96/</feedburner:origLink></item>
		<item>
		<title>What's in a domain name?</title>
		<link>http://feedproxy.google.com/~r/hosting-india/~3/Bnl2DHLf6XY/</link>
		<comments>http://www.candidwebhosting.com/blog/whats-in-a-domain-name-2/95/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 08:48:09 +0000</pubDate>
		<dc:creator>Navneet Kaushal</dc:creator>
		
		<category><![CDATA[Helpful Articles]]></category>

	<!-- AutoMeta Start -->
	<category>educational   net</category>
	<category />
	<category>network</category>
	<category>infrastructures</category>
	<category>machines</category>
	<category>and</category>
	<category>organizations   org</category>
	<category />
	<category>miscellaneous</category>
	<category>non profit</category>
	<category>organizations   int</category>
	<category />
	<category>international</category>
	<category>organizations</category>
	<category>e g</category>
	<category>credibility     2</category>
	<category>money</category>
	<category />
	<category>increased</category>
	<category>sales</category>
	<category>webmaster yourdomain com</category>
	<category>sales yourdomain com</category>
	<category>add</category>
	<category>credibility</category>
	<category>and</category>
	<category>the</category>
	<category>impression</category>
	<category>business</category>
	<category>credibility</category>
	<category>and</category>
	<category>a</category>
	<category>unique</category>
	<category>identity</category>
	<category>for profit</category>
	<category>companies   edu</category>
	<category />
	<category>four year</category>
	<category>colleges</category>
	<category>and</category>
	<category>universities</category>
	<category>establish</category>
	<category>a</category>
	<category>professional</category>
	<category>internet</category>
	<category>business</category>
	<category>center</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.candidwebhosting.com/blog/whats-in-a-domain-name-2/95/</guid>
		<description><![CDATA[A domain name is your website&#039;s unique identifier on the internet, It is what we call websites, in much the same way that we call people by their names., it can also be perceived as an address where your website resides. You can register your domain with a &#8220;domain registrar&#8221; in so many forms. 
Generally [...]]]></description>
			<content:encoded><![CDATA[<p>A domain name is your website&#039;s unique identifier on the internet, It is what we call websites, in much the same way that we call people by their names., it can also be perceived as an address where your website resides. You can register your domain with a &ldquo;domain registrar&rdquo; in so many forms. </p>
<p>Generally dot com is the most popular domain in the internet industry today. A dot com domain is what comes after 3W (that is www.your company name.com). You can choose from .com, .net, .org, and so many others, including one&rsquo;s specific for other countries, for example, .co.uk, which is for the United Kingdom. Once you register your domain, you need to find a place then to upload your files &ndash; thats how and where the web host comes into the picture.</p>
<p>It&#039;s important to realize that while people often have identification numbers but always have names, websites always have a number called an IP address to identify them, while they often have domain names as well.</p>
<p><strong>Why should I register a domain name? Why should I register a domain name?</strong></p>
<p>Registering a domain name for your business or organization is essential to your marketing efforts. A domain gives your business credibility and a unique identity on the World Wide Web. If you use the Internet, you will eventually want your own presence on the world wide web. Post your interests and hobbies on the web. Soon you will begin receiving emails from others around the world who share your interests. People are making new friends from the four corners of the world simply because of the ease of communication, and the ability of this tool to virtually eliminate distance.</p>
<p><a href="http://www.yourdomain.com">http://www.yourdomain.com</a></p>
<p>Registering your own domain name gives you presence on the web that is easy to remember, descriptive, and an enhancement to your professional image. And, if you ever need to switch Internet service providers, you can take your domain name with you, whether across the street or to the other side of the world. You&#039;ll never need to reprint your business materials, change your email address, or send notifications to your clients.</p>
<p><strong>What does it mean to &quot;register&quot; a domain name? What does it mean to &quot;register&quot; a domain name?</strong></p>
<p>When you register a domain name, you are inserting an entry into a directory.</p>
<p><strong>Broadly what type of Domains are there in use? Broadly what type of Domains are there in use?</strong></p>
<p>In recent times this structure has come to have less meaning as commercial organisations have taken available names.<br />
<strong>.COM</strong> - commercial entities, for-profit companies<br />
<strong>.EDU</strong> - four-year colleges and universities, educational<br />
<strong>.NET</strong> - network infrastructures machines and organizations<br />
<strong>.ORG</strong> - miscellaneous, usually non-profit organizations<br />
<strong>.INT</strong> - international organizations (e.g., NATO and the U.N.)<br />
<strong>.GOV</strong> - agencies of the US Federal government<br />
<strong>.MIL</strong> - this domain is used by the US military<br />
<strong>.INFO</strong> - information sites</p>
<p><strong>Why Have My Own Domain? Why Have My Own Domain?</strong></p>
<p><strong>1. Add credibility to your business -</strong> When you have a web site you ARE a business owner. People worldwide, that is irrespective of boundaries and beyond geographies your target and probable clients will communicate with you with ease, reliability and more credibility.</p>
<p><strong>2. Money - Increased Sales: </strong>In reality this is merely a result of increased credibility. Your Internet buyer does not know if you are a large corporation or a housewife working out of a closet in flannel pajamas. What you offer and how it is presented to a buyer IS what makes you successsful on the Internet. The buyer&#039;s perceived impression of your company can ONLY be viewed as professional when you have your Own Domain.</p>
<p><strong>3. Control -</strong> When you have your Own Domain, YOU are the Master. Should you decide to change web hosts, it&#039;s a simple transition. Your URL (Web address will not change). You are no longer required to post someone else&#039;s advertising on your site. Search Engines that were not willing to index your Free Page will now accept your listing readily. You can set up email addresses such as webmaster@yourdomain.com, sales@yourdomain.com, or editor@yourdomain.com. Suddenly your company takes on a more professional and larger appearance.</p>
<p><strong>How Do I Choose a Good Name For My Site?</strong><br />
Now this is the core factor. I think that the reasons that go into choosing the right domain name for your site include:</p>
<ul>
<li>Availability</li>
<li>Meaningfulness</li>
<li>Easy to remember</li>
<li>Hard to misspell</li>
</ul>
<p>Your Internet Address (Domain Name) should reflect what you and your web site are all about. This is decidedly the most difficult decision you have to make. Begin by evaluating what you are marketing on your web site. Secondly create a list of possible URLs. Try to keep it as simple as possible or easy to remember. Even a long name is OK, if it reflects your business or what you are trying to present. (For example: A namesuch as learntoreadandwrite.com is a long name but easy to remember and certainly would explain what your site is all about.)</p>
<p>The next step is to check on availability. If you think you have come up with the one and only perfect name for your web site, you may find that it has already been taken. Be prepared with several acceptable possibilities then check the availability at any domain registration site.From this point, it is just a matter of minutes and you will be able to establish yourself as a Professional Internet Business Center by using our on line registration form. If you are doing the on line registration or if you have someone else do it for you, be sure that you are listed as the administrative contact. Doing so will give you the control over your site.</p>
<p>In Summary - The creation of a Professional Image on the Internet can only be accomplished by obtaining your own Domain. The willingnesto Invest a mere $11.00 in your Internet future can add credibility and the impression of being around for the long haul. Don&#039;t allow the time and effort you have put into your web pages get sucked into the blackhole of cyberspace.</p>
<img src="http://feeds.feedburner.com/~r/hosting-india/~4/Bnl2DHLf6XY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.candidwebhosting.com/blog/whats-in-a-domain-name-2/95/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.candidwebhosting.com/blog/whats-in-a-domain-name-2/95/</feedburner:origLink></item>
		<item>
		<title>Web Counter to Track Visitor!</title>
		<link>http://feedproxy.google.com/~r/hosting-india/~3/JDZekrFMVe0/</link>
		<comments>http://www.candidwebhosting.com/blog/web-counter-to-track-visitor/94/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 08:13:51 +0000</pubDate>
		<dc:creator>Navneet Kaushal</dc:creator>
		
		<category><![CDATA[Helpful Articles]]></category>

	<!-- AutoMeta Start -->
	<category>capable</category>
	<category>multiple</category>
	<category>pager</category>
	<category>tracking</category>
	<category>and</category>
	<category>search</category>
	<category>engine</category>
	<category>keyword</category>
	<category>analysis     watchwise com</category>
	<category>advanced</category>
	<category>paid</category>
	<category>tracking</category>
	<category>services     paid</category>
	<category>counters    it</category>
	<category>counters    counter com</category>
	<category>basic</category>
	<category>price</category>
	<category>starts</category>
	<category>counters    addfreestats com</category>
	<category>track</category>
	<category>120</category>
	<category>unique</category>
	<category>pages</category>
	<category>counters    these</category>
	<category>counters</category>
	<category>multiple</category>
	<category>tracking</category>
	<category>and</category>
	<category>refer</category>
	<category>logs     counterstats com</category>
	<category>offers</category>
	<category>customized</category>
	<category>services compiles</category>
	<category>graphic</category>
	<category>statistics     countmania com</category>
	<category>counters    subscription</category>
	<category>based</category>
	<category>hosted</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.candidwebhosting.com/blog/web-counter-to-track-visitor/94/</guid>
		<description><![CDATA[Web counters analyses your site&#039;s traffic and statistics, it tracks your complete website stats such as hits, page views, referrals etc.
Free Hosted Web Counters
These counters are free. It monitors the Internet traffic generated by your website through a visible icon on your homepage. Service highlight includes (may differ to schemes) hour, day, month, year, last [...]]]></description>
			<content:encoded><![CDATA[<p>Web counters analyses your site&#039;s traffic and statistics, it tracks your complete website stats such as hits, page views, referrals etc.</p>
<p><strong>Free Hosted Web Counters</strong></p>
<p>These counters are free. It monitors the Internet traffic generated by your website through a visible icon on your homepage. Service highlight includes (may differ to schemes) hour, day, month, year, last visits, browser versions, search engine and keywords and likes.These are basic plans and not as advanced as paid tracking services.</p>
<p><strong>Paid Counters</strong></p>
<p>It allows to monitor and analyze customer&#039;s behavior while visiting a certain web site. The ideal solution should provide a broader view of the visit trend and simultaneously, measure all the parameters which are indispensable for a correct comprehension of the visitors&#039; behavioural pattern. The services variably include password protection, icons and counters, visit per page, keyword search,visit frequency, time report, country of origin etc.</p>
<p><strong>Free Web Counters</strong></p>
<p><strong>Addfreestats.com:</strong><br />
Can track 120 unique pages at one go.</p>
<p><strong>Extreme-dm.com:</strong><br />
The free service is limited to one page per site.</p>
<p><strong>Goldstats.com:</strong><br />
No limit on maximum pages tracked.</p>
<p><strong>Hitbox.com:</strong><br />
Free for personal websites only.</p>
<p><strong>Indextools.com:</strong><br />
The free service is limited to no more than 500 page views per month.</p>
<p><strong>Nedstat.com:</strong><br />
One counter per page.</p>
<p><strong>Onestat.com:</strong><br />
The stats provide by the free trackers are not password protected.</p>
<p><strong>Sitetracker.com:</strong><br />
Free trial provides details over the last 7 days.</p>
<p><strong>Stats4you.com:</strong><br />
The free version requires a small icon to be displayed on the page to be tracked and can be used for no more than 3 pages. Websitetrafficreport.com: They send you the report via email every day.</p>
<p><strong>Free Web Counters</strong></p>
<p>Subscription based Hosted Web Counters</p>
<p><strong>Counter.com:</strong><br />
Basic price starts from $5. Records elementary stat. Can use customer digit.</p>
<p><strong>Countermania.de:</strong><br />
This German site offers you multiple page tracking and refer logs.</p>
<p><strong>Counterstats.com:</strong><br />
Offers customized digit styling.</p>
<p><strong>Webhits.b-online.de:</strong><br />
Germany based web counter, records limited seats, which include refer logs.</p>
<p><strong>i-depth.com:</strong><br />
Provides a number of programming services including a hit counter.</p>
<p><strong>Idstat.com:</strong><br />
Offers you customized services.Compiles graphic statistics.</p>
<p><strong>Countmania.com:</strong><br />
Provides client with a counter, clock, date and a visitor log which keep tracks of all the information.</p>
<p><strong>Web-stat.com:</strong><br />
A search engine tracker with detailed statistics.</p>
<p><strong>Gumball-tracker.com:</strong><br />
Capable of multiple pager tracking and search engine keyword analysis.</p>
<p><strong>Watchwise.com:</strong><br />
Vast and reliable. Has a hidden tracker.</p>
<img src="http://feeds.feedburner.com/~r/hosting-india/~4/JDZekrFMVe0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.candidwebhosting.com/blog/web-counter-to-track-visitor/94/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.candidwebhosting.com/blog/web-counter-to-track-visitor/94/</feedburner:origLink></item>
		<item>
		<title>Pitfalls to avoid while choosing a host!</title>
		<link>http://feedproxy.google.com/~r/hosting-india/~3/ozvq1TzXwqw/</link>
		<comments>http://www.candidwebhosting.com/blog/pitfalls-to-avoid-while-choosing-a-host/93/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 07:18:25 +0000</pubDate>
		<dc:creator>Navneet Kaushal</dc:creator>
		
		<category><![CDATA[Helpful Articles]]></category>

	<!-- AutoMeta Start -->
	<category>space</category>
	<category>allocation</category>
	<category>url</category>
	<category>redirection</category>
	<category>auto</category>
	<category>responders    these</category>
	<category>website     low</category>
	<category>cost</category>
	<category>hosting    watch</category>
	<category>multiple</category>
	<category>pop</category>
	<category>email</category>
	<category>accounts</category>
	<category>dedicated</category>
	<category>hosting</category>
	<category>secure</category>
	<category>servers</category>
	<category>low</category>
	<category>cost</category>
	<category>hosting</category>
	<category>packages</category>
	<category>colorful</category>
	<category>and</category>
	<category>uninvited</category>
	<category>pop</category>
	<category>ups</category>
	<category>sign</category>
	<category>low</category>
	<category>cost</category>
	<category>hosting</category>
	<category />
	<category>giving</category>
	<category>the</category>
	<category>visitor</category>
	<category>an</category>
	<category>opportunity</category>
	<category>check</category>
	<category>elementary</category>
	<category>mistakes</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.candidwebhosting.com/blog/pitfalls-to-avoid-while-choosing-a-host/93/</guid>
		<description><![CDATA[The first big step you&#039;ll take for your website&#8230;is choosing a web host.
The best policy is to make some study and research and then make a right choice in the first time itself, because if you have to move to another hosting service, it will cost you time and you will lose some of your [...]]]></description>
			<content:encoded><![CDATA[<p>The first big step you&#039;ll take for your website&#8230;is choosing a web host.</p>
<p>The best policy is to make some study and research and then make a right choice in the first time itself, because if you have to move to another hosting service, it will cost you time and you will lose some of your valued customers due to the downtime setting up with another host.</p>
<p>But, choosing a web host is not as easy as it may seem.<br />
There are few mistakes you should avoid by taking a decision for a particular host. Let&#039;s check it out what&#039;s those elementary mistakes that can cost you a lot, especially if are about to start an on line business.</p>
<p><strong>Free Web Space</strong></p>
<p>Dont get trapped into all those colorful and uninvited pop ups on free web space. Avoid participating in these fallacious services. In most cases, the reason it&#039;s free is because the company will place advertisements for other websites all over your web page. This defeats the entire purpose of having &quot;your own&quot; web business. Something you cant say and show very proudly.You will certainly miss the full ownership.</p>
<p>Its sure that with all the distractions and lack of your own identity on your website will deviate your probable clients to your competitors (probably). You never know, your competitors can boast of their strengths and get with the laurels. You know what is that.</p>
<p>So, very precisely you should be able to attract, keep and retain the visitors that you have paid to receive through your own ad campaigns?<br />
With sites, you&#039;ll give away more business than it would cost you to get your own domain and hosting service. Is it the ultimate solution you are looking for?</p>
<p><strong>Limited Hosting</strong></p>
<p>Avoid hosting packages that will not allow you to add order forms, statistics or multiple email accounts to your website. These are necessary tools for any web master who desires to open an on line business.</p>
<p>It&#039;s best to choose a hosting service that offers many options such as:</p>
<ul>
<li>Multiple POP Email Accounts</li>
<li>Dedicated Hosting</li>
<li>Secure Servers</li>
<li>Web Usage Statistics</li>
<li>Web Space Allocation</li>
<li>URL Redirection</li>
<li>Auto responders</li>
</ul>
<p>These are just a few &quot;necessary&quot; services to look for when choosing aweb host for your new website.</p>
<p><strong>Low Cost Hosting</strong></p>
<p>Watch out for very low cost hosting packages. They usually require something in return, which can take away profits from your on line business.</p>
<p>Yes, its a fact that it does sound appealing to sign up for free or very low cost hosting, but count the costs before signing up&#8230;</p>
<p>Every time an advertisement banner is placed on your website, it&#039;s designed to get your visitor to click out of your website and go some place else. Most free or low cost web hosting services place these banners at the very top of your web page - giving the visitor an opportunity to click out of your site before getting to the first words of your presentation.</p>
<p>One complaint that comes to mind about a free hosting service was that the company&#039;s server became overcrowded and the customer could not get their website to come up 50% of the time. When this happens, your business is closed - and you have no control over this situation.</p>
<p>One final point about hosting before closing. If you get your own domain name, and your own hosting, your visitors will have more confidence in your site, and will be more willing to buy your products or services. Search for a web host that offers fabulous service, affordable rates, and everything you&#039;ll need for your on line business. You&#039;ll be glad you did!</p>
<img src="http://feeds.feedburner.com/~r/hosting-india/~4/ozvq1TzXwqw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.candidwebhosting.com/blog/pitfalls-to-avoid-while-choosing-a-host/93/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.candidwebhosting.com/blog/pitfalls-to-avoid-while-choosing-a-host/93/</feedburner:origLink></item>
		<item>
		<title>What Is Bandwidth?</title>
		<link>http://feedproxy.google.com/~r/hosting-india/~3/pjIE4pyWwUc/</link>
		<comments>http://www.candidwebhosting.com/blog/what-is-bandwidth-2/92/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 07:10:00 +0000</pubDate>
		<dc:creator>Navneet Kaushal</dc:creator>
		
		<category><![CDATA[Helpful Articles]]></category>

	<!-- AutoMeta Start -->
	<category>saved</category>
	<category>gif</category>
	<category>files</category>
	<category>and</category>
	<category>pictures</category>
	<category>qualify</category>
	<category>unlimited</category>
	<category>bandwidth</category>
	<category>a</category>
	<category>lot</category>
	<category>trips</category>
	<category>the</category>
	<category>mall     kris</category>
	<category>the</category>
	<category>the</category>
	<category>calculation</category>
	<category>finding</category>
	<category>the</category>
	<category>average</category>
	<category>files</category>
	<category>transferred</category>
	<category>offer</category>
	<category>true</category>
	<category>unlimited</category>
	<category>bandwidth</category>
	<category>a</category>
	<category>host</category>
	<category>falsely</category>
	<category>advertises</category>
	<category>unlimited</category>
	<category>bandwidth</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.candidwebhosting.com/blog/what-is-bandwidth-2/92/</guid>
		<description><![CDATA[Bandwidth basically is the bunch of data (files located on your domain that are viewed by visitors, email, file transfer protocols that can be send/received by your web server.
You download a file when you access a web site. This file can be an HTML web page, a GIF image, a MIDI sound file, or a [...]]]></description>
			<content:encoded><![CDATA[<p>Bandwidth basically is the bunch of data (files located on your domain that are viewed by visitors, email, file transfer protocols that can be send/received by your web server.</p>
<p>You download a file when you access a web site. This file can be an HTML web page, a GIF image, a MIDI sound file, or a combination of these. These files are downloaded to your computer and displayed in your web browser.</p>
<p>Data is being transferred, each time you download a file The chunk of data depends on the size of the file. If you download a web page that is 1 kilobyte (1,024 bytes), or 1 KB, in size, it means 1 KB of data has been transferred. If 100 people access that same web page, then 100 KB of data has been transferred.</p>
<p>Bandwidth basically is the bunch of data (files located on your domain that are viewed by visitors, email, file transfer protocols that can be send/received by your web server. You can understand how important this factor is when buying a web hosting plan or leasing a web server. Generally speaking, the more bandwidth you have, the more visitors can visit your web site.</p>
<p><strong>How to determine how much bandwidth is needed</strong></p>
<p>To determine how much bandwidth you need per month, you will need to have a look at your web site statistics. Visitors per month times avg. data transferred per month per user = Amount of Bandwidth used per month. Bandwidth is usually measured in MB or GB. It is not very important to get the exact number of visitors. An approximate number will be sufficient for calculating the monthly bandwidth usage.</p>
<p>Whereas the accuracy of the numbers in the first part of the calculation was a rather unimportant factor it plays a big role in the second part of the calculation. Finding the average files transferred can be difficult if your web site is very large, since it has to be done for every single page. To find the size, add up the size of every image on the page and the size of the page of every single page on your web site. To make life a little easier for you it is recommended to use the following loading time test tool. Once you&#039;ve obtained that number add 25% - 33% to that number to give your web site room and allow it to grow.</p>
<p><strong>Term Meaning Number of Bytes</strong></p>
<ul>
<li>KB Kilobyte 1,024</li>
<li>MB Megabyte 1,048,576</li>
<li>GB Gigabyte 1,073,741,824</li>
</ul>
<p>Bandwidth is the term used to measure the amount of data being transferred from your web space. This does not directly relate to the number of &#039;hits&#039; (views) a web site receives. One single hit to a web page that is 100 KB in size uses the same amount of bandwidth as 100 hits to a 1 KB page.</p>
<p>You will want to be wary of any host offering a certain amount of &#039;hits&#039;. Always look for a bandwidth allotment when looking for a host.</p>
<p><strong>How much do I need?</strong></p>
<p>Let&#039;s imagine we give three people, Jack, Martha, and Kris, each a $1,000 gift certificate to a shopping mall. They can spend that however they wish and take as many different trips to the mall as needed to spend the money.</p>
<p>Martha is a &#039;value for money&#039; shopper. She buys a lot of small items over a period of time, making many trips to the mall.</p>
<p>Kris makes fewer trips than Mary, spending around $100 each time purchasing quite a few items each trip.</p>
<p>Jack is an impulsive spender. He buys a new stereo system and spends the whole $1,000 in one trip.</p>
<p>If the $1,000 is an amount of bandwidth, with the shopping mall being the web server, here&#039;s what it would boil down to. Martha&#039;s site would be a smaller web site with very few graphics, but lots of traffic (hits). Her site wouldn&#039;t use a lot of bandwidth per hit. Kris&#039; site would have a lot of graphics and other overhead, so hers wouldn&#039;t take as many hits to use up her bandwidth. Jack&#039;s site would offer a large file for download, probably a shareware program or video file. His site would use a lot of bandwidth with a single hit.</p>
<p><strong>So what does this mean</strong></p>
<p>The above example shows us that there is no defined number of hits available to a given amount of bandwidth - it depends on what is being downloaded for each hit. Obviously, the larger the download, the more bandwidth is used, and thus the less hits you can have for that amount of bandwidth.</p>
<p>How much bandwidth a site will use depends on many factors. You have to consider what kinds of files people will be downloading, along with how many people will be downloading them.</p>
<p><strong>What About Unlimited Bandwidth?</strong></p>
<p>There is nothing called unlimited bandwidth.</p>
<p>If and when you run across a host claiming to offer Unlimited Bandwidth, you will definitely want to find out what their meaning of unlimited really is (or better yet, just turn and run). No host can really offer true unlimited bandwidth. If you could get unlimited bandwidth for around $20.00 a month or less, why isn&#039;t Yahoo or Microsoft hosted there?</p>
<p>You will find that there is no such thing as unlimited. Somewhere, you should find a statement describing what is meant by the term. Usually it will fall under one of three categories:</p>
<ul>
<li><strong>Your site must &#039;qualify&#039; for unlimited bandwidth</strong><br />
    A lot of hosts do this - if your site uses less than, say, 5 gigs per month, it qualifies for unlimited bandwidth. As soon as your traffic goes above that you no longer qualify for the unlimited bandwidth and are either charged for the excess or forced to move your site. In other words, it&#039;s unlimited as long as you stay within the limits.</li>
<li><strong>Restricted bandwidth</strong><br />
    This is where a host allows you all the bandwidth you want, providing that you do not offer mp3, zip, tar, exe, and a number of other file types that are usually larger than standard HTML and graphics. Or they may limit the amount or size of files you can have on your web space. Or they may limit the types of pages you can have, such as &quot;no image galleries.&quot; Further, they usually require that all files stored in your space be linked only from your own pages. This means that you must use all of your files, graphics, etc, only on your web site, and cannot allow other sites to link to them (other than linking to your HTML).</li>
<li><strong>Absolute lie</strong><br />
    There are some hosts that simply advertise things that they cannot offer. They say things like &quot;We won&#039;t penalize you for your success,&quot; but once your site does become too popular, you find that your account has been deactivated. A lot of these hosts will have stipulations buried in their Terms of Service that don&#039;t relate to bandwidth, but that they can easily snag anyone on. These are little backup plans they use as an excuse to deactivate an account, usually without refund, for whatever reason they want to. This way they are not known for kicking sites off for bandwidth reasons, but rather for a TOS violation. But word does travel&#8230;</li>
</ul>
<p>Luckily the hosts that fall under # 3 usually do not last unless they change their policies before too many people become aware of their business practices.</p>
<p><strong> Why do they do it?</strong></p>
<p>Hosts use false advertising because other hosts do it. They figure that the majority of consumers do not understand how little bandwidth they really need, and will never know that it is not really unlimited. For the most part it is true that most people do not understand bandwidth - they see a limit at one host, and another host with no limit, and they figure better safe than sorry&#8230; Unfortunately, there are those who do use it and learn this lesson the hard way.</p>
<p>Statistically, most sites use less than 500 MB per month, which is 1/2 of one gig. Unless you are offering software or music or video downloads or are just very popular, you shouldn&#039;t have to worry too much about bandwidth. Just keep in mind that if a host falsely advertises unlimited bandwidth, who knows what else they are lying about or what other tricks they might pull? We recommend that if you see a host making this offer, you don&#039;t even consider hosting with them. Don&#039;t support this dirty trick, and don&#039;t risk your time and money on a host that obviously isn&#039;t trustworthy.</p>
<p><strong> How can bandwidth be saved?</strong></p>
<p>There are a number of ways to save bandwidth. A general advice is to keep all files on your web site as small as possible.</p>
<p>To reduce the size of your pages you have to remove unnecessary tags from your code. WYSIWYG (What You See Is What You Get) programs like Dreamweaver have a clean HTML function.</p>
<p>CSS (Cascading Style Sheets) is also an effective way to save bandwidth. It is designed to reduce HTML file size by attributing values for any HTML element/command at the beginning of the document.</p>
<p>Once that is done you have to go to the next step, optimizing all graphics and pictures. It is important to know that graphics (vectors) have to be saved as .gif files and pictures as .jpeg files. If you don&#039;t own a picture program like Fireworks or PhotoShop then you can optimize your pictures for free at NetMechanic.com.</p>
<p>Your dial-up visitors will thank you for optimizing all your web pages.</p>
<img src="http://feeds.feedburner.com/~r/hosting-india/~4/pjIE4pyWwUc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.candidwebhosting.com/blog/what-is-bandwidth-2/92/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.candidwebhosting.com/blog/what-is-bandwidth-2/92/</feedburner:origLink></item>
	</channel>
</rss>

