Login »

Bluetrait

Search Posts

Categories

Bluetrait
    Coding
        WordPress
            Plugins
        PHP
        Bluetrait (Program)
    Geek
        Cisco
        IBM N2200 8363
        PCs
        Spam
        IPv6
        Apple
        NetScreen
        Internet
    General
        Uni

Popular posts

Click here if you are looking for Bluetrait, the weblog software.


Login

Username:

Password:

New TV

Posted by Michael Dale on Fri, 28 Dec 2007 5:29 PM

Max purchased a new TV.

Sony 46" Bravia

Sony 46" TV

Oh and we're getting a free PS3 with it too :)


My Website History

Posted by Michael Dale on Wed, 19 Dec 2007 6:32 PM

I've just spent the last half hour restoring some of my old websites (dating back to around 2004).

I thought it would be interesting to see how they'd changed.

I did something like this back in early 2004, and ended up with a PDF document called "Dalegroup Evolved".

This time it is a little more interactive as the websites are live (click on the screen shots to visit the site) :)

So the first on my list:

dalegroup.net - 2004

dalegroup.net 2004

Dalegroup.net was my primary website before I started a blog. This site ran on one of my first CMS' and it is still working on PHP5 :)

I setup GD to generate the news titles into a coloured image that changed for each news item.

blog.dalegroup.net - 2005

blog.dalegroup.net 2005

This site was my first "real" blog and could be found at blog.dalegroup.net (no longer exists). This site ran on a script I called getnews and was simply a basic blog program I wrote during the HSC.

The customised CSS styles still work too!

bluetrait.com - 2007

bluetrait.com 2007

Bluetrait was my first site completely separate from dalegroup. I don't remember where the name came from but the idea behind it was to write a blog script that people could download and use.

So bluetrait ran on Bluetrait 1 which worked pretty well for a few years.

And now we're at the end of 2007. Bluetrait.com is still around and is currently running Bluetrait 2 Alpha-2.

 


Gravatar

Posted by Michael Dale on Tue, 18 Dec 2007 3:38 PM

I've added Gravatar support to this site.

A gravatar, or globally recognized avatar, is quite simply an 80×80 pixel avatar image that follows you from weblog to weblog appearing beside your name when you comment on gravatar enabled sites.


WampServer 2

Posted by Michael Dale on Tue, 18 Dec 2007 8:06 AM

I've been using WAMP (a Windows package that includes: MySQL, PHP and Apache) for dev purposes and it has been great.

The new version WampServer 2 is even more awesome. It is now possible to install multiple versions of Apache/PHP/MySQL. WampServer provides a tray icon that allows you to switch to a different version.

So now I can easily test Bluetrait with multiple versions of MySQL and PHP *is happy*

Bluetrait works with PHP-6 dev too!


phpBB 3

Posted by Michael Dale on Sat, 15 Dec 2007 2:40 PM

SQLite is a pain

Posted by Michael Dale on Wed, 05 Dec 2007 4:02 PM

SQLite is a pain to work with.

The problems I'm having:

  • Where are the DATE functions!?
  • Why can I not modify a table stucture with the MODIFY command!?
  • Why don't LIMITs work on deleting and updating!?

Such a pain.

The only good thing about SQLite is that it just comes with PHP5 and you don't need to install anything.

MySQL has been working perfectly as usual.