Tuesday, 18 September 2007



For this mindmap to be created I used an open source piece of software known as Freemind it is very easy to use and is a great tool for revision and basically for open thoughts.
The subject of this mindmap was for our theory books chapter 37 which dealt with programming languages such as PASCAL and FORTRAN

Wednesday, 5 September 2007





This is what the basic layout of a webiste looks like in code form basically it is made up of tags and descriptions if not key words


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



I have 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.

The beginning



My first attempt


This is my first attempt at using Html to program a website. This text is bold This is italic


info about myself


Quite simply my name is Ciaran and this is my first attempt at creating a website and i thought this would be a quest worth taking





This is a paragraph.


Paragraph elements are defined by the p tag.









This is heading 1




You should only use heading tags only for headings. You're nt meant to use them for anything other than that. The tutorials state that this is what other tags for that.




Monday, 3 September 2007

Gt the stuff set up