OK Sushi

Really Good Pizza Dough

Making your own pizza dough is a simple enough task, but it really impresses everyone else because there is a commonly held belief that it is difficult to do.

Rediculously Thorough Guide to Making Pizza

Bookmark this link.

Comment

How to get Impulse Tracker running on your XP machine

I am still coming to terms with the fact that I can now run Impulse Tracker on my XP computer. I have lived without this incredible tool for a few years now and thought that getting it operational would be an impossibility, and that all of my old tracks would be lost forever.

This fantastic tutorial tells you how to do it.

Comment

WYSIWYG is not an option!

All customers want a content managed website. “I want to be able to update the content myself!” they say. They want to be able to change the colour of the text, the font size, drop in tables and cut and paste content from their Microsoft Word document.

This is bad news. Good news that they want to add content to their site – but bad news that you know that all those hours of hard work perfecting the CSS is going to be for naught once they get their hands on a WYSIWYG content editor.

Quite often you will hand the site over so that the client can familiarise themselves with the tools you have set up for them. After a few days of playing, they get back to you telling you that the site has broken. You go to the testing URL to have a look and voila, they have copied the content from the old site (including the hodge podge of tables used to lay out the content) and it has blown out your lovely tableless layout.

Or you get a call because they can’t get the text to look the same – lo and behold, there are dirty tags all through the content they have added, negating the CSS you have spent so long matching to the corporate style guide you were told was so important.

So you decide to give them Textile, a simple to use, lovely text editing system that takes the “huh?” out of producing nice code. You tell them that they can do their headings, paragraphs, links and quotes with just a few characters. You tell them where to go if they need clarification.

Clients do not like this. They want their CMS editor to look and behave just like Microsoft Word. Bah.

So back goes the WYSIWYG. And very quickly, they are intermittantly using Comic Sans and Times New Roman when the style guide calls for Arial. They are using line breaks instead of paragraphs. They are doing blocks of text in different colours, then complaining that the site looks “rediculous”.

Sigh.

Comment

To hack or to create? The dilemma facing a small webdev firm

At Pixelframe, where I work two days a week, we have just won a large contact for a site with a range of requirements. These have mainly to do with membership functionality, but there is also a shopping cart component and some events management involved.

The question has arisen: do we risk coding the whole thing from scratch, which would give us a fantastic custom-built CMS membership system at the end of the project, but may take quite a while as I can only work on it two days a week, or; do we take an existing number of products and attempt to klodge them together?

We have decided on the second option and have begun talent-scouting for appropriate scripts. However the end result will be nowhere near as elegant as it could have been.

I really wanted to try to rock this in Rails, as my first real life project in the Ruby language. However doing a realworld application first up is probably not a good idea.

In other news, I have consolidated hosting for Butter Beats and so all of the sites are back online. I have also had my hair cut.

If you look to your right you can see a whole bunch of little thumbnails that are served from my Flickr account. Thanks must go to Jon Hicks for showing me how to do it.

Comment

Bugs running MySql as a Windows Service

I thought I would share a solution to an error I kept getting when reconfiguring MySql.

Each time I would run the configuration manager, I would get an error:

could not start the service MySQL. Error: 0

This was super annoying, and as a result I stopped doing my Rails tutorial.

Then I found the answer: one has to delete three files, all located in the mysql/data directory:

*ib_logfile0

*ib_logfile1

*ibdata1

Deleting these files means that the Windows config wizard recreates them and the server starts without a hitch.

I also then restarted Windows after I reconfigured MySql just to make sure.

Comment

Older