web design Articles

Working all the damn time, I am!

February 25 2007

It’s only taken me a day and a bit to recover from the alcohol abusing of Friday night, feeling a bit better now.

Lots of exciting new projects on the horizon. My good friend Van is having a stab at the webcomics game and he’s asked me to put together the back engine for the site, my first big Django implementation! I’ve seen the first few comics and they’re really good, the comic, HundredHandSlap, is very much one to look out for!

More projects will be breaking in the near future, till then I’m off to watch Flash Gordon.

Jimbo’s got a brand new bag

February 8 2007

My lovely new vaude bag arrived in the mail today, nice and roomy, with a removable laptop shell, perfect for taking a macbook and my d50 to various conferences and generally out and about.

Working on an asp.net microformats implementation that I reckon might be useful at work, if not I may just release the code here for folks to tinker with.

Now back to 24 season 5…..

Rails on a Mac…Help!

February 5 2007

My head is absolutely splitting today, think it’s the result of wearing a hoodie in an already hot office, like the idiot I am.

Anyway, I’ve been immersed in Django for the past 3 days and I’m really not getting tired of it. Showing off the “I can build an app in 10 mins” demo to anyone who will listen, in fact the homeless guy outside the office was surprised as to how fast is was and hoe elegant the code was.

Because I’m always oblivious to these things, I didn’t realise there were lines being drawn in the sand with Django facing off Ruby on Rails. Personally I see both being of immense use to my c.v utility belt and I’d love to work with Ruby on Rails, it looks like a fun framework.

So, I followed this fantastic installation guide by Dan Benjamin and everything went smoothly to the point of creating a test app, but when I tried to create a new app I keep getting told that the Rails command is not found, even though the bash_login file is pointing at the correct path (which, according to a few google searches is the common cause of the problem).

It’s driving me nuts, if anyone knows what I’m doing wrong here, I wouldn’t mind a hand.

Love Django

February 4 2007

Spent a good chunk of this weekend playing with the Django web framework, it’s frankly the best web app creation framework I’ve ever used. I love the use of a url configuration file to make requests to a db and serve out a page, as opposed to the old method of rolling code into physical files. This just feels so much cleaner than a server cluttered with asp and php files.

I’m working on transferring this blog over to Django from wordpress/php, so far I’ve worked on it for about 2 hours and I’m almost done, thanks to Django’s wonderful admin suite which is built as you create your application. As I say, it’s an amazing platform. I’ll be using this opportunity to work on properly working with Microformats and better integration with the RSS feeds provided by the other services I subscribe to…oh it’s going to be awesome fun!