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.