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 ReadingEasy 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 ReadingFireBug 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 ReadingWYSIWYG 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 ReadingjQuery 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 ReadingMaking 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 ReadingSearch 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