<?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>ForDevs &#187; Javascript</title>
	<atom:link href="http://www.fordevs.com/category/designing/javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fordevs.com</link>
	<description>We Learn We Share</description>
	<lastBuildDate>Fri, 25 Nov 2011 18:55:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>What is JQuery?</title>
		<link>http://www.fordevs.com/2010/10/jquery.html</link>
		<comments>http://www.fordevs.com/2010/10/jquery.html#comments</comments>
		<pubDate>Mon, 25 Oct 2010 09:57:14 +0000</pubDate>
		<dc:creator>Jaffar</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.fordevs.com/?p=848</guid>
		<description><![CDATA[It is a new kind of JavaScript Library. It is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. It designed to change the way that you write JavaScript. Light Weight Component Support CSS 1-3 selectors Support cross-browser Subscribe to the comments for [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2010/10/jquery.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to view source of a show modal dialog page</title>
		<link>http://www.fordevs.com/2009/03/how-to-view-source-of-show-modaldialog.html</link>
		<comments>http://www.fordevs.com/2009/03/how-to-view-source-of-show-modaldialog.html#comments</comments>
		<pubDate>Tue, 17 Mar 2009 04:36:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[show modal dialog]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2009/03/how-to-view-source-of-a-show-modal-dialog-page.html</guid>
		<description><![CDATA[We can view a page source normally from the menu view-&#62;source in mozilla or ie.But how would we view a page source of a showmodal page. we can achieve it by the following code. function viewSource&#40;&#41;  &#123; d=window.open&#40;&#41;; d.document.open&#40;'text/plain'&#41;.write&#40;document.documentElement.outerHTML&#41;; return false; &#125; Subscribe to the comments for this post? Tweet This! Share this on del.icio.us [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2009/03/how-to-view-source-of-show-modaldialog.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to read XML using Javascript?</title>
		<link>http://www.fordevs.com/2009/02/how-to-read-xml-using-javascript.html</link>
		<comments>http://www.fordevs.com/2009/02/how-to-read-xml-using-javascript.html#comments</comments>
		<pubDate>Mon, 23 Feb 2009 15:12:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[read XML]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2009/02/how-to-read-xml-using-javascript.html</guid>
		<description><![CDATA[The Document Object Model (DOM) as implemented in MSXML provides a programmatic representation of XML documents, fragments, nodes, or node-sets. It also provides an application programming interface for working with XML data. The following JScript fragments outline the basic process of programming with XML DOM. var xmlDoc=new ActiveXObject&#40;&#34;Microsoft.XMLDOM&#34;&#41;; Example: function loadXML&#40;xmlFilePath&#41; &#123; try //Internet Explorer [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2009/02/how-to-read-xml-using-javascript.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>setInterval Method in Javascript</title>
		<link>http://www.fordevs.com/2009/01/setinterval-method-in-javascript.html</link>
		<comments>http://www.fordevs.com/2009/01/setinterval-method-in-javascript.html#comments</comments>
		<pubDate>Mon, 19 Jan 2009 16:39:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[setInterval]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2009/01/setinterval-method-in-javascript.html</guid>
		<description><![CDATA[The setInterval() method evaluates a function or an expression repeatedly for the specified number of milliseconds and it returns an interval reference. Syntax: variable = setInterval&#40;expression, milliseconds&#41; or variable = setInterval&#40;function, milliseconds&#41; variable holds the interval reference returned by seInterval method. Example: Below example display the current time information using setInterval method call the date [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2009/01/setinterval-method-in-javascript.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JSON Data types and Example</title>
		<link>http://www.fordevs.com/2009/01/json-data-types-and-example.html</link>
		<comments>http://www.fordevs.com/2009/01/json-data-types-and-example.html#comments</comments>
		<pubDate>Mon, 12 Jan 2009 17:26:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JSON]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2009/01/json-data-types-and-example.html</guid>
		<description><![CDATA[The following are the Basic JSON Data types, Number : integer, real, or floating point String : double-quoted Unicode with backslash escaping Boolean : true and false Array : an ordered sequence of values, comma-separated and enclosed in square brackets Object : collection of key:value pairs, comma-separated and enclosed in curly braces null Example &#123; [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2009/01/json-data-types-and-example.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is JSON?</title>
		<link>http://www.fordevs.com/2009/01/what-is-json.html</link>
		<comments>http://www.fordevs.com/2009/01/what-is-json.html#comments</comments>
		<pubDate>Mon, 12 Jan 2009 17:18:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[What-is]]></category>
		<category><![CDATA[JSON]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2009/01/what-is-json.html</guid>
		<description><![CDATA[JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition &#8211; December 1999. JSON is a text format that is completely language independent [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2009/01/what-is-json.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Split Function in Javascript</title>
		<link>http://www.fordevs.com/2008/12/split-function-in-javascript.html</link>
		<comments>http://www.fordevs.com/2008/12/split-function-in-javascript.html#comments</comments>
		<pubDate>Mon, 01 Dec 2008 16:44:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[split function]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/12/split-function-in-javascript.html</guid>
		<description><![CDATA[Split Function: Delimiter :- The space character &#8221; &#8221; we mentioned will be our delimiter and it is used by the split function as a way of breaking up the string. Every time it sees the delimiter we specified, it will create a new element in an array. The first argument of the split function [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/12/split-function-in-javascript.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Date Function in Javascript</title>
		<link>http://www.fordevs.com/2008/12/date-function-in-javascript.html</link>
		<comments>http://www.fordevs.com/2008/12/date-function-in-javascript.html#comments</comments>
		<pubDate>Mon, 01 Dec 2008 16:17:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Date]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/12/date-function-in-javascript.html</guid>
		<description><![CDATA[1.create a date object and store it in a variable var d= new Date&#40;&#41;;   2.Using the date object,Get the hour,minute,second,month,dayofmonth and year of the Current Date var hour = d.getHours&#40;&#41;; var minute = d.getMinutes&#40;&#41;; var second = d.getSeconds&#40;&#41;; var month = d.getMonth&#40;&#41;; var dayofmonth = d.getDate&#40;&#41;; var year = d.getYear&#40;&#41;; Example:- Display Next Day [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/12/date-function-in-javascript.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable Right Mouse Click Using JavaScript</title>
		<link>http://www.fordevs.com/2008/11/disable-right-mouse-click-using.html</link>
		<comments>http://www.fordevs.com/2008/11/disable-right-mouse-click-using.html#comments</comments>
		<pubDate>Wed, 19 Nov 2008 16:44:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Disable right mouse click]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/11/disable-right-mouse-click-using-javascript.html</guid>
		<description><![CDATA[Description: This script will prevent the default right menu from popping up when the right mouse is clicked on the web page. Works well in IE4+ and NS4+. To use this script, paste the following code in the &#60;body&#62; section of your HTML document.   Disable right click on mouse   Function to handle right [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/11/disable-right-mouse-click-using.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Block JavaScript Errors</title>
		<link>http://www.fordevs.com/2008/11/block-javascript-errors.html</link>
		<comments>http://www.fordevs.com/2008/11/block-javascript-errors.html#comments</comments>
		<pubDate>Tue, 18 Nov 2008 03:52:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Block error]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/11/block-javascript-errors.html</guid>
		<description><![CDATA[We can have a function with return true and use it on window.onerror.Thus when the browser encounters a JavaScript error it returns true and block the error begin displayed. function blkError&#40;&#41; &#123; return true; &#125; window.onerror = blkError; Subscribe to the comments for this post? Tweet This! Share this on del.icio.us Digg this! Add this [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/11/block-javascript-errors.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

