8th
December 2008
An article I wrote for the Australian Web Industry Association’s Web Mixed Grill, a blog publishing 1 article about making websites per day up until Christmas, has just gone online. Have a read of it here, if you are interested in web development and open-source software.
20th
November 2008
Having dealt with many different markup lanugages used in user-submitted content over the years as both a web user and a web developer, and currently working on a project or two which will require a markup language in their forum posts and comments, I think it might be a good whinge discussion to find out which of the major markup code systems is best for your users and also for your developers.
But wait, there’s more…
13th
November 2008
I’d grown tired of the previous look (as I usually do when my site has had the same look for a year), so welcome to the new look Alfreido.com. Took quite a bit of time in between work and social life, so I hope the blood, sweat and tears of a somewhat introverted web designer translate to a few seconds of visual enjoyment for you.
6th
October 2008
Just a quick tip for those working with scripts that generate CSV files…
If the first 2 letters of the CSV file are ID and are capitalized (ie. your first column is an ID column), Microsoft Excel will try to read the file as an SYLK file instead of a CSV - and will sprout a couple of error messages saying the format is not what was expected and some asinine crap like that.
Quick fix: Make the ID lowercase so that it’s `id` instead, Excel will read it as a CSV once again.
Longer, more tedious fix: Petition Microsoft to get its arse into gear.
9th
September 2008
One thing that has really annoyed me lately (among my repertoire of annoyances) is the abundance of intrusive Flash advertising found on some high-profile websites these days. I hate Flash to begin with, the proliferation of what was once a great tool that now is reduced to ugly, useless navigational bars and dressing games, sort of left a bad taste in my mouth over using Flash, so much so that I actively try and find an AJAX alternative before ever using Flash for any navigational or page animation. But these intrusive Flash ads have reached a new low…
Some Flash advertising nowadays employ a transparent background to make it seem like the advertising forms part of the site, or to create an advertisement which actually looks like it plays with the site. I’ve seen some ads where little men jump out from the supposed “Flash barrier” and breach the third wall, dancing around the site in order to grab your attention to some stupid product such as penis enlargement tablets or crappy beer. The fundamental issue I have here is that whilst this advertising technique may wow the average Internet user, web types like me notice that it defeats one of the main pillars of any website - usability.
You see, the Flash movie stretches out its invisible borders over the website in order to make it seem like it is interacting with the website. Within those borders, all normal website functionality ceases to work. You cannot click links. You cannot copy text. You cannot hover over images. Basically, its like a screenshot of the website. It looks real… but it isn’t real, kinda like the ingredients on a Domino’s Pizza.
I’m not sure if the advertising agencies actually intend for this to happen, but I wouldn’t be surprised. Forcing the person to have to hunt down a close button in order to stop the advertisement just gives the advertisement more impression before it is closed. It does seem like a dirty tactic to make Flash advertising more profitable… but it’s going to make users very annoyed when they actually want to use your site and you’ve stopped them from doing that just for a quick dollar. If you run a website and employ advertising like this, you may want to think about how many people you may be turning away from your site by killing your usability.