<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="0.92">
<channel>
	<title>ASP.NET Tricks</title>
	<link>http://www.aspnettricks.com</link>
	<description></description>
	<lastBuildDate>Fri, 08 Feb 2008 10:10:28 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Operator ===</title>
		<description>Have you ever used the strict equal operator? I learned about it few days ago...
Below is a quick explanation of its behavior: 

"The strict equal to operator returns true if both operands are equal (and of the same type). It doesn't perform any data type conversion, so an expression like ...</description>
		<link>http://www.aspnettricks.com/archives/operator/</link>
			</item>
	<item>
		<title>Hide div and the white space it occupies</title>
		<description>Problem
Most of the developers will say "I can use javascript and CSS 'visibility' property to do that", but shortly after that they'll realize that this is not enough. This solution will hide the div tag content, but the space it occupies will stay. 

You can reproduce this behavior using the ...</description>
		<link>http://www.aspnettricks.com/archives/hide-div-and-the-white-space-it-occupies/</link>
			</item>
	<item>
		<title>ASP.NET Chart Tools</title>
		<description>Recently I needed a flexible chart tool in order to create complicated Gantt chart with 2 layers containing timelines, one layer containing milestones and some links for the Y axis labels. After some research I came across two tools - one generating Flash charts and one generating image charts. Below ...</description>
		<link>http://www.aspnettricks.com/archives/aspnet-chart-tools/</link>
			</item>
	<item>
		<title>Validators inside Update Panel don&#8217;t work properly</title>
		<description>I'm using ASP.NET AJAX in the last project I work on and I'm very happy such control as Update Panel exists. Unfortunately today I experienced problem with validators inside Update Panel.

Problem
I have a form with some fields and validators. The validators are hidden by default.When the button is clicked the ...</description>
		<link>http://www.aspnettricks.com/archives/validators-inside-update-panel-doesnt-work-properly/</link>
			</item>
	<item>
		<title>Cookie is lost when browser is closed</title>
		<description>Today I had to develop very simple and standard functionality with cookies. I'll describe this shortly.

Task
When user visits a site for the first time a disclaimer page must be displayed. Once the user agree with it a cookie value is changed to "true" and the next time the user opens ...</description>
		<link>http://www.aspnettricks.com/archives/cookie-is-lost-when-browser-is-closed/</link>
			</item>
	<item>
		<title>Gaia Ajax Widgets</title>
		<description>Gaia Ajax Widgets is another framework (except ASP.NET AJAX extensions framework) built on top of the native ASP.NET server controls. 

Pros:


	Easy to use 	
             Easy to extend 
	Lightweighted 
	No JavaScript required - you don't have to write JavaScript ...</description>
		<link>http://www.aspnettricks.com/archives/gaia-ajax-widgets-2/</link>
			</item>
	<item>
		<title>How To Define Mozilla Specific CSS</title>
		<description>Today I found a great approach for defining Mozilla specific styles without using Mozilla CSS extentions. The only thing needed is to put all Mozilla specific CSS definitions in a "@-moz-document" block and specify the url, url-prefix or domain to which pages the styles have to be applied:


@-moz-document url(http://www.w3.org/),
  ...</description>
		<link>http://www.aspnettricks.com/archives/how-to-define-mozilla-specific-css/</link>
			</item>
	<item>
		<title>ASP.NET 2.0 AJAX Extensions 1.0 Released</title>
		<description>ASP.NET 2.0 AJAX Extensions 1.0 framework was released some days ago. You can use it for developing and running AJAX-style applications. Download the framework and the documentation or just read more about ASP.NET AJAX.

ASP.NET AJAX Control Toolkit was also released along with the framework. It is a shared-source community project ...</description>
		<link>http://www.aspnettricks.com/archives/aspnet-20-ajax-extensions-10-released/</link>
			</item>
	<item>
		<title>CSS Techniques by Smashing Magazine</title>
		<description>I read an incredible post from Smashing Magazine today. It is a collection of 53 links to various CSS tips and tricks, techniques for developing different types of navigation, image mapping, table techniques, etc. It is definitely worth reading: 53 CSS-Techniques You Couldn’t Live Without. </description>
		<link>http://www.aspnettricks.com/archives/css-techniques-by-smashing-magazine/</link>
			</item>
	<item>
		<title>How to migrate from MS Access to MS SQL Server 2005</title>
		<description>Today I found a great post about migrating from MS Access to MS SQL Server 2005.

The tool used is called "SQL Server Migration Assistant for Access". According to the description it "Automates database migration from Access to SQL Server 2005".

If you want to migrate to MS SQL Server 2000 you ...</description>
		<link>http://www.aspnettricks.com/archives/how-to-migrate-from-ms-access-to-ms-sql-server-2005/</link>
			</item>
</channel>
</rss>
