Hyper books

Whoop whoop, the hypertext “books” are finished! I’ve been working on the five main pages for our hypertext essay for the last few weeks, getting all the information and finding links that fit. Some of the links will lead to other pages within the hypertext essay, while some will be external links to other pages. Our aim is that the links to pages within the hypertext essay should just open in the same tab, while external links should open a new page or a new tab.
However, we’ve found some difficulties with this, as we’ve only managed to link to external pages. We are using flash, and we might have to neglect this if it proves to be too difficult.

The pages I have so far is

  • The Authors
  • The Blog enters University
  • Public vs Private
  • The selfish blogger
  • Professional blogging

 

Share

So my career as a nerd continues..

Just got started on HTML, and created what is going to become my webpage. It’s pretty basic stuff, but my head refuses to cooperate, so I’m putting all my faith in the readings I’m going to go through over the weekend. I feel like I’m far behind just from staying home from one tutorial.
ANYWAYS!

I’ve linked it to here

And just to show how complicated this was, check out how the HTML version of it looks like.

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN”
“http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
<html>
<head>
<b><title>I wish I had a life</title></b>
</head>
<br>
<body>
<p><h1>I wish I had a life</h1></p>
<p>Clearly I don’t</p>
<p>I <em>do</em> on the other hand have a <strong>cold</strong></p>
</br>
<p><h2>So this is my first website</h2></p>
<p><h3>I know, it’s pretty sweet</h3></p>
<p><h4><em>Guess I’ll just keep putting in random stuff</em></h4></p>
<p><h5>HAH, almost thought HTML was fucking with me, but turns out I forgot to put in a / at the end.</h5></p>
<p><h6>Silly me</h6></p>
<p> P makes a paragraph, Br makes a break, and Div divides (a bigger break) </p>
<br><i>Italics</i> can be created by < I >, and <b>Bold</b> is made by < B ></br>
</body></html>

Screen shot 2011-08-04 at 1.20.11 PM

Dont try to copy it, this is MY blog. Alright I’ll be back in a few hours, I’m going to heckle the teacher and get him to put me on the right track.

Share