Category Archives: Web Development

Opacity supports “Export to Canvas”

Looks like I may be able to soon replace Adobe Fireworks as my image editing tool of choice for the web. Ajaxian recently featured a new tool called Opacity, and if you follow through to their website, you’ll find a … Continue reading

Posted in Web Development | Leave a comment

The Reason RSS Cloud Can Work Now

Rogers Cadenhead recently wrote a post “The Reason RSS Cloud Failed to Catch On“. In this he argues that RSS Cloud is not sustainable when it begins to scale to thousands of users needing to receive pings every time a … Continue reading

Posted in Web Development | Tagged , , , , , | 10 Comments

Cloud Enabled

Today WordPress.com announced RSS Cloud support for all their hosted blogs. Not to be left out of the party, I also installed the RSS Cloud plugin on this blog. RSS Cloud is an ancient RSS element (in web 2.0 years) … Continue reading

Posted in Web Development | Tagged , , , , | Leave a comment

Auto-versioning JavaScript & CSS files

As JavaScript becomes a more integral part to the core functionality of websites, ensuring that a user has a fresh copy of the latest code is as important as ever. Normally a browser will cache certain filetypes (CSS, JS, JPG, … Continue reading

Posted in Web Development | Tagged , , , | 13 Comments

Upcoming events for Kansas City developers/designers

I’m involved with organizing two upcoming events in the Kansas City area for web developer/designers. PreDevCamp – Kansas City This is an event we just announced today that will be a “bootcamp” for developing on Palm’s new Mojo SDK platform, … Continue reading

Posted in Kansas City, Technology, Web Development | Tagged , , | 1 Comment

Using Git on 1&1 (or any ‘shared’) hosting

Here’s another “How-to” with 1and1 hosting, and this time I want to get the source code control/versioning program “Git” installed on my shared host with 1&1.  This was actually remarkably easy. Go download Git from http://git-scm.com/download.  At the time of … Continue reading

Posted in Web Development | Tagged , | 5 Comments

Tweenky, Zendcon, vacations, CCCKC, DotNext, etc…

Blogging is something that comes in waves for me, and once I get out of the habit, it is tough to get back into it.  I enjoy it, but sometimes there’s just so much going on that it completely escapes … Continue reading

Posted in Technology, Web Development | Tagged , , , , , | Leave a comment

Issue when compiling FFMPEG on RHEL4

A user uploaded a Quicktime video to my website the other day and the server ran into a problem transcoding it to FLV. I hit up #ffmpeg and it was suggested that I upgrade my install of FFMPEG and libfaad. … Continue reading

Posted in Web Development | Tagged , , | Leave a comment

Reddit fighting with its developers

Day #1 of Reddit going open source, and they are already fighting with their developers. C’mon guys, you clearly don’t understand what is being requested, so ask for clarification instead of being so stubborn. We understand you are busy getting … Continue reading

Posted in Technology, Web Development | Tagged | Leave a comment

First AJAX script

Well, I finally got around to giving Ajax (Asynchronous JavaScript and XML) a whirl. I wasn’t trying to do anything spectacular, just something functional to wet my appetite. I started out just wanting to allow people to send me text … Continue reading

Posted in Web Development | Tagged , | Leave a comment