Categories

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

Sat, 17 Nov 2007 5:07 PM

Bluetrait Search 1.0

Michael Dale
I've made public the search plugin I wrote for this site. It can be downloaded from here and is under the "Creative Commons Attribution-ShareAlike 2.5 License". The plugin requires Bluetrait 2 and MySQL. It probably won't be any use to anyone as Bluetrait 2 isn't even in Beta yet ;)

Thu, 15 Nov 2007 9:51 AM

Categories

Michael Dale
Well I can finally edit posts :) So I'm slowing going through my old posts and adding some categories to them. I need to add some more categories but I can't do that yet :p

Sat, 27 Oct 2007 4:42 PM

How to enable PHP on Mac OS Leopard

Michael Dale
To enable php:
  1. open terminal
  2. cd /etc/
  3. sudo cp php.ini.default php.ini
  4. cd /private/etc/apache2/
  5. sudo nano httpd.conf
  6. uncomment the two modules: php5_module and fastcgi_module. They were at line 114 and 115 for me.
  7. Use ctrl and o to save
  8. reload apache (can be done from system preferences).

Sun, 14 Oct 2007 12:10 AM

ipod touch running Bluetrait 2

Michael Dale
After hacking my ipod, I installed Apache and PHP. I was successfully able to install the sqlite version of Bluetrait 2 onto my ipod! There were some small bugs, I haven't yet pin-pointed them down yet but I believe it may have been due to the setup of PHP. So yeah that was pretty cool, pointless but cool :)

Mon, 08 Oct 2007 10:00 PM

Commenting is back.

Michael Dale
I've re-enabled commenting as I've written in spam filtering. There might be a few issues, but we'll see how it goes.

Thu, 04 Oct 2007 11:28 PM

Site Upgrade

Michael Dale
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.

Sun, 23 Sep 2007 1:30 PM

Notepad++

Michael Dale

I've been using Notepad++ for all my PHP coding within Windows. It's awesome.


Sun, 23 Sep 2007 1:16 PM

Bluetrait 2 development update

Michael Dale

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!