Project Timer App

I threw together a small windows app to help track projects. You can download it here. I guess it would be better as a web app, but anyhow…oh, and feedback is […]

Continue Reading
Written By DevelopmentNow

HTTP Compression in IIS

Ok ok, you want to compress your ASPX files in IIS, but you don’t want to do it for every site, and you want to exclude certain directories. You don’t […]

Continue Reading
Written By DevelopmentNow

PHP IDEs

I’ve been doing some PHP development lately (yes, I know, you’re probably wondering why I’m not doing Ruby on Rails) and I started to look around for a good PHP […]

Continue Reading
Written By DevelopmentNow

Testing Mobile Applications with Firefox Plugins

From the WURFL list, some good suggestions on ways to simulate mobile browsers & test mobile-aware web apps using Firefox plugins: Tom Thurston suggests …the firefox “user agent switcher” extension. […]

Continue Reading
Written By DevelopmentNow

Web-based GTD Tools

Saw this list of GTD tools on Digg. Or maybe somewhere else. Anyhow, they look kinda cool, but I’m still going to install Outlook 2007 and see if that works […]

Continue Reading
Written By DevelopmentNow

FireBug 1.0.1 is out

New version of FireBug is out (v1.0.1), if you use javascript and FireFox, get it! Release notes for 1.0.1: Support escaping the % sign in console.log() calls using %% Support […]

Continue Reading
Written By DevelopmentNow

WYSIWYG editor in minutes

FYI, TinyMCE is a nice little editor that makes it super easy to turn a regular textbox into a WYSIWYG HTML editor. You can play with a demo and see […]

Continue Reading
Written By DevelopmentNow