
		<rss version="2.0">
			<channel>
				<title>ASPAlliance.com - Articles, reviews, and samples for .NET Developers</title>
				<link>http://aspalliance.com/</link>
				<description>Recent articles on AspAlliance.com.</description>
	
			<item>
				<title>CodeSnip: Redirecting an HTTP Request to HTTPS in IIS 7.0</title>
				<description>IIS 7 has a new User Interface and a new configuration system. In this article Sudeep provides step-by-step information on how to configure HTTP to HTTPS redirection which is a common requirement for Microsoft Exchange.</description>
				<link>http://aspalliance.com/1667_CodeSnip_Redirecting_an_HTTP_Request_to_HTTPS_in_IIS_70</link>
				<author>Sudeep G</author>
				<pubDate>Fri, 04 Jul 2008 00:00:00 GMT</pubDate>
			</item>
	
			<item>
				<title>Creating Multi-Language Custom Control</title>
				<description>Suppose that we are dealing with a multi-language website: English, French, Chinese, etc. and in some forms we need to enter a username in three languages, each language in a separate textbox. Abdulla&apos;s custom control allows developers to add these three textboxs inside a custom multilang control that will reform these textboxes inside a sliding div that displays one textbox at a time for the selected language. This custom control includes two icons for each language: one in &quot;on&quot; case, and one for &quot;off&quot; case, so the end user can click in the language image that he wants to enter and the proper textbox will appear in the sliding animation using JavaScript code. He provides a comprehensive explanation of each step involved in developing the control with source codes and screenshots in addition to some of the tips and tricks for advanced functionality.</description>
				<link>http://aspalliance.com/1669_Creating_MultiLanguage_Custom_Control</link>
				<author>Abdulla Hussein AbdelHaq</author>
				<pubDate>Wed, 02 Jul 2008 00:00:00 GMT</pubDate>
			</item>
	
			<item>
				<title>Resizing Data Controls in ASP.NET Applications</title>
				<description>In this article Aravind demonstrates how to resize ASP.NET data controls such as the GridView at run time. After listing a brief overview of the concept, he provides a short coverage of style settings and the events which need to be captured to achieve the desired result. He makes use of a single JavaScript file to illustrate this functionality and provides crisp explanation of each line of the code.</description>
				<link>http://aspalliance.com/1654_Resizing_Data_Controls_in_ASPNET_Applications</link>
				<author>Aravind Kumar</author>
				<pubDate>Mon, 30 Jun 2008 00:00:00 GMT</pubDate>
			</item>
	
			<item>
				<title>How to Make an Application Offline in ASP.NET 2.0</title>
				<description>There are different approaches to taking an application offline, for such things as say maintenance purposes. The latest addition is App_Offline.htm in ASP.NET 2.0 and this article demonstrates how to perform this task. First, is a brief overview of IIS and then the usage of httpRuntime and App_Offline.htm are provided along with detailed analysis and screenshots.</description>
				<link>http://aspalliance.com/1666_How_to_Make_an_Application_Offline_in_ASPNET_20</link>
				<author>SANJIT SIL</author>
				<pubDate>Fri, 27 Jun 2008 00:00:00 GMT</pubDate>
			</item>
	
			<item>
				<title>Introducing JavaServer Faces</title>
				<description>In this article Babita provides a brief overview of JavaServer Faces (JSF), its components, life-cycle, and its advantages over so many frameworks and technologies like JSP, Servlet, Struts, etc. You will learn each step involved in the life cycle of a JSF application with the help of detailed explanation and source code.</description>
				<link>http://aspalliance.com/1670_Introducing_JavaServer_Faces</link>
				<author>Babita Baliarsingha</author>
				<pubDate>Wed, 25 Jun 2008 00:00:00 GMT</pubDate>
			</item>
	
			<item>
				<title>Complex Data Binding with the Accordion Control</title>
				<description>The Accordion control is a flexible way to group data output to the screen. This article demonstrates the usage of the control to data bind information in ASP.NET. Brian clearly examines each step in detail with the help of database structure diagram, relevant explanation, and plenty of source code.</description>
				<link>http://aspalliance.com/1674_Complex_Data_Binding_with_the_Accordion_Control</link>
				<author>Brian Mains</author>
				<pubDate>Mon, 23 Jun 2008 00:00:00 GMT</pubDate>
			</item>
	
			<item>
				<title>Reworking ASP.NET MVC Store with MVC# Framework</title>
				<description>In this article Oleg examines how to rework an ASP.NET MVC application originally created by Scott Guthrie with the help of MVC# Framework. After a short introduction he provides a brief summary of the application being developed and provides exhaustive coverage of the various phases involved in the development with the help of relevant source code and screenshots.</description>
				<link>http://aspalliance.com/1651_Reworking_ASPNET_MVC_Store_with_MVC_Framework</link>
				<author>Oleg Zhukov</author>
				<pubDate>Wed, 18 Jun 2008 00:00:00 GMT</pubDate>
			</item>
	
			<item>
				<title>Internet Explorer Developer Toolbar</title>
				<description>The Internet Explorer Developer Toolbar is released as a free plug-in for Internet Explorer 6.0 and above. This article discusses features and advantages in using the Internet Explorer Developer Toolbar. With this toolbar it is now possible for a developer to understand and correct the rendered HTML just as a UI designer would. It has a handful of useful features which makes it possible for even those not trained in HTML techniques to use it to its fullest.</description>
				<link>http://aspalliance.com/1625_Internet_Explorer_Developer_Toolbar</link>
				<author>Satheesh  Babu</author>
				<pubDate>Mon, 16 Jun 2008 00:00:00 GMT</pubDate>
			</item>
	
			<item>
				<title>Working with Amazon Search Web Service using ASP.NET</title>
				<description>In this article, Anand examines the steps required to consume an Amazon Search Web Service using an ASP.NET application. After providing a short introduction, he examines the different approaches involved in the development of the application including the Request and Response classes. The article is well supported by the relevant code samples along with a comprehensive analysis of each of them.</description>
				<link>http://aspalliance.com/1650_Working_with_Amazon_Search_Web_Service_using_ASPNET</link>
				<author>Anand Vijayan</author>
				<pubDate>Tue, 10 Jun 2008 00:00:00 GMT</pubDate>
			</item>
	
			<item>
				<title>Using Forms Authentication with Membership Providers in ASP.NET 2.0</title>
				<description>This article examines the usage of Forms Authentication with Membership Providers using ASP.NET 2.0 in a series of parts. After providing a detailed overview of the concepts, Sudeep demonstrates setting up ActiveDirectoryMembershipProvider, ActiveDirectoryMembershipProvider with Active Directory Application Mode, and the usage of SqlMembershipProvider and SQL Role Provider in a step-by-step manner with the help of sample code listings. In addition to these, he also enlists the use of AuthorizationManager with Active Directory Membership Provider.</description>
				<link>http://aspalliance.com/1658_Using_Forms_Authentication_with_Membership_Providers_in_ASPNET_20</link>
				<author>Sudeep G</author>
				<pubDate>Mon, 09 Jun 2008 00:00:00 GMT</pubDate>
			</item>
	
			</channel>
		</rss>
	