Tags
ajax ant apache asp.net Automation blogging capistrano compact framework continuous integration cruisecontrol csharp database DOJO-Toolkit dsl erlang exercises firefox functional programming grails groovy hibernate hql HTML Java JSON Life mock-objects msbuild nunit ObjectBuilder oracle orm performance rails rest ruby-on-rails software-development spam sql subversion validation version-control WebDAV windows-mobile WordPress xmlAds
Archives
Tag Archives: blogging
Akismet Works For Me
I wanted to follow up on my previous post about dealing with blog spam. I installed Akismet and it has worked flawlessly. It has caught dozens of blog spam posts so far. I have had no false positives and no … Continue reading
How Do You Deal With Blog Spam?
I assume that many of my readers are technical people and as such are likely to be bloggers themselves, so I post the question to you: How do you deal with blog spam? I’m currently getting on the order of … Continue reading
Firefox 2 Favorite Features
Firefox 2 is just around the corner. With the recent release of Firefox 2 RC2 I’ve started using it more. It has a number of new features that you can read about in the release notes. I’ve already written about … Continue reading
Javascript Code Formatting
Seek and ye shall find. I posted yesterday about the trials and tribulations of code formatting. While I’ve solved the basic problems of displaying code, we spoiled programmers have gotten really used to syntax highlighting. Syntax highlighting offers a lot … Continue reading
WordPress Code Formatting
I finally got tired of dealing with reformatting that Wordpress does in its attempt to be “user friendly”. In general it does the right thing, but when you deal with code snipits inside <code> tags a lot it can quickly become a problem.
In just a few easy steps, the problems can be solved. Continue reading