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:

DCA Project Source

Posted by Michael Dale on Tue, 25 Oct 2005 5:58 PM

The source code for the assignment can be found here

Please note that all code (unless stated) is copyright to me.

You may use the code on the following conditions:

  • for non-commercial use
  • Reference where you got the code from
  • Contact me to say you have used the code

This only includes the jsp and java files, not css or html.

The jsp files have been renamed to jsps so that tomcat doesn't process them.

EDIT: here is an example of the XSD file that shows what format the XML data must be in


DCA Project

Posted by Michael Dale on Mon, 24 Oct 2005 9:34 PM

I've decide to put my DCA Assignment online. It is written in XHTML, XML and JSP/Java.

It can be seen here.

The last section of the ordering process may stop working at some stage (and cause a jsp error) as it requires "Goofey" the UTS server online.

I may upload the code too.


Exchange 2003 SP2

Posted by Michael Dale on Fri, 21 Oct 2005 10:05 AM

Exchange 2003 Service Pack 2 is now out

Time to upgrade the Exchange Servers! :)

EDIT: The upgrade went without problems with our exchange server at work.


DCA finished!

Posted by Michael Dale on Tue, 18 Oct 2005 8:10 PM

I have finished (although I still need to do a few minor touch ups) my DCA (DISTRIBUTED COMPUTING ARCHITECTURE) assignment. This was the online XML/JSP cd ordering system along with an XSD document. I have spent many hours on it.

I am now the XML guru, or something :p

I'll publish a link to it once I've handed it in.


MRTG Graphs

Posted by Michael Dale on Mon, 17 Oct 2005 10:42 AM

MRTG graphs are back.

Core:Internet Side


Live search

Posted by Michael Dale on Sat, 15 Oct 2005 12:25 AM

Check out the live search on this site.

The site was done with Ruby on Rails.


per-users, per-virtualhosts and per-destinations bandwidth-limiting module

Posted by Michael Dale on Thu, 13 Oct 2005 9:09 PM

Here

Need to play around with this.


Cross with the City Tunnel

Posted by Michael Dale on Thu, 13 Oct 2005 6:10 PM

Uni

Posted by Michael Dale on Wed, 12 Oct 2005 9:20 PM

I haven't had the chance to post much this week. I've been very busy with uni assignments. They all involve developing something.

  • The first assignment is to create/write a piano synthesizer that can record and playback midi, change instruments, change pitch, increase/decrease volume and handle user settings. Done in Java.
  • The second is to develop a natural disaster emergency plan and system (including use cases etc).
  • The last is to develop an online CD ordering system in jsp that converts the output to XML and transmits it via sockets to another server which then replies with a summary of the information. This summary must then be read back into the site and displayed.

So yeah I've been pretty busy :)


Sendmail DNS problem on FreeBSD 5.4

Posted by Michael Dale on Fri, 07 Oct 2005 7:51 AM

I had (and still have) an issue with Sendmail on FreeBSD 5.4. I posted about it here. I got an email this morning from someone who is seeing the same problem.

I am interested in tracking down this problem. Some options may include:

1) CVSup to STABLE (which I have done recently)
2) Install Postfix

So when I get around to it I hall have a look.