<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>Code Labs Articles</title>
    <link>http://www.akxl.net/labs/</link>
    <description>Akxl Labs Source Code and Articles Feed. Akxl Labs articles discuss programming concepts and techniques in ASP.NET, C#, JavaScript, CSS, AJAX, and other web technologies.</description>
    <image>
      <url>http://www.akxl.net/images/akxllabs_dark.gif</url>
      <title>Akxl Labs</title>
      <link>http://www.akxl.net/labs/</link>
    </image>
    <item>
       <title>Handling Events in JavaScript - From Basics to Best-Practices</title>
       <link>http://www.akxl.net/labs/articles/handling-events-in-javascript---from-basics-to-best-practices/</link>
       <description>A few simple tips and tricks to create more robust JavaScript event handlers with better performance and fewer interactions.  Learn how to subscribe multiple functions to the same event, prevent event flicker, and pass parameters to event handlers.</description>
       <comments>http://www.akxl.net/labs/articles/16/#Feedback</comments>
       <pubDate>Tue, 02 Sep 2008 20:28:16 GMT</pubDate>
    </item>
    <item>
       <title>A JavaScript to Change the Style of HTML Entities by Fading Between Colors</title>
       <link>http://www.akxl.net/labs/articles/a-javascript-to-change-the-style-of-html-entities-by-fading-between-colors/</link>
       <description>ColorChanger is a custom JavaScript object that can transition any style property of an HTML entity from any one color to another by calculating intermediate colors.</description>
       <comments>http://www.akxl.net/labs/articles/15/#Feedback</comments>
       <pubDate>Sat, 09 Feb 2008 23:07:55 GMT</pubDate>
    </item>
    <item>
       <title>Text-Wrapped Drop Caps in CSS Using the First-Letter Selector</title>
       <link>http://www.akxl.net/labs/articles/text-wrapped-drop-caps-in-css-using-the-first-letter-selector/</link>
       <description>Examples and code describe how to create a cross-broswer text-wrapped drop cap in CSS using the first-letter selector. Includes a solution to Internet Explorer's line alignment problem.</description>
       <comments>http://www.akxl.net/labs/articles/14/#Feedback</comments>
       <pubDate>Mon, 28 Jan 2008 20:33:06 GMT</pubDate>
    </item>
    <item>
       <title>Use JavaScript to Change or Fade Opacity/Transparency of HTML Entities</title>
       <link>http://www.akxl.net/labs/articles/use-javascript-to-change-or-fade-opacity-or-transparency-of-html-entities/</link>
       <description>How to use CSS and JavaScript to dynamically alter the opacity of an item on a web page, including animated fade-in and fade-out of an element.</description>
       <comments>http://www.akxl.net/labs/articles/13/#Feedback</comments>
       <pubDate>Thu, 16 Aug 2007 20:08:14 GMT</pubDate>
    </item>
    <item>
       <title>Scrollbars Made From JavaScript and CSS</title>
       <link>http://www.akxl.net/labs/articles/scrollbars-made-from-javascript-and-css/</link>
       <description>An HTML/JavaScript/CSS based scrollbar that provides a more powerful, style-able, and smaller alternative to regular scrollbars.  Dragging and the mouse wheel are both supported.</description>
       <comments>http://www.akxl.net/labs/articles/12/#Feedback</comments>
       <pubDate>Thu, 29 Mar 2007 02:42:36 GMT</pubDate>
    </item>
    <item>
       <title>Creating a Tag Cloud - A Better Approach</title>
       <link>http://www.akxl.net/labs/articles/creating-a-tag-cloud---a-better-approach/</link>
       <description>Presents a graphical explanation of an algorithm to create a Tag Cloud, with an example .NET User Control in ASP.NET C# that you can use on your website.</description>
       <comments>http://www.akxl.net/labs/articles/11/#Feedback</comments>
       <pubDate>Wed, 21 Mar 2007 00:24:59 GMT</pubDate>
    </item>
    <item>
       <title>ImageButtons that Automatically Generate their Button Images</title>
       <link>http://www.akxl.net/labs/articles/imagebuttons-that-automatically-generate-their-button-images/</link>
       <description>Never make a graphical button again, let your ASP.NET button controls do it for you. CustomImageButton combines a graphical button maker with an ImageButton control, to create an ASP.NET (C#) tool that makes it's own buttons on demand.</description>
       <comments>http://www.akxl.net/labs/articles/10/#Feedback</comments>
       <pubDate>Sun, 18 Feb 2007 12:00:00 GMT</pubDate>
    </item>
    <item>
       <title>ASP.NET Automated Negative CAPTCHA User Control v2</title>
       <link>http://www.akxl.net/labs/articles/asp.net-automated-negative-captcha-user-control-v2/</link>
       <description>A no-user-interaction, accessible CAPTCHA that is invisible to visitors - it makes spam-bots identify themselves instead.</description>
       <comments>http://www.akxl.net/labs/articles/9/#Feedback</comments>
       <pubDate>Sun, 18 Feb 2007 00:00:00 GMT</pubDate>
    </item>
    <item>
       <title>Creating a Tag Cloud</title>
       <link>http://www.akxl.net/labs/articles/creating-a-tag-cloud/</link>
       <description>Scale and bound font sizes in a tag cloud using a natural-log curve fitting.</description>
       <comments>http://www.akxl.net/labs/articles/8/#Feedback</comments>
       <pubDate>Mon, 29 Jan 2007 00:00:00 GMT</pubDate>
    </item>
    <item>
       <title>ASP.NET Automated Negative CAPTCHA User Control</title>
       <link>http://www.akxl.net/labs/articles/asp.net-automated-negative-captcha-user-control/</link>
       <description>A no-user-interaction, accessible CAPTCHA that is invisible to visitors - it makes spam-bots identify themselves instead.</description>
       <comments>http://www.akxl.net/labs/articles/7/#Feedback</comments>
       <pubDate>Tue, 23 Jan 2007 12:00:00 GMT</pubDate>
    </item>
    <item>
       <title>Converting a Hexadecimal Color to a System.Drawing.Color Object</title>
       <link>http://www.akxl.net/labs/articles/converting-a-hexadecimal-color-to-a-system.drawing.color-object/</link>
       <description>How to convert a web-style hex color (#FFFFFF) to a Color struct instance in C#.</description>
       <comments>http://www.akxl.net/labs/articles/6/#Feedback</comments>
       <pubDate>Tue, 23 Jan 2007 00:00:00 GMT</pubDate>
    </item>
    <item>
       <title>ASP.NET C# Instant Messenger Status Determination</title>
       <link>http://www.akxl.net/labs/articles/asp.net-c-sharp-instant-messenger-status-determination/</link>
       <description>A dotnet pluugin to display the status of an IM user on your website. Determine or Display your Status on AIM, Yahoo, MSN, ICQ, Jabber, or Skype.</description>
       <comments>http://www.akxl.net/labs/articles/5/#Feedback</comments>
       <pubDate>Thu, 23 Nov 2006 00:00:00 GMT</pubDate>
    </item>
    <item>
       <title>Links With Dashed Underlines</title>
       <link>http://www.akxl.net/labs/articles/links-with-dashed-underlines/</link>
       <description>A method for adding link unerline styles that's better than CSS borders.</description>
       <comments>http://www.akxl.net/labs/articles/4/#Feedback</comments>
       <pubDate>Sat, 07 Oct 2006 22:54:00 GMT</pubDate>
    </item>
    <item>
       <title>The Coffee Counter</title>
       <link>http://www.akxl.net/labs/articles/the-coffee-counter/</link>
       <description>How much coffee does a college student need?</description>
       <comments>http://www.akxl.net/labs/articles/3/#Feedback</comments>
       <pubDate>Sat, 07 Oct 2006 22:22:00 GMT</pubDate>
    </item>
    <item>
       <title>Creating the XMLHttpRequest Object for AJAX Postbacks</title>
       <link>http://www.akxl.net/labs/articles/creating-the-xmlhttprequest-object-for-ajax-postbacks/</link>
       <description>A hybrid method for creating a cross-browser compatible XMLHTTPRequest object for AJAX transactions.</description>
       <comments>http://www.akxl.net/labs/articles/2/#Feedback</comments>
       <pubDate>Sat, 07 Oct 2006 22:07:00 GMT</pubDate>
    </item>
    <item>
       <title>AJAX and the WWW Problem</title>
       <link>http://www.akxl.net/labs/articles/ajax-and-the-www-problem/</link>
       <description>Got an AJAX Script stuck in readyState 2? You've probably got a WWW conflict.</description>
       <comments>http://www.akxl.net/labs/articles/1/#Feedback</comments>
       <pubDate>Sat, 07 Oct 2006 19:21:00 GMT</pubDate>
    </item>
  </channel>
</rss>
