Sunday, March 12, 2006

140 Resources on Online Tools, Generators, Checkers

Here's a list of tools for web developers:
140 Resources on Online Tools, Generators, Checkers - Listible

Friday, March 03, 2006

Visual Studio Keyboard Shortcut Macro

Coding Horror: Keyboard shortcut summary macro - Queries the Visual Studio IDE for the actual keyboard bindings and produces a web page that lists your keyboard shortcuts.

Monday, February 27, 2006

Everything you always wanted to know about Task Manager but were afraid to ask

Coding Horror: Everything you always wanted to know about Task Manager but were afraid to ask

Friday, February 17, 2006

Visual Studio 2005: C# Code Snippets

The C# code snippets equivalent to the VB snippets that shipped with VS 2005 are finally out.
Visual Studio 2005: Visual Studio 2005 Code Snippets

Friday, January 20, 2006

New PC

I'm in the progress of migrating to my new Dell Precision 380 Pentium D with dual flat screen monitors at work so I figured I'd post some links to info I've found useful when switching machines.

Disable Windows Server 2003 Shutdown Event Tracker

Command Prompt Here

Internet Explorer 5 Web Developer Accessories for the view partial source feature.

Friday, December 09, 2005

The 46 Best-ever Freeware Utilities

A list of some useful free utilities including anti-virus software.

The 46 Best-ever Freeware Utilities

Thursday, December 01, 2005

24 Ways to Impress Your Friends

The 24 ways site appears to be posting a cool web development article a day that you can use to impress your friends.

Day 1 was on the Prototype Ajax library.

intensivstation :: CSS Templates :: Templates

Here's some possibly useful CSS Templates
intensivstation :: CSS Templates :: Templates

Fun With C# and HP Laserjets

Don't know if I'd dare try this but we've got HP printers at work.
Fun With C# and HP Laserjets

10 Useful JavaScript Functions

Here's Dustin Diaz's list of the top 10 custom JavaScript functions of all time. They look like they could be useful.

Thursday, November 10, 2005

Dactyl Fractal Zoom

A flash animation of Fractal Fingers.

Monday, November 07, 2005

PromptSQL: SQL Intellisense for MS Query Analyzer, VS.NET 2003, Management Studio and VS 2005

PromptSQL: SQL Intellisense for MS Query Analyzer, VS.NET 2003, Management Studio and VS 2005: "PromptSQL provides SQL Intellisense style word completion for various Microsoft SQL editors, and UltraEdit."

Monday, October 17, 2005

Fractal Food

Fractal Food: "Romanesco (as I'll refer to it henceforth) is a member of the species Brassica oleracea L., which includes cabbage, broccoli, Brussels sprouts, cauliflower, collard greens, kohlrabi, and numerous other 'cultivars' (cultivated variations)."

Cool looking fractal relative of broccoli and cauliflower.

Update:
Found some Romanesco links on Metafilter.

Wednesday, September 28, 2005

Inside Outlook Express

Inside Outlook Express: "Help, tips, FAQs and technical information to help you use, understand, and repair Microsoft Outlook Express for Windows"

Tuesday, July 26, 2005

Google Logo Maker

Logogle converts the text you enter into Google logo style.

Here's an example that crosses the Whole Wheat Bagel site with Google to produce Whole Wheat Baagle.

Wednesday, July 06, 2005

Context Free

Context Free: " Context Free, an environment for editing and rendering CFDG design grammars."

Design grammars are sets of non-deterministic rules that produce images.

Wednesday, June 01, 2005

Doskey

To my surprise Doskey still exists in XP
To create a batch program named Tmp.bat that contains recently used commands, type:

doskey /history > tmp.bat

Friday, April 22, 2005

Removing the Dotted Border From Active Links

I've got some pages that use link based CSS tabs and I've finally stumbled upon a method for preventing the dotted border from showing up on active links in IE.

hideFocus: "use the HIDEFOCUS attribute to prevent a focus rectangle from appearing "