<?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>Coder Circle &#187; scripting languages</title>
	<atom:link href="http://www.codercircle.com/tag/scripting_languages/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codercircle.com</link>
	<description>Your Path for Knowledge to Wisdom</description>
	<lastBuildDate>Tue, 04 May 2010 01:26:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Problemes With Iframe. And it&#8217;s solution</title>
		<link>http://www.codercircle.com/scripts/21/</link>
		<comments>http://www.codercircle.com/scripts/21/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 19:17:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[iframe problems]]></category>
		<category><![CDATA[php script]]></category>
		<category><![CDATA[scripting languages]]></category>
		<category><![CDATA[web page]]></category>

		<guid isPermaLink="false">http://www.codercircle.com/index.php/2008/01/26/21/</guid>
		<description><![CDATA[When we REFRESS web page containing IFRAME, the page reloades with the starting page. Here is the solution being in the existing page after refress. (PHP Script)
Generally what happens, when we refress a web page containing IFRAME ? The page reloades with the starting page. Information provided in the existing page are lost. this is [...]]]></description>
		<wfw:commentRss>http://www.codercircle.com/scripts/21/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alert in Javascript</title>
		<link>http://www.codercircle.com/scripts/alert_in_javascript/</link>
		<comments>http://www.codercircle.com/scripts/alert_in_javascript/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 10:10:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[java script]]></category>
		<category><![CDATA[scripting languages]]></category>

		<guid isPermaLink="false">http://www.codercircle.com/index.php/2008/01/25/alert_in_javascript/</guid>
		<description><![CDATA[This lesson will help the beginners to handle alerts in JavaScripts
&#60;html&#62;
&#60;head&#62;
&#60;script language=&#8221;javascript&#8221;&#62;
&#60;!&#8211;
function f1()
 {
 alert(&#8220;Skill Hut&#8221;); // Message ‘Skill Hut’ will be displayed
 }
&#8211;&#62;
&#60;/SCRIPT&#62;
&#60;/head&#62;
&#60;body color=white&#62;
Move your mouse over &#60;a href=&#8221;" onMouseover=&#8221;f1()&#8221;&#62;here&#60;/a&#62;
&#60;/body&#62;
&#60;/html&#62;
]]></description>
		<wfw:commentRss>http://www.codercircle.com/scripts/alert_in_javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
