Free 1GB storage
July 18, 2006

Need some storage? well Box.net has a free 1GB storage solution, its easy to use and easy to setup Click this link >>My Box<< thats what ive uploaded so far, you can download what you want. Just click the image above and see what im talking about.
Whooo hooo
June 18, 2006
Well its official, ive had over 1000 hits on my blog since starting, I know that it isnt much since allot of blogs get 1000’s per month, but its not too shabby seeing as I hardly update it. Thanks to all visitors and Kepp checking for updates.
New Graphic Design Site
June 15, 2006
Ive started a new blog just for my Graphic design stuff, so my Graphic design CV and 2D page will be gone by the end of today. follow the link at the bottom of the post or find it in my links list.
New Music site
June 1, 2006
Well I told you all I make music (if you can call it that) so ive signed up to a site called Purevolume to get my music out and on the air, so please go there once your done here and support my music.
CGtalk – Unofficial Game Art Challenge **Update**
May 27, 2006
CGtalk – Unofficial Game Art Challenge
May 15, 2006
Well Im going to be entering the CGtalk – Unofficial Game Art Challenge, to find out more check this LINK
Im not sure what it will be like but I will give it a good go, I will keep you uptodate with whats going on along with my thread, but I will come up with some concepts then decide if im going to do it fully or not.
Job Hunter Extraordinaire
April 24, 2006
Well today, Ive been looking for a job and found a few which Im able to apply. So hopefully soon I should have a reply from the jobs ive applied for. Other than that todays been a bit boring.
Little bits of news about the PS3 and its continuing development have been coming and going, but allot of it is rubbish news about testing hardware. Also doing the rounds is new about "Ridge Racer 7" of which im very excited about. I played all the Ridge racer games including its arcade incarnations, the only ones I haven't had chance to play are the PSP & xbox 360 versions, but im sure I will eventually. If you haven't seen the latest screen shots then here you go.
See New post for super High Res shots
Silly Siblings!
April 22, 2006
Well the last couple of days, the PC at home that we use for the internet, was over run by virus's and other nasties. This is down to my brother, as he has no idead whats hes doing on a computer and he downloaded so crap. Thing is we had uptodate anti-virus and spyware programmes, but the stuff still managed to work its way onto the PC. Well my parent whent out ot buy a copie of Windows XP home to day, and ive just finished formatting and installing the software we need. Just hope nothing goes a-stray this time, £90 for a legit version though is bad. Any way im back online now so
Lucy pic.
April 15, 2006
A photo I took today, she was so relaxed she just sat back and let me snap away. This turned out to be one of the better ones.

HTML Tag List
April 10, 2006
Well if like me you arnt able to remeber the HTML tags, and your rich text editor has gone caput, then this list is for you.
HTML Basic Document
<html>
<head>
<title>Document name goes here</title>
</head>
<body>
Visible text goes here
</body></html>
Heading Elements
<h1>Largest Heading</h1><h2> . . . </h2>
<h3> . . . </h3>
<h4> . . . </h4>
<h5> . . . </h5>
<h6>Smallest Heading</h6>
Text Elements
<p>This is a paragraph</p>
<br> (line break)
<hr> (horizontal rule)
<pre>This text is preformatted</pre>
Logical Styles
<em>This text is emphasized</em>
<strong>This text is strong</strong>
<code>This is some computer code</code>
Physical Styles
<b>This text is bold</b>
<i>This text is italic</i>
Links, Anchors, and Image Elements
<a href=”http://www.example.com/”>This is a Link</a>
<a href=”http://www.example.com/”><img src=”URL” alt=”Alternate Text”></a>
<a href=”mailto:webmaster@example.com”>Send e-mail</a>A named anchor:
<a name=”tips”>Useful Tips Section</a>
<a href=”#tips”>Jump to the Useful Tips Section</a>
Unordered list
<ul>
<li>First item</li>
<li>Next item</li>
</ul>
Ordered list
<ol>
<li>First item</li>
<li>Next item</li>
</ol>
Definition list
<dl>
<dt>First term</dt>
<dd>Definition</dd>
<dt>Next term</dt>
<dd>Definition</dd>
</dl>
Tables
<table border=”1″>
<tr>
<th>someheader</th>
<th>someheader</th>
</tr>
<tr>
<td>sometext</td>
<td>sometext</td>
</tr>
</table>
Frames
<frameset cols=”25%,75%”>
<frame src=”page1.htm”>
<frame src=”page2.htm”>
</frameset>
Forms
<form action=”http://www.example.com/test.asp” method=”post/get”><input type=”text” name=”lastname” value=”Nixon” size=”30″ maxlength=”50″>
<input type=”password”>
<input type=”checkbox” checked=”checked”>
<input type=”radio” checked=”checked”>
<input type=”submit”>
<input type=”reset”>
<input type=”hidden”>
<select>
<option>Apples
<option selected>Bananas
<option>Cherries
</select>
<textarea name=”Comment” rows=”60″ cols=”20″></textarea>
</form>
Entities
< is the same as <
> is the same as >
© is the same as ©
Other Elements
<!– This is a comment –>
<blockquote>
Text quoted from some source.
</blockquote>
<address>
Address 1<br>
Address 2<br>
City<br>
</address>



