<?xml version="1.0"?>


      <rss version="2.0" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
         <channel>
            <title>Irocon Blog</title>
            <link>/Blog/Default.aspx</link>
            <description>Welcome to IroCon.com</description>
            <language>en-us</language>
            <pubDate>Thu, 29 Jul 2010 12:17:22 GMT</pubDate>
            <copyright>Copyright &amp;copy;2006-2010 Irocon</copyright>
   
              <item>
                 <title>How to create an Excel file (Without Excel)</title>
                 <author>alfero</author>
                 <description>How to export the results of a SQL query to CSV or Excel format without installing Microsoft Excel.</description>
                 <link>http://www.irocon.com/Blog/2010/02/25/how-to-create-an-excel-file-without-1.aspx</link>
                 <pubDate>Thu, 25 Feb 2010 18:23:10 GMT</pubDate>
                 <trackback:ping>http://www.irocon.com/trackback.axd?id=273</trackback:ping>
              </item>
   
              <item>
                 <title>Understanding Models, Views, and Controllers</title>
                 <author>alfero</author>
                 <description>This tutorial provides you with a high-level overview of ASP.NET MVC models, views, and controllers. In other words, it explains the &amp;lsquo;M&amp;rsquo;, &amp;lsquo;V&amp;rsquo;, and &amp;lsquo;C&amp;rsquo; in ASP.NET MVC. After reading this tutorial, you should understand how the different parts of an ASP.NET MVC application work together. You should also understand how the architecture of an ASP.NET MVC application</description>
                 <link>http://www.irocon.com/Blog/2009/04/07/understanding-models-views-and.aspx</link>
                 <pubDate>Tue, 07 Apr 2009 11:19:26 GMT</pubDate>
                 <trackback:ping>http://www.irocon.com/trackback.axd?id=271</trackback:ping>
              </item>
   
              <item>
                 <title>5 Reasons to do Web Design in ASP.NET MVC</title>
                 <author>alfero</author>
                 <description>Dan Wahlin presents 5 compelling reasons to try out ASP.NET MVC: Automatic mapping of control values to object properties Automatic generation of views Built-in AJAX support Intergrarion with other JavaScript libraries such as JQuery Promotes better coding practices and a Solid Application Architecture &amp;nbsp;</description>
                 <link>http://www.irocon.com/Blog/2009/04/07/5-reasons-to-do-web-design-in-asp-net.aspx</link>
                 <pubDate>Tue, 07 Apr 2009 01:22:06 GMT</pubDate>
                 <trackback:ping>http://www.irocon.com/trackback.axd?id=270</trackback:ping>
              </item>
   
              <item>
                 <title>How to post updates to Twitter using WebClient</title>
                 <author>alfero</author>
                 <description>Bruno Piovan shows how to post updates to Twitter using the .NET WebClient. Very simple and elegant. No need to include an external library. public void PostTwitterUpdate(string userName, string password, string updateMessage){ using (WebClient wc = new WebClient()) { wc.Credentials = new NetworkCredential(userName, password); ServicePointManager.Expect100Continue = false; byte[] updateMessageBytes</description>
                 <link>http://www.irocon.com/Blog/2009/04/07/how-to-post-updates-to-twitter-using.aspx</link>
                 <pubDate>Tue, 07 Apr 2009 00:04:05 GMT</pubDate>
                 <trackback:ping>http://www.irocon.com/trackback.axd?id=269</trackback:ping>
              </item>
   
              <item>
                 <title>Using tinyurl.com in a .Net application</title>
                 <author>alfero</author>
                 <description>I just discovered a way to automatically shorten urls posted to Twitter: &amp;nbsp; &amp;nbsp; public static string MakeTinyUrl(string url)&amp;nbsp; &amp;nbsp; {&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; try&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (url.Length &amp;lt;= 30)&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return url;&amp;nbsp; &amp;nbsp; &amp;nbsp;</description>
                 <link>http://www.irocon.com/Blog/2009/03/25/using-tinyurl-com-in-net-application.aspx</link>
                 <pubDate>Wed, 25 Mar 2009 01:41:37 GMT</pubDate>
                 <trackback:ping>http://www.irocon.com/trackback.axd?id=268</trackback:ping>
              </item>
   
              <item>
                 <title>Testing</title>
                 <author>alfero</author>
                 <description>This is just a test.</description>
                 <link>http://www.irocon.com/Blog/2009/03/25/testing.aspx</link>
                 <pubDate>Wed, 25 Mar 2009 00:47:26 GMT</pubDate>
                 <trackback:ping>http://www.irocon.com/trackback.axd?id=267</trackback:ping>
              </item>
   
              <item>
                 <title>30 Useful Web Design Books for 2009</title>
                 <author>alfero</author>
                 <description>The year 2009 promises to bring us some excellent, and even groundbreaking, new reads. Listed below are 30 web design related books from some of the brightest designers and developers in the industry, that will likely be influential must-reads.</description>
                 <link>http://www.irocon.com/Blog/2009/03/25/30-useful-web-design-books-for-2009.aspx</link>
                 <pubDate>Wed, 25 Mar 2009 00:36:28 GMT</pubDate>
                 <trackback:ping>http://www.irocon.com/trackback.axd?id=266</trackback:ping>
              </item>
   
              <item>
                 <title>4 Principles of Good Design for Websites</title>
                 <author>alfero</author>
                 <description>From Andrew Houle's blog: This post dissects 4 principles of web design that help you create cleaner, more aesthetically pleasing sites. Contrast Repetition Alignment Proximity It&amp;rsquo;s unbelievable how much better your designs will become when you take into consideration these four basic principles. There are always more things to consider, but a foundation of contrast, repetition, alignment and</description>
                 <link>http://www.irocon.com/Blog/2009/03/25/4-principles-of-good-design-for.aspx</link>
                 <pubDate>Wed, 25 Mar 2009 00:15:54 GMT</pubDate>
                 <trackback:ping>http://www.irocon.com/trackback.axd?id=265</trackback:ping>
              </item>
   
              <item>
                 <title>8 Things Every Beginner SEO Should Know</title>
                 <author>alfero</author>
                 <description>Jordan&amp;nbsp; posted a very quick and dirty list meant for people wanting to find out the absolute bare bones of SEO.Search Engine Optimization is the art of getting your site positioned as close to the top of the front page as possible. Here are the 8 items that Jordan considers most important: HTML Document Title HTML Document name Incoming links Page content Sitemaps Outgoing links Heading (H1,H2,</description>
                 <link>http://www.irocon.com/Blog/2009/03/25/8-things-every-beginner-seo-should-know.aspx</link>
                 <pubDate>Wed, 25 Mar 2009 00:04:44 GMT</pubDate>
                 <trackback:ping>http://www.irocon.com/trackback.axd?id=264</trackback:ping>
              </item>
   
              <item>
                 <title>10 Rare HTML Tags You Really Should Know</title>
                 <author>alfero</author>
                 <description>From Glen Stansberry's blog: Here are ten of some of the most underused and misunderstood tags in HTML. While they might be less familiar, they're still quite useful in certain situations. &amp;lt;cite&amp;gt; &amp;lt;optgroup&amp;gt; &amp;lt;acronym&amp;gt; &amp;lt;address&amp;gt; &amp;lt;ins&amp;gt; and &amp;lt;del&amp;gt; &amp;lt;label&amp;gt; &amp;lt;fieldset&amp;gt; &amp;lt;abbr&amp;gt; &amp;lt;rel&amp;gt; &amp;lt;wbr&amp;gt; I've used only three of these tags in my web development</description>
                 <link>http://www.irocon.com/Blog/2009/03/24/10-rare-html-tags-you-really-should.aspx</link>
                 <pubDate>Tue, 24 Mar 2009 22:57:53 GMT</pubDate>
                 <trackback:ping>http://www.irocon.com/trackback.axd?id=263</trackback:ping>
              </item>
   
         </channel>
      </rss>
   

