Showing 1-10 of 14
|
XML Document Load from URL
| This is the start of a default util class | C# | 326 | 12/2/2010 |
|
Debug EasterEgg Tool
| I use this to show a button (div) called debugdiv that displays when the sequence of characters are hit. | JavaScript | 171 | 11/19/2010 |
|
Text File Methods
| Used for retrieving text from files, and implements caching for optimization.
I use this for Policy information and Use Agreements that I can simply copy and past text info and not deal with databases or xml. | C# | 289 | 11/19/2010 |
|
Javascript OnClientClick Confirm
| Confirmation before Delete | ActionScript | 166 | 3/4/2009 |
|
Remember “LoVe/HAte” linking
| REF http://www.mezzoblue.com/css/cribsheet/ | CSS | 611 | 2/2/2009 |
|
Set a Float to Fix a Float - Containing Floats
| Eric Myers method - http://www.complexspiral.com/publications/containing-floats/ | CSS | 576 | 2/2/2009 |
|
WebUser Control Javascript Session countdown timer
| Add this code to a user control and you have a countdown session timer for your asp.net page. | ASP.NET | 2026 | 11/7/2008 |
|
New window javascript popup
| This is a simple standards complient way to implement a popup | ASP.NET | 502 | 11/6/2008 |
|
Semantic xhtml bulleted list control - Replace the .NET table bulleted list
| Originally from: http://dotnetslackers.com/articles/aspnet/A_Better_BulletedList.aspx
Extended version of the ASP.NET 2.0 BulletedList control. This uses proper markup not tables as the default markup. I use it for extending the ASP.NET menu.
| C# | 267 | 10/22/2008 |
|
Limit input characters of 0-9 only using javascript
| This provides a simple way to limit characters of 0-9 only using javascript and keypress. | C# | 254 | 10/20/2008 |