Akxl Labs articles discuss programming concepts and techniques in ASP.NET, C#, JavaScript, CSS, AJAX, and other web technologies.
You can also
browse the articles by tags.

Akxl articles are written by Adam Hamilton, about whatever I feel like at the moment.
Tuesday, September 02, 2008
Viewed 3352 times
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.
Saturday, February 09, 2008
Viewed 2946 times
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.
Monday, January 28, 2008
Viewed 2311 times
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.
Thursday, August 16, 2007
Viewed 45569 times
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.
Thursday, March 29, 2007
Viewed 4172 times
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.
Wednesday, March 21, 2007
Viewed 4929 times
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.
Sunday, February 18, 2007
Viewed 4292 times
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.
Sunday, February 18, 2007
Viewed 6528 times
A no-user-interaction, accessible CAPTCHA that is invisible to visitors - it makes spam-bots identify themselves instead.
Monday, January 29, 2007
Viewed 4239 times
Scale and bound font sizes in a tag cloud using a natural-log curve fitting.
Tuesday, January 23, 2007
Viewed 18 times
A no-user-interaction, accessible CAPTCHA that is invisible to visitors - it makes spam-bots identify themselves instead.
Tuesday, January 23, 2007
Viewed 24320 times
How to convert a web-style hex color (#FFFFFF) to a Color struct instance in C#.
Thursday, November 23, 2006
Viewed 7623 times
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.
Saturday, October 07, 2006
Viewed 2937 times
A method for adding link unerline styles that's better than CSS borders.
Saturday, October 07, 2006
Viewed 2903 times
How much coffee does a college student need?
Saturday, October 07, 2006
Viewed 2996 times
A hybrid method for creating a cross-browser compatible XMLHTTPRequest object for AJAX transactions.
Saturday, October 07, 2006
Viewed 2482 times
Got an AJAX Script stuck in readyState 2? You've probably got a WWW conflict.