<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>byteMyCode: Snippet Revisions</title>
		<link>http://www.bytemycode.com</link>
		<description>Revisions for this snippet.</description>
		<pubDate>Wed, 15 Oct 2008 13:44:41 +0000</pubDate>
		<copyright>1998-2008 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	
	<item>
		<title>debugging in javascript without alert dialog 1</title>
		<link>http://www.bytemycode.com/snippets/snippet/396/1/</link>
		<comments>http://www.bytemycode.com/snippets/snippet/396/comments/</comments>
		<pubDate>Mon, 25 Sep 2006 01:59:19 +0000</pubDate>
		<dc:creator>sundaramkumar</dc:creator>
		<category>JavaScript</category>
		<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/396/</guid>
		<description>
			<![CDATA[
				<p>To debug javascript code we use alert() whereever needed and it irritates you while alerts values inside a loop and other places where more alerts are being shown and you have to press the ok button to pass / proceed on.<br />here is a simple way to get rid of the alerts dialogs and get the values outputed into another debug window.</p>
			]]>
		</description>
	</item>

	
	</channel>
</rss>