A notch above a monkey

What is Slovenia?

It’s a place where liberals/libertarians are incapable of a civilized discourse.

Sad really.

Usefulness of AJAX

At least one participant of our recent workshop was under impression that I’m an AJAX advocate. It’s certainly a reasonable and not completely wrong conclusion. However, it seems I failed in limited time available to explain my perspective.

As any other useful tool AJAX has its advantages, but it can also create problems when used inappropriately. I won’t dwell on advantages. More than enough has already been said about them. There are three important aspects that still don’t get enough attention and bear repeating.

Write unobtrusive and degradable Javascript. It’s really not that hard with a bit of planning and it makes things easier in the long run. It’s easier to find, fix and change code when it’s cleanly separated from HTML and CSS. I’d expect everyone learned this lesson by now from PHP. Also, creating HTML version first and then carefully improving it with use of Javascript/AJAX can get us maximum reach without sacrificing flexibility.

Pay attention to usability. This one is much harder to get right, but if nothing else, you should have in mind at least next three advices. Show a progress indicator when doing something that might take more than a second. Put action trigger as close as possible to the part of a page it will change, so user has a good chance of noticing it and whenever possible assist them with change indicators like yellow fade-in .

Accessibility shouldn’t be forgotten either. This is probably the hardest problem to tackle. It’s the most important reason (but not the only one) why I try to use Javascript/AJAX only when benefits of doing so significantly outweigh the problems it might cause.

Everyone makes mistakes and I certainly have. I’m sure they weren’t last ones either, but we can all strive for better.

Micropayments and IndieKarma

A few days ago I read about IndieKarma on Jason Kottke’s blog . I agree with most of his remarks and I have a couple of my own.

I dislike the fact that IndieKarma is another walled garden. It means that both the content publisher and visitor must use the same system for transaction to occur and that’s a lot to ask. Building a more open system, which would allow transactions between parties belonging to different systems and wouldn’t be prone to abuse, is difficult and is probably one of the reasons why it hasn’t happened yet.

But I think it’s also a necessity for small companies like PixelPass , since as a visitor I’m unlikely to use more than a couple of such systems. Same goes for me as a publisher. If my reach is limited to websites using same service as me, then they’ll have a hard time getting traction. It will also be impossible to compete with big boys if they decide to move in this space.

IndieKarma is also a very apt name for a service that by its very nature is completely voluntary. Even if it was widely used on websites, it wouldn’t amount to much without people willing to spend money when they don’t have to. I’m sure there are lots of well-intentioned folks out there, but the enormous prevalence of ad supported services and the fact that most users will be freeloaders makes me doubtful.

Still, it’s a nice idea with approach that might work. I certainly hope it does.