<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>_Underscore {...}</title>
	<atom:link href="http://tancurrom.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tancurrom.wordpress.com</link>
	<description>~ Its whats between the brackets that counts.</description>
	<pubDate>Tue, 17 Jun 2008 14:50:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>I&#8217;m dreaming of a white&#8230; June?</title>
		<link>http://tancurrom.wordpress.com/2008/06/03/im-dreaming-of-a-white-june/</link>
		<comments>http://tancurrom.wordpress.com/2008/06/03/im-dreaming-of-a-white-june/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 13:06:01 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[Coding]]></category>

		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://tancurrom.wordpress.com/?p=27</guid>
		<description><![CDATA[It may seem fairly random at this time of year (or for the northern hemisphere any who), but I wrote a snow script yesterday. I made it because I wanted it, but mainly because I wanted to sub class it. The original snowmaker script was written by Peter Gehrig (in 2003 I think), and most [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>It may seem fairly random at this time of year (or for the northern hemisphere any who), but I wrote a snow script yesterday. I made it because I wanted it, but mainly because I wanted to sub class it. The original <a title="Snowmaker" href="http://www.hypergurl.com/snowmaker.html" target="_blank"><em>snowmaker</em></a> script was written by <a title="Peter Gehrig's site" href="http://www.24fun.com/" target="_blank">Peter Gehrig</a> (in 2003 I think), and most of the credit still has to go to him for this script. I am only rewriting it (better hopefully) in an object orientated fashion, and making it more flexible for users.</p>
<p>The script is wrapped up into one class. It uses the <a title="Prototype JS" href="http://www.prototypejs.org/" target="_blank">Prototype</a> JavaScript library, as a prerequisite, so please include it before the script or it will not work. (The TMC.widget.Snow() class is shown at the button of the page). All that you have to do to initialise the script is create a new instance of it on the page, for example&#8230;.</p>
<p><code>var snow = new TMC.widget.Snow();</code></p>
<p>This is all that is really needed if you just want to create a snow script, however you mgiht use it for something else you it can be easily customised. It takes in certain options that you can adjust on each instance if you wish, for example&#8230;  (a full list of options is in the source with explanations and recommended value ranges).</p>
<p><code>var options = {<br />
flakes: 39, // number of snowflakes (more than 30 - 40 not recommended)<br />
speed: 0.8, // speed of sinking (recommended values range from 0.3 to 2)<br />
font: ['Arial Black',Comic Sans MS'], // fonts that create the snowflakes. Add as many fonts as you like<br />
};<br />
var snow = new TMC.widget.Snow(options);</code></p>
<p>There are also some convenience methods provided for greater control over the script once it has been instantiated. The method names are self explanatory.</p>
<p><code>var snow = new TMC.widget.Snow();<br />
snow.stop(); // stops the snow falling/moving<br />
snow.start(); // starts the snow falling/moving<br />
snow.hide(); // hides the snow from view (will continue to move, even though not visible)<br />
snow.show(); // brings the snow into view</code></p>
<p>This is everything you should need to know about the script to really take advantage of all its goodness. Here is the class itself&#8230; <a href='http://pastie.org/216521'>Pastie Link</a>. I posted it on Pastie as wordpress didn&#8217;t like me trying to post the code.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/tancurrom.wordpress.com/27/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/tancurrom.wordpress.com/27/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tancurrom.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tancurrom.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tancurrom.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tancurrom.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tancurrom.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tancurrom.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tancurrom.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tancurrom.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tancurrom.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tancurrom.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tancurrom.wordpress.com&blog=2911242&post=27&subd=tancurrom&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://tancurrom.wordpress.com/2008/06/03/im-dreaming-of-a-white-june/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/tancurrom-128.jpg" medium="image">
			<media:title type="html">tancurrom</media:title>
		</media:content>
	</item>
		<item>
		<title>May, I</title>
		<link>http://tancurrom.wordpress.com/2008/05/30/may-i/</link>
		<comments>http://tancurrom.wordpress.com/2008/05/30/may-i/#comments</comments>
		<pubDate>Fri, 30 May 2008 21:18:40 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[Blogosphere]]></category>

		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://tancurrom.wordpress.com/?p=24</guid>
		<description><![CDATA[May is coming to a quick close, and I thought the blog was suffering some untrustworthy neglect. I didn&#8217;t want to pass another traffic less month without posting something here (this being my best attempt).
I am coming to the end of an exam period (ending June 13th) and have been quite busy trying to pass [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>May is coming to a quick close, and I thought the blog was suffering some untrustworthy neglect. I didn&#8217;t want to pass another traffic less month without posting <em>something</em> here (this being my best attempt).</p>
<p>I am coming to the end of an exam period (ending June 13th) and have been quite busy trying to pass these. Between exams, coding for <a title="ZeroIdentity.org" href="http://www.zeroidentity.org/" target="_blank">ZeroIdentity.org</a> and playing <a title="Rock Band official website" href="http://www.rockband.com/" target="_blank">Rock Band</a>, I have been totally swamped this month. I hope to get a new job within the next two to three weeks, because I&#8217;m running low on funds after booking a holiday to Spain last week.</p>
<p>If I can I may buy a new hosting deal, and a domain, so expect that in the future weeks.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/tancurrom.wordpress.com/24/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/tancurrom.wordpress.com/24/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tancurrom.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tancurrom.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tancurrom.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tancurrom.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tancurrom.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tancurrom.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tancurrom.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tancurrom.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tancurrom.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tancurrom.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tancurrom.wordpress.com&blog=2911242&post=24&subd=tancurrom&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://tancurrom.wordpress.com/2008/05/30/may-i/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/tancurrom-128.jpg" medium="image">
			<media:title type="html">tancurrom</media:title>
		</media:content>
	</item>
		<item>
		<title>Controlling Your Laptop</title>
		<link>http://tancurrom.wordpress.com/2008/04/22/controlling-your-laptop/</link>
		<comments>http://tancurrom.wordpress.com/2008/04/22/controlling-your-laptop/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 15:56:03 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[Hardware]]></category>

		<category><![CDATA[Laptop]]></category>

		<category><![CDATA[Mouse]]></category>

		<guid isPermaLink="false">http://tancurrom.wordpress.com/?p=19</guid>
		<description><![CDATA[Does anybody really enjoy controlling their laptop? It is a question I&#8217;m putting to myself, just now. In sight of my recent taking to computing mobility around the home I have had to use the laptops default method of input. Now, I didn&#8217;t think it was that bad for a while. I used it, got [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Does anybody really enjoy controlling their laptop? It is a question I&#8217;m putting to myself, just now. In sight of my recent taking to computing mobility around the home I have had to use the laptops default method of input. Now, I didn&#8217;t think it was <em>that</em> bad for a while. I used it, got used to it, got comfortable with it - and then learnt to loath it.</p>
<p>Maybe it is a problem in a specific minority that I unfortunately fall victim to. My laptops trackpad is rather nifty. It just looks like a plain silver square that blends into the surface, but has some under lying benefits that I didn&#8217;t discover until a year after purchasing it. That is of course taking into consideration that my setup is assembled so that I never interact directly with the laptop (its a laptop + xbox + extra two screens mangle).</p>
<h4>The Problem</h4>
<p>The way it works could be found to be intuitive with practise and a desire to interact to use this method of input. Neither of which I hold. This is how the track pad works. As usual you move your finger across the surface and it will detect differing temperature or the breaking of light beams to control the movement of the mouse on screen. Subtly it has certain under lying abilities. The most obvious one being the quick tap on the surface that gives you a mouse click.</p>
<p>Then we have the extra controls that I only recently discovered. Tapping the top right hand corner of the pad will toggle the current window between maximised, tapping the bottom right hand corner of the pad will minimise the current window, tapping the bottom left hand corner of the pad will click the windows orb for you and scrolling your finger from top to bottom along the right side of the pad will scroll the current window.</p>
<p>I think they have just packed in to much, tried too hard and it has had a negative impact on the input device.</p>
<h4>The Solution</h4>
<p>Just keep it simple. We don&#8217;t need manufactures stuffing all this functionality into the trackpads. Its overloading them. I suggest try demoing a laptop before you buy it, its an investment that you don&#8217;t need screwed over on. Or just buy a mouse.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/tancurrom.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/tancurrom.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tancurrom.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tancurrom.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tancurrom.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tancurrom.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tancurrom.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tancurrom.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tancurrom.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tancurrom.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tancurrom.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tancurrom.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tancurrom.wordpress.com&blog=2911242&post=19&subd=tancurrom&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://tancurrom.wordpress.com/2008/04/22/controlling-your-laptop/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/tancurrom-128.jpg" medium="image">
			<media:title type="html">tancurrom</media:title>
		</media:content>
	</item>
		<item>
		<title>Zero Identity Remake</title>
		<link>http://tancurrom.wordpress.com/2008/04/15/zero-identity-remake/</link>
		<comments>http://tancurrom.wordpress.com/2008/04/15/zero-identity-remake/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 17:28:02 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[Zero Identity]]></category>

		<category><![CDATA[Encryption]]></category>

		<category><![CDATA[Magazine]]></category>

		<category><![CDATA[Security]]></category>

		<category><![CDATA[Steganography]]></category>

		<guid isPermaLink="false">http://tancurrom.wordpress.com/?p=21</guid>
		<description><![CDATA[ 
ZeroIdentity.org has reopened its doors. Its back and better than ever.
&#8220;The aim of this project is to provide knowledge about security to all members. We provide simulated scenarios and vulnerabilities, to know how it functions. Zero Identity is a safe, free, and legal environment for all to enjoy.&#8221;
If you have never been to ZeroIdentity.org [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:left;"><a title="ZeroIdentity.org" href="http://zeroidentity.org"><img class="alignleft" style="float:left;margin:4px;" src="http://tancurrom.files.wordpress.com/2008/04/zi.jpg?w=100&h=100" alt="ZeroIdentity.org" width="100" height="100" /></a><a title="ZeroIdentity.org" href="http://zeroidentity.org"> </a></p>
<p><a title="ZeroIdentity.org" href="http://zeroidentity.org/" target="_blank"><span class="mceitemhiddenspellword"><span style="text-decoration:none;">ZeroIdentity</span></span><span class="mceitemhidden">.org</span></a> has reopened its doors. Its back and better than ever.</p>
<p style="text-align:left;">&#8220;<em>The aim of this project is to provide knowledge about security to all members. We provide simulated scenarios and vulnerabilities, to know how it functions. Zero Identity is a safe, free, and legal environment for all to enjoy.&#8221;</em></p>
<p>If you have never been to <a title="ZeroIdentity.org" href="http://zeroidentity.org" target="_blank"><span class="mceitemhiddenspellword"><span style="text-decoration:none;">ZeroIdentity</span></span><span class="mceitemhidden">.org</span></a><span class="mceitemhidden"> then what are you waiting for? Go check it out. It’s a great source to unleash all your geeky knowledge. We have many people with different areas of expertise’s that can help with a problem, teach you new skills and generally make you laugh. </span></p>
<p><span class="mceitemhidden">The community is a great part of </span><span class="mceitemhiddenspellword">Zi</span><span class="mceitemhidden">. Some of the members are really decent people, great for a laugh or a chat on the </span><a title="ZeroIdentity.org IRC channel" href="irc://irc.pseud0.net:6667#zeroidentity" target="_blank"><span class="mceitemhiddenspellword"><span style="text-decoration:none;">IRC</span></span></a> and always willing to teach or be taught. The fact that you’re on the Internet reading this blog post pretty much makes you a person that could fit into the community. I urge you to try out the site; you will probably learn a lot.</p>
<p><span class="mceitemhiddenspellword">Zi</span><span class="mceitemhidden"> has missions that are simulating real life situations that you have to try and beat. They’re very educational, but fun educational. If you run a website that they are definitely worth a try, you might quickly find just how little (or whole lot) you know about achieving security for your site. A personal favourite is the encryption missions that teach encryption techniques and how to break them, and </span><a title="Steganography" href="http://en.wikipedia.org/wiki/Steganography" target="_blank"><span class="mceitemhiddenspellword"><span style="text-decoration:none;">steganography</span></span></a><span class="mceitemhidden"> missions that teach you how to conceal information. </span><span class="mceitemhiddenspellword">Zi</span><span class="mceitemhidden"> have an E-Zine which always has some good reads in it. Check out </span><em><a title="Zero Identity's Tech-Head zine" href="http://www.zeroidentity.org/zine/?id=1" target="_blank">Tech Head Magazine - Issue #1</a></em> that was just released with the site.</p>
<p><span class="mceitemhidden">There&#8217;s much more content that can be seen over at </span><a title="ZeroIdentity.org" href="http://zeroidentity.org/" target="_blank"><span class="mceitemhiddenspellword"><span style="text-decoration:none;">Zero Identity</span></span></a> <span class="mceitemhidden">, so go check it out all ready! I’ll be there for help, if you ever need it just shout at me.</span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/tancurrom.wordpress.com/21/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/tancurrom.wordpress.com/21/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tancurrom.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tancurrom.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tancurrom.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tancurrom.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tancurrom.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tancurrom.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tancurrom.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tancurrom.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tancurrom.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tancurrom.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tancurrom.wordpress.com&blog=2911242&post=21&subd=tancurrom&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://tancurrom.wordpress.com/2008/04/15/zero-identity-remake/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/tancurrom-128.jpg" medium="image">
			<media:title type="html">tancurrom</media:title>
		</media:content>

		<media:content url="http://tancurrom.files.wordpress.com/2008/04/zi.jpg" medium="image">
			<media:title type="html">ZeroIdentity.org</media:title>
		</media:content>
	</item>
		<item>
		<title>April Foools 08</title>
		<link>http://tancurrom.wordpress.com/2008/04/01/april-foools-08/</link>
		<comments>http://tancurrom.wordpress.com/2008/04/01/april-foools-08/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 19:13:08 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[Miscellaneous]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[Jokes]]></category>

		<category><![CDATA[Pranks]]></category>

		<category><![CDATA[Xbox]]></category>

		<guid isPermaLink="false">http://tancurrom.wordpress.com/?p=20</guid>
		<description><![CDATA[Isn&#8217;t this day just neglected?
Google seem to really have taken to the idea of april fools this yea, what with Virgle (?) and the Wake Up kit. And I was really amused by major nelson&#8217;s xbox daily update (not available on site, you have to view it on your xbox dashboard). I don&#8217;t think that [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Isn&#8217;t this day just neglected?</p>
<p><a title="GOOGLE" href="http://www.google.com/" target="_blank">Google</a> seem to really have taken to the idea of april fools this yea, what with <a title="Virgle" href="http://www.google.com/virgle">Virgle</a> (?) and the <a title="The Google Wake Up kit" href="http://www.google.com/googlecalendar/new_wakeup.html" target="_blank">Wake Up</a> kit. And I was really amused by <a title="Major Nelson's blog" href="http://majornelson.com">major nelson&#8217;s</a> xbox daily update (not available on site, you have to view it on your xbox dashboard). I don&#8217;t think that people really take advantage of this day. But it is very amusing when a good spoof takes place.</p>
<p>Damn people, go all out!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/tancurrom.wordpress.com/20/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/tancurrom.wordpress.com/20/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tancurrom.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tancurrom.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tancurrom.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tancurrom.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tancurrom.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tancurrom.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tancurrom.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tancurrom.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tancurrom.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tancurrom.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tancurrom.wordpress.com&blog=2911242&post=20&subd=tancurrom&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://tancurrom.wordpress.com/2008/04/01/april-foools-08/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/tancurrom-128.jpg" medium="image">
			<media:title type="html">tancurrom</media:title>
		</media:content>
	</item>
		<item>
		<title>Pre - Pro JavaScript Design Patterns</title>
		<link>http://tancurrom.wordpress.com/2008/03/10/pre-pro-javascript-design-patterns/</link>
		<comments>http://tancurrom.wordpress.com/2008/03/10/pre-pro-javascript-design-patterns/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 18:38:34 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[Coding]]></category>

		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[Design patterns]]></category>

		<guid isPermaLink="false">http://tancurrom.wordpress.com/?p=14</guid>
		<description><![CDATA[I just bought Pro JavaScript Design Patterns from Amazon for my birthday and it arrived today. Recently I have really got into JavaScript and decided on getting this book mostly because I enjoyed reading Dustin Diaz&#8217;s blog so much. The blog itself hasn&#8217;t had much recent content but it delivers a lot of very educational [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I just bought <em><a title="Pro JavaScript Design Patterns site" href="http://jsdesignpatterns.com/" target="_blank">Pro JavaScript Design Patterns</a></em> from Amazon for my birthday and it arrived today. Recently I have really got into JavaScript and decided on getting this book mostly because I enjoyed reading <a title="Dustin Diaz's blog" href="http://www.dustindiaz.com/" target="_blank">Dustin Diaz&#8217;s blog</a> so much. The blog itself hasn&#8217;t had much recent content but it delivers a lot of very educational and enjoyable reads that are as validate as the day they were posted. I have never purchased a book about coding or even computing really, so this is a prototype to evaluate there benefits.  I figured I would land some JavaScript design patterns that I like to use, very personally, so that after I finish the book I can compare how I code then. For the most part the techniques will be very basic but hopefully they benefit some web wonders.</p>
<h4>Defining Functions</h4>
<p>Usually you learn to define functions like so&#8230;<br />
<code>function doSomething() {<br />
(&#8230;)<br />
}</code><br />
However, I like to define functions like so&#8230;<br />
<code>var doSomething = function() {<br />
(&#8230;)<br />
}</code><br />
Semantically they are identical, but it&#8217;s just taken a preference recently. It keeps my code looking more consistent with the way I define objects (see literals below).</p>
<h4>Literals</h4>
<p>Sometimes it just seems ridiculous to define a new object (I don&#8217;t like using <em>new</em> to much (when you can use a literal)) &#8230;<br />
<code>var myString = new String('foo')<br />
var myArray = new Array(&#8217;foo&#8217;,'bar&#8217;)<br />
var myObject = new Object()</code><br />
You probably already use some literals&#8230;<br />
<code>var myString = 'foo' //creates a string literal value</code><br />
I like to additionally use these literals&#8230;<br />
<code>var myArray = ['foo','bar'] //creates an array literal, with values<br />
var myObject = {} //creates an object literal</code></p>
<h4>Object Initialisers</h4>
<p>More commonly referred to as JavaScript Object Notation (<a title="JSON site" href="http://json.org/" target="_blank">JSON</a>). Nearly all the JavaScript I write uses JSON. It&#8217;s a much better way of writing your code. It is a collection of name/value pairs usually stored in objects and arrays.<br />
<code>var ourObject = {<br />
doSomething: function() {<br />
(&#8230;)<br />
},<br />
&#8216;myString&#8217;: &#8216;foo&#8217;,<br />
myArray: ['foo','bar'],<br />
myObject: {}<br />
}<br />
</code><br />
I have stored similar objects as before, however, even though I have stored them with the same names they will not over write the previous objects because they are stored with <em>ourObject</em>. They will render exactly the same results but will be called like so&#8230;<br />
<code>ourObject.doSomething()<br />
ourObject.myArray(0)<br />
// etc &#8230;</code><br />
Using this type of coding is much more efficient, and it&#8217;s considerably easier to read and understand because code is grouped into objects. It also allows you to use the same names for functions, for example &#8216;init&#8217;, which I use a lot.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/tancurrom.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/tancurrom.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tancurrom.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tancurrom.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tancurrom.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tancurrom.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tancurrom.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tancurrom.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tancurrom.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tancurrom.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tancurrom.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tancurrom.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tancurrom.wordpress.com&blog=2911242&post=14&subd=tancurrom&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://tancurrom.wordpress.com/2008/03/10/pre-pro-javascript-design-patterns/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/tancurrom-128.jpg" medium="image">
			<media:title type="html">tancurrom</media:title>
		</media:content>
	</item>
		<item>
		<title>XNA na na</title>
		<link>http://tancurrom.wordpress.com/2008/03/08/xna-na-na/</link>
		<comments>http://tancurrom.wordpress.com/2008/03/08/xna-na-na/#comments</comments>
		<pubDate>Sat, 08 Mar 2008 10:52:26 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[C#]]></category>

		<category><![CDATA[Coding]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[Gaming]]></category>

		<category><![CDATA[Life]]></category>

		<category><![CDATA[Coleraine]]></category>

		<category><![CDATA[Visual Studio]]></category>

		<category><![CDATA[XNA]]></category>

		<guid isPermaLink="false">http://tancurrom.wordpress.com/?p=13</guid>
		<description><![CDATA[Today I broadened my programming schema with a games development workshop.  The workshop was very brief, only lasting one short day, or long day when there&#8217;s travelling involved. I had an extremely early start at 5.50 (sense when was there a 5.50 in the morning? It was news to me too.). After struggling out [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Today I broadened my programming schema with a games development workshop.  The workshop was very brief, only lasting one short day, or long day when there&#8217;s travelling involved. I had an extremely early start at 5.50 (sense when was there a 5.50 in the morning? It was news to me too.). After struggling out of the house I headed down to the train station where I met Aaron and eventually Ciaran and Mike. We started are <em>adventure</em> at 6.46.</p>
<p class="MsoNormal">We confusedly got some trains to <a title="University of Ulster Coleraine site" href="http://www.ulster.ac.uk/campus/coleraine/" target="_blank">Coleraine University</a> stop and even more obtrusively wondered the campus in search of the &#8220;South Building&#8221;. After a short pit stop in the students union we ended up circumnavigating the South Building until managing to find the actual entrance and an unlocked door. By this stage we had been drenched in an over exuberant volume of Coleraine&#8217;s weather. However, with Aaron about it&#8217;s hard to put any dampers on group morale.</p>
<p class="MsoNormal">In spite of the self indulged perplexity that our group of dysfunctionate individuals had inadvertently induced, we arrived with roughly two hours to burn. We twiddling our fingers for a bit, but ended up helping Darryl set up for the rest of the people coming and chatting to <a title="David Gibsons blog" href="http://www.gibson149.com/" target="_blank">David</a> &amp; <a title="James Burkes blog" href="http://www.burkazoid.com/" target="_blank">James</a>.</p>
<p class="MsoNormal">Everyone was situated in the labs for around 10.30 and the workshop kicked off. There was an introduction to <a title="XNA Creators getting started" href="http://creators.xna.com/education/gettingstarted.aspx" target="_blank">XNA Game Studio</a> and simplistic only-what-you-need-to-know guide to general programming aimed at C# with XNA. We moved swiftly into some exercises designed to get us used to general workings of the <a title="Visual C# 2005 Express Edition" href="http://www.microsoft.com/express/2005/" target="_blank">Visual Studio</a> extension. They really helped but could get frustrating if you couldn&#8217;t find a solution to your problem.</p>
<p class="MsoNormal">After a lunch break we started into the real tender meat of the day. There was small shooter games (think asteroids and space invaders) that we needed to modify. I started making modifications to the way the ships guns would fire, limiting the amount of bullets that could be used at once. The amount would increase when you destroyed more ships. Aaron, beside me, started into the tasks of taking the single player game and making it co-op. Semantically, it was a very ugly process involving copying most of the existing code and running it again for difference instances, but the output was brilliant.</p>
<p class="MsoNormal">As there was going to be a prize (a copy of Halo 3) for the best modification, and I thought Aaron&#8217;s was more outstanding that mine, I took what code I had already done and added it into his project. We both worked on his and together made it fairly decent. It got top three so they had a match on one of the games a student had made. Aaron won - somehow.  That&#8217;s a copy of Halo 3 for the dude without an Xbox 360 (Oh dear).</p>
<p class="MsoNormal">That pretty much wrapped up the day. It was really educational, but more importantly the people holding the workshop were great fun to be around. I have to greatly extend my gratitude to the persons involved in the day.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/tancurrom.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/tancurrom.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tancurrom.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tancurrom.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tancurrom.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tancurrom.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tancurrom.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tancurrom.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tancurrom.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tancurrom.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tancurrom.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tancurrom.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tancurrom.wordpress.com&blog=2911242&post=13&subd=tancurrom&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://tancurrom.wordpress.com/2008/03/08/xna-na-na/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/tancurrom-128.jpg" medium="image">
			<media:title type="html">tancurrom</media:title>
		</media:content>
	</item>
		<item>
		<title>Birthday 2007</title>
		<link>http://tancurrom.wordpress.com/2008/03/04/birthday-2007/</link>
		<comments>http://tancurrom.wordpress.com/2008/03/04/birthday-2007/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 18:51:45 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<category><![CDATA[Birthday]]></category>

		<category><![CDATA[cake]]></category>

		<guid isPermaLink="false">http://tancurrom.wordpress.com/?p=12</guid>
		<description><![CDATA[Woop! It&#8217;s my birthday. Got a coincidental half day which was nice. Didn&#8217;t really do anything eventful. Cake - num num num&#8230;
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Woop! It&#8217;s my birthday. Got a coincidental half day which was nice. Didn&#8217;t really do anything eventful. Cake - num num num&#8230;</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/tancurrom.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/tancurrom.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tancurrom.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tancurrom.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tancurrom.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tancurrom.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tancurrom.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tancurrom.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tancurrom.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tancurrom.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tancurrom.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tancurrom.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tancurrom.wordpress.com&blog=2911242&post=12&subd=tancurrom&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://tancurrom.wordpress.com/2008/03/04/birthday-2007/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/tancurrom-128.jpg" medium="image">
			<media:title type="html">tancurrom</media:title>
		</media:content>
	</item>
		<item>
		<title>Aerospace Engineering</title>
		<link>http://tancurrom.wordpress.com/2008/02/24/aerospace-engineering/</link>
		<comments>http://tancurrom.wordpress.com/2008/02/24/aerospace-engineering/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 19:31:34 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<category><![CDATA[Aerospace]]></category>

		<category><![CDATA[Bombardier]]></category>

		<category><![CDATA[Engineering]]></category>

		<guid isPermaLink="false">http://tancurrom.wordpress.com/?p=4</guid>
		<description><![CDATA[For the working week of 25th through 29th I&#8217;ll be based in Bombardier Belfast for a short work experience. I&#8217;ll be more specifically based in the Aerospace Engineering department. I&#8217;m really excited as I think it will be a great experience, but I also really worried because I&#8217;ve been sick for the past few days [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>For the working week of 25<sup>th</sup> through 29<sup>th</sup> I&#8217;ll be based in <a title="Bombardier" href="http://www.bombardier.com/" target="_blank">Bombardier</a> Belfast for a short work experience. I&#8217;ll be more specifically based in the <a title="Aerospace Engineering" href="http://en.wikipedia.org/wiki/Aerospace_engineering">Aerospace Engineering</a> department. I&#8217;m really excited as I think it will be a great experience, but I also really worried because I&#8217;ve been sick for the past few days (that&#8217;s why I haven&#8217;t been posting) so I have not got all (any) of the information I wanted - meaning I haven&#8217;t been able to communicate with my contact at Bombardier.</p>
<p>I kind of a got carried away with the prospect of going to Bombardier and bought a new suite yesterday without the knowledge weather one is actually required, but I&#8217;d rather arrive and be over dressed than under dressed. With the first day in work tomorrow I&#8217;m a little nervous, but hope all goes well <span style="text-decoration:line-through;">- I&#8217;ll be reporting on my activity</span>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/tancurrom.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/tancurrom.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tancurrom.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tancurrom.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tancurrom.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tancurrom.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tancurrom.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tancurrom.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tancurrom.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tancurrom.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tancurrom.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tancurrom.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tancurrom.wordpress.com&blog=2911242&post=4&subd=tancurrom&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://tancurrom.wordpress.com/2008/02/24/aerospace-engineering/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/tancurrom-128.jpg" medium="image">
			<media:title type="html">tancurrom</media:title>
		</media:content>
	</item>
		<item>
		<title>The second first post</title>
		<link>http://tancurrom.wordpress.com/2008/02/20/the-second-first-post/</link>
		<comments>http://tancurrom.wordpress.com/2008/02/20/the-second-first-post/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 01:28:19 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[Blogosphere]]></category>

		<category><![CDATA[Miscellaneous]]></category>

		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[Zero Identity]]></category>

		<guid isPermaLink="false">http://tancurrom.wordpress.com/?p=3</guid>
		<description><![CDATA[It&#8217;s really the first post but I&#8217;m leaving the post that&#8217;s inserted into the database as an example because I though it was kind of funny. The blog is up and running, mostly due to WorPress.com being so fantastically easy to use. That&#8217;s all well and good but really I would like to set one [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>It&#8217;s really the first post but I&#8217;m leaving the post that&#8217;s inserted into the database as an example because I though it was kind of funny. The blog is up and running, mostly due to <a href="http://tancurrom.wordpress.com" target="_blank">WorPress.com</a> being so fantastically easy to use. That&#8217;s all well and good but <em>really</em> I would like to set one up myself independently of this service . As talked about on the <a title="My 'About' page" href="http://tancurrom.wordpress.com/about/">about page</a>, this blog is really just a test run because I have recently taken to the idea of blogging due to the <a title="My Zi Blog" href="http://www.zeroidentity.org/blog/view/tancurrom" target="_blank">feature being an option</a> for users at <a title="ZeroIdentity.org" href="http://www.zeroidentity.org/" target="_blank">Zero Identity</a>. <em>&#8220;It seems to be a cool way to release your inner thoughts on to other unwilling souls roaming the blogosphere&#8221; ~Me.</em> Really this will be used so I know that I will actually blog and keep blogging before purchasing some hosting and a domain (I&#8217;ve never bought hosting before and have always wanted a personal domain but hate forking out for items like these over the net). With my experience in web development none of this should prove too challenging and a greater level of precise customisation control that I want can be achieved.</p>
<p>I hope the posts do keep on rolling out. I hope that they benefit you in some way by helping you learn something new or by making you laugh. I&#8217;ll try and keep them coming as long as people enjoy them.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/tancurrom.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/tancurrom.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tancurrom.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tancurrom.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tancurrom.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tancurrom.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tancurrom.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tancurrom.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tancurrom.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tancurrom.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tancurrom.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tancurrom.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tancurrom.wordpress.com&blog=2911242&post=3&subd=tancurrom&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://tancurrom.wordpress.com/2008/02/20/the-second-first-post/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/tancurrom-128.jpg" medium="image">
			<media:title type="html">tancurrom</media:title>
		</media:content>
	</item>
	</channel>
</rss>