<?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; Designing</title>
	<atom:link href="http://www.fordevs.com/category/designing/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fordevs.com</link>
	<description>We Learn We Share</description>
	<lastBuildDate>Tue, 25 May 2010 17:19:10 +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>Animation in Photoshop</title>
		<link>http://www.fordevs.com/2010/04/animation-in-photoshop.html</link>
		<comments>http://www.fordevs.com/2010/04/animation-in-photoshop.html#comments</comments>
		<pubDate>Mon, 19 Apr 2010 17:49:03 +0000</pubDate>
		<dc:creator>praveen</dc:creator>
				<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://www.fordevs.com/?p=711</guid>
		<description><![CDATA[Here we can see how to create an animated GIF file, using Photoshop CS4. 1. Create a new Photoshop document. 2. Create a new Layers using the shortcut key Shift+Ctrl+N Or using the menu as shown below. 3. Use the text tool write “ForDevs” text on stage. Just like below or draw a symbol as [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2010/04/animation-in-photoshop.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Get the Base URL in Flash ActionScript 2 and ActionScript 3?</title>
		<link>http://www.fordevs.com/2009/10/how-to-get-the-base-url-in-flash-actionscript-2-and-actionscript-3.html</link>
		<comments>http://www.fordevs.com/2009/10/how-to-get-the-base-url-in-flash-actionscript-2-and-actionscript-3.html#comments</comments>
		<pubDate>Wed, 21 Oct 2009 16:12:57 +0000</pubDate>
		<dc:creator>praveen</dc:creator>
				<category><![CDATA[ActionScript 2]]></category>
		<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[Base url]]></category>

		<guid isPermaLink="false">http://www.fordevs.com/?p=594</guid>
		<description><![CDATA[Step 1 Create a flash project and set the Publish Settings’ ActionScript version as 2. Step 2 Create two dynamic texts, named as txtFullUrl and txtBaseUrl. Step 3 Create another layer; in first frame of that layer write the following ActionScript code. Action Script 2 Code function GetTheBaseUrl&#40;&#41; &#123; var RootFullUrl = _root._url; txtFullUrl.text = [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2009/10/how-to-get-the-base-url-in-flash-actionscript-2-and-actionscript-3.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;]]></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>Click Label to Access Form Control</title>
		<link>http://www.fordevs.com/2008/12/click-label-to-access-form-control.html</link>
		<comments>http://www.fordevs.com/2008/12/click-label-to-access-form-control.html#comments</comments>
		<pubDate>Wed, 03 Dec 2008 17:37:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/12/click-label-to-access-form-control.html</guid>
		<description><![CDATA[1.Using the label element allows the user to click on the text associated with the form control instead of having to click the radio button, check box, select box, etc. 2.To associate a label with another control implicitly, the control element must be within the contents of the Label element. In this case, the Label [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/12/click-label-to-access-form-control.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>
	</channel>
</rss>
