Monthly Archive for April, 2006

What’s new in Online Marketing - Web 2.0 for business?

e-Consultancy are hosting a web2.0 for business event soon, and if you’re in the UK and are interested at all in anything they’re going to talk about, then you should try make it there.

Here’s an overview of the day for you:
The questions we’ll be answering include:
“Web 2.0″ – we’ve heard the buzz but what’s of real business importance here? What real implications are there for your online marketing and e-commerce? What case studies are out there proving the ROI of investing in this area? Is it working for Amazon…?

Search Marketing – we know it’s big and important but what’s the latest in paid and organic search? What’s MSN’s AdCenter like? What about pay per call? And how about organic search – what changes do we need to plan for there?

Online PR – should we be blogging? How powerful is online PR for marketing and sales as well as reputation management? What about RSS feeds, blogvertising, online press release distribution…?

Jacques Marneweck’s Blog

_ Jacques Marneweck’s Blog
Another great South African LAMPPP blog to keep your eye on ;-)

Size of Africa?

If you’ve ever wondered about the size of Africa, then this is a great post to put Africa in perspective

White African :: where africa and technology collide

_ White African :: where africa and technology collide
Some really good African content here, so defo check it out ;-)

muti

_ muti

Looks like some good quality links - worth checking out ;-)

Web standards and accessibility not really in the UK?

Jason wrote something about web standards in South Africa recently and it made me think about web standards in the UK, and who is actually passing the litmus test when it is passed as law and people are supposed to be working towards standards and accessibility.

As an aside, I found Jasons post interesting, but not surprising at all - if you’re interested in my comment you can read it here.
So back to the web standards thing, I’m curious to see how some big sites on the web in the UK score, so here are my results - to do this I used the Validate HTML Tool (DID NOT check for anything else) found in the Firefox Web Developer Extension, and in all instances I was just checking the home page of each site.

Here they are as of today, 2006-04-20:

  1. http://www.guardian.co.uk/ - failed with 52 errors
  2. http://www.timesonline.co.uk/uk/ - failed with 192 errors
  3. http://news.ft.com/home/uk - failed with 36 errors
  4. http://www.merton.gov.uk/ (my local borough website) - Passed validation
  5. http://www.westminster.gov.uk/ - after 140 seconds I gave up, and this was after inputting the url at the validation site, not using the tool from the web developer toolbar (that took 160 seconds before I gave up!)
  6. http://www.conservatives.com/ - failed with 4 errors
  7. http://www.labour.org.uk/home - failed with 1 errors
  8. http://www.bbc.co.uk/ - failed with 37 errors
  9. http://www.zen.co.uk/ - failed with 158 errors
  10. http://www.ebay.co.uk/ - failed with 187 errors
  11. http://www.gumtree.com/ - failed with 9 errors
  12. http://jobserve.com/ - failed with 126 errors
  13. G8 Glenagles 2005 - failed with 36 errors
  14. I’d love to do more but that’s all I have time for! - would be interesting to check some of the big sites. Feel free to chime in an add your own as a comment if you like.

Now here’s the rub:
I completely expected most of the sites to show errors (call me cynical), and was pleasantly surprised to see that the Merton Borough website was the onyly one to pass validation - congrats to the developers and designers that delivered that work! - and am not sure what to think of the Westminster site not validating (the validation service was not down since I can validate other sites).

I’m really disappointed in all the papers, as well as the BBC, as they’re information portals, and probably have the most to lose while having the most to live up to. You would EXPECT the G8 site to pass validation but it didn’t, whilst both political parties although not passing validation did have the least errors, which is commendable. I’m a perfectionist so not going the last few metres to ensure compliance seems like a waste. The Conservatives site had one problem with an attribute=”value” and another with an image not closed properly, so they’re really easy fixes, while the Labour Party site had one illegal character in a link, which is probably just an oversight on someones part, but should be checked, flagged and fixed!
As for the rest, shame on you in this day and age, where standards compliant developers, consultants and agencies are everywhere.

On a technical note, from what I could tell, most of the errors that were coming up are not that hard to fix. And if, like most good web developers should, you have a version control system in place, you simply make the changes to your markup, functions, classes, then deploy. You should be checking your output at every stage, and the fact that major sites are getting so many errors speaks volumes for their _LACK_ of quality control and testing processes.
I’ve seen so many developers and software engineers focus on developing rock solid backend code, that they completely forget about their actual users and what gets ouputted to them.

As for the project managers and business people that may read this, if your people are writing code that creates this kind of ouput for high traffic sites like this (excluding the passes of course!), you’re either underpaying or overpaying your people (depending on your employment philosophy), not competent enough yourself to spot this, don’t have good version control systems in place to make changes quickly when you spot them, or just plain ignoring the benefits of standards compliant markup. Do something about it!
Anyways, this was an intersting exercise and rant over - time to do some real work ;-)

