<?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; praveen</title>
	<atom:link href="http://www.fordevs.com/author/praveen/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>Steps to Convert the CLOB to VARCHAR2 Data Type</title>
		<link>http://www.fordevs.com/2011/04/steps-to-convert-the-clob-to-varchar2-data-type.html</link>
		<comments>http://www.fordevs.com/2011/04/steps-to-convert-the-clob-to-varchar2-data-type.html#comments</comments>
		<pubDate>Wed, 06 Apr 2011 16:20:53 +0000</pubDate>
		<dc:creator>praveen</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[CLOB]]></category>
		<category><![CDATA[ORACLE]]></category>

		<guid isPermaLink="false">http://www.fordevs.com/?p=939</guid>
		<description><![CDATA[Steps to convert the CLOB(Character Large OBject) to Varchar2 data type. Step 1: Create a new temporary column with varchar2 Step 2: Move the CLOB column content to new temporary column, if it is needed. (Note : By this situation you may loose the data depending upon Max length) Step 3: Drop the CLOB column. [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2011/04/steps-to-convert-the-clob-to-varchar2-data-type.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Convert the Data Type VARCHAR2 to CLOB in Oracle</title>
		<link>http://www.fordevs.com/2011/04/how-to-convert-the-data-type-varchar2-to-clob-in-oracle.html</link>
		<comments>http://www.fordevs.com/2011/04/how-to-convert-the-data-type-varchar2-to-clob-in-oracle.html#comments</comments>
		<pubDate>Wed, 06 Apr 2011 15:33:28 +0000</pubDate>
		<dc:creator>praveen</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[CLOB]]></category>
		<category><![CDATA[ORACLE]]></category>

		<guid isPermaLink="false">http://www.fordevs.com/?p=936</guid>
		<description><![CDATA[We cannot directly convert the data type VARCHAR2 to CLOB(Character Large OBject). Using below two options, we can able to covert it. Option 1: Step 1 : Convert the VARCHAR2 To LONG Data Type Step 2 : Convert the LONG to CLOB Data Type. Example: Step 1: ALTER TABLE YOUR_TABLE_NAME MODIFY(Your_Column_Name LONG); Step 2: ALTER [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2011/04/how-to-convert-the-data-type-varchar2-to-clob-in-oracle.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>1</slash:comments>
		</item>
		<item>
		<title>Steps to Create Setup and Deployment Project in Dot Net VS 2008</title>
		<link>http://www.fordevs.com/2009/07/steps-to-create-setup-and-deployment-project-in-dot-net-vs-2008.html</link>
		<comments>http://www.fordevs.com/2009/07/steps-to-create-setup-and-deployment-project-in-dot-net-vs-2008.html#comments</comments>
		<pubDate>Sat, 11 Jul 2009 07:12:19 +0000</pubDate>
		<dc:creator>praveen</dc:creator>
				<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[Project]]></category>

		<guid isPermaLink="false">http://www.fordevs.com/?p=452</guid>
		<description><![CDATA[Step 1 Create your own windows application. Create a new Windows application project in C# and named it as Sample. Step 2 Design your own application. Here we have a simple login form for example. Step 3 After completing the design and coding, build the solution of the project in release mode. Step 4 Check [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2009/07/steps-to-create-setup-and-deployment-project-in-dot-net-vs-2008.html/feed</wfw:commentRss>
		<slash:comments>63</slash:comments>
		</item>
	</channel>
</rss>

