<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>R@j@. R.K</title>
	<atom:link href="http://rajark.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://rajark.wordpress.com</link>
	<description>Opening a New Page In Your Life</description>
	<lastBuildDate>Thu, 01 Oct 2009 10:32:36 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='rajark.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/c122b7f89b6d7ebf11692563e8a716cc?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>R@j@. R.K</title>
		<link>http://rajark.wordpress.com</link>
	</image>
			<item>
		<title>Executing Stored Procedures and Functions From PHP in Windows (cont&#8217;d)</title>
		<link>http://rajark.wordpress.com/2009/10/01/executing-stored-procedures-and-functions-from-php-in-windows-contd/</link>
		<comments>http://rajark.wordpress.com/2009/10/01/executing-stored-procedures-and-functions-from-php-in-windows-contd/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 10:32:36 +0000</pubDate>
		<dc:creator>Raja R.K</dc:creator>
				<category><![CDATA[MYSQL]]></category>

		<guid isPermaLink="false">http://rajark.wordpress.com/?p=159</guid>
		<description><![CDATA[Calling Stored Procedures from PHP
To call MySQL stored procedures and functions from PHP, you need the following database extensions:

MySQL
MySQLi
PDO

After installing those extensions, you&#8217;ll be able to call MySQL stored procedures and functions from PHP. As mentioned earlier, stored procedures and functions in MySQL are associated with a specific database. The examples in this section use [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rajark.wordpress.com&blog=4394394&post=159&subd=rajark&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://rajark.wordpress.com/2009/10/01/executing-stored-procedures-and-functions-from-php-in-windows-contd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8d4a43cb283f5f63e39f9f96f5da4370?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Raja</media:title>
		</media:content>
	</item>
		<item>
		<title>Executing Stored Procedures and Functions From PHP in Windows</title>
		<link>http://rajark.wordpress.com/2009/10/01/executing-stored-procedures-and-functions-from-php-in-windows/</link>
		<comments>http://rajark.wordpress.com/2009/10/01/executing-stored-procedures-and-functions-from-php-in-windows/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 10:21:59 +0000</pubDate>
		<dc:creator>Raja R.K</dc:creator>
				<category><![CDATA[MYSQL]]></category>

		<guid isPermaLink="false">http://rajark.wordpress.com/?p=155</guid>
		<description><![CDATA[Discover how to call stored procedures and functions in MySQL from PHP using three database extensions: MySQL, MySQLi, and PDO. 
Stored procedures and functions are a new feature of MySQL 5.0. A stored procedure is a pre-built procedure containing one or more SQL statements stored in the database server.
GET THE CODE
This article shows how to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rajark.wordpress.com&blog=4394394&post=155&subd=rajark&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://rajark.wordpress.com/2009/10/01/executing-stored-procedures-and-functions-from-php-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8d4a43cb283f5f63e39f9f96f5da4370?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Raja</media:title>
		</media:content>

		<media:content url="http://assets.devx.com/articleicons/14097.gif" medium="image">
			<media:title type="html">DOWNLOAD THE CODE</media:title>
		</media:content>
	</item>
		<item>
		<title>Help Stop Cross-Site Scripting Attacks with HttpOnly Cookies</title>
		<link>http://rajark.wordpress.com/2009/09/09/help-stop-cross-site-scripting-attacks-with-httponly-cookies-2/</link>
		<comments>http://rajark.wordpress.com/2009/09/09/help-stop-cross-site-scripting-attacks-with-httponly-cookies-2/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 06:14:06 +0000</pubDate>
		<dc:creator>Raja R.K</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Forums]]></category>
		<category><![CDATA[Help Stop Cross-Site Scripting Attacks with HttpOnly Cookies]]></category>

		<guid isPermaLink="false">http://rajark.wordpress.com/?p=148</guid>
		<description><![CDATA[Did you know that there&#8217;s a simple little change you can make in the way you handle cookies that can help prevent your users from falling victim to a cross-site scripting attack? Implementing HttpOnly cookies is quick, easy, and goes a long way towards making your application safer for everyone. 
HttpOnly cookies behave exactly like [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rajark.wordpress.com&blog=4394394&post=148&subd=rajark&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://rajark.wordpress.com/2009/09/09/help-stop-cross-site-scripting-attacks-with-httponly-cookies-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8d4a43cb283f5f63e39f9f96f5da4370?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Raja</media:title>
		</media:content>
	</item>
		<item>
		<title>Visual Studio 2008 SP1 and .NET Framework 3.5 SP1</title>
		<link>http://rajark.wordpress.com/2009/09/09/visual-studio-2008-sp1-and-net-framework-3-5-sp1/</link>
		<comments>http://rajark.wordpress.com/2009/09/09/visual-studio-2008-sp1-and-net-framework-3-5-sp1/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 06:09:14 +0000</pubDate>
		<dc:creator>Raja R.K</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Forums]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Visual Studio 2008 SP1 and .NET Framework 3.5 SP1]]></category>

		<guid isPermaLink="false">http://rajark.wordpress.com/?p=144</guid>
		<description><![CDATA[After a healthy run in beta, Microsoft has finally released both Visual Studio 2008 Service Pack 1 and .NET Framework 3.5 Service Pack 1. 
The updates are available for download directly from Microsoft via the links below. If you&#8217;re curious what the updates provide, I&#8217;ve also included the brief description that Microsoft gave for each. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rajark.wordpress.com&blog=4394394&post=144&subd=rajark&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://rajark.wordpress.com/2009/09/09/visual-studio-2008-sp1-and-net-framework-3-5-sp1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8d4a43cb283f5f63e39f9f96f5da4370?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Raja</media:title>
		</media:content>
	</item>
		<item>
		<title>HTML color codes and names</title>
		<link>http://rajark.wordpress.com/2009/09/08/html-color-codes-and-names/</link>
		<comments>http://rajark.wordpress.com/2009/09/08/html-color-codes-and-names/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 09:16:29 +0000</pubDate>
		<dc:creator>Raja R.K</dc:creator>
				<category><![CDATA[Forums]]></category>
		<category><![CDATA[HTML color codes and names]]></category>

		<guid isPermaLink="false">http://rajark.wordpress.com/?p=137</guid>
		<description><![CDATA[Quick links
About codes and colors and how to apply
Major hexadecimal color codes
Color Code Chart
HTML help
About color codes and how to apply
HTML color codes are hexadecimal triplets representing the colors red, green, and blue. For example, in the the color red, the color code is FF0000, which is &#8216;255&#8242; red, &#8216;0&#8242; green, and &#8216;0&#8242; blue.
Complete information [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rajark.wordpress.com&blog=4394394&post=137&subd=rajark&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://rajark.wordpress.com/2009/09/08/html-color-codes-and-names/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8d4a43cb283f5f63e39f9f96f5da4370?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Raja</media:title>
		</media:content>
	</item>
		<item>
		<title>ASP Browser Capabilities Component</title>
		<link>http://rajark.wordpress.com/2009/09/08/asp-browser-capabilities-component/</link>
		<comments>http://rajark.wordpress.com/2009/09/08/asp-browser-capabilities-component/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 09:11:34 +0000</pubDate>
		<dc:creator>Raja R.K</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[ASP Browser Capabilities Component]]></category>

		<guid isPermaLink="false">http://rajark.wordpress.com/?p=134</guid>
		<description><![CDATA[The ASP Browser Capabilities component creates a BrowserType object that determines the type, capabilities and version number of a visitor&#8217;s browser.
When a browser connects to a server, a User Agent header is also sent to the server. This header contains information about the browser.
The BrowserType object compares the information in the header with information in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rajark.wordpress.com&blog=4394394&post=134&subd=rajark&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://rajark.wordpress.com/2009/09/08/asp-browser-capabilities-component/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8d4a43cb283f5f63e39f9f96f5da4370?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Raja</media:title>
		</media:content>
	</item>
		<item>
		<title>Aadhavan Trailer</title>
		<link>http://rajark.wordpress.com/2009/09/05/aadhavan-trailer/</link>
		<comments>http://rajark.wordpress.com/2009/09/05/aadhavan-trailer/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 05:57:16 +0000</pubDate>
		<dc:creator>Raja R.K</dc:creator>
				<category><![CDATA[Gallery]]></category>

		<guid isPermaLink="false">http://rajark.wordpress.com/2009/09/05/aadhavan-trailer/</guid>
		<description><![CDATA[This is something never expected from the great music director Harris Jayaraj. The recent audio release of ‘Aadhavan’ turned spotlights of entire town to heed for the melodies. However, soon after hearing, the masses were enraged as Harris Jayaraj had loosely inserted his old own compositions. It’s more illustrious with ‘Hasiliye Fisiliye’ that is nothing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rajark.wordpress.com&blog=4394394&post=131&subd=rajark&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://rajark.wordpress.com/2009/09/05/aadhavan-trailer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8d4a43cb283f5f63e39f9f96f5da4370?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Raja</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/U-dEgiCMpg8/2.jpg" medium="image" />
	</item>
		<item>
		<title>ASP.NET version of &#8220;Name Tag&#8221;</title>
		<link>http://rajark.wordpress.com/2009/07/01/asp-net-version-of-name-tag/</link>
		<comments>http://rajark.wordpress.com/2009/07/01/asp-net-version-of-name-tag/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 07:42:20 +0000</pubDate>
		<dc:creator>Raja R.K</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[ASP.Net]]></category>

		<guid isPermaLink="false">http://rajark.wordpress.com/?p=128</guid>
		<description><![CDATA[This sample shows you how to load a background image from a file, add some text to the image using ASP.NET&#8217;s graphics capabilities, and serve the resulting image to a browser. 
As an example we&#8217;ll be using an image of one of those &#8220;Hello My Name Is&#8221; name tag stickers that we&#8217;ve all seen at [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rajark.wordpress.com&blog=4394394&post=128&subd=rajark&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://rajark.wordpress.com/2009/07/01/asp-net-version-of-name-tag/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8d4a43cb283f5f63e39f9f96f5da4370?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Raja</media:title>
		</media:content>
	</item>
		<item>
		<title>Read-Only Session State</title>
		<link>http://rajark.wordpress.com/2009/07/01/read-only-session-state/</link>
		<comments>http://rajark.wordpress.com/2009/07/01/read-only-session-state/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 07:40:00 +0000</pubDate>
		<dc:creator>Raja R.K</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://rajark.wordpress.com/?p=126</guid>
		<description><![CDATA[The fact that ASP.NET maintains a user&#8217;s session state for us is a great thing. It allows us to program applications for the Web and rarely give a second thought to the fact that we don&#8217;t actually maintain a connection to our users. That being said, session state does come at a cost and disabling [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rajark.wordpress.com&blog=4394394&post=126&subd=rajark&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://rajark.wordpress.com/2009/07/01/read-only-session-state/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8d4a43cb283f5f63e39f9f96f5da4370?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Raja</media:title>
		</media:content>
	</item>
		<item>
		<title>Instantly Find Sub and Function Declarations</title>
		<link>http://rajark.wordpress.com/2009/07/01/instantly-find-sub-and-function-declarations/</link>
		<comments>http://rajark.wordpress.com/2009/07/01/instantly-find-sub-and-function-declarations/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 07:38:26 +0000</pubDate>
		<dc:creator>Raja R.K</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://rajark.wordpress.com/?p=124</guid>
		<description><![CDATA[Trying to quickly make sense of unfamiliar code can be quite frustrating. This tip will show you how you can instantly jump from the usage of any subroutine directly to its definition using any flavor of Visual Studio. This huge time saver lets you easily locate code that you might otherwise have spent hours trying [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rajark.wordpress.com&blog=4394394&post=124&subd=rajark&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://rajark.wordpress.com/2009/07/01/instantly-find-sub-and-function-declarations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8d4a43cb283f5f63e39f9f96f5da4370?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Raja</media:title>
		</media:content>
	</item>
	</channel>
</rss>