<?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>marblegravy</title>
	<atom:link href="http://marblegravy.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://marblegravy.com/blog</link>
	<description>One guys view of the big bad interwebs</description>
	<lastBuildDate>Wed, 23 Nov 2011 00:58:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Quick link to google map locations</title>
		<link>http://marblegravy.com/blog/2011/11/quick-link-to-google-map-locations/</link>
		<comments>http://marblegravy.com/blog/2011/11/quick-link-to-google-map-locations/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 23:40:47 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hyperlink]]></category>
		<category><![CDATA[link to]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[maps]]></category>

		<guid isPermaLink="false">http://marblegravy.com/blog/?p=70</guid>
		<description><![CDATA[I came up against an interesting challenge today. How do you create a hyperlink that takes you to a google map page centered on your desired location? Poking around in Google maps was proving to be frustrating as it has a preference to focus on &#8216;places&#8217; that it knows about. The simplest solution was to [...]]]></description>
			<content:encoded><![CDATA[<p>I came up against an interesting challenge today. How do you create a hyperlink that takes you to a google map page centered on your desired location?</p>
<p>Poking around in Google maps was proving to be frustrating as it has a preference to focus on &#8216;places&#8217; that it knows about.</p>
<p>The simplest solution was to create a url in the form</p>
<pre>maps.google.com/?q=[your location here]</pre>
<p>You just replace [your location here] with your search or location string. For example:</p>
<ul>
<li>By place name: <a href="http://maps.google.com/?q=Australian National Botanic Gardens, Canberra, ACT, Australia">http://maps.google.com/?q=Australian National Botanic Gardens, Canberra, Australian Capital Territory, Australia</a></li>
<li>By address: <a href="http://maps.google.com/?q=224%20Flinders%20Street,%20Melbourne,%20Victoria,%20Australia">http://maps.google.com/?q=224%20Flinders%20Street,%20Melbourne,%20Victoria,%20Australia</a></li>
</ul>
<p>This allows you to very quickly create individual links for many locations on a page based purely on the address they supplied.</p>
<p>Extremely useful if you want to link to maps of many businesses or organisations in a long list. Quick and easy!</p>
]]></content:encoded>
			<wfw:commentRss>http://marblegravy.com/blog/2011/11/quick-link-to-google-map-locations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Frustrating password policies</title>
		<link>http://marblegravy.com/blog/2011/01/frustrating-password-policies/</link>
		<comments>http://marblegravy.com/blog/2011/01/frustrating-password-policies/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 06:53:32 +0000</pubDate>
		<dc:creator>marblegravy</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://marblegravy.com/blog/?p=67</guid>
		<description><![CDATA[Complex passwords are hard to remember, may make it easier to hack an account by brute force and require all kinds of bad practice techniques in order to remember them. If you're going to have a complex password policy, don't make it compulsory!]]></description>
			<content:encoded><![CDATA[<p>Complex password policies are stupid.</p>
<p>This is just my view on things, and I suspect I&#8217;m not the only one that thinks this way, but I should be free to choose whatever strength password I want. I am constantly frustrated by sites that force me to have a password of a given complexity. The example I came across this afternoon that fired me up enough to blog about it was the Australian Government&#8217;s GovDex (https://www.govdex.gov.au).</p>
<p>Your pasword on their site:</p>
<ul>
<li>Must not be the same as your current password</li>
<li>Minimum length of 7 characters</li>
<li>Contain at least one uppercase character</li>
<li>Contain at least one numeric character</li>
</ul>
<p>Now I would be ok if they made this as a <em>suggestion. </em>I may have also been OK with this is only one of them were required. But they are all required, and that makes it really annoying for me to pick a password. Shouldn&#8217;t I be the one to decide how secure I want my account to be? If I choose a simple password, surely that&#8217;s my perogative based on my interpretation of how importantly I need to protect my account?</p>
<p>Stepping back from the personal hardship here, doesn&#8217;t a restrictive list of criteria like this actually make a hackers job easier?</p>
<p>By taking these three required criteria:</p>
<ul>
<li>Minimum length of 7 characters</li>
<li>Contain at least one uppercase character</li>
<li>Contain at least one numeric character</li>
</ul>
<p>My password bot now has a set of rules that will make it more efficient at finding a valid password by brute force. I can skip all alphanumeric combinations 6 characters or less and I can set rules to always include at least one uppercase and one numeric character.</p>
<p>I may be completely wrong about the hacking thing though &#8211; I&#8217;m definitely not a hacker and have never made a bot more complex than an auto-reply for IRC.</p>
<p>However, on the real-side of password seurity, because I have to think up such an obscure password, I&#8217;m probably not going to remember it which means I&#8217;ll just end up either writing it down somewhere, or my preferred option &#8211; just resetting my password every time I need to access a site. ;)</p>
<p>Regardless of how I end up managing these sites, one thing would make them better &#8211; let me decide on my password policy. It&#8217;s my stuff, my information and my reputation on the line if someone hacks my account. Let me choose my own destiny.</p>
]]></content:encoded>
			<wfw:commentRss>http://marblegravy.com/blog/2011/01/frustrating-password-policies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chrome/Safari adds background white and space around  tags</title>
		<link>http://marblegravy.com/blog/2010/11/chromesafari-adds-background-white-and-space-around-tags/</link>
		<comments>http://marblegravy.com/blog/2010/11/chromesafari-adds-background-white-and-space-around-tags/#comments</comments>
		<pubDate>Tue, 09 Nov 2010 04:38:23 +0000</pubDate>
		<dc:creator>marblegravy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://marblegravy.com/blog/?p=57</guid>
		<description><![CDATA[I just came across a &#8216;feature&#8217; of Chrome and Safari and possibly other browsers that I had never come across before. I was setting up a data table and was using caption tags to provide the table headings. This was looking fine until I tried to apply a background colour to the whole table. Applying [...]]]></description>
			<content:encoded><![CDATA[<p>I just came across a &#8216;feature&#8217; of Chrome and Safari and possibly other browsers that I had never come across before. I was setting up a data table and was using caption tags to provide the table headings.</p>
<p>This was looking fine until I tried to apply a background colour to the whole table. Applying normal CSS logic, I should be able to apply a class to the table and have everything in it inherit the background colour:</p>
<p><code>table {background-color: #9f3;}</code></p>
<p>But this did not work how I had expected it to at all. In Firefox, Chrome and Safari, only the table rows had the background colour applied and the caption text sat above it all in it&#8217;s own white box.</p>
<p>Applying a background color to the caption tag should fix the problem, right?</p>
<p><code>caption {background-color: #9f3;}</code></p>
<p>Nope. It added the background colour to the caption tag alright, and looked OK in Firefox, but Chrome and Safari have added a gap between the caption and the table rows. Inspecting the element yielded few clues as to where it was coming from because margin-bottom was 0, and there was no margin on the table rows.</p>
<p>Then I found it:<br />
<code>User agent stylesheet<br />
caption {<br />
display: table-caption;<br />
text-align: webkit center;<br />
}</code></p>
<p><em>display: table-caption</em>? wtf? Why does this exist and why is it secretly applying so many visual styles on my content?</p>
<h2>The Fix</h2>
<p>The fix however was simple. Just make it display like a common html element:<br />
<code>caption{display: block;}</code></p>
<p>And all my problems were gone! Hope this helps someone else!</p>
]]></content:encoded>
			<wfw:commentRss>http://marblegravy.com/blog/2010/11/chromesafari-adds-background-white-and-space-around-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is your jQuery get() method not loading new content? Here&#8217;s the fix!</title>
		<link>http://marblegravy.com/blog/2010/10/fix-the-jquery-get-not-loading-new-content-issue/</link>
		<comments>http://marblegravy.com/blog/2010/10/fix-the-jquery-get-not-loading-new-content-issue/#comments</comments>
		<pubDate>Fri, 08 Oct 2010 03:41:40 +0000</pubDate>
		<dc:creator>Adrian</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://marblegravy.com/blog/?p=8</guid>
		<description><![CDATA[I came across this problem today when I had a javascript function that used a setInterval() method and jQuery&#8217;s get() method to refresh a simple news alert ticker. The issue I had was that while the function was triggering fine, and I had modified and saved a new version of the file I was trying to pull in, Internet [...]]]></description>
			<content:encoded><![CDATA[<p>I came across this problem today when I had a javascript function that used a setInterval() method and jQuery&#8217;s get() method to refresh a simple news alert ticker. The issue I had was that while the function was triggering fine, and I had modified and saved a new version of the file I was trying to pull in, Internet Explorer wasn&#8217;t playing nice and kept re-loading its cached version.</p>
<p>After a quick search through Google I managed to find this neat if slightly hacky solution on <a href="http://jquery-howto.blogspot.com/">JQuery HowTo</a>:</p>
<pre class="prettyprint lang-js">// Reload mypage.html every 5 seconds
var refresh = setInterval(function()
{
    $('#mydiv').load(&quot;mypage.htm?&quot; + 1*new Date() );
}, 5000);</pre>
<p>This simple solution tricks the browser in to thinking it is pulling a unique file each time by adding a query string to the end of the uri. The query string won&#8217;t have any adverse affect on my code or the data being pulled in &#8211; all in all a very neat solution to an awkward problem!</p>
<p>You can read the full article over here -&gt; <a href="http://jquery-howto.blogspot.com/2009/04/jquery-ajax-functions-load-get-etc-are.html">http://jquery-howto.blogspot.com/2009/04/jquery-ajax-functions-load-get-etc-are.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://marblegravy.com/blog/2010/10/fix-the-jquery-get-not-loading-new-content-issue/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Capture a single frame of video in Windows Media Player</title>
		<link>http://marblegravy.com/blog/2009/01/capture-a-single-frame-of-video-in-windows-media-player/</link>
		<comments>http://marblegravy.com/blog/2009/01/capture-a-single-frame-of-video-in-windows-media-player/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 04:49:50 +0000</pubDate>
		<dc:creator>marblegravy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[acceleration]]></category>
		<category><![CDATA[avi]]></category>
		<category><![CDATA[black]]></category>
		<category><![CDATA[capture]]></category>
		<category><![CDATA[gif]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[jpg]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[screen cap]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[stills]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[wmp]]></category>
		<category><![CDATA[wmv]]></category>

		<guid isPermaLink="false">http://makeitmobile.wordpress.com/2009/01/19/capture-a-single-frame-of-video-in-windows-media-player/</guid>
		<description><![CDATA[Just a quick one today, but a very useful one. Ever needed to grab a still out of a video to use as a placeholder graphic or something? Playing the video in Windows Media player and pressing print screen then pressing or paste in your favourite image editing application, will only get you the Windows [...]]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_35" class="wp-caption alignnone" style="width: 413px"><img src="http://marblegravy.com/blog/wp-content/uploads/2009/01/windowsmedia.gif" alt="Turning off hardware acceleration will let you take stills of video" title="windowsmedia" width="403" height="480" class="size-full wp-image-35" /><p class="wp-caption-text">Turning off hardware acceleration will let you take stills of video</p></div><br />
Just a quick one today, but a very useful one. Ever needed to grab a still out of a video to use as a placeholder graphic or something? Playing the video in Windows Media player and pressing <b>print screen</b> then pressing <b></b> or paste in your favourite image editing application, will only get you the Windows Media Player frame with a big black void in the middle of it.<br />
The solution is to turn off video acceleration as in the image above.<br />
Simply go to Tools -&gt; Options, then under the <b>performance</b> tab, slide the arrow all the way to <b>none</b>.<br />
Now when you play your video and hit <b>print screen</b>, your resulting screen cap will actually have a still of the video.</p>
]]></content:encoded>
			<wfw:commentRss>http://marblegravy.com/blog/2009/01/capture-a-single-frame-of-video-in-windows-media-player/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>setInterval pains</title>
		<link>http://marblegravy.com/blog/2009/01/setinterval-pains/</link>
		<comments>http://marblegravy.com/blog/2009/01/setinterval-pains/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 06:57:33 +0000</pubDate>
		<dc:creator>marblegravy</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://makeitmobile.wordpress.com/?p=32</guid>
		<description><![CDATA[Are you coding away in flash using setInterval instead of onEnterFrame in order to be a bit nicer on the CPU that has to render your final flash piece? Bashing your head against the wall because they aren&#8217;t clearing properly, or failing to fire properly? Well here&#8217;s my quick attempt at trying to explain how [...]]]></description>
			<content:encoded><![CDATA[<p>Are you coding away in flash using setInterval instead of onEnterFrame in order to be a bit nicer on the CPU that has to render your final flash piece? Bashing your head against the wall because they aren&#8217;t clearing properly, or failing to fire properly? Well here&#8217;s my quick attempt at trying to explain how to use setInterval.</p>
<p>To start with, always start with an interval ID. This is just a variable that you create to hold a number that references the current setInterval <em>occurrance</em> (wanted a better word, but that will do). By doing this it is much easier to turn it off when you no longer need it.</p>
<p>Once we have that variable, we go ahead and clear the interval. I know it seem counter-intuitive, but over time I&#8217;ve found that by clearing it first, you are <span style="text-decoration:underline;">guaranteed</span> not to end up with multiple instances of the same setInterval messing everything up on you. So here we go:</p>
<blockquote><p>var newInt:Number;<br />
clearInterval(newInt);<br />
newInt = setInterval(ding, 1000, &#8220;ding&#8221;);</p></blockquote>
<p>So all we have here is a setInterval command, ready to fire off a function called ding every second (remember that setInterval works in milliseconds and there are 1000 milliseconds to a second) sending the parameter of &#8220;ding&#8221;. So lets add in the function:</p>
<blockquote><p>var newInt:Number;<br />
clearInterval(newInt);<br />
newInt = setInterval(ding, 1000, &#8220;ding&#8221;);</p>
<p><strong>function ding(txt:String):void{<br />
    trace(txt);<br />
}</strong></p></blockquote>
<p>This is now in a position where you can go ahead and try it out so press CTRL-Enter and preview it. If all goes to plan your output will trace &#8220;ding&#8221; once every second.</p>
<p>To test things out a bit more, let&#8217;s introduce a second setInterval command to complicate it all and fire off the original setInterval at random times. The code will look like this:</p>
<blockquote><p>var newInt:Number;<br />
var secondInt:Number;<br />
var count:Number = 0;</p>
<p>function init(){<br />
   secondInt = setInterval(startInterval, 1000);<br />
}</p>
<p>function startInterval(){<br />
   count++;<br />
   clearInterval(newInt);<br />
   newInt = setInterval(ding, 500, &#8220;ding &#8211; &#8221; + count);<br />
}</p>
<p>function ding(txt:String){<br />
    trace(txt);<br />
}</p>
<p>init();</p></blockquote>
<p>So what this is going to do is fire off startInterval every second which will then fire our ding function half a second after that. Because the clearInterval(newInt) is called before the next setInterval is set, everything happens once, then ends. I added in the count to make this easier to notice.</p>
<p>Experiment with this until you have it all figured out. Try commenting out the clearInterval(newInt); line and see what happens:</p>
<blockquote><p>var newInt:Number;<br />
var secondInt:Number;<br />
var count:Number = 0;</p>
<p>function init(){<br />
   secondInt = setInterval(startInterval, 1000);<br />
}</p>
<p>function startInterval(){<br />
   count++;<br />
   <strong>//clearInterval(newInt);                                 </strong><br />
   newInt = setInterval(ding, 500, &#8220;ding &#8211; &#8221; + count);<br />
}</p>
<p>function ding(txt:String){<br />
    trace(txt);<br />
}</p>
<p>init();</p></blockquote>
<p>You&#8217;ll see now that each iteration of the newInt setInterval keeps going, repeating itself every half a second with nothing to stop it. As far as I can tell there&#8217;s also no way of rescuing setIntervals that are launched without a suitable ID.</p>
<p>So the basic rules of setInterval are:</p>
<ul>
<li>Always use clearInterval before a setInterval;</li>
<li>Always use an interval ID;</li>
<li>Use a unique interval ID for each setInterval you need.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://marblegravy.com/blog/2009/01/setinterval-pains/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Android the Linux of the mobile world?</title>
		<link>http://marblegravy.com/blog/2008/11/is-android-the-linux-of-the-mobile-world/</link>
		<comments>http://marblegravy.com/blog/2008/11/is-android-the-linux-of-the-mobile-world/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 04:15:15 +0000</pubDate>
		<dc:creator>marblegravy</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[android platform]]></category>
		<category><![CDATA[geeks]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[nerds]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[techies]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://makeitmobile.wordpress.com/?p=30</guid>
		<description><![CDATA[The more I see and read about the Android Platform, the more I believe it will become the equivalent of Linux in the PC world. A platform preferred by geeks and techies due to its customisability and open source architecture, but shunned by the average punter who very quickly gets overwhelmed by the openness of [...]]]></description>
			<content:encoded><![CDATA[<p>The more I see and read about the Android Platform, the more I believe it will become the equivalent of Linux in the PC world. A platform preferred by geeks and techies due to its customisability and open source architecture, but shunned by the average punter who very quickly gets overwhelmed by the openness of it and puts it straight in to their &#8216;too hard&#8217; box.</p>
<p>I had been having these thoughts for a while now, but after seeing this clip, I am pretty confident that my statement is accurate.</p>
<p>[youtube=http://www.youtube.com/watch?v=1FJHYqE0RDg]</p>
<blockquote><p>&#8220;The best applications aren&#8217;t here yet. They&#8217;re going to be developed by developers like you&#8230;&#8221;</p></blockquote>
<p>Sure, right now we are talking about a platform that isn&#8217;t very old and has a lot of growing to do. This video in particular was advertising the prize they&#8217;re offering to clever little developers who do code up the applications that will define what the Android platform becomes. But at the crux of it all, your average punter doesn&#8217;t understand open source, or care about the possibilities of a completely open architecture. They just want a phone that&#8217;s easy to use and works.</p>
<p>The iPhone has enjoyed incredible success, mainly beause it was designed from the beginning to do specific things, but do them in a way that was very intuitive and worked in a way that simply made sense. Having just a few buttons on the device increased the level of simplicity to a level that most people were comfortable with.</p>
<p>Android however isn&#8217;t designed for a single piece of hardware. Already there are at least five devices I can think of that have been built to support the platform and from what I can tell, they all behave differently. Some have iPhone-esque touch screens, others prefer to go with more of a Blackberry nub and miscellaneous navigation buttons. Some also go for the full qwerty keypads.</p>
<p>As a website designer and someone that&#8217;s had a shot at designing websites for mobiles, I know how difficult it is to try and code for half a dozen different browsers. Multiply that by 30 different screen resolutions. Multiply that by 1000 different input interfaces and you can see just how problematic Android could become.</p>
<p>How do you design something for a device that may or may not have the button or interface you need for your application to work? Even when trying to figure out how much screen real-astate you have and how big or small the text needs to be becomes a massive problem.</p>
<p>Then there&#8217;s the rest of the world who can and probably will end up saying &#8220;90% of my clients use iPhones, Blackberry&#8217;s and Windows Mobile &#8211; I&#8217;ll code for those. If users are smart enough to know how to use Android, they&#8217;ll be smart enough to figure out how to use my application or view my website.&#8221;</p>
<p>Which is very similar to Linux. No-one want to do expensive user-testing, research and evaluation and devote weeks of development time on a platform only 3% of their market uses, so they remain unsupported. While they remain unsupported, there won&#8217;t be any consumer confidence in it. While there is no confidence, there will be no sales and without sales, they remain unsupported.</p>
<p>I don&#8217;t know what it will take to make Android a success. It could be a single device that will rule them all, it might be an application that simply revolutionises the way we use our phones, or it might just never work at all.</p>
<p>What I will go on the record as saying however is that in its current form, with its variety of devices and at least from my perspective no solid drive towards perfecting the user experience, its just not going to cut it.</p>
]]></content:encoded>
			<wfw:commentRss>http://marblegravy.com/blog/2008/11/is-android-the-linux-of-the-mobile-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Solar Energy Rebate &#8211; for who?</title>
		<link>http://marblegravy.com/blog/2008/11/solar-energy-rebate-for-who/</link>
		<comments>http://marblegravy.com/blog/2008/11/solar-energy-rebate-for-who/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 22:50:21 +0000</pubDate>
		<dc:creator>marblegravy</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[australia]]></category>
		<category><![CDATA[electricity]]></category>
		<category><![CDATA[federal]]></category>
		<category><![CDATA[government]]></category>
		<category><![CDATA[homes]]></category>
		<category><![CDATA[house]]></category>
		<category><![CDATA[houses]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[rebate]]></category>
		<category><![CDATA[solar]]></category>
		<category><![CDATA[solar panels]]></category>

		<guid isPermaLink="false">http://makeitmobile.wordpress.com/?p=27</guid>
		<description><![CDATA[I&#8217;ve just bought my very first house. It&#8217;s all very exctining and like with any new toy, I&#8217;ve been out shopping for accessories. What better accessories for a house than some green or energy efficient additions. So I went out looking at the Federal Government initiatives for solar panels. Now I know solar panels aren&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just bought my very first house. It&#8217;s all very exctining and like with any new toy, I&#8217;ve been out shopping for accessories. What better accessories for a house than some green or energy efficient additions.</p>
<p>So I went out looking at the Federal Government initiatives for solar panels. Now I know solar panels aren&#8217;t the greatest when it comes to their carbon footprint. I believe the quote goes something like &#8220;they&#8217;ll never create enough energy to replace the energy that went in to manufacturing them in the first place&#8221; but at the same time, they are helping and heck I think it&#8217;d be kinda cool.</p>
<p>So off I went searching for details on these rebates and the first thing that jammed in to my eye is the key eligibility criteria: you must earn less than $100,000 in your household.</p>
<p>OK &#8211; huh?</p>
<p>In Australia we currently have an insane housing market with a standard home costing $300,000 &#8211; 400,000. In order to get a home loan, you either need to have a pretty well paying job, or a couple of them, or have your nana drop dead and leave you a small fortune.</p>
<p>So you&#8217;ve saved and worked hard and you&#8217;ve finally bought your house. All your money is being poured in to the mortgage and you might have enough left over to eat, maybe even buy yourself some new pants.</p>
<p>Then the next question I have to ask is if you have managed to earn less than $100,000 a year, buy yourself a house and still manage to live, how are you going to able to afford to buy any solar panels? I mean, it&#8217;s only a rebate &#8211; you&#8217;ve still got to foot the bill yourself to start with.</p>
<p>What this has led me to though, is a money making scheme. Mobile homes. Caravans. Tents and shantys. These guys are all probably earning less than $100,000 a year, and using very little power. If you were to wander the alleys of your local caravan park and loan people the money to buy their own solar panels, even letting them keep the rebate for themselves, then signing them up to a contract whereby all revenue from the panels gets paid to you. They get free power and because so much excess power would be fed back in to the grid, you could make a fortune!</p>
<p>If anyone goes out and tried this idea, send me 5%. If you work in government on the solar panel rebate &#8211; please get them to reconsider the amount for the means test.</p>
]]></content:encoded>
			<wfw:commentRss>http://marblegravy.com/blog/2008/11/solar-energy-rebate-for-who/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The iPhone 3G has cracks &#8211; so what?</title>
		<link>http://marblegravy.com/blog/2008/08/the-iphone-3g-has-cracks-so-what/</link>
		<comments>http://marblegravy.com/blog/2008/08/the-iphone-3g-has-cracks-so-what/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 01:32:45 +0000</pubDate>
		<dc:creator>marblegravy</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[cracks]]></category>
		<category><![CDATA[cube]]></category>
		<category><![CDATA[g4]]></category>

		<guid isPermaLink="false">http://makeitmobile.wordpress.com/?p=22</guid>
		<description><![CDATA[I was sent this link by a apple-hating colleague of mine and felt that I simply had to respond. The issue surrounds the new iPhone 3G and that cracks are appearing in the plastic casing of the white ones. My only comment is &#8211; so what? A teeny little cosmetic crack is not going to [...]]]></description>
			<content:encoded><![CDATA[<p>I was sent <a href="http://www.itwire.com/content/view/19774/53/" target="_blank">this link </a>by a apple-hating colleague of mine and felt that I simply had to respond. The issue surrounds the new iPhone 3G and that <a href="http://www.engadget.com/2008/07/30/are-iphone-3gs-cracking/" target="_blank">cracks are appearing in the plastic casing of the white ones</a>.</p>
<p>My only comment is &#8211; so what?</p>
<p>A teeny little cosmetic crack is not going to destroy your phone, it&#8217;s not even going to affect the performance one smidge.</p>
<p>It&#8217;s not the first time that this has happened though &#8211; cast your mind back to the dark ages of the year 2000 and you&#8217;ll recall that Apple went through similar dramas with their G4 cube.</p>
<p>The <a href="http://originalcopy.com/cube.html" target="_blank">spunky, 8&#8243; &#8216;toaster&#8217;</a>that performed at a similar speed to it&#8217;s much larger desktop tower brother, but a heck of a lot smaller and a lot sexier suffered a very short life due in part to its cost, and also because of similar hairline cracks that appeared in its seamless case.</p>
<p>For the most part however, these cracks are miniscule. The main comment on the cube&#8217;s cracks, is equally relevant for the iPhone -</p>
<blockquote><p>&#8220;None of these appearance flaws are serious &#8212; they aren&#8217;t visible from across a desk&#8230;&#8221;<br />
<a href="http://originalcopy.com/cube.html" target="_blank"><em>Joel Sparks</em></a>,<em>originalcopy.com</em></p></blockquote>
<p> Have a look at most of the cracks on these phones and you&#8217;ll notice that they are really, really small. I believe the reason no-one has found them on the black ones is because they&#8217;re simply too hard to spot.</p>
<p>But why am I so nonchalant about these cracks? Because quite simply it really doesn&#8217;t matter. Within a few weeks of having your shiny new iPhone, you will get sick of the silicone sleeve or executive kangaroo leather pouch you sprung $120 for and you&#8217;ll start using your iPhone &#8216;raw&#8217;.</p>
<p>Whether its when you&#8217;re in a hurry to get to a meeting or a late night stumble on your way home from the pub, you <em>will</em> drop your phone. Once you do that, you are going to have much bigger problems than a hairline crack. You&#8217;ll have full-blown scars.</p>
<p><a href="http://www.flickr.com/groups/scarquipment/pool/">Real equipment has scars</a>. If you don&#8217;t scuff it up in the first 6 months of owning it, you&#8217;re not using it properly.</p>
<p>So stop your whinging, be glad that you are lucky enough to have an iPhone and just start using it. It is still a kick-ass device.</p>
]]></content:encoded>
			<wfw:commentRss>http://marblegravy.com/blog/2008/08/the-iphone-3g-has-cracks-so-what/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pwnage 2.0 &#8211; Getting it to work</title>
		<link>http://marblegravy.com/blog/2008/07/pwnage-20-getting-it-to-work/</link>
		<comments>http://marblegravy.com/blog/2008/07/pwnage-20-getting-it-to-work/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 07:51:48 +0000</pubDate>
		<dc:creator>marblegravy</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[2.0]]></category>
		<category><![CDATA[2g]]></category>
		<category><![CDATA[dfu]]></category>
		<category><![CDATA[failed to enter dfu mode]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[mode]]></category>

		<guid isPermaLink="false">http://makeitmobile.wordpress.com/?p=19</guid>
		<description><![CDATA[The Pwnage 2.0 tool is out and 1st generation iPhone users around the world can now go out and upgrade to the 2.0 firmware. The path however, is littered with a few little traps. It is a mac only app for the moment. Either go borrow your mates computer for an afternoon or slip in [...]]]></description>
			<content:encoded><![CDATA[<p>The Pwnage 2.0 tool is out and 1st generation iPhone users around the world can now go out and upgrade to the 2.0 firmware. The path however, is littered with a few little traps.</p>
<ol>
<li>It is a mac only app for the moment. Either go borrow your mates computer for an afternoon or slip in to an Apple store and use one of theirs!</li>
<li>No Installer support</li>
<li>It won&#8217;t unlock a 3G iPhone</li>
</ol>
<p>At the moment, installing the 2.0 firmware on your 1st gen iPhone will not give you support for our very loved old friend, <em>Installer</em>. It does however give us access to Apple&#8217;s shiny AppStore which has newer versions of <em>most </em>of the gadgets we know and love.</p>
<p>I found my copy of the Pwnage tool as a torrent, but I&#8217;m sure hundreds of people have mirrored it over the web by now. You really shouldn&#8217;t have any trouble finding it. The supporting files you also need to grab are pretty easy to find too. I simply let iTunes download the freaking mammoth 220MB iPhone 2.0 firmware ipsw file, and found the other parts using the Google-searches built in to the application.</p>
<p>Once everything was together I fired up Pwnage and tried to get it all working. It found the ipsw OK, found the other required files and compiled the new ipsw without any hassles. When it came to loading it all on to the iPhone however, it all fell apart.</p>
<p>The error that everyone has been googling since the tool was released:<strong> &#8220;Failed to enter DFU mode&#8221;</strong></p>
<p>The fix for this was difficult to find. There are hundreds of posts out there from people trying to find answers, but very few useful solutions. However, the solution is a simple one:</p>
<p>Fire up Terminal on your Mac and fire of these two commands:</p>
<p>cd ~/Library/iTunes<br />
mkdir &#8220;Device Support&#8221;</p>
<p> </p>
<p>No idea why creating a directory fixes the problem, but it does. Now off you go, go grab some shiny new apps from the AppStore!!</p>
<p>Thanks to Joe Shaw for the answer &#8211; I&#8217;m sure his ISP is having a fit right about now&#8230; <a href="http://swik.net/Beagle/Planet+Beagle/Joe+Shaw:+fix+for+pwnage+failed+to+enter+dfu+mode+error/cau9q" target="_blank">linky</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://marblegravy.com/blog/2008/07/pwnage-20-getting-it-to-work/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

