Tuesday, September 18, 2007

My mind map of ch37


This is my revision mind map for chapter 37 in my computing txt book....This chapter is about different high level languages! This mind map will be very helpful for revising!

My counter!

This is the counter that i designed in visual basic 2005 express edition!
It uses a 7 segment display to create a number between 0 and 9.... it is quite simple to use as you just imput a number between 0 and 9 in the text box and then hit display to show the number you want on the 7 segement display!
I will put more up on my counter soon!

Thursday, September 13, 2007

My Personal Web Browser!!!

Today i have been working on visual basic 2005 express edition and i have made my own web browser!

Here is an image of what it looks like:

I have made my browser have some helpful browsing buttons such as a back, foward ,refesh buttons. I also created a button so i can directly go to google, which is pretty handy as google is the biggest search engine used today and i use it alot.

Wednesday, September 5, 2007

Clicking my link!


Clicking my link will result in google opening!

Shown in this image is google opened!

My Link




The html link that i had written will show up like this if you open it with a browser.

September 5th




Here is a link i made to google using the anchor tag and Href!

Tuesday, September 4, 2007

September 4th

I am working through HTML tutorials and i am learning about HTML links which involves creating hyperlinks and making images into links, this is done by using the anchor tag and Href attribute.

September 3rd

Today i learned a number of things about HTML. I learned that Html works with tags and that there is a starting and ending tag. The tags are placed between the two characters <> here are some examples of the new tags that i have learned:
b Starting bold text tag
/b Ending bold text tag
p Starting a new paragraph tag
/p Ending a new paragraph tag
br Line break tag
etc

I have also learned that html is not case sensitive but it is much more preferable to use lower case rather than upper. I now also know that a HTML file must have an htm or html file extension for the file to be able to be opened. A HTML file can be created using a simple text editor, i am using notepad++ for my html tutorials.