Archive for the 'ASP.NET' Category

Simplify Asynchronous Javascript Loading In ASP.Net Using LABjs

January 27 2010   Leave a Comment   

LABjs is an excellent javascript library that performs asynchronous loading of javascript files. This can help to greatly increase the load speed of your web pages. Now, instead of blocking while one file is being downloaded, other scripts further down the chain can be downloaded while waiting. On top of that, it can maintain processing [...]

Leave a Comment

jQuery.Net

May 2 2009   Leave a Comment   

In the last few months, I’ve discovered jQuery and jQuery UI, which are a pair pretty awesome of open source javascript libraries.  I know, I’m a little behind the times here, but all I can say is “Wow”.  Frankly, using jQuery makes the AJAX library that comes with .NET 3.0/3.5 from Microsoft seem foolish and [...]

Leave a Comment

Appending Text To The Titles Of All Web Pages

August 31 2008   Leave a Comment   

Have you ever wanted to add a text string, like an application name, to the title of all your web pages. It’s easy to do using the control adapters available in ASP.NET 2.0 and later. First, create a new .browser file in the App_Browsers folder of your application, or add this entry to an existing [...]

Leave a Comment

Application To Generate ASP.NET Machine Keys

August 26 2008   Leave a Comment   

Frankly, it’s always a pain to create ASP.NET machine keys for each of your web applications. I’ve written a little helper app that creates the <machineKey> section for your web.config file for you, with options for various encryption and validation algorithms. Special thanks go to Ben Strackany, who’s article ASP.NET: MachineKey Generator I used as [...]

Leave a Comment

Update To Partial Authentication System

August 26 2008   2 Comments   

I’ve posted an update to the Partial Authentication System that fixes the following minor bugs: Fixed bug where PartialAuthentication properties weren’t always initialized after application reload Fixed bug where invalid authentication tickets were raising exception instead of ignoring them You can download the new source code and binaries here: Partial Authentication System 1.0.1.1 Source and [...]

2 Comments
 
     
Copyright © 2009 All Rights Reserved. Powered by WordPress 2.7 Subscribe to RSS