<?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>Muziboo Development Blog &#187; dns hosting</title>
	<atom:link href="http://devblog.muziboo.com/category/dns-hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://devblog.muziboo.com</link>
	<description>Muziboo development stories. Mostly set in ruby land</description>
	<lastBuildDate>Fri, 01 Apr 2011 04:52:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Javascript and CSS debugging on internet explorer</title>
		<link>http://devblog.muziboo.com/2009/04/22/javascript-and-css-debugging-on-internet-explorer-2/</link>
		<comments>http://devblog.muziboo.com/2009/04/22/javascript-and-css-debugging-on-internet-explorer-2/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 06:14:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dns hosting]]></category>

		<guid isPermaLink="false">http://devblog.muziboo.com/2009/04/22/javascr/</guid>
		<description><![CDATA[
			
				
			
		
It comes as no surprise that when it comes to Javascript, browsers such as Firefox and Safari are more forgiving than Internet Explorer. Also tools like Firebug make javascript debugging very simple. However firebug (just like firefox) does not seem to mind issues like an extra comma or a missing semilcolon and this makes everything [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdevblog.muziboo.com%2F2009%2F04%2F22%2Fjavascript-and-css-debugging-on-internet-explorer-2%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdevblog.muziboo.com%2F2009%2F04%2F22%2Fjavascript-and-css-debugging-on-internet-explorer-2%2F&amp;source=muziboo&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>It comes as no surprise that when it comes to Javascript, browsers such as Firefox and Safari are more forgiving than Internet Explorer. Also tools like <a href="https://addons.mozilla.org/firefox/addon/1843" onclick="javascript:pageTracker._trackPageview('/outbound/article/addons.mozilla.org');">Firebug</a> make javascript debugging very simple. However firebug (just like firefox) does not seem to mind issues like an extra comma or a missing semilcolon and this makes everything break on ie. I recently ran into one such bugs and had a big javascript file that had an error <em>somewhere</em> and resulted in <a href="http://www.google.co.in/search?q=expected+string+identifier+error+internet+explorer&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=com.ubuntu:en-US:unofficial&amp;client=firefox-a" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.co.in');">exptected string, identifier error</a> on ie. While looking for javascript debugging tool for ie, I found a few tools</p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?familyid=e59c3964-672d-4511-bb3e-2d5e1db91038&amp;displaylang=en" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.microsoft.com');">Internet Explorer Developer Toolbar</a></p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=2f465be0-94fd-4569-b3c4-dffdf19ccd99&amp;displaylang=en" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.microsoft.com');">Microsoft Script Debugger</a></p>
<p>You can find some more information about these tools at <a href="http://blogs.msdn.com/ie/archive/2004/10/26/247912.aspx" onclick="javascript:pageTracker._trackPageview('/outbound/article/blogs.msdn.com');">this</a> msdn blogpost. However, the tool that eventually helped me fix the error and which is much more generic and useful is <a href="http://www.jslint.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.jslint.com');">JSLint</a>. Written by <a href="//scribefire/content/editor/www.crockford.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/scribefire');">Douglas Crockford</a>, this tells you not only about the errors in your javascript file but also bad coding practices that can be seen in your code. I fixed all errors listed on JSLint for my js file and all errors disappered in ie. If you are into writing javascript (for ie or firefox), do validate your code with this tool.</p>
]]></content:encoded>
			<wfw:commentRss>http://devblog.muziboo.com/2009/04/22/javascript-and-css-debugging-on-internet-explorer-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up DNS hosting for your VPS</title>
		<link>http://devblog.muziboo.com/2008/06/14/setting-up-dns-hosting-for-your-vps/</link>
		<comments>http://devblog.muziboo.com/2008/06/14/setting-up-dns-hosting-for-your-vps/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 07:03:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[dns hosting]]></category>
		<category><![CDATA[dyndns]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vps]]></category>
		<category><![CDATA[dyndns tutorial]]></category>
		<category><![CDATA[vpsfarm dns]]></category>

		<guid isPermaLink="false">http://prateekdayal.net/tech/?p=8</guid>
		<description><![CDATA[
			
				
			
		
If you are moving from shared hosting to VPS, you will have to setup DNS yourself. In case you want to run DNS on your VPS, you need to have atleast 2 IP addresses. My host, vpsfarm.com gives only one IP address. Also I wanted to outsource the DNS work to someone who understands it [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdevblog.muziboo.com%2F2008%2F06%2F14%2Fsetting-up-dns-hosting-for-your-vps%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdevblog.muziboo.com%2F2008%2F06%2F14%2Fsetting-up-dns-hosting-for-your-vps%2F&amp;source=muziboo&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>If you are moving from shared hosting to VPS, you will have to setup DNS yourself. In case you want to run DNS on your VPS, you need to have atleast 2 IP addresses. My host, <a href="http://vpsfarm.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/vpsfarm.com');">vpsfarm.com</a> gives only one IP address. Also I wanted to <a href="http://prateekdayal.net/blog/2008/04/15/how-to-outsource-on-small-budget/" onclick="javascript:pageTracker._trackPageview('/outbound/article/prateekdayal.net');">outsource</a> the DNS work to someone who understands it well.</p>
<p>Services like dyndns are quite stable and allow you to setup 20s timeout on DNS which is useful in case your site goes down and you need to switch servers or something. This comes in very handy if you are running your site off  a single server and need to switch to blog or something in case the server goes down.</p>
<p><strong>How to Setup the DNS using DynDNS </strong></p>
<p>First of all you need to buy an account with <a href="http://dyndns.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/dyndns.com');">dyndns.com</a>. You need to buy a <a href="http://www.dyndns.com/services/dns/custom/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.dyndns.com');">custom DNS hosting </a>account. Once you have done that you need to point the DNS on your registrar&#8217;s DNS panel (where you have booked the domain) to dyndns name servers. So this will make sure that all the DNS queries for yourdomain will come to the DynDNS name servers (this is just like pointing to your hosting company&#8217;s name server and they doing the job for you)</p>
<p>Next step is to setup the A record for yourdomain to the IP address of your webserver (VPS in this case). You can also create several other subdomains and point them to your webserver. You can also point the MX servers to your mail servers (or google apps if you use that). DynDNS also supports redirecting a domain or subdomain to another url so you can use that to setup useful aliases.</p>
<p>So this is how things will look in the end. For this example I am assuming that you booked your domain on GoDaddy.com, got a DNS account at DynDNS.com and your website is hosted on a VPS on vpsfarm.com</p>
<p><em>User types yourdomain.com &#8212;&gt; DNS server is resolved to DynDNS.com and DynDNS returns that the A record for yourdomain.com points to vps1 (say 209.178.xxx.yyy) &#8212;&gt; Apache on 209.178.xxx.yyy gets the request and serves the webpage.</em></p>
<p>I know that this tutorial does not explain everything step by step but I think this should give you enough pointers to setup your DNS using DynDNS</p>
<p>Also as a last point, there are some free alternatives to DynDNS too. I have personally used <a href="http://freedns.afraid.org" onclick="javascript:pageTracker._trackPageview('/outbound/article/freedns.afraid.org');">freedns.afraid.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://devblog.muziboo.com/2008/06/14/setting-up-dns-hosting-for-your-vps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

