15Apr2008

I use NetVibes for my browser home page and RSS feed reader and I’ve noticed over time that some of the feeds that I subscribe to have pictures embedded within their feed summary. Why doesn’t my feed have a picture in it? I thought that this was really neat because it gives you a quick [...]




7Apr2008

In a recent article I outlined how to modify the output of the wp_list_pages() template function in WordPress. Later on, however, I found that having the <span> tags that I added in every single title was not desirable. So instead of using a filter I wrote a small bit of custom code to iterate through [...]




3Apr2008

I was recently working on a new WordPress theme when I had need to modify the title of pages before output. The style I was attempting to use involved wrapping <span> tags around the title (inside of the href tags). The wp_list_pages() function returns pages (which are basically the same as posts) and has several [...]




1Apr2008

Many people use the MySQL open source relational database server. Mostly for websites, but I’ve also seen it used elsewhere. One problem that I recently ran into with my local development installation is… “what was my root password again?” Aaaggghh!
OK, sorry. Don’t panic; it can be recovered. A quick survey of the internet and I [...]




13Sep2007

A couple of weeks ago I wrote an article titled Instant Source - Hacking Websites The Easy Way. It covered the Internet Explorer extension Instant Source, which allowed a much more informative view source functionality. I really liked this extension BUT being an IE only program I set out to find a Firefox alternative.
View Source [...]




11Sep2007

This is an awesome list of web designer resources that got dugg. I thought I’d list it here as well because the list is just so darned good!
See the 77 Resources…




6Sep2007

Have you ever wanted to develop a website that had some distinctly Windows characteristics to it? Have you ever wondered how you could get those nifty Explorer icons into a format you could use? Well, if you search on Google you’ll find plenty of tools that can do it all for you in one shot. [...]




16Aug2007

LyricWiki is a free site which is a source where anyone can go to get reliable lyrics for any song from any artist without being hammered by invasive ads.
The LyricWiki Search Widget is a WordPress plugin that provides a widget to place a search box right on the sidebar of your WordPress site so that [...]




3Aug2007

I just installed the WP-Syntax WordPress plugin for the last post. This was so I could have my sample Java code formatted and syntax highlighted in the post. Wow! I didn’t realize how bad it was going to be formatted. The plugin is nice and the syntax highlighting is good, but the code is formatted [...]




15Jun2007

For the first part of my career I fought against being pigeonholed as a web programmer or web developer. Why? I wanted to build serious applications.. real applications that ran on the desktop and consumed large amounts of resources. Of course, eventually I gave up fighting that battle and migrated towards the web application. That [...]