Entries for archive: 2006-12

Found 4 entries.

Normality at Christmas

After it being a bit mad the past few months, I'm hoping for normality at Christmas and beyond.

It seems I never get that much time for myself these days. Certainly, the past few months has been a bit of a mad time that's for sure as mustard.

Now, I don't usually make New Year's resolutions since I think if you want to change something in your life, you should just do it rather than do it when the rest of world does or because someone says so.

The funny thing being is that there is something I do want to change this year and it just so happens it is almost New Year - I know, I had to make an excuse didn't I?

So what am I going to change? Lately as I said earlier, I've had lots to do and it seems, not much time. I'm going to try and change that.

I want a bit more time to myself. Time to relax and time to do what I want, when I want. I also want to meet up with friends a bit more. To be honest, I am going to have more hours in the day anyway since I have just moved a lot closer to work so that will definately help.

I'm currently away for Christmas and I've been chilling out and relaxing. Reading a book before I switch the light off is something I should do more of but don't. To be honest, I usually end up thinking about something or making something, which means my brain is still wired and I can't sleep (another problem area of mine). These past few days I've slept a lot better so again, that's something I want to change.

Here's hoping that I can chill a bit more in the New Year like I am over Christmas. I know I have organised a number of things over the next two weeks but after that...I hope...it'll calm down for a while!

Labels: resolution, sleep, relaxation, christmas

Inserted: 2006-12-24 21:29 (3 years, 7 months ago)

Zaapt. a new CMS

Zaapt is a small and fast new CMS I am part way through writing.

For a while now I have toyed with a few different CMS tools. To be honest, there are plenty more I haven't played with but of the ones I have, I haven't been very impressed.

Now this post and my new design of a CMS don't have anything to do with the quality of those other CMS's. Quite the contrary and let's face it, the quality is very high. It has more to do with the perspective I am coming from in using and maintaining a CMS. For example, most CMS's are designed to be installed by users who want a website and who don't want to get their hands very dirty with the backend. What this also means is that configuration, design (both HTML and CSS) and plugins are all managed via the web interface.

I don't like this approach.

More importantly however, in a lot (a hell of a lot) of these cases, the people who are managing the CMS don't really know what they're doing. The reason they need this web interface to manage the CMS is because they don't have the expertise to get in via the backend. Unfortunately, this usually means they don't have the expertise for these front-end interfaces either.

I, however, like to get my hands dirty. I certainly don't like web interfaces for this type of configuration - instead I prefer, like and enjoy the command line. I also like source control systems and scripts.

Now I will describe a short lifecycle of using one of the current CMSs.

Let say that a small company (an individual, a friend, a charity, a relation, or whatever) comes to you and asks you for a small website in which they can manage the content all by themselves - a CMS if you will. This approach would work well since they pay you once for installation, you leave them be and they can do the rest themselves! The story then goes that they also leave you alone and you can forget about the whole thing because it just works. It goes both ways.

Except it doesn't quite work like that. Instead this is what really happens.

You tell them that the install went well and they can now start adding content.

  • they add a page and edit it - good
  • then they add a news article and it appears fine - too cool
  • they feel great after adding a blog entry but are amazed once the first comment has arrived - fantastic

But then something happens and it's not so great.

Within one day they've tried changing the layout of the front page, munging the CSS to make the site green instead of blue, installed a forum plugin which doesn't quite work how they want it to along with an FAQ plugin which doesn't work at all. Now it gives unknown errors in the browser window, the CMS's log and the page looks 'a bit funny'. What they are left with is a broken installation, for which they have absolutely no idea how to fix it up and instead have to pay you to correct it for them.

But you don't want to do it since you only ever wanted to install it and be done with it - you didn't even like it in the first place and now you like it even less.

There goes that it just works approach.

That was just a simple example. If the website originally requires an install which has new content types, different design, major template changes or pages with alternative layouts, then you're in even deeper.

So alot of these CMS's are big and can do a lot out of the box. But they're also hairy. Big and hairy don't make nice, easy or beautiful in my book. It can make functional and working but for how long? This is especially true if you vary much from the standard install.

