Complex Spiral has a nifty new site. If you need a reason to check it out, start with Eric Meyer’s article, Containing Floats.
Nielsen: Usability 101
On the Web, usability is a necessary condition for survival. If a website is difficult to use, people leave. If the homepage fails to clearly state what a company offers and what users can do on the site, people leave. If users get lost on a website, they leave. If a website’s information is hard to read or doesn’t answer users’ key questions, they leave. Note a pattern here? There’s no such thing as a user reading a website manual or otherwise spending much time trying to figure out an interface. There are plenty of other websites available; leaving is the first line of defense when users encounter a difficulty.
PHPetal Tickets via CVStrac
Bug reports, feature requests and questions regarding PHPetal may now use CVStrac at the following address:
http://jackbaty.com/cgi-bin/cvstrac/phpetal
CVStrac: “CVSTrac implements a low-ceremony bug tracking system for small to medium-sized projects using CVS for version control.” At first it looks too simple, but I’m finding it very useful.
Hey, That’s How I Feel Too.
Keith describes how I feel exactly…
It’s weird, every time I put myself in a social situation with a lot of people I almost never enjoy myself for more than a few minutes. But everytime I get invited somewhere and don’t go I feel like I’m missing something.
How I Became an Open Source Guy
It all started one weekend at our office about two years ago, probably on a Saturday. I was bored, so I thought I’d try installing FreeBSD on an old desktop machine. I knew nothing about any of the **nix operating systems, and I was just sure I was missing something important. Turns out I was, but it took a while to understand just how much. The first hurdle was that medieval instrument of torture, vi. How anyone could consider using vi to edit anything was beyone me. Almost tossed the whole thing out the window on a number of occasions. Convinced that somehow I could get past it, I forced myself to continue. First, by installing VIM, which is better, and then distracting myself by editing real files. Files such as .bashrc and more importantly, Apache’s httpd.conf. A month later I had VIM installed on my Windows machine also, and now use it to edit just about everything that even tries to pass itself off as a text file.
Having control over any sort of **nix box invariably leads to things like Apache, PHP, Perl, Awk, Sed, dot-files of all sorts and any number of useful utilities like wc, cat, grep and so on. Once I got a hold of piping the output of one command into another and writing simple shell scripts, I was hooked. At this point, my BSD experience was little more than a distraction to me and annoyance to everyone else in the office. Every day started with me coming in, bleary eyed and shouting “Look what I can do with Awk!” or some such nonsense. No one cared, but I pressed on.
We had an old Cobalt RAQ2 sitting around doing nothing, so I thought I’d try using it as an MP3 server for the office. It had Apache on it, but needed PHP so I could run Andromeda. That’s when the trouble started. PHP wouldn’t compile. Now, at the time I barely knew what “compile” meant. I just went about typing things like ./configure and make and such, with no idea what any of it was actually doing. Frustrated, I turned to Google for answers, and found an obscure newsgroup post about getting PHP running on MIPS processors, whatever that meant. Like a good little newbie I followed the poster’s instructions one line at a time. I had to go into the “source tree” and modify a “header file,” changing a small portion of one line. I used vi. Then, I typed “make” again and watched as it compiled completely. Then it was “make install” and viola! I didn’t sleep much that night. Not because I had gotten PHP to compile, nearly all by myself. Not because I could stream MP3s around the office using a nifty web interface. Nope, I didn’t sleep that night because of what getting PHP compiled meant. I was completely floored by the fact that there really wasn’t a commercial product in the world that I could have made work that way. I really knew nothing, and could still benefit from an Open Source product. Imagining the possibilities, I installed and tried just about everything I could find: Apache, Postfix, Mailman, PHP, MySQL, jEdit, Mutt, you name it. I was hooked, and not just because the apps were free, but because they were free and good.
The next important milestone in my move to Open Source happened when our Checkpoint firewall went belly up because it couldn’t find its license file. That’s right, our entire hosting environment was dead in the water because of a licensing issue. Over $1000/year for maintenance contracts and I’m sitting there listening to the phone ring. Then came the Licensing Nazis and all the time I had to spend doing software audits to make sure we were in compliance.
These things add up. For me, they added up to a resolution to use Open Source products in every case they make sense. I have not regretted this decision for a moment. I’m not there yet, but I’m working on it. So far I’ve saved the company thousands of dollars per year in licensing fees, and who knows how much in upgrade costs. Yep, it’s also cost a lot of time, but I’ve learned a great deal in the process, which in my book is time well spent. Gartner can publish all the studies they want trying to convince corporate buyers that Open Source products costs as much or more than commercial products in the long run. In my office that simply hasn’t been the case. Support? I have all the support I need, and it’s never cost me half a day and $195 per incident to get it. The last time I had to ask for support was with MySQL. I sent an email to the MySQL mailing list and Monty himself answered my question within about 20 minutes.
Open Source software isn’t a religion with me, it just makes sense.
Information Architecture for Designers
information architecture for designers looks like an interesting read.
Flash Player Detection Techniques
Sitepoint article: Flash Player Detection Techniques Unearthed.
SOBIG.F Is Everywhere
Too many emails today riddled with the SOBIG.F virus. Steve Friedl posts some helpful header_check rules for us lucky folks using Postfix. The header checks have blocked 15, wait, 18 infected messages in the past 20 minutes.
Inaccessible Web Site Demo
Most web developers don’t seem to have much empathy for disabled visitors who might visit a given web site. This site demonstrates what it might feel like for someone with different impairments to visit a site which doesn’t consider them.
reUSEIT
Ever wanted the opportunity to redesign Jakob Nielsen’s admittedly bland, but very widely read useit.com? Well, here’s your chance. A contest, endorsed by Mr. Nielsen, and judged by some of the best in the industry.
God, I wish I were a designer!