// post · 678
// post · 674
Bluetrait Board Dev Update
I've had a chance to work on Bluetrait Board today. I'm hoping to have the next version out in a few weeks.
Version 0.6 should include the following updates:
- All new interface (thanks to Matthew)
- Full login system
- Pie chart break down for money spent
- Full Installer (I hope)
Yah should be cool. The program has been really useful in tracking what we spend. Maybe I should setup a full hosted version that people can sign up and use...I do have some spare web hosting.
// post · 667
Bluetrait Event Viewer 1.8.1
Bluetrait Event Viewer 1.8.1 is now out. This version fixes a few bugs found in 1.8.
I've got a few ideas for BTEV 2. I'm hoping to start on it soonish, although we'll have to see about time.
I just installed WordPress 2.0.11 to test BTEV (yes it still supports 2.0) and wow, it is so much cleaner and quicker than WordPress 2.5.
The next version of WordPress is going to have Google Gears support, which is cool but shows how bloated WordPress has become.
// post · 664
Tournament of Minds Judging Program
So I have started writing a judging program for Tournament of Minds that will be used in the Sydney East section this year. If everything works out it will be used throughout NSW next year.
So this is what it is starting to look like :)
// post · 660
Bluetrait Event Viewer 1.8
Bluetrait Event Viewer 1.8 is now out.
Version 1.8 has updated styling to match WordPress 2.5 and also adds an RSS feed for recent events.
I also got an email from Ozgreg yesterday (one of the developers who writes WPG2) saying that they now use BTEV for debugging and unit testing for their plugin, awesome!
// post · 653
Bluetrait Event Viewer 1.6
Bluetrait Event Viewer (BTEV) 1.6 is now out. It has a few fixes that should make it compatible with WordPress 2.5 (due out in March I believe).
// post · 644
Syntax Highlighting
I wrote a small plugin for Bluetrait 2 that allows some basic WordPress plugin compatibility. The first plugin that works is WP-Syntax the only change that was required to this plugin was to rename the main plugin file.
Let's give it a test:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | span style="color: #808080; font-style: italic;">/* Bluetrait 2.0 Cron Support Michael Dale Copyright 2007 */ //stop from running over and over again :) 'BT_RUNNING_CRON''bt-common.php''cron_intervals''next_run''next_run''frequency''cron_''name']); //too noisy //trigger_error('Cron ('.$cron_interval['description'].') Successful', E_USER_NOTICE); 'cron_intervals' |
Looks like I need to make a few changes to the CSS. But it doesn't look too bad.
// post · 643
PHP 5.3
// post · 638
WampServer 2
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!
// post · 636
SQLite is a pain
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.
