<?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>Shyam Guthikonda &#187; add-on</title>
	<atom:link href="http://www.shy.am/tag/add-on/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shy.am</link>
	<description>Game Programmer - http://shy.am</description>
	<lastBuildDate>Mon, 14 Mar 2011 12:18:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Permission denied to get property Element.childNodes</title>
		<link>http://www.shy.am/2008/09/231/</link>
		<comments>http://www.shy.am/2008/09/231/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 08:08:11 +0000</pubDate>
		<dc:creator>shyam</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[add-on]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[permission]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.shy.am/dev/?p=231</guid>
		<description><![CDATA[I was recently doing a small JavaScript/XML project. Everything was working fine locally, but when I tried to test it out on my server, I got a &#8220;Permission denied to get property Element.childNodes&#8221; error in Firefox. Internet Explorer had no problems. Turns out I had the Firebug add-on installed in Firefox. I had to disable [...]]]></description>
			<content:encoded><![CDATA[<p>I was recently doing a small JavaScript/XML project. Everything was working fine locally, but when I tried to test it out on my server, I got a <strong>&#8220;Permission denied to get property Element.childNodes&#8221;</strong> error in Firefox. Internet Explorer had no problems.</p>
<p>Turns out I had the <a href="https://addons.mozilla.org/en-US/firefox/addon/1843" target="_blank">Firebug</a> add-on installed in Firefox. I had to disable this, and everything worked.</p>
<p>You will also have a problem on the <a href="http://www.w3schools.com" target="_blank">w3schools</a> site, if you try to use their &#8220;Tryit Editor&#8221; to view any code. You will need to disable the add-on in order to get the output of the right-side box to display correctly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shy.am/2008/09/231/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WoWCalc</title>
		<link>http://www.shy.am/2008/04/wowcalc/</link>
		<comments>http://www.shy.am/2008/04/wowcalc/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 03:34:14 +0000</pubDate>
		<dc:creator>shyam</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[add-on]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[lua]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[worldofwarcraft]]></category>

		<guid isPermaLink="false">http://www.shy.am/?p=940</guid>
		<description><![CDATA[This is an in-game World of Warcraft calculator, similar to the standard Windows calculator. It was written with XML and Lua. Download: source]]></description>
			<content:encoded><![CDATA[<p>This is an in-game World of Warcraft calculator, similar to the standard Windows calculator. It was written with XML and Lua.</p>

<div class="ngg-galleryoverview" id="ngg-gallery-60-940">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-810" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.shy.am/wp-content/gallery/2007_wowcalc/wowcalc_00.jpg" title=" " class="shutterset_set_60" >
								<img title="wowcalc_00" alt="wowcalc_00" src="http://www.shy.am/wp-content/gallery/2007_wowcalc/thumbs/thumbs_wowcalc_00.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


<p><strong>Download:</strong> <a href="http://www.shy.am/projects/WoWCalc.zip">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shy.am/2008/04/wowcalc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WoWSlang</title>
		<link>http://www.shy.am/2007/11/wowslang/</link>
		<comments>http://www.shy.am/2007/11/wowslang/#comments</comments>
		<pubDate>Fri, 30 Nov 2007 01:18:02 +0000</pubDate>
		<dc:creator>shyam</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[add-on]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[lua]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[worldofwarcraft]]></category>

		<guid isPermaLink="false">http://www.shy.am/dev/?p=224</guid>
		<description><![CDATA[It is an in-game World of Warcraft dictionary, with definitions of commonly used terms and acronyms. There is a GUI component, as well as useful console commands for quick-lookups. Written with XML and Lua. Download: source]]></description>
			<content:encoded><![CDATA[<p>It is an in-game World of Warcraft dictionary, with definitions of commonly used terms and acronyms. There is a GUI component, as well as useful console commands for quick-lookups. Written with XML and Lua.</p>

<div class="ngg-galleryoverview" id="ngg-gallery-59-224">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-808" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.shy.am/wp-content/gallery/2007_wowslang/wowslang_00.jpg" title=" " class="shutterset_set_59" >
								<img title="wowslang_00" alt="wowslang_00" src="http://www.shy.am/wp-content/gallery/2007_wowslang/thumbs/thumbs_wowslang_00.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-809" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.shy.am/wp-content/gallery/2007_wowslang/wowslang_01.jpg" title=" " class="shutterset_set_59" >
								<img title="wowslang_01" alt="wowslang_01" src="http://www.shy.am/wp-content/gallery/2007_wowslang/thumbs/thumbs_wowslang_01.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


<p><strong>Download:</strong> <a href="http://www.shy.am/projects/WoWSlang.zip">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shy.am/2007/11/wowslang/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

