Create a URL Redirect Page

Here is a fast easy way to create an html redirect url to allow you to track links. I know stuff out there exists like bit.ly but sometimes you need to use your own url.

<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0 Transitional//EN”>

<html>

<head>

<title>Put your title here</title>

<meta http-equiv=”REFRESH” content=”0;url=http://this_is_where_you_put_the_url_youre_pointing_to.com”></HEAD>

<BODY>

Redirecting, if page doesn’t load <a href=”http://this_is_where_you_put_the_url_youre_pointing_to.com”>click here</a>.

</BODY>

Paste your Google Analytics code here :)

</HTML>

skyrim-logo-dragon

Skyrim Books

I found myself having to take a restroom break from my hard skyrimming session today. While taking care of business I started to have withdrawls. I thought it would be great if I could read through all the books I had been stealing in the game while I was away from the game. With that distraction in mind I set to creating a mobile app that displayed all of the books in Skyrim for easy toilet / bedtime reading on your iPhone / Android / iPad.

I’ve started to go through some of the books and notes as well as the giant Skyrim_English.DLSTRINGS @strangone linked me to.

The mobile site is here http://skyrimbooks.com

 

Learning Obj C

I have been working with a friend of mine for the last 3 years making apps in our spare time. He does all the programming and I do all the design work. I’m going to start teaching myself to code and this is just a place where I’ll keep things updated. This is more of a place for me to journal everything I’m doing.