<?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:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ignite Blog by Ruxton &#187; Life</title>
	<atom:link href="http://ignite.digitalignition.net/category/life/feed/" rel="self" type="application/rss+xml" />
	<link>http://ignite.digitalignition.net</link>
	<description>by Ruxton</description>
	<lastBuildDate>Tue, 22 Jun 2010 00:56:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>#SongsInCode &#8211; Twitter Meme</title>
		<link>http://ignite.digitalignition.net/2009/08/21/songsincode-twitter-meme/</link>
		<comments>http://ignite.digitalignition.net/2009/08/21/songsincode-twitter-meme/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 08:05:08 +0000</pubDate>
		<dc:creator>Ruxton</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://ignite.digitalignition.net/?p=429</guid>
		<description><![CDATA[<p>This morning i got out of bed to be greeted by what I can only describe as the highest level of in-joke and nerd humour i&#8217;ve ever witnessed, <a href="https://search.twitter.com/search?q=%23songsincode">#SongsInCode</a>.  SongsInCode is a Twitter hashtag people have started using and the idea is simple, think of a lyric or name of a song and express it program code.  Follow through for a list of <a href="https://search.twitter.com/search?q=%23songsincode">#songsincode</a> i submitted.</p>
<p>Heres a list of ones i submitted through the course of the day:</p>
<p>John Lennon &#8211; Imagine<br />
<code>
<pre>function Imagine() {
	$ppl = World::getPopulation();
	$ppl->liveForToday();
	$ppl->liveInPeace();
	World::Share($ppl);
	World::liveAsOne($ppl);
}</pre>
<p></code></p>
<p>The Beatles &#8211; Octopus&#8217; Garden<br />
<code>
<pre>if(garden.owner == "Octopus"
	&#038;&#038; garden.location == "under-sea"
	&#038;&#038; garden.shadeLevel == 80 ) {
		me.satisfied();
}</pre>
<p></code></p>
<p>Nancy Sinatra &#8211; These Boots Are Made For Walking<br />
<code>
<pre>$boots = bootFactory.make(WalkingBoots);
boots.Walk();
boots.WalkAllOver(you);</pre>
<p></code></p>
<p>Vanilla Ice &#8211; Ice Ice Baby<br />
<code>
<pre>function Stop($ice) {
	Collaborate();
	Listen();
	$ice.invent();
	$ice.comeBack();
}</pre>
<p></code></p>
<p>The Commodores &#8211; Three Times A Lady<br />
<code>
<pre>while(i=1;i == 3; i++) {
	lady++;
}</pre>
<p></code></p>
<p>Lamb Chops &#8211; The Song That Doesn&#8217;t End<br />
<code>
<pre>while(1 != 1) {
	playVerse();
}</pre>
<p></code></p>
<p>Queen &#8211; Fat Bottom Girls<br />
<code>
<pre>if(Girl.styles.borderBottomWidth > 100) {
	RockingWorld.rotate();
}</pre>
<p></code></p>
<p>The Beatles &#8211; I Am The Walrus<br />
<code>
<pre>if(me.getSpecies() == Species.ODOBENUS_ROSMARUS
	&#038;&#038; me.getJob() == Jobs.POULTRY_FARMER) {
		print "GooGooGaJoob";
}</pre>
<p></code></p>
<p>Homer Simpson &#8211; When I Was 17<br />
<code>
<pre>me.age = 17;
beer.quality = Beverages.VGOOD_QUAL;
fakeID = new FakeID('Brian McGee');
me.add(fakeID);
me.buyNDrink(beer);</pre>
<p></code></p>
<p>The Beatles &#8211; Yellow Submarine<br />
<code>
<pre>if(this.Town=="Liverpool") {
	s=new Submarine();
	s.color ='Yellow';
	us.setLivingArrangements(sub);
}</pre>
<p></code></p>
<p>Masters Apprentices &#8211; Turn Up Your Radio<br />
<code>
<pre>everybody.learnFromPast();
everybody.listenToMusic(time());
radio.setVolume(Volume.MAX);</pre>
<p></code></p>
<p>Nat King Cole &#8211; Wonderful World<br />
<code>
<pre>this.see(Trees.Color.Green);
this.see(Roses.Color.Red);
this.see(Roses.Bloom);
this.think(Memory.WONDERFUL_WORLD);</pre>
<p></code></p>
<p>Will Smith &#8211; Fresh Prince of Bel Air Theme<br />
<code>
<pre>while(w in WestPhiladelphia) {
	w.shootBall();
	thugs.makeTrouble();
	w.fight(thugs);
	Mum.getScared();
	w.Location(BEL_AIR);
}</pre>
<p></code></p>
<p>The Thrasmen &#8211; Surfin&#8217; Bird<br />
<code>
<pre>person.heard('Bird') ? '' : 'Ba Ba Ba Boo Ma Mow Mow Ba Ba Boo Mow Ma Mow';</pre>
<p></code></p>
<p>Notorious B.I.G &#8211; Ten Crack Commandments<br />
<code>
<pre>for(i=1; i == 10; i++) {
	echo $crackCommandment[i];
}</pre>
<p></code></p>
<p>Freestylers &#8211; Push Up<br />
<code>
<pre>up = array('your body');
array_push(up,'your body next to mine');</pre>
<p></code></p>
<p>Bart Simpson &#8211; Do The Bartman<br />
<code>
<pre>function doTheBartman($person) {
	$person->ShakeBody();
	$person->TurnOutBody();
	$person->MoveButtSide2Side();
}
if ($guy->reputation == LUDE) {
	$guy->greet(Greets.DUDES);
	$guy->terrorise(people);
	$guy->keepFlow();
	$guy->fixTestScores();
	$guy->dropBananaPeels();
	$guy->setLastName('Simpson');
	$guy->setFirstName('Bart');
}
for($person in $House)
{
	doTheBartman($person);
}</pre>
<p></code></p>
<p>So there we have it, <a href="https://search.twitter.com/search?q=%23songsincode">#SongsInCode</a>, seems the guys <a href="http://www.sitepoint.com/blogs/2009/08/21/geeks-just-wanna-have-fun-songsincode/">over at SitePoint like a few of mine enough to mention them too!</a></p>
]]></description>
			<content:encoded><![CDATA[<p>This morning i got out of bed to be greeted by what I can only describe as the highest level of in-joke and nerd humour i&#8217;ve ever witnessed, <a href="https://search.twitter.com/search?q=%23songsincode">#SongsInCode</a>.  SongsInCode is a Twitter hashtag people have started using and the idea is simple, think of a lyric or name of a song and express it program code.  Follow through for a list of <a href="https://search.twitter.com/search?q=%23songsincode">#songsincode</a> i submitted.</p>
<p>Heres a list of ones i submitted through the course of the day:</p>
<p>John Lennon &#8211; Imagine<br />
<code>
<pre>function Imagine() {
	$ppl = World::getPopulation();
	$ppl->liveForToday();
	$ppl->liveInPeace();
	World::Share($ppl);
	World::liveAsOne($ppl);
}</pre>
<p></code></p>
<p>The Beatles &#8211; Octopus&#8217; Garden<br />
<code>
<pre>if(garden.owner == "Octopus"
	&#038;&#038; garden.location == "under-sea"
	&#038;&#038; garden.shadeLevel == 80 ) {
		me.satisfied();
}</pre>
<p></code></p>
<p>Nancy Sinatra &#8211; These Boots Are Made For Walking<br />
<code>
<pre>$boots = bootFactory.make(WalkingBoots);
boots.Walk();
boots.WalkAllOver(you);</pre>
<p></code></p>
<p>Vanilla Ice &#8211; Ice Ice Baby<br />
<code>
<pre>function Stop($ice) {
	Collaborate();
	Listen();
	$ice.invent();
	$ice.comeBack();
}</pre>
<p></code></p>
<p>The Commodores &#8211; Three Times A Lady<br />
<code>
<pre>while(i=1;i == 3; i++) {
	lady++;
}</pre>
<p></code></p>
<p>Lamb Chops &#8211; The Song That Doesn&#8217;t End<br />
<code>
<pre>while(1 != 1) {
	playVerse();
}</pre>
<p></code></p>
<p>Queen &#8211; Fat Bottom Girls<br />
<code>
<pre>if(Girl.styles.borderBottomWidth > 100) {
	RockingWorld.rotate();
}</pre>
<p></code></p>
<p>The Beatles &#8211; I Am The Walrus<br />
<code>
<pre>if(me.getSpecies() == Species.ODOBENUS_ROSMARUS
	&#038;&#038; me.getJob() == Jobs.POULTRY_FARMER) {
		print "GooGooGaJoob";
}</pre>
<p></code></p>
<p>Homer Simpson &#8211; When I Was 17<br />
<code>
<pre>me.age = 17;
beer.quality = Beverages.VGOOD_QUAL;
fakeID = new FakeID('Brian McGee');
me.add(fakeID);
me.buyNDrink(beer);</pre>
<p></code></p>
<p>The Beatles &#8211; Yellow Submarine<br />
<code>
<pre>if(this.Town=="Liverpool") {
	s=new Submarine();
	s.color ='Yellow';
	us.setLivingArrangements(sub);
}</pre>
<p></code></p>
<p>Masters Apprentices &#8211; Turn Up Your Radio<br />
<code>
<pre>everybody.learnFromPast();
everybody.listenToMusic(time());
radio.setVolume(Volume.MAX);</pre>
<p></code></p>
<p>Nat King Cole &#8211; Wonderful World<br />
<code>
<pre>this.see(Trees.Color.Green);
this.see(Roses.Color.Red);
this.see(Roses.Bloom);
this.think(Memory.WONDERFUL_WORLD);</pre>
<p></code></p>
<p>Will Smith &#8211; Fresh Prince of Bel Air Theme<br />
<code>
<pre>while(w in WestPhiladelphia) {
	w.shootBall();
	thugs.makeTrouble();
	w.fight(thugs);
	Mum.getScared();
	w.Location(BEL_AIR);
}</pre>
<p></code></p>
<p>The Thrasmen &#8211; Surfin&#8217; Bird<br />
<code>
<pre>person.heard('Bird') ? '' : 'Ba Ba Ba Boo Ma Mow Mow Ba Ba Boo Mow Ma Mow';</pre>
<p></code></p>
<p>Notorious B.I.G &#8211; Ten Crack Commandments<br />
<code>
<pre>for(i=1; i == 10; i++) {
	echo $crackCommandment[i];
}</pre>
<p></code></p>
<p>Freestylers &#8211; Push Up<br />
<code>
<pre>up = array('your body');
array_push(up,'your body next to mine');</pre>
<p></code></p>
<p>Bart Simpson &#8211; Do The Bartman<br />
<code>
<pre>function doTheBartman($person) {
	$person->ShakeBody();
	$person->TurnOutBody();
	$person->MoveButtSide2Side();
}
if ($guy->reputation == LUDE) {
	$guy->greet(Greets.DUDES);
	$guy->terrorise(people);
	$guy->keepFlow();
	$guy->fixTestScores();
	$guy->dropBananaPeels();
	$guy->setLastName('Simpson');
	$guy->setFirstName('Bart');
}
for($person in $House)
{
	doTheBartman($person);
}</pre>
<p></code></p>
<p>So there we have it, <a href="https://search.twitter.com/search?q=%23songsincode">#SongsInCode</a>, seems the guys <a href="http://www.sitepoint.com/blogs/2009/08/21/geeks-just-wanna-have-fun-songsincode/">over at SitePoint like a few of mine enough to mention them too!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ignite.digitalignition.net/2009/08/21/songsincode-twitter-meme/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>You Don&#8217;t Need Find The Phone Apps..</title>
		<link>http://ignite.digitalignition.net/2009/07/22/you-dont-need-find-the-phone-apps/</link>
		<comments>http://ignite.digitalignition.net/2009/07/22/you-dont-need-find-the-phone-apps/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 15:25:50 +0000</pubDate>
		<dc:creator>Ruxton</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[good people]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iphone apps]]></category>
		<category><![CDATA[losing phone]]></category>
		<category><![CDATA[lost iphone]]></category>

		<guid isPermaLink="false">http://ignite.digitalignition.net/?p=390</guid>
		<description><![CDATA[<p>Last night mid-way through my train ride home i had a sudden realisation, i had no idea where my phone was and I left the office with it, OUCH.  The though patterns started to retrace, etc. I got off the train a stop early and shot to my parents house to use their phone to try call it, unfortunately the battery on my phone was dead.</p>
<p>Sitting at my parents house I started to realise where it got to and convinced my mum to drive me 40 odd minutes back to work and wait for me while I looked everywhere for it.  You can be assured I didn&#8217;t find it and in a way I&#8217;m kind of retrospectively happy about it.</p>
<p>I slept like crap last night, not because I lost an iPhone (that&#8217;s laughable), but because I couldn&#8217;t stop thinking of all the things connected to my iPhone i needed to be changing passwords on or watching like a hawk.  The list was huge, my phone has been seriously connected to my life since the XDA Atom. In the end I gave up and resigned to changing things that matter and preying someone would use the public services like Facebook, last.fm or Twitter.</p>
<p>Everyone kept saying to me &#8220;Don&#8217;t you have that app that helps you find your fone?&#8221; &#8220;Dont you have mobile me?&#8221; my response was simple &#8220;None of that helps when it&#8217;s flat&#8221; and even if it wasn&#8217;t i would&#8217;ve been able call it and find it anyway, unless of course they threw the sim.  At no point amongst any of this banter did I remember that I could just log straight into my Apps4Rent WebMail, hit options and wipe my device, had I realised this I would&#8217;ve done it last night.</p>
<p>This is the greatest feature ever, who cares about finding your phone i was too busy caring about every ounce of what my life that was on there.  The hardware was replaceable, someone having someone elses pesronal data is not a good thing in my books.</p>
<p>So I&#8217;d been calling it all today (and so had friends and family it seemed) and finally at about 10 past 5 it came on and someone answered, OMFG! Not only does this guy have my phone, he lives around the corner and rides the exact same train stops as me.  We often cross paths at the train station and even ride the same train, had I _NOT_ gone to my Mum&#8217;s house, this guy would&#8217;ve walked right passed me about 10 minutes later while i waited for my friends, with my phone in his bag unknowing that it belonged to me.</p>
<p>I put a call block on my phone last night as I didn&#8217;t want un-necessary calls going out and the first thing he tried to do when the phone powered up was call entries like &#8220;Dad&#8221;.  When they didn&#8217;t work, he went to the start of my phone book and tried to call the first person and a few seconds later <a title="Chris Messina's - The Landscaper" href="http://landscaper.visual-assault.net/">Chris</a> called him and we organised to get the phone back.  Long story short, he came around in his car about 20 minutes later with my phone and I don&#8217;t think i&#8217;ve ever felt so happy, relieved or thankfull.  I owe this guy something and he&#8217;ll get it along with worlds of good karma. The hard part is i&#8217;m going to be so happy everytime this guy turns up anywhere near me for the next few weeks, his presence is just going to remind me that people are still amazing.</p>
<p>Some points to take away:</p>
<ul>
<li>What good are these &#8220;find the phone&#8221; services when theres no sim/battery?</li>
<li>Does chaning the password on my exchange/mobile me acct, stop the find the phone/remote wipe from working?</li>
<li>If i&#8217;d done a remote wipe, he&#8217;d never been able to have seen who the phone belonged too, he&#8217;d never have been able to try call Dad, he&#8217;d never know who was calling when we rang, <em>it may not have been callable anymore?</em></li>
<li><em><strong>Good people still exist<br />
</strong></em></li>
<li><em><strong>I think i have a guardian angel watching closely or something like that&#8230;.<br />
</strong></em></li>
</ul>
]]></description>
			<content:encoded><![CDATA[<p>Last night mid-way through my train ride home i had a sudden realisation, i had no idea where my phone was and I left the office with it, OUCH.  The though patterns started to retrace, etc. I got off the train a stop early and shot to my parents house to use their phone to try call it, unfortunately the battery on my phone was dead.</p>
<p>Sitting at my parents house I started to realise where it got to and convinced my mum to drive me 40 odd minutes back to work and wait for me while I looked everywhere for it.  You can be assured I didn&#8217;t find it and in a way I&#8217;m kind of retrospectively happy about it.</p>
<p>I slept like crap last night, not because I lost an iPhone (that&#8217;s laughable), but because I couldn&#8217;t stop thinking of all the things connected to my iPhone i needed to be changing passwords on or watching like a hawk.  The list was huge, my phone has been seriously connected to my life since the XDA Atom. In the end I gave up and resigned to changing things that matter and preying someone would use the public services like Facebook, last.fm or Twitter.</p>
<p>Everyone kept saying to me &#8220;Don&#8217;t you have that app that helps you find your fone?&#8221; &#8220;Dont you have mobile me?&#8221; my response was simple &#8220;None of that helps when it&#8217;s flat&#8221; and even if it wasn&#8217;t i would&#8217;ve been able call it and find it anyway, unless of course they threw the sim.  At no point amongst any of this banter did I remember that I could just log straight into my Apps4Rent WebMail, hit options and wipe my device, had I realised this I would&#8217;ve done it last night.</p>
<p>This is the greatest feature ever, who cares about finding your phone i was too busy caring about every ounce of what my life that was on there.  The hardware was replaceable, someone having someone elses pesronal data is not a good thing in my books.</p>
<p>So I&#8217;d been calling it all today (and so had friends and family it seemed) and finally at about 10 past 5 it came on and someone answered, OMFG! Not only does this guy have my phone, he lives around the corner and rides the exact same train stops as me.  We often cross paths at the train station and even ride the same train, had I _NOT_ gone to my Mum&#8217;s house, this guy would&#8217;ve walked right passed me about 10 minutes later while i waited for my friends, with my phone in his bag unknowing that it belonged to me.</p>
<p>I put a call block on my phone last night as I didn&#8217;t want un-necessary calls going out and the first thing he tried to do when the phone powered up was call entries like &#8220;Dad&#8221;.  When they didn&#8217;t work, he went to the start of my phone book and tried to call the first person and a few seconds later <a title="Chris Messina's - The Landscaper" href="http://landscaper.visual-assault.net/">Chris</a> called him and we organised to get the phone back.  Long story short, he came around in his car about 20 minutes later with my phone and I don&#8217;t think i&#8217;ve ever felt so happy, relieved or thankfull.  I owe this guy something and he&#8217;ll get it along with worlds of good karma. The hard part is i&#8217;m going to be so happy everytime this guy turns up anywhere near me for the next few weeks, his presence is just going to remind me that people are still amazing.</p>
<p>Some points to take away:</p>
<ul>
<li>What good are these &#8220;find the phone&#8221; services when theres no sim/battery?</li>
<li>Does chaning the password on my exchange/mobile me acct, stop the find the phone/remote wipe from working?</li>
<li>If i&#8217;d done a remote wipe, he&#8217;d never been able to have seen who the phone belonged too, he&#8217;d never have been able to try call Dad, he&#8217;d never know who was calling when we rang, <em>it may not have been callable anymore?</em></li>
<li><em><strong>Good people still exist<br />
</strong></em></li>
<li><em><strong>I think i have a guardian angel watching closely or something like that&#8230;.<br />
</strong></em></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ignite.digitalignition.net/2009/07/22/you-dont-need-find-the-phone-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3G Tethering on iPhone 3.0</title>
		<link>http://ignite.digitalignition.net/2009/03/19/3g-tethering-on-iphone-30/</link>
		<comments>http://ignite.digitalignition.net/2009/03/19/3g-tethering-on-iphone-30/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 06:47:35 +0000</pubDate>
		<dc:creator>Ruxton</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iphone 3.0]]></category>
		<category><![CDATA[tethering]]></category>

		<guid isPermaLink="false">http://ignite.digitalignition.net/?p=298</guid>
		<description><![CDATA[<p>Could it be? Tethering without some kind of mystical hax0ring..</p>
<p><a href="http://www.macrumors.com/2009/03/18/usb-tethering-working-on-iphone-3-0/">http://www.macrumors.com/2009/03/18/usb-tethering-working-on-iphone-3-0/</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Could it be? Tethering without some kind of mystical hax0ring..</p>
<p><a href="http://www.macrumors.com/2009/03/18/usb-tethering-working-on-iphone-3-0/">http://www.macrumors.com/2009/03/18/usb-tethering-working-on-iphone-3-0/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ignite.digitalignition.net/2009/03/19/3g-tethering-on-iphone-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scott Burns &#8211; Day 1</title>
		<link>http://ignite.digitalignition.net/2008/10/31/scott-burns-day-1/</link>
		<comments>http://ignite.digitalignition.net/2008/10/31/scott-burns-day-1/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 07:40:53 +0000</pubDate>
		<dc:creator>Ruxton</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://ignite.digitalignition.net/?p=238</guid>
		<description><![CDATA[<p><a href="http://ignite.digitalignition.net/2008/10/31/scott-burns-day-1/"><em>Click here to view the embedded video.</em></a></p>
<p>The debut album from Sydney artist <a href="http://www.scottburnsday1.com/">Scott Burns, Day 1</a>, comes out tomorrow at all good record stores.</p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://ignite.digitalignition.net/2008/10/31/scott-burns-day-1/"><em>Click here to view the embedded video.</em></a></p>
<p>The debut album from Sydney artist <a href="http://www.scottburnsday1.com/">Scott Burns, Day 1</a>, comes out tomorrow at all good record stores.</p>
]]></content:encoded>
			<wfw:commentRss>http://ignite.digitalignition.net/2008/10/31/scott-burns-day-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Steam Community Widget for Wordrpress</title>
		<link>http://ignite.digitalignition.net/2008/10/30/steam-community-widget-for-wordrpress-2/</link>
		<comments>http://ignite.digitalignition.net/2008/10/30/steam-community-widget-for-wordrpress-2/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 02:11:17 +0000</pubDate>
		<dc:creator>Ruxton</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[half-life 2]]></category>
		<category><![CDATA[portal]]></category>
		<category><![CDATA[scw]]></category>
		<category><![CDATA[scww]]></category>
		<category><![CDATA[steam]]></category>
		<category><![CDATA[steam community]]></category>
		<category><![CDATA[steam plugin]]></category>
		<category><![CDATA[steam plugin for wordpress]]></category>
		<category><![CDATA[steam widget]]></category>
		<category><![CDATA[steam widget for wordpress]]></category>
		<category><![CDATA[team fortress 2]]></category>
		<category><![CDATA[tf2]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[widget for wordpress]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://ignite.digitalignition.net/?p=236</guid>
		<description><![CDATA[<p>I&#8217;ve noticed over the past day or so that the <a href="http://ignite.digitalignition.net/articlesexamples/scw/">Steam Community Widget for WordPress</a> has stopped working, this is because the class i use to parse the Steam Community pages needs updating.  I&#8217;ll be chasing up the original author to see if fixes are out yet, so we can hopefully get the widget back into a working state.</p>
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve noticed over the past day or so that the <a href="http://ignite.digitalignition.net/articlesexamples/scw/">Steam Community Widget for WordPress</a> has stopped working, this is because the class i use to parse the Steam Community pages needs updating.  I&#8217;ll be chasing up the original author to see if fixes are out yet, so we can hopefully get the widget back into a working state.</p>
]]></content:encoded>
			<wfw:commentRss>http://ignite.digitalignition.net/2008/10/30/steam-community-widget-for-wordrpress-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online Comics For All</title>
		<link>http://ignite.digitalignition.net/2008/08/27/online-comics-for-all/</link>
		<comments>http://ignite.digitalignition.net/2008/08/27/online-comics-for-all/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 03:32:23 +0000</pubDate>
		<dc:creator>Ruxton</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Web Dev]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[comic]]></category>
		<category><![CDATA[comic strip]]></category>
		<category><![CDATA[comicface]]></category>
		<category><![CDATA[comicpress]]></category>
		<category><![CDATA[comicpress facebook]]></category>
		<category><![CDATA[Comics]]></category>
		<category><![CDATA[facebook application]]></category>
		<category><![CDATA[graphic novel]]></category>
		<category><![CDATA[landscaper]]></category>
		<category><![CDATA[online comics]]></category>
		<category><![CDATA[visual assault]]></category>
		<category><![CDATA[web comics]]></category>

		<guid isPermaLink="false">http://ignite.digitalignition.net/?p=203</guid>
		<description><![CDATA[<p>I&#8217;ve been a little delayed in writing about this one for a number of reasons, but it&#8217;s time to put it out there now.  Myself &#38; Chris Messina from PerthWeb (not <a href="http://factoryjoe.com/blog/">this</a> or <a href="http://www.imdb.com/name/nm0582149/">this</a> Chris Messina, but a whole new one) have recently launched two new online comics.  &#8220;What?&#8221; i hear you say, &#8220;more online comics? is there enough already&#8221; sure theres plenty of online comics out there, some crap, some great, but that doesn&#8217;t mean we can&#8217;t try and do it better.</p>
<p>The first comic that came to be was <a href="http://landscaper.visual-assault.net/">The Landscaper</a>, this is a comic that deals with a very prevelant issue in todays society, the fact that people at a certain age are totally untouchable by the law.  Hopefully the comics&#8217; way of handling this is a bit different from how it would be handled in reality.</p>
<p>The second comic is <a href="http://vacomic.visual-assault.net/">Visual Assault</a>, which kind of came about as an accident.  The story behind Visual Assault is one of waring factions of eyes, competing to control the territory known as F.A.C.E.  Alot of the journey to and from work is usually spent by Chris and I discussing far-out stupid ideas, sometimes we bring them to life in the form of <a href="http://vacomic.visual-assault.net/">Visual Assault</a>.</p>
<p>The two comics differ completely in style and thats probably why we&#8217;re both so comfortable moving between them.  <a href="http://landscaper.visual-assault.net/">The Landscaper</a> is a graphic novel with a big storyline and a really rigid structure with humour as a small addition, where as Visual Assault is a panel-by-panel comic, with a small storyline, a very loose structure and is all about the humour.</p>
<p>Anyway, check out our comics and if you&#8217;re totally into them, we&#8217;ve created Facebook applications for both which you can see using the links below.  If you&#8217;re having trouble adding our applications, try using the NEW facebook, you may aswell get used to it now because over the next few months it WILL become the default.</p>
<ul>
<li><a title="The Landscaper Comic Facebook Application" href="http://apps.facebook.com/thelandscaper/">The Landscaper Facebook Application</a></li>
<li><a title="Visual Assault Comic Facebook Application" href="http://apps.facebook.com/vacomic/">Visual Assault Facebook Application</a></li>
</ul>
<p>As a short side-note for other <a href="http://mindfaucet.com/comicpress/">Comicpress</a> publishers checking out our comics, i&#8217;ve been working on a facebook application that integrates the comicpress system into facebook via a wordpress plugin.  If you&#8217;re interested in seeing this, drop me a line.</p>
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been a little delayed in writing about this one for a number of reasons, but it&#8217;s time to put it out there now.  Myself &amp; Chris Messina from PerthWeb (not <a href="http://factoryjoe.com/blog/">this</a> or <a href="http://www.imdb.com/name/nm0582149/">this</a> Chris Messina, but a whole new one) have recently launched two new online comics.  &#8220;What?&#8221; i hear you say, &#8220;more online comics? is there enough already&#8221; sure theres plenty of online comics out there, some crap, some great, but that doesn&#8217;t mean we can&#8217;t try and do it better.</p>
<p>The first comic that came to be was <a href="http://landscaper.visual-assault.net/">The Landscaper</a>, this is a comic that deals with a very prevelant issue in todays society, the fact that people at a certain age are totally untouchable by the law.  Hopefully the comics&#8217; way of handling this is a bit different from how it would be handled in reality.</p>
<p>The second comic is <a href="http://vacomic.visual-assault.net/">Visual Assault</a>, which kind of came about as an accident.  The story behind Visual Assault is one of waring factions of eyes, competing to control the territory known as F.A.C.E.  Alot of the journey to and from work is usually spent by Chris and I discussing far-out stupid ideas, sometimes we bring them to life in the form of <a href="http://vacomic.visual-assault.net/">Visual Assault</a>.</p>
<p>The two comics differ completely in style and thats probably why we&#8217;re both so comfortable moving between them.  <a href="http://landscaper.visual-assault.net/">The Landscaper</a> is a graphic novel with a big storyline and a really rigid structure with humour as a small addition, where as Visual Assault is a panel-by-panel comic, with a small storyline, a very loose structure and is all about the humour.</p>
<p>Anyway, check out our comics and if you&#8217;re totally into them, we&#8217;ve created Facebook applications for both which you can see using the links below.  If you&#8217;re having trouble adding our applications, try using the NEW facebook, you may aswell get used to it now because over the next few months it WILL become the default.</p>
<ul>
<li><a title="The Landscaper Comic Facebook Application" href="http://apps.facebook.com/thelandscaper/">The Landscaper Facebook Application</a></li>
<li><a title="Visual Assault Comic Facebook Application" href="http://apps.facebook.com/vacomic/">Visual Assault Facebook Application</a></li>
</ul>
<p>As a short side-note for other <a href="http://mindfaucet.com/comicpress/">Comicpress</a> publishers checking out our comics, i&#8217;ve been working on a facebook application that integrates the comicpress system into facebook via a wordpress plugin.  If you&#8217;re interested in seeing this, drop me a line.</p>
]]></content:encoded>
			<wfw:commentRss>http://ignite.digitalignition.net/2008/08/27/online-comics-for-all/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Website Finished..</title>
		<link>http://ignite.digitalignition.net/2008/07/25/new-website-finished/</link>
		<comments>http://ignite.digitalignition.net/2008/07/25/new-website-finished/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 07:20:35 +0000</pubDate>
		<dc:creator>Ruxton</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://ignite.digitalignition.net/?p=199</guid>
		<description><![CDATA[<p>A few weeks back myself and Damian from Phonic Design finished up a website that&#8217;s been in the works for quite some time.  The website is for Penelope Lane of <a href="http://www.steppingstonescounselling.com.au/">Stepping Stones Counselling</a> and you can check it out <a href="http://www.steppingstonescounselling.com.au/">here</a>.</p>
]]></description>
			<content:encoded><![CDATA[<p>A few weeks back myself and Damian from Phonic Design finished up a website that&#8217;s been in the works for quite some time.  The website is for Penelope Lane of <a href="http://www.steppingstonescounselling.com.au/">Stepping Stones Counselling</a> and you can check it out <a href="http://www.steppingstonescounselling.com.au/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ignite.digitalignition.net/2008/07/25/new-website-finished/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Computer</title>
		<link>http://ignite.digitalignition.net/2008/07/20/new-computer/</link>
		<comments>http://ignite.digitalignition.net/2008/07/20/new-computer/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 04:26:36 +0000</pubDate>
		<dc:creator>Ruxton</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://ignite.digitalignition.net/?p=179</guid>
		<description><![CDATA[<p>I picked up a new computer the other day, heres some pics.  3.0Ghz Core 2 Duo, 2GB DDR21066 &#38; ATI HD4850, it&#8217;s got some balls <img src='http://ignite.digitalignition.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<div class="wp-caption alignleft" style="width: 110px"><a class="tt-flickr tt-flickr-Thumbnail" title="Front of Coolermaster CM690" href="http://farm4.static.flickr.com/3055/2637920589_f51c428fb7_o.jpg" rel="lightbox[179]"><img style="border: 0pt none;" src="http://farm4.static.flickr.com/3055/2637920589_e1980fda58_t.jpg" border="0" alt="Front of Coolermaster CM690" width="100" height="76" /></a><p class="wp-caption-text">CM690 Case</p></div>
<div class="wp-caption alignleft" style="width: 110px"><a class="tt-flickr tt-flickr-Thumbnail" title="Memory" href="http://farm4.static.flickr.com/3006/2638748246_4b88d0322a_o.jpg" rel="lightbox[179]"><img style="border: 0pt none;" src="http://farm4.static.flickr.com/3006/2638748246_4b08afdc46_t.jpg" border="0" alt="Memory" width="100" height="76" /></a><p class="wp-caption-text">The Memory</p></div>
<div class="wp-caption alignleft" style="width: 110px"><a class="tt-flickr tt-flickr-Thumbnail" title="HDD Brackets" href="http://farm4.static.flickr.com/3281/2638747098_23e641ccf2_o.jpg" rel="lightbox[179]"><img style="border: 0pt none;" src="http://farm4.static.flickr.com/3281/2638747098_1e2278b0c9_t.jpg" border="0" alt="HDD Brackets" width="100" height="76" /></a><p class="wp-caption-text">Hard Drive Bays</p></div>
<div class="wp-caption alignleft" style="width: 110px"><a class="tt-flickr tt-flickr-Thumbnail" title="Motherboard, etc." href="http://farm4.static.flickr.com/3279/2637918361_409dceb061_o.jpg" rel="lightbox[179]"><img style="border: 0pt none;" src="http://farm4.static.flickr.com/3279/2637918361_82183c7353_t.jpg" border="0" alt="Motherboard, etc." width="100" height="76" /></a><p class="wp-caption-text">The Guts</p></div>
]]></description>
			<content:encoded><![CDATA[<p>I picked up a new computer the other day, heres some pics.  3.0Ghz Core 2 Duo, 2GB DDR21066 &amp; ATI HD4850, it&#8217;s got some balls <img src='http://ignite.digitalignition.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<div class="wp-caption alignleft" style="width: 110px"><a class="tt-flickr tt-flickr-Thumbnail" title="Front of Coolermaster CM690" href="http://farm4.static.flickr.com/3055/2637920589_f51c428fb7_o.jpg" rel="lightbox[179]"><img style="border: 0pt none;" src="http://farm4.static.flickr.com/3055/2637920589_e1980fda58_t.jpg" border="0" alt="Front of Coolermaster CM690" width="100" height="76" /></a><p class="wp-caption-text">CM690 Case</p></div>
<div class="wp-caption alignleft" style="width: 110px"><a class="tt-flickr tt-flickr-Thumbnail" title="Memory" href="http://farm4.static.flickr.com/3006/2638748246_4b88d0322a_o.jpg" rel="lightbox[179]"><img style="border: 0pt none;" src="http://farm4.static.flickr.com/3006/2638748246_4b08afdc46_t.jpg" border="0" alt="Memory" width="100" height="76" /></a><p class="wp-caption-text">The Memory</p></div>
<div class="wp-caption alignleft" style="width: 110px"><a class="tt-flickr tt-flickr-Thumbnail" title="HDD Brackets" href="http://farm4.static.flickr.com/3281/2638747098_23e641ccf2_o.jpg" rel="lightbox[179]"><img style="border: 0pt none;" src="http://farm4.static.flickr.com/3281/2638747098_1e2278b0c9_t.jpg" border="0" alt="HDD Brackets" width="100" height="76" /></a><p class="wp-caption-text">Hard Drive Bays</p></div>
<div class="wp-caption alignleft" style="width: 110px"><a class="tt-flickr tt-flickr-Thumbnail" title="Motherboard, etc." href="http://farm4.static.flickr.com/3279/2637918361_409dceb061_o.jpg" rel="lightbox[179]"><img style="border: 0pt none;" src="http://farm4.static.flickr.com/3279/2637918361_82183c7353_t.jpg" border="0" alt="Motherboard, etc." width="100" height="76" /></a><p class="wp-caption-text">The Guts</p></div>
]]></content:encoded>
			<wfw:commentRss>http://ignite.digitalignition.net/2008/07/20/new-computer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Signage For A New Building</title>
		<link>http://ignite.digitalignition.net/2008/06/11/new-signage-for-a-new-building/</link>
		<comments>http://ignite.digitalignition.net/2008/06/11/new-signage-for-a-new-building/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 01:34:16 +0000</pubDate>
		<dc:creator>Ruxton</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[freckle creative]]></category>
		<category><![CDATA[glyfx]]></category>
		<category><![CDATA[logos]]></category>
		<category><![CDATA[new logos]]></category>
		<category><![CDATA[new signage]]></category>
		<category><![CDATA[perthweb]]></category>
		<category><![CDATA[signage]]></category>
		<category><![CDATA[webclick]]></category>

		<guid isPermaLink="false">http://ignite.digitalignition.net/?p=175</guid>
		<description><![CDATA[<p>The new signage at PerthWeb went up bright and early this morning, after a few months of &#8220;wheres your building im driving round looking for it and can&#8217;t find it&#8221; &#8220;it has a big TPC on the front&#8221; &#8220;oh i&#8217;m right out the front&#8221;, so i guess our customers will be happy.  This also bring our new logos for PerthWeb, Webclick, glyFX &#38; Freckle Creative to the public eye, finally!</p>
<p>Yes we&#8217;re aware the building needs to be blue too, that&#8217;s the next step.  Continue you through to see the pictures.</p>
<p><a href="http://farm4.static.flickr.com/3070/2569386602_723ac8db56_o.jpg" class="tt-flickr tt-flickr-Small" title="PerthWeb Internal Signage" rel="lightbox[175]"><img src="http://farm4.static.flickr.com/3070/2569386602_733882fdc2_m.jpg" alt="PerthWeb Internal Signage" width="240" height="183" border="0" /></a><a href="http://farm4.static.flickr.com/3123/2568560261_9f833448ae_o.jpg" class="tt-flickr tt-flickr-Small" title="New PerthWeb Signage" rel="lightbox[175]"><img src="http://farm4.static.flickr.com/3123/2568560261_bdab3b0100_m.jpg" alt="New PerthWeb Signage" width="240" height="183" border="0" /></a><a href="http://farm4.static.flickr.com/3069/2568559695_81ab37fb93_o.jpg" class="tt-flickr tt-flickr-Small" title="PerthWeb External Signage" rel="lightbox[175]"><img src="http://farm4.static.flickr.com/3069/2568559695_3a6ff1a64a_m.jpg" alt="PerthWeb External Signage" width="240" height="183" border="0" /></a><a href="http://farm4.static.flickr.com/3092/2568559211_c72a8cd779_o.jpg" class="tt-flickr tt-flickr-Small" title="PerthWeb External Signage" rel="lightbox[175]"><img src="http://farm4.static.flickr.com/3092/2568559211_c56c34f417_m.jpg" alt="PerthWeb External Signage" width="240" height="183" border="0" /></a></p>
]]></description>
			<content:encoded><![CDATA[<p>The new signage at PerthWeb went up bright and early this morning, after a few months of &#8220;wheres your building im driving round looking for it and can&#8217;t find it&#8221; &#8220;it has a big TPC on the front&#8221; &#8220;oh i&#8217;m right out the front&#8221;, so i guess our customers will be happy.  This also bring our new logos for PerthWeb, Webclick, glyFX &amp; Freckle Creative to the public eye, finally!</p>
<p>Yes we&#8217;re aware the building needs to be blue too, that&#8217;s the next step.  Continue you through to see the pictures.</p>
<p><a href="http://farm4.static.flickr.com/3070/2569386602_723ac8db56_o.jpg" class="tt-flickr tt-flickr-Small" title="PerthWeb Internal Signage" rel="lightbox[175]"><img src="http://farm4.static.flickr.com/3070/2569386602_733882fdc2_m.jpg" alt="PerthWeb Internal Signage" width="240" height="183" border="0" /></a><a href="http://farm4.static.flickr.com/3123/2568560261_9f833448ae_o.jpg" class="tt-flickr tt-flickr-Small" title="New PerthWeb Signage" rel="lightbox[175]"><img src="http://farm4.static.flickr.com/3123/2568560261_bdab3b0100_m.jpg" alt="New PerthWeb Signage" width="240" height="183" border="0" /></a><a href="http://farm4.static.flickr.com/3069/2568559695_81ab37fb93_o.jpg" class="tt-flickr tt-flickr-Small" title="PerthWeb External Signage" rel="lightbox[175]"><img src="http://farm4.static.flickr.com/3069/2568559695_3a6ff1a64a_m.jpg" alt="PerthWeb External Signage" width="240" height="183" border="0" /></a><a href="http://farm4.static.flickr.com/3092/2568559211_c72a8cd779_o.jpg" class="tt-flickr tt-flickr-Small" title="PerthWeb External Signage" rel="lightbox[175]"><img src="http://farm4.static.flickr.com/3092/2568559211_c56c34f417_m.jpg" alt="PerthWeb External Signage" width="240" height="183" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ignite.digitalignition.net/2008/06/11/new-signage-for-a-new-building/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some new shoes</title>
		<link>http://ignite.digitalignition.net/2008/05/19/some-new-shoes/</link>
		<comments>http://ignite.digitalignition.net/2008/05/19/some-new-shoes/#comments</comments>
		<pubDate>Mon, 19 May 2008 14:39:07 +0000</pubDate>
		<dc:creator>Ruxton</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[dc]]></category>
		<category><![CDATA[dc shoes]]></category>
		<category><![CDATA[dc tag]]></category>
		<category><![CDATA[model: tag]]></category>
		<category><![CDATA[shoes]]></category>

		<guid isPermaLink="false">http://ignite.digitalignition.net/?p=174</guid>
		<description><![CDATA[<p>Picked up a new pair of shoes this weekend, quite similar to one of my current pair of DC Rob Drydek&#8217;s just a slightly different shape.  They&#8217;re DC Tag, check them out.</p>
<div class="wp-caption alignnone" style="width: 250px"><a class="tt-flickr tt-flickr-Small" title="DC Tag" href="http://farm4.static.flickr.com/3193/2505221184_1985966064_o.jpg" rel="lightbox[174]"><img style="border: 0pt none;" src="http://farm4.static.flickr.com/3193/2505221184_ddd08b1974_m.jpg" border="0" alt="DC Tag" width="240" height="183" /></a><p class="wp-caption-text">More Shoes!</p></div>
]]></description>
			<content:encoded><![CDATA[<p>Picked up a new pair of shoes this weekend, quite similar to one of my current pair of DC Rob Drydek&#8217;s just a slightly different shape.  They&#8217;re DC Tag, check them out.</p>
<div class="wp-caption alignnone" style="width: 250px"><a class="tt-flickr tt-flickr-Small" title="DC Tag" href="http://farm4.static.flickr.com/3193/2505221184_1985966064_o.jpg" rel="lightbox[174]"><img style="border: 0pt none;" src="http://farm4.static.flickr.com/3193/2505221184_ddd08b1974_m.jpg" border="0" alt="DC Tag" width="240" height="183" /></a><p class="wp-caption-text">More Shoes!</p></div>
]]></content:encoded>
			<wfw:commentRss>http://ignite.digitalignition.net/2008/05/19/some-new-shoes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
