// post · 618

Site Upgrade

·

This site has just been upgraded to Bluetrait 2. I expect that there will be a few errors.

I may need to disable comments as I haven't written any spam filtering yet!

RSS feeds should be better as they now use the pubDate tag (meaning you shouldn't be seeing the same post over and over again in your rss reader).

Categories should work too, plus you can append /rss/ to the end of a category link and it should display just the posts for that category.

And there is a little bit of jquery used for the "Click for comments help." section.

If you find any bugs please send me an email via the contact link.

// post · 617

Apple Suck

·

I got my ipod today and it's the only thing I've found that doesn't work with Vista 64bit.


And it's not even an iphone!


Why does it need a 32bit version of windows?! itunes runs fine :|


The error message isn't even right, iPhone?!

// post · 615

Bluetrait 2 development update

·

Just a quick development update.


The following is a list of the major changes that have happened since Code Example 1:


  • Commenting Support

  • Future Posting Support (via cron)

  • Cron Support

  • Basic Adding Post Support (with Categories)

  • RSS Comments on Posts (with user detail support)

  • Database Session Support (all sessions are stored in the database)

  • Jquery

  • SQLite database support now mostly works

  • Contact Form (will be a default plugin) + Mailer Class

  • Improvements to custom content

There are a couple of things that need doing before I can upgrade this site to Bluetrait 2:


  • Spam Filtering

  • Search

  • Content Support (for my projects page etc)

  • Admin Page (yes I haven't started on it yet!)

  • Migration Script (to upgrade database)

The cron support is pretty cool and really easy to use. It will be used in future to handle update notifications, session garbage collection and "monthly database maintenance".


On another note this site is now accessible via IPv6 (2001:388:c021::20), which has already seen traffic!


 

// post · 613

xtorrent

·

The best RSS reader I've used so far is newsfire on the mac.

Just last night we tried xtorrent, a bittorrent program written by the same guy. It is definitely up to the standard of newsfire, great interface and the search works too!

Xtorrent 1.1 was just released so it might be a good time to buy.

// post · 611

New Computer

·

I purchased a new desktop computer the other day (first one since 2003). Unfortunately the video card has not come yet, so my vista "experience" score is interesting :)


Vista Rating


The computer is an Intel 2.4GHz Quad Core with 4gb Ram and a 8800GTS (currently an X300se, heh).

// post · 609

Bluetrait 2 development update

·

I've been doing a fair bit of Bluetrait 2 coding since my last post about it, so I thought I'd post an update of where I am up to.


Category support is now working. Which is awesome, because it includes full breadcrumb support:


Bluetrait 2 categories support


I will expand this to include browsing through the full breadcrumb. This will improve navigation throughout the site.


Other features that I have been working on include:


  • Full 404 handling support with custom styles

  • Plugin support that can add custom content types

  • Customizable peramlink formats

  • Overriding site details with a settings file (i.e. domain name etc)

  • Pluggable functions

  • MySQL and SQLite support

  • RSS support

  • Templating Tags

  • UTF-8 support

  • Theme support

  • Graceful error handling (i.e on database failure generate an email to the site admin)

  • Event Logging

So there is a stack of stuff that has been done. I can't wait until enough has been done so that I can upgrade this site!


Subversion access can be found here (please note it isn't ready to be used on any website yet).