<?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>Techartifact &#187; Web Development</title>
	<atom:link href="http://www.techartifact.com/blogs/tag/web-development/feed" rel="self" type="application/rss+xml" />
	<link>http://www.techartifact.com/blogs</link>
	<description>Latest tip and information on Java and Oracle ADF</description>
	<lastBuildDate>Tue, 07 Feb 2012 12:01:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>reCAPTCHA : Free Captcha service for ASP.NET</title>
		<link>http://www.techartifact.com/blogs/2011/01/recaptcha-free-captcha-service-for-asp-net.html</link>
		<comments>http://www.techartifact.com/blogs/2011/01/recaptcha-free-captcha-service-for-asp-net.html#comments</comments>
		<pubDate>Sun, 23 Jan 2011 10:23:44 +0000</pubDate>
		<dc:creator>Anky Goyal</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET 2.0]]></category>
		<category><![CDATA[ASP.NET 4.0]]></category>
		<category><![CDATA[C#.NET]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=1067</guid>
		<description><![CDATA[Its a common requirement that we require a captcha to be integrated on our page. I would like to mention a free captcha service which can be implemented in integrated on websites. What is reCaptcha? reCAPTCHA is a free CAPTCHA service that helps to digitize books, newspapers and old time radio shows. It&#8217;s Free! Yep, [...]]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2011/01/recaptcha-free-captcha-service-for-asp-net.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Adding Blogs to an asp.net application</title>
		<link>http://www.techartifact.com/blogs/2009/04/adding-blogs-to-an-aspnet-application.html</link>
		<comments>http://www.techartifact.com/blogs/2009/04/adding-blogs-to-an-aspnet-application.html#comments</comments>
		<pubDate>Mon, 27 Apr 2009 11:53:53 +0000</pubDate>
		<dc:creator>Anky Goyal</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET 2.0]]></category>
		<category><![CDATA[C#.NET 2.0]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=393</guid>
		<description><![CDATA[http://blogengine.codeplex.com/]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2009/04/adding-blogs-to-an-aspnet-application.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Salting the Password in C#</title>
		<link>http://www.techartifact.com/blogs/2009/04/salting-the-password-in-csharp.html</link>
		<comments>http://www.techartifact.com/blogs/2009/04/salting-the-password-in-csharp.html#comments</comments>
		<pubDate>Tue, 21 Apr 2009 09:05:03 +0000</pubDate>
		<dc:creator>Anky Goyal</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#.NET 2.0]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=353</guid>
		<description><![CDATA[Hashed passwords provide much better security than storing passwords in the database as simple text. They are, however, potentially vulnerable to a dictionary attack. In a dictionary attack, the attacker attempts to guess passwords by using software to iteratively hash all words in a large dictionary and compare the generated hashes to the stored hash [...]]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2009/04/salting-the-password-in-csharp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hashing the Password in C#</title>
		<link>http://www.techartifact.com/blogs/2009/04/hashing-the-password-in-csharp.html</link>
		<comments>http://www.techartifact.com/blogs/2009/04/hashing-the-password-in-csharp.html#comments</comments>
		<pubDate>Tue, 21 Apr 2009 08:54:18 +0000</pubDate>
		<dc:creator>Anky Goyal</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#.NET 2.0]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=350</guid>
		<description><![CDATA[Every application uses username and password to provide security to the systems. The way an application handles the storage of password defines the level of security provided by the application. The password should not be stored in the database as a string. Rather, it should be converted to an unrecognizable value that is unique for [...]]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2009/04/hashing-the-password-in-csharp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slide.Show:Open Source Slideshow control in Silverlight</title>
		<link>http://www.techartifact.com/blogs/2009/03/slideshowopen-source-slideshow-control-in-silverlight.html</link>
		<comments>http://www.techartifact.com/blogs/2009/03/slideshowopen-source-slideshow-control-in-silverlight.html#comments</comments>
		<pubDate>Tue, 24 Mar 2009 14:51:07 +0000</pubDate>
		<dc:creator>Anky Goyal</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Common]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[SilverLight]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=249</guid>
		<description><![CDATA[Are you Searching for a web control for your webpage which allows you to create a cool slideshow of images?? Slide.Show Vertigo Has developed an open source control in silverlight which is highly customised and can be used by publishing highly-customizable photo and video slideshows on the Web. Features of Slide.Show Minimal setup and configuration [...]]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2009/03/slideshowopen-source-slideshow-control-in-silverlight.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parsing an XML file from RSS feed with namespaces in C#</title>
		<link>http://www.techartifact.com/blogs/2009/03/parsing-an-xml-rss-file-with-namespaces-in-csharp.html</link>
		<comments>http://www.techartifact.com/blogs/2009/03/parsing-an-xml-rss-file-with-namespaces-in-csharp.html#comments</comments>
		<pubDate>Tue, 24 Mar 2009 12:10:54 +0000</pubDate>
		<dc:creator>Anky Goyal</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET 2.0]]></category>
		<category><![CDATA[C#.NET 2.0]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=219</guid>
		<description><![CDATA[The task is to parse a XML file retrieved from the RSS feed. Below is the sample partial XML file taken from a Leading Geographical alerts website&#8217;s RSS feeds. As we can we there are two items(alerts) in the file one for Tropical Cyclone SINLAKU-08 and other for Tropical Cyclone IKE-08. Lets write the code [...]]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2009/03/parsing-an-xml-rss-file-with-namespaces-in-csharp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Way to Pass Querystrings into Dynamically Loaded Usercontrol in ASP.NET</title>
		<link>http://www.techartifact.com/blogs/2009/03/new-way-to-pass-querystrings-into-dynamically-loaded-usercontrol-in-aspnet.html</link>
		<comments>http://www.techartifact.com/blogs/2009/03/new-way-to-pass-querystrings-into-dynamically-loaded-usercontrol-in-aspnet.html#comments</comments>
		<pubDate>Tue, 24 Mar 2009 07:02:28 +0000</pubDate>
		<dc:creator>Anky Goyal</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET 2.0]]></category>
		<category><![CDATA[C#.NET 2.0]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=192</guid>
		<description><![CDATA[Problem: How to pass values into a usercontrol as querystrings in asp.net. More References to the problem as as follows: Pass querystring to user control? Pass QueryString as Integer to UserControl Solution: One Can definitely use Session Variables to give the functionality. Set the session variable value in the page and then retrieve the value [...]]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2009/03/new-way-to-pass-querystrings-into-dynamically-loaded-usercontrol-in-aspnet.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

