<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Programming Articles</title>
    <link>http://www.huachaojune.com/23/section-Programming-Articles/Programming-Articles.aspx</link>
    <description>Programming Articles</description>
    <language>en-US</language>
    <pubDate>Tue, 06 Jan 2009 05:32:07 GMT</pubDate>
    <lastBuildDate>Tue, 06 Jan 2009 05:32:07 GMT</lastBuildDate>
    <generator>Cuyahoga Website Framework</generator>
    <ttl>60</ttl>
    <item>
      <title>Adding the IDENTITY Property to an Existing Column </title>
      <link>http://www.huachaojune.com/23/section-Programming-Articles/Programming-Articles.aspx/343</link>
      <description>I can't find the exact syntax for adding the IDENTITY property to an existing column. I checked the ALTER TABLE syntax, but it describes only adding a new column that includes the IDENTITY property. How can I add this property to an existing column? </description>
      <dc:creator>FengLiN</dc:creator>
      <pubDate>Tue, 04 Dec 2007 09:58:03 GMT</pubDate>
      <category>SQL Server</category>
    </item>
    <item>
      <title>Use the CASE Statement in a SQL SELECT Clause</title>
      <link>http://www.huachaojune.com/23/section-Programming-Articles/Programming-Articles.aspx/295</link>
      <description>SQL Server provides a mechanism for returning different values in a SELECT clause based on Boolean conditions: the CASE statement. This statement resembles Visual Basics Select Case statement.
 The SQL CASE statement has WHEN, THEN, and ELSE clauses...</description>
      <dc:creator>FengLiN</dc:creator>
      <pubDate>Thu, 29 Nov 2007 14:09:16 GMT</pubDate>
      <category>SQL Server</category>
    </item>
    <item>
      <title>SQL Server DO's and DONT's</title>
      <link>http://www.huachaojune.com/23/section-Programming-Articles/Programming-Articles.aspx/95</link>
      <description> SQL Server DO's and DON'Ts 
 So, you are now the leader of a SQL Server based project and this is your first one, perhaps migrating from Access. Or maybe you have performance problems with your SQL Server and don't know what to do next. Or...</description>
      <dc:creator>FengLiN</dc:creator>
      <pubDate>Mon, 22 Oct 2007 03:59:14 GMT</pubDate>
      <category>SQL Server</category>
    </item>
    <item>
      <title>Learn how to use regular expressions in 30 minutes with Expresso.</title>
      <link>http://www.huachaojune.com/23/section-Programming-Articles/Programming-Articles.aspx/94</link>
      <description> Learning .NET Regular Expressions with Expresso 
 Did you ever wonder what Regular Expressions are all about and want to gain a basic understanding quickly? My goal is to get you up and running with a basic understanding of regular expressions...</description>
      <dc:creator>FengLiN</dc:creator>
      <pubDate>Mon, 22 Oct 2007 03:53:05 GMT</pubDate>
      <category>Regular Expressions</category>
    </item>
    <item>
      <title>50+  CSS Best Pratices and Coding Guidelines</title>
      <link>http://www.huachaojune.com/23/section-Programming-Articles/Programming-Articles.aspx/28</link>
      <description> What to avoid  
 In-line CSS  
Absolute font sizes  
Single quotation marks around paths for images  
CSS hacks  
Redeclaring inherited values  
Applying padding/borders and a fixed width to an element....</description>
      <dc:creator>FengLiN</dc:creator>
      <pubDate>Tue, 16 Oct 2007 03:05:08 GMT</pubDate>
      <category>CSS</category>
    </item>
    <item>
      <title>40 Tips to Optimize Your PHP Code</title>
      <link>http://www.huachaojune.com/23/section-Programming-Articles/Programming-Articles.aspx/27</link>
      <description>If a method can be static, declare it static. Speed improvement is by a factor of 4.  
echo is faster than print.  
Set the maxvalue for your for-loops before and not in the loop.  
Unset your variables to free memory, especially large...</description>
      <dc:creator>FengLiN</dc:creator>
      <pubDate>Tue, 16 Oct 2007 03:03:00 GMT</pubDate>
      <category>PHP</category>
    </item>
  </channel>
</rss>