Disclaimer: If you validate this site, you will notice that there are 17 errors (at time of checking), all of which are fixable. I am working to fix all of them as part of my new theme.
Do you have any thoughts / comments / ideas?

FeedBurner htaccess voodoo with Wordpress 2

If you use FeedBurner to burn your feeds, then you probably want FeedBurner to retrieve the feeds from your site as normal, but you want _ALL_ your visitors to read your feed using FeedBurner.

The Wordpress .htaccess solution between versions 1.5.x and 2.x has changed somewhat, so when I simply imported my old htaccess file after doing a full upgrade to the shiny new WP version, things didn’t work as planned… which is cool, since I’d been doing some work with htacess already, and felt I was ready to play with the apparent voodoo ;-)

So basically my logic went like this:

  1. Turn the rewrite engine on
  2. Set the rewrite base url to “/”
  3. Make sure that any request to http://oneafrikan.com is redirected to http://www.oneafrikan.com
  4. Do the same for the feed url
  5. Set the correct feed url for feedburner
  6. Set the correct feed url for everyone other than feedburner
  7. Set the correct comments feed url for feedburner
  8. Set the correct comments feed url for everyone other than feedburner
  9. Start processing for Wordpress
  10. And then do some anti-spam stuff that isn’t really the point of this post

So now what happens is that whenever someone clicks on http://www.oneafrikan.com/feed/ or http://www.oneafrikan.com/comments/feed/, they get redirected to a feedburner feed that they can read and also subscribe to…

The flip side of this is that because I’m playing around with new themes for my blog and editing stuff, doing the redirection in htaccess is far easier for me than it is to go and manually edit files for each template.

Continue reading ‘FeedBurner htaccess voodoo with Wordpress 2′

Lussumo - Free software for the web

_ Lussumo - Free software for the web

Really like what these guys have done so far, but how are they paying their bills?

Anyone got any ideas?

Zend Framework site

_ Zend Framework
In case you didn’t know, the Zend Framework now has it’s own site… Still want to work with Ruby? ;-)

Hat tip to Lebogang

Need some Vitamin?

I’ve always been a reader of A List Apart. Over the years it’s become a central place on the net for digital / web people wanting to learn more. Zeldmans inimitable character has made sure the content has stayed good and clean and top notch. At the same time, ALA (and this is by no means a sweeping generalization, just something I’ve found personally) has also mostly been about frontend stuff, with me being a bit more interested in backend stuff (generally, although I earn my crust now doing frontend coding - how the world changes!).
That said, the web for me is becoming more of a business opportunity than a place to hone new skills, so naturally I’m searching out information / knowledge and reference material as much as I can to better equip myself for this next stage in my life, but it’s kinda hard to find the good stuff (which is why I’m buying more books than I ever have now), and to find the good stuff you have to become a good hunter- gatherer.

Anyways, the point of this little diatribe is that I think Vitamin has the potential to fill that void, where business meets technology, and where hard core backend technologists get to share their knowledge… Added to which, they’re hooked up with RSS which means I can get all the goodness right in the comfort of my gloriously overflowing Inbox.

If you haven’t already, then check it out and stay tuned.

Google OneBox for the Enterprise

_ Google OneBox for the Enterprise

Good move by Google - which enterprise wouldn’t want to use a solution like that with partners like that? ;-)

Google VS Microsoft VS Amazon ?

A Zulu In Silicon Valley

_ A Zulu In Silicon Valley
A blog about web2.0 from a South African living in the tech capital of the world.
After hoping to bump into some South Africans at SxSW in Austin, Texas this year, I was pretty disappointed not to. Anyways, close enough is Saul living the high life in the Valley ;-)

Apart from that looks like some interesting content so go check it out…

Tab Mix Plus

_ Tab Mix Plus :: Mozilla Addons :: Add Features to Mozilla Software

Just installed it and it’s super nice ;-)

Hat tip to Norman

Google Calendar

Just had a look at the shiney Google Calendar and really like what I see. Clean, simple, intuitive and fast (much faster and a bit more easier to use than Yahoo! Calendar IMHO). Lots of AJAX goodness, but where it counts.
Killer features include being able to create more than one calendar, share calendars with others, get calendar data via iCal or XML, and importing data from other calendars. My only issue at this stage is that it seems that you can’t sync with other applications, which for me is important right now, and might be the feature that would prevent me from using it fully. Integration with GMail is apparently on the way (from the Calendar help pages), and when that does come along I think it may be a very compelling option.

Tristan has a good screengrab and similiar comments. I’m sure there are loads more out there if you looked.
If you have a Google Account and you’re hankering for a Calendar solution, then it’s definitely worth a look.

All of this is forcing me to re-consider why I need / use Outlook? Would be interested to hear if anyone has got any good ideas as to why I should carry on using it over something as good as this?