jump to navigation

Try Firefox - it's faster, and more secure than internet explorer. It even has a cute little mascot.

Journal

The Design One

April 30, 2005 | Web Design

I mentioned in my first post that I was going to do a run down of how I redesigned this site. It’s taken a while to put together but here it is.

Binary Moon - a brief history

I started Binary Moon in the year 2000 as a place to show off the video games I had made (they will return soon). The site started off as being contained entirely in a small popup window which contained frames. Not good for search engines but my games were reasonable so I got quite a few hits. A couple of years later I relaunched with a site that used a php content management system written by myself. Better looking but still overloaded with tables and spacer gifs - still not ideal.

The relaunch was helped considerably due to the fact that I released a game called Limit Rush which was accompanied by a tutorial I had written explaining how to make the game.

After Limit Rush not a lot happened with Binary Moon. Rocket Boards, my first ‘for sale’ game was written and released, and was sold through the site, but a personal site isn’t the best place to advertise something so Binary Sun was born. Binary Moon was then left to rot.

A year after the release of Binary Sun I managed to get a job at a very cool online gaming company which meant I didn’t have to do the freelance design or odd jobs I had been doing. So, with more than a little persuasion from one of my friends at work, I decided to turn Binary Moon into a blog - time for a major redesign.

The blog design

Version 1

Version 1 design

Inspiration

My main sources of inspiration for the site were Box of Chocolates, and Subtraction although ideas were taken from all over.

Blogging Software

Now I had a design I was happy with I had to pick a blogging system to use. I downloaded all the major free blogging solutions (Word Press, Movable Type, and Text Pattern) and set about installing them on my home computer (using EasyPHP) to test things offline.

Movable Type required cgi so that was out straight away. I tried using perl a long time ago but didn’t have any success. I decided to stick to a purely php system so that, in the unlikely event I should want to , I can delve into the code and actually understand what’s going on.

Text Pattern - couldn’t get it to work on my personal computer. The databases wouldn’t setup properly and half an hour tinkering with it didn’t get me anywhere.

WordPress - installed very quickly. I easily beat the 5 minutes that Word Press claim the average user can be up and running in.

Next up was implementing my design as a template. I have never had a blog before so it was all new to me, but it only took an afternoon to get the first version of the Binary Moon blog going.

There are still a lot of things that need tweaking and a few features that I want to add (what could that grey box below the navigation be for?) but so far I am very happy with the design of the site.

Comments »

  1. 1. Chris
    May 2, 2005

    Great site! I found this site from the WordPress forums. I like the design.

    Was it hard to get your title to appear (and stay) verticle on the left side of the screen? I’ve been trying to do that with my site, and cannot seem to do so…although, I’m no coder either. ;)

  2. 2. If..Else
    May 2, 2005

    A good writeup and an even better design with a plethora of nice touches.

    Good job!

  3. 3. Ben
    May 2, 2005

    Chris - the static link on the left of the page was simple to do but doesn’t work in Internet Explorer so is hidden for IE users.

    The css looks like this -

    #bmoonlink {
    position:fixed; bottom:0; left:0;
    width:40px; height:300px;
    display:block;
    text-indent:-9999em;
    border:none;
    background:url( images/bm_logo.gif ) no-repeat bottom center;
    _display:none;
    }

    Note that the underscore on display is a hack to hide it in Internet Explorer.

    If..Else - thanks :)

  4. 4. Chris
    May 2, 2005

    Did you hide it on purpose for IE, or is this another case of IE not being “with it”?

    ;)

  5. 5. Ben
    May 2, 2005

    I hid it because IE doesn’t like position:fixed stuff.

  6. 6. Chris
    May 2, 2005

    Ah!!! Well, thanks for the tip and again, great site design. Glad you joined the WordPress community!

  7. 7. Zeshan
    May 3, 2005

    Plan on sharing your theme for the site? = )

  8. 8. Ben
    May 3, 2005

    Fraid not - I do intend to make a theme or two though.

  9. 9. Zenith
    May 3, 2005

    A beautiful and elegant design!

  10. 10. Pixel Cat
    May 3, 2005

    The flow & colour of this design really makes it the first non-boring blog I’ve read.

  11. 11. John
    May 31, 2005

    I really love your site. I also like how you implemented the bar for “Read More” and “Add a comment.” Can you tell me how you went about doing that?

    I just downloaded WordPress and am trying to learn.

    Thanks, John

  12. 12. Ben
    May 31, 2005

    Hi John, Thanks for the compliment!

    I would recommend having a look at the blix theme. The ‘read more’ link is just a link through to the full page using the permalink. I used the excerpt reloaded plugin to just show the first 200 or so characters of the post.

    Good luck with your blog

  13. 13. Julian Moors
    November 27, 2005

    Hey Ben I’ve been visiting your website since the DarkBASIC days and just wondered if you could write some website design tutorials like how to create great looking comps. I’m sure people like me who code but find it difficult to design would like to know these things that come easy for you.

  14. 14. Ben
    November 30, 2005

    Hi Julian - Wow - Dark BASIC, I haven’t used that in a long time :)

    I’ve thought about writing web design tutorials before but feel there are many people who are far more qualified and far better at writing than me, who could do a much better job. I haven’t ruled it out completely but it’s not at the top of my to-do list.

  15. 15. Julian Moors
    May 5, 2006

    That’s a shame Ben because I think you’re very good at comping websites. You could be correct in saying that there are more qualified people out there, but I haven’t yet found them and believe me I’ve been looking for a few years. You see my problem is not designing websites themselves or coming up with ideas it’s implementing the design in a way that that looks professional.

  16. 16. Ben
    May 5, 2006

    I’m sorry you’re disappointed but I just don’t have the time to do this sort of thing. I run three websites, develop games, have a full time job and a full time girlfriend. There’s isn’t as much time to write for Binary Moon as I’d like.

Leave a message tell me what you're thinking

Please feel free to comment - I like receiving them - however I would appreciate you using your real name. I am not here to improve your search engine ranking. Abusive/ Inappropriate posts and advertisements will be deleted.

Binary Moon