<?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>CodeHill &#187; Mono XSP 2.0</title>
	<atom:link href="http://codehill.com/category/mono-xsp-20/feed/" rel="self" type="application/rss+xml" />
	<link>http://codehill.com</link>
	<description>Resources for webmasters and web developers</description>
	<lastBuildDate>Sat, 24 Jul 2010 10:59:02 +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>Check If User Name Exists Using AJAX And C#</title>
		<link>http://codehill.com/2009/04/check-if-user-name-exists-using-ajax-and-c/</link>
		<comments>http://codehill.com/2009/04/check-if-user-name-exists-using-ajax-and-c/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 14:00:33 +0000</pubDate>
		<dc:creator>Amgad</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Mono XSP 2.0]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[XMLHttpRequest]]></category>

		<guid isPermaLink="false">http://codehill.com/?p=625</guid>
		<description><![CDATA[You could make sure the user name entered during the registration process of your website is unique before the submit button is clicked using AJAX and C#. To accomplish this create two aspx pages. The first (default.aspx in this example) is the registration page, and it contains a TextBox control with an onkeyup element that [...]


Related posts:<ol><li><a href='http://codehill.com/2009/02/2-or-more-domain-names-linked-to-the-same-folder/' rel='bookmark' title='Permanent Link: 2 or More Domain Names Linked to the Same Folder'>2 or More Domain Names Linked to the Same Folder</a></li>
<li><a href='http://codehill.com/2009/01/saving-user-and-application-settings-in-winforms/' rel='bookmark' title='Permanent Link: Saving User and Application Settings in WinForms'>Saving User and Application Settings in WinForms</a></li>
<li><a href='http://codehill.com/2009/06/displaying-dynamically-generated-images-in-aspnet/' rel='bookmark' title='Permanent Link: Displaying Dynamically Generated Images in ASP.NET'>Displaying Dynamically Generated Images in ASP.NET</a></li>
</ol>]]></description>
		<wfw:commentRss>http://codehill.com/2009/04/check-if-user-name-exists-using-ajax-and-c/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>A Wrapper Class For hostip.info&#8217;s GeoLocation Service</title>
		<link>http://codehill.com/2009/03/a-wrapper-class-for-hostipinfos-geolocation-service/</link>
		<comments>http://codehill.com/2009/03/a-wrapper-class-for-hostipinfos-geolocation-service/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 14:00:21 +0000</pubDate>
		<dc:creator>Amgad</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Mono 2.0]]></category>
		<category><![CDATA[Mono XSP 2.0]]></category>
		<category><![CDATA[WinForms]]></category>
		<category><![CDATA[GeoLocation]]></category>
		<category><![CDATA[hostip.info]]></category>

		<guid isPermaLink="false">http://codehill.com/?p=587</guid>
		<description><![CDATA[GeoLocation refers to identifying a real-world geographic location of a computer, device or website visitor. There are a many websites that provide this service, some are free and some are not. A populare and free one is hostip.info. It provides country, country code, country flag, city, latitude and longitude of an IP address. This wrapper [...]


Related posts:<ol><li><a href='http://codehill.com/2009/02/2-or-more-domain-names-linked-to-the-same-folder/' rel='bookmark' title='Permanent Link: 2 or More Domain Names Linked to the Same Folder'>2 or More Domain Names Linked to the Same Folder</a></li>
<li><a href='http://codehill.com/2008/12/an-md5-hash-of-a-string/' rel='bookmark' title='Permanent Link: An MD5 Hash of a String'>An MD5 Hash of a String</a></li>
<li><a href='http://codehill.com/2009/03/displaying-an-xml-file-in-a-treeview-control/' rel='bookmark' title='Permanent Link: Displaying an XML File in a TreeView Control'>Displaying an XML File in a TreeView Control</a></li>
</ol>]]></description>
		<wfw:commentRss>http://codehill.com/2009/03/a-wrapper-class-for-hostipinfos-geolocation-service/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>2 or More Domain Names Linked to the Same Folder</title>
		<link>http://codehill.com/2009/02/2-or-more-domain-names-linked-to-the-same-folder/</link>
		<comments>http://codehill.com/2009/02/2-or-more-domain-names-linked-to-the-same-folder/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 14:00:16 +0000</pubDate>
		<dc:creator>Amgad</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Mono XSP 2.0]]></category>
		<category><![CDATA[Redirect]]></category>

		<guid isPermaLink="false">http://codehill.com/?p=406</guid>
		<description><![CDATA[Most if not all web hosting services allow users to link two or more domain names to the same account to save them the cost of a new account for each domain name. With such accounts, opening any of the registered domain names calls the same default page as the other. The solution is to [...]


Related posts:<ol><li><a href='http://codehill.com/2009/04/check-if-user-name-exists-using-ajax-and-c/' rel='bookmark' title='Permanent Link: Check If User Name Exists Using AJAX And C#'>Check If User Name Exists Using AJAX And C#</a></li>
<li><a href='http://codehill.com/2009/06/displaying-dynamically-generated-images-in-aspnet/' rel='bookmark' title='Permanent Link: Displaying Dynamically Generated Images in ASP.NET'>Displaying Dynamically Generated Images in ASP.NET</a></li>
<li><a href='http://codehill.com/2009/03/a-wrapper-class-for-hostipinfos-geolocation-service/' rel='bookmark' title='Permanent Link: A Wrapper Class For hostip.info&#8217;s GeoLocation Service'>A Wrapper Class For hostip.info&#8217;s GeoLocation Service</a></li>
</ol>]]></description>
		<wfw:commentRss>http://codehill.com/2009/02/2-or-more-domain-names-linked-to-the-same-folder/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
