View Post

Intro to BDD

Dan North has a nice intro to BDD over on his site. BDD = Behavior Driven Development, an evolution of TDD (Test Driven Development). He also has some other blog […]

Continue Reading
Written by DevelopmentNow -- May 4, 2007
View Post

Easy FTP Uploads in your EXEs

One of my projects involves a complex financial database (stored in Access). I wanted to add a feature to the client EXE that allowed testers to FTP their current copy […]

Continue Reading
Written by DevelopmentNow -- February 28, 2007
View Post

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 -- February 16, 2007
View Post

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 -- February 16, 2007
View Post

jQuery for javascript effects

I’ve been playing more with jQuery lately and enjoying it. It’s small, quick, cross-browser, CSS-compliant, and won’t conflict with any other javascript libraries (including ASP.NET AJAX). There are also a […]

Continue Reading
Written by DevelopmentNow -- February 16, 2007
View Post

Making a Basic Web Site on the Cheap

One day, a friend asks you if you could help them make a simple web site. Your friend said it would be great if it could include things like a blog, […]

Continue Reading
Written by DevelopmentNow -- February 13, 2007
View Post

Search for Code

Today, TechCrunch posted a review of AllTheCode, a new code search site. So now we have at least AllTheCode — only java results right now, no filtering available Krugle — can […]

Continue Reading
Written by DevelopmentNow -- February 6, 2007