Thursday 17 December 2009

Essay Finished

Although while writing the essay i thought of the best way to improve my network and all i need is a Starship. The greatest Network finding misson ever really, forget contact cards and going to events.


Space: The final frontier
These are the voyages of the Starship, Enterprise
Its 5 year mission
To explore strange new worlds
To seek out new life and new civilizations
To boldly go where no one has gone before



Wednesday 16 December 2009

My Network Map

My network map.

Thursday 10 December 2009

Homepage Progress



Intial layout of the Boots Libary home page i think its a good layout and easy for the user to navigate with with the menu and tabs being at the top also the colours are quite neutral and does not hurt to look at it.




Progress so far now with content added and one of the javascript functions added this will probably be the theme through out the 5 web pages. The text may be made bigger and colour of the text changed as well just so it stands out more against the background.

Five Questions

(1) Define what constitutes a 'statement' in Javascript (JS)?

A statement gives a command to the browser and tells the computer what to do.

(2) Name three different types of JS variable?

Strings
Arrays
Objects

(3) Using JS array 'myarray', what is the syntax to access the 5th element?

Need a Multi pass to access the 5th Element





myarray [5]

(4) How would you use a string class to change some text to upper case?

Replace
var str="ramming speed";
document.write(str.replace ("RAMMING SPEED!!"));

or

var str="ramming speed!";
document.write(str.toUpperCase());


(5) What is a 'class' and how does it relate to the JS document object model (DOM)?

A class makes changes to an element, it can also make changes within a DOM

Wednesday 9 December 2009

Website banner development

Banner

Well most websites have pictures running across the top of them so heres one ive been working on one and has become my final design and to appear on my Boots Libary website.


Here is the banner without any text or information, i think it adds a sense of mystery and the unknown to the website also enlightenment because the libary is overflowing with information.

Few facts from the Boots Libary
  • 480,000 books
  • 34,000 e-books
  • 10,000 e-journals
  • 1,300 printed journals



And Here is the Banner with text and information, Containing the element of mystery and the Boots libary with NTU in there aswell.

Wonderwall :: Website :: Review




http://wonder-wall.com/#project/en

Wonderwall


Wonderwall is a website set up to display the interior design studio run by Masamichi Katayama. The website is different to how it displays work having a big grid structure stretching the length of the page, and when the mouse hovers over a any image changing its form and playing a water drop sound which gets a bit repative. The structure also remembers the users click history and changes the form, it kind of tilts the grid to an angle its a nice feature but it also messes up the text at the bottom which is abit annoying if you wished to read it, you would have to tilt your head if you really wanted to read it. When a image is clicked on it loads another page giving a description and a link to further information.

I really like the way this website displays the work and like how the formal grid structure changes into a more fluid object when the mouse is present. Very innovative design and keeps the user at the website even if their not reading the content .