Thursday, September 8, 2011

Even more VB.NET

Today I have finished the basic world time clock program and have doen one of the extensions to add more time zones. I couldn't get the select from map working however as transperancy isn't working in VB.NET. I also started to work on the Cats and Dogs project. Basically its Noughts and Crosses with Cats and Dogs. I managed to finish the scoring system today and next class I'll start to work on some of the extensions liek a reset button, ongoign score, the ability for users to select their own pictures and the last move problem.

Monday, September 5, 2011

More VB.NET Work

Lately I've been wokring on some of the VB.NET tutorials for VCE IT. I've completed the image browser and the currency converter program is all fully functional now with all the extensions finished. I've ebgun work on the world time clock and have experience some problems with the local time not updating. However witht he use of some IF statements I seem to have fixed this problem. Gonna be hard to code in extra contries though using this current method and I would like to use a more effecient method.

Monday, August 29, 2011

Currency Converter Part 1

Here is the front screen for my currency converter program in VB.NET. So far the program works by reading the value in the textbox and multiplying it be a preset value linked to the radio buttons. It then outputs that value to the label on the right. I was also working on having a page where the rates can be set using variables but so far it isn't working.

Sunday, August 21, 2011

VCE IT Javascript Page



This is the Javascript page created through the tutorial in our VCE IT Class today. It calls a Javascript function called HelloWorld in the HTML. The function is called through a button on the page called Hello World.