Changing the layout HTML means anguish. Changing the main CSS means pain or starting afresh. Changing the odd page to be different means dead brain cells. Adding functionality means an excercise in self inflicted eye poking.

Also, did I mention that you have to do all of this via a web interface.

So what's the solution?

Well, my approach to this problem is from a programmer perspective. Read on...

If you have to hire a programmer to install, configure and/or fix a system for you, then why not make it as nice for the programmer to do these things pertinent to them as you are trying to make the interface nice for the content manager to manage the content.

This means no fancy web interface for system configuration - the content manager knows nothing of the system. No fancy web interface for changing the layout HTML - what the hell are the content people changing the layout for anyway! No fancy web interface to change the CSS - again, they are content people, not designers. And no fancy web interface to install plugins - what the hell are they ... you get the picture.

You do still have a fancy web interface for managing the content however. This makes sense :-) Adding a new news item, changing the content of a page, editing a blog entry, auditing of comments, addition of links and quotes or a new FAQ entry. These are all content management tasks and that, essentially, is what the website needs to provide and what the content managers need from the website.

So this Programmer perspective CMS, what's in it for you as a programmer?

You get lovely scripts to play with. You get package install scripts which are automatic. You get database patch scripts which just work. You do have to do some minor configuration but convention has given you almost everything you need already. And finally, you get some default HTML templates for the content itself but you get nothing (I repeat nothing) for the site itself. No layouts, no design and certainly no HTML. You also don't get any CSS. At all.

And if you're expecting any more than this, then you're out of luck. You get a couple of examply sites to show what you can do and how you can do it, but that's it. Most of the time, the look and feel of each website is so different, that starting with a default look (added to the fact that it's so hard to change) means that they all end up looking the same - which is no use really. By not giving you anything at all, but instead giving you the power to do anything you want, then you can let you mind free.

You do have to do some other work to setup the webserver and suchlike but it isn't any more work than other CMSs out there.

You have full control over everything and in a way that is easier and more straightforward to you as a programmer. The reason why you understand it better is because you understand how it fits together at the back-end, instead of the more usual black box that you have to control via the web front end. You can also configure it faster since you are within the realm you understand. Not that you'd have to do much configuration anyway. It's a far cry from some slow-ass GUI in which ... [example snipped since it ranted on for too long].

So that's about it. I know I haven't talked technical, but then that's not what a CMS is about. Implementation details can come later.

To summarise, it will be a CMS for programmers which is content managed by users, rather than a CMS for users which is hated by programmers.

At least, that's what I'm aiming for. Wish me luck :-)

Labels: zaapt, cms

Inserted: 2006-12-16 11:12 (3 years, 7 months ago)

A Social Hack

This is just a short post to see if my entries still appear on ...

... \[p]{Planet Catalyst|http://planet.catalyst.net.nz/}.

To those of you who don't know, as I said in my last post I have changed jobs. At my old place, \[p]{Catalyst IT|http://www.catalyst.net.nz/}, my entries used to be syndicated onto Planet Catalyst if I tagged my enties with PlanetCatalyst. So I guess now that I've switched jobs, these entries shouldn't appear there - at least that's the theory.

So whoever in Catalyst reads this first, assuming this entry appears, do you wanna remove me ... alternatively, how about having a Planet Catalyst Alumni :-)

Finally, it was nice to catch up with a number of you last night and I'll definately see you again in the New Year.

Labels: planet-catalyst

Inserted: 2006-12-16 11:09 (3 years, 7 months ago)

Long time No See

After a while away in the wilderness, I'm back!

In the past three weeks I have done a number of things:

  • finished a novel - NaNoWriMo is not forgotten :-)
  • changed jobs
  • moved house
  • been away for a weekend
  • had a lack of webbernet
  • started 'Project X' with a \[p]{few} \[p]{other} \[p]{Wellingtonians}
  • and lots of other stuff

At the moment I have a shortish timespan where I can update my blog but as I said, I'm still not on the internet at home. Hopefully by next week I'll be back for real - you have absolutely no idea how hard it is to live without connectivity.

So my apologies for the flurry of posts. I have a number of pent-up blog posts I need to get out of my system.

Labels: project-x, nanowrimo

Inserted: 2006-12-16 11:08 (3 years, 7 months ago)