<?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>Gizmodo Australia &#187; howto</title>
	<atom:link href="http://www.gizmodo.com.au/tags/howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gizmodo.com.au</link>
	<description>the Gadget Guide &#124; Technology and consumer electronics news and reviews</description>
	<lastBuildDate>Wed, 25 Nov 2009 01:53:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To: Tether the iPhone or G1 To Your Laptop For Free 3G Broadband</title>
		<link>http://www.gizmodo.com.au/2009/02/how_to_tether_the_iphone_or_g1_to_your_laptop_for_free_3g_broadband-2/</link>
		<comments>http://www.gizmodo.com.au/2009/02/how_to_tether_the_iphone_or_g1_to_your_laptop_for_free_3g_broadband-2/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 16:00:00 +0000</pubDate>
		<dc:creator>John Mahoney</dc:creator>
				<category><![CDATA[Phones]]></category>
		<category><![CDATA[3g]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[g1]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[htc dream]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[jailbreak]]></category>
		<category><![CDATA[mobile phones]]></category>
		<category><![CDATA[tethering]]></category>
		<category><![CDATA[top]]></category>

		<guid isPermaLink="false">http://www.gizmodo.com.au/2009/02/how_to_tether_the_iphone_or_g1_to_your_laptop_for_free_3g_broadband-2.html</guid>
		<description><![CDATA[If you read Gizmodo, the odds are good you&#8217;re carrying one of these two pieces-they&#8217;re among our favourite 3G smartphones right now. Today let&#8217;s learn how to tether &#8216;em up to your laptop.


Note: while data tethering is possible on each phone without any additional tethering plan, you&#8217;ll want to be careful that you&#8217;re not accidentally [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://cache.gawker.com/assets/images/gizmodo/2009/02/iphone_g1_tether_01.jpg" alt="" />If you read Gizmodo, the odds are good you&#8217;re carrying one of these two pieces-they&#8217;re among our favourite 3G smartphones right now. Today let&#8217;s learn how to tether &#8216;em up to your laptop.</p>
<p><!-- Gawker Tags/Categories: how to, 3g, android, apple, broadband, cellphones, feature, g1, g1 tether, htc, iphone, iphone tether, iphonemodem, jailbreak, mobile broadband, modem, smartphones, t-mobile g1, tetherbot, tethering, top, verizonbestmodo --><br />
<span id="more-327124"></span>
<p>Note: while data tethering is possible on each phone without any additional tethering plan, you&#8217;ll want to be careful that you&#8217;re not accidentally seeding a bunch of torrents or something when you&#8217;re connected via your mobile phone. While we&#8217;re pretty sure you&#8217;ll be OK doing standard surfing, we can&#8217;t guarantee you won&#8217;t get slapped with some charge, somehow.</p>
<p>So let&#8217;s get started.</p>
<p><strong>What You&#8217;ll Need</strong><br /> • For G1: USB cable, <a href="http://graha.ms/androidproxy/">Tetherbot App</a>, Android SDK, Firefox<br /> • For iPhone: <a href="http://iPhoneModem.de">iPhoneModem</a> app, Jailbroken phone</p>
<p><strong>G1 Tether</strong><br /> This guide is based on the <a href="http://graha.ms/androidproxy/">instructions and Android app written by Graham Stewart</a>. Many huzzahs to Graham for figuring out this easy tether setup. This one, however, is a SOCKS proxy instead of a true modem tether, so it&#8217;s limited to Firefox browsing-you won&#8217;t be able to use any other apps unless you can configure them to connect via a proxy yourself. We&#8217;ve tested with Firefox though, and it works great.</p>
<p>1. Go <a href="http://graha.ms/androidproxy/Tetherbot.apk">here</a> on your G1&#8217;s browser and install the Tetherbot app. If unknown sources are not enabled on your phone (under Settings -&gt; Applications -&gt; Unknown Sources) do that first.</p>
<p>2. Turn on USB Debugging under Settings -&gt; Applications -&gt; Development and connect your phone via USB.</p>
<p>3. Get your <a href="http://code.google.com/android/download_list.html">Android SDK</a> set up. If you&#8217;re on Windows, you&#8217;ll need to <a href="http://code.google.com/android/intro/develop-and-debug.html#developingondevicehardware">download and install a driver</a>.</p>
<p>4. On your phone, fire up the Tetherbot app and tap the &#8220;Start Socks&#8221; button.</p>
<p>5. Now, the SDK incantation. In a terminal window on Mac or a run window on Windows, navigate to the &#8220;tools&#8221; folder within your SDK directory and then type the following:</p>
<p>Mac:</p>
<blockquote><p>./adb forward tcp:1080 tcp:1080</p>
</blockquote>
<p>Windows:</p>
<blockquote><p>adb forward tcp:1080 tcp:1080</p>
</blockquote>
<p>6. Now, in Firefox, go to Options -&gt; Advanced -&gt; Network, and click to configure how Firefox connects to the Internet. In the window that pops up, choose &#8220;Manual proxy configuration&#8221; and clear out everything that might be there. Under SOCKS host, type &#8220;localhost&#8221; and change the port to 1080. Hit OK, and you should be in business. Easy right?</p>
<p><strong>iPhone Tether</strong><br /> For this, you&#8217;ll need to jailbreak your phone. All you need to know to do that can be found in <a href="http://blog.iphone-dev.org/post/74278878/close-the-stable-door">this post on the iPhone Dev Blog</a>. If you&#8217;re running OS X, I STRONGLY recommend using Pwnage Tool instead of QuickPwn to manually create a jailbroken software image and install it via iTunes-I have yet to get QuickPwn to work with my phone, and I have no idea why.</p>
<p>One caveat: there are two iPhoneModem apps-one, found at <a href="http://iPhoneModem.de">iPhoneModem.de</a> is free, and comes with a utility that makes tethering on a Mac easy. That&#8217;s the tutorial we&#8217;re following here. They claim it&#8217;s possible to use on Windows, but there is no companion app and, unfortunately, no Windows instructions.</p>
<p>The other <a href="http://iphonemodem.com">iPhoneModem</a> is nagware ($US10 to get rid of the nags), and <em>does</em> include a Windows config app, which we have not tested. If you&#8217;re running windows, try that one, and let us know how it goes in the comments. There is also <a href="http://www.iclarified.com/entry/index.php?enid=1645">another method using an app called 3proxy</a> that requires lots of manual configuration, but that one may also be worth a try. <strong>Update:</strong> Commenters are also recommending <a href="http://iphonefreakz.com/2008/09/25/cydia-pdanet-iphone-tether-your-laptoppc-to-your-iphone/">PDANet</a> for Windows tethering, which is in Cydia as well.</p>
<p>1. Once you&#8217;re jailbroken, open up Cydia and install the package called &#8220;iPhone Modem zsrelay&#8221; &#8211; you can find it by searching &#8220;modem.&#8221; Also install OpenSSH &#8211; find it by searching &#8220;SSH.&#8221; BossPrefs is also recommended, so you can make sure SSH is running.</p>
<p>2. Download the <a href="http://iPhoneModem.de">iPhoneModem.de</a> helper app and run it, and go to &#8220;Settings&#8230;&#8221; under the little iPhone icon that just appeared in the status bar.</p>
<p>3. Fill in the following fields:</p>
<p><strong>IP-Address of Mac:</strong> Leave the default value (192.168.100.1)<br /> <strong>Password of Mac:</strong> Your admin password<br /> <strong>WLAN Name:</strong> The name of the ad-hoc network that will be created &#8211; your choice<br /> <strong>WLAN Password:</strong> It must be 13 characters-your choice as long as it&#8217;s 13<br /> <strong>SOCKS Port:</strong> Leave default (9999)<br /> <strong>iPhone root Password:</strong> alpine (as long as you&#8217;re running 2.x firmware)<br /> <strong>iPhone Mac Address:</strong> Found under Settings &#8211; General &#8211; About &#8211; make sure you use the wi-fi MAC address.</p>
<p>4. Once your config is saved, go to &#8220;start connection&#8221; and follow the prompts. Your Mac will create an ad-hoc network, which you will then join with your iPhone (make sure you get an IP address on your iPhone before continuing). Everything should go smoothly, and voila, you&#8217;re tethered!</p>
<p>Hope you enjoyed our how-to. For more on iPhone jailbreak apps, see <a href="http://www.gizmodo.com.au/2009/02/the_week_in_iphone_apps_essential_jailbreak_apps-2.html">yesterday&#8217;s essentials list</a>, and <a href="http://gizmodo.com.au/tags/howto">more how-to guides here</a>. Enjoy the weekend!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gizmodo.com.au/2009/02/how_to_tether_the_iphone_or_g1_to_your_laptop_for_free_3g_broadband-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To: Hack Android For Multitouch Web Browsing on the T-Mobile G1</title>
		<link>http://www.gizmodo.com.au/2009/02/how_to_hack_android_for_multitouch_web_browsing_on_the_tmobile_g1-2/</link>
		<comments>http://www.gizmodo.com.au/2009/02/how_to_hack_android_for_multitouch_web_browsing_on_the_tmobile_g1-2/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 16:00:00 +0000</pubDate>
		<dc:creator>John Mahoney</dc:creator>
				<category><![CDATA[Phones]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[g1]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[guides]]></category>
		<category><![CDATA[hackers]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[htc dream]]></category>
		<category><![CDATA[mobile phones]]></category>
		<category><![CDATA[multitouch]]></category>
		<category><![CDATA[top]]></category>

		<guid isPermaLink="false">http://www.gizmodo.com.au/2009/02/how_to_hack_android_for_multitouch_web_browsing_on_the_tmobile_g1-2.html</guid>
		<description><![CDATA[Android&#8217;s new 1.1 update doesn&#8217;t include multitouch because Google is scared of Apple. We are not, however, and nor should you be-follow our guide to get iPhone-like multitouch browsing on your G1 right now.


As teased yesterday, this update will also give you all the new Android 1.1 firmware features, so if you haven&#8217;t received your [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://cache.gawker.com/assets/images/gizmodo/2009/02/androidG1hacks_6.jpg" alt="" />Android&#8217;s new 1.1 update doesn&#8217;t include multitouch because Google is scared of Apple. We are not, however, and nor should you be-follow our guide to get iPhone-like multitouch browsing on your G1 right now.</p>
<p><!-- Gawker Tags/Categories: how-to, android, android multitouch, android tethering, cellphones, feature, g1 multitouch, g1 tethering, guides, how to, multitouch, t-mobile g1, tethering, top --><br />
<span id="more-326143"></span>
<p>As teased yesterday, this update will also give you all the new Android 1.1 firmware features, so if you haven&#8217;t received your over-the-air update from T-Mobile yet, wait no more and follow our guide. And on top of the added multitouch features, the hacked ROM you&#8217;re going to install will also include handy root access to your G1 for further hacking.</p>
<p>Many thanks in particular to the folks at the <a href="http://forum.xda-developers.com/">xda-developers forum</a>, the #1 hangout for HTC phone tweakers on the web.</p>
<p><strong>What You&#8217;ll Need:</strong><br /> • Your G1<br /> • USB cord<br /> • <a href="http://jf.odiness.com/v1.41/JFv1.41_RC33.zip">JFv1.41_RC33.zip</a>-an Android RC33 ROM With Multitouch assembled by a nice chap that goes by the name of JesusFreke.<br /> • An old <a href="http://android-dls.com/files/upload/DREAIMG.nbh">RC29 ROM</a> (with root access bug)<br /> • An Android <a href="http://android-dls.com/files/upload/recovery.img">recovery image</a><br /> • A micro-SD card reader (maybe, if you mess things up)<br /> • The <a href="http://code.google.com/android/download.html">Android SDK</a> (for installing more multitouch demos)</p>
<p>Let&#8217;s get started:</p>
<p><strong>Downgrade Your Android Software to Gain Root Access</strong><br /> Even though Android is open source, access to the root user is disabled by default, so you still have to work to get root access. To do that you have to exploit a well publicised bug in an earlier Android build that allows you to slip into root access easily.</p>
<p>Note: In doing this, you will lose everything you have saved to your phone. Your synced Google Account info will of course stay put, but you&#8217;ll lose your installed apps, text messages, and anything you have on your SD card. Searching &#8220;backup&#8221; in the Android Market will lead you to apps that can backup your SMS messages and other files.</p>
<p>1. Your phone is likely running either the RC30 (1.0) or the new RC33 (1.1) version of the Android software (you can check under Settings -&gt; About phone -&gt; Build number). RC29 is the one with the bug, so you&#8217;ll need to <a href="http://android-dls.com/files/upload/DREAIMG.nbh">download that file here</a> (grab <a href="http://android-dls.com/files/upload/uk/DREAIMG.NBH">this one</a> if you&#8217;re in the UK, and perhaps seek out a <a href="http://android-dls.com/wiki/index.php?title=Quick_Root">UK-specific guide</a>, as we&#8217;re talking North American language here and I don&#8217;t want you to hurt your phone).</p>
<p>2. Reformat your phone&#8217;s SD card to the FAT32 format.</p>
<p>3. Rename the downloaded file to exactly this: DREAIMG.NBH in all caps for the extension and the filename. It matters. It will still show up with a lowercase extension in the bootloader, but that&#8217;s OK, as long as the file you dropped on your SD card was named properly, you won&#8217;t get a FAIL.</p>
<p>4. Drop the downloaded and renamed RC29 file onto your SD card via USB, power your phone off, and then power it back on while holding down the camera button. This will bring you into the bootloader. Press the power button to start the update, which will wipe your phone and install the old software.</p>
<p><img src="http://cache.gawker.com/assets/images/gizmodo/2009/02/androidG1hacks_bootloader.jpg" alt="" /></p>
<p>5. When it&#8217;s done you should get a declaration of success. After that, hit the trackball button (known as the &#8220;action button&#8221; in the darker recesses of the G1&#8217;s bootloader) and then press Call, Menu and End simultaneously to reboot into your downgraded G1. You&#8217;ll see that you&#8217;re starting from scratch.</p>
<p>6. Sign in to your Google account and then grab the &#8220;Telnet&#8221; app from the market. You&#8217;ll need this to exploit your newly gained root access.</p>
<p><strong>Update Your G1 With a Multitouch-Enabled ROM</strong><br /> Now that you have not only the permission but the impetus to do naughty things with root access, it&#8217;s time to install the updated Android files.</p>
<p>These are assembled by a nice chap that goes by the name of JesusFreke on various phone-hacking forums. He&#8217;s the one, primarily, who made all this multi-touching on the G1 possible.</p>
<p><img src="http://cache.gawker.com/assets/images/gizmodo/2009/02/androidG1hacks_4.jpg" alt="" /></p>
<p>1. Grab Le Freke&#8217;s <a href="http://jf.odiness.com/v1.41/JFv1.41_RC33.zip">RC33 v1.41 ROM</a> (the one with multitouch goodness baked in) and rename it from &#8220;JFv1.41_RC33.zip&#8221; to &#8220;update.zip&#8221;-all lowercase-and copy it to your SD card.</p>
<p>2. Also <a href="http://android-dls.com/files/upload/recovery.img">grab this tweaked &#8220;recovery.img&#8221;</a> file and also copy it to your SD card. Eject your SD card from your desktop and unplug the USB cable when you&#8217;re done.</p>
<p>3. Now that you&#8217;re in the exploit-y RC29 version, your phone will start responding to various Linux commands you type on the keyboard no matter what you happen to be doing in Android at the time. Fun! What you need to type to get root access is:</p>
<p><strong>UPDATE:</strong>Due to some HTML weirdness, this command didn&#8217;t show up properly before. What you have to do here is press the enter key twice, then type &#8220;telnetd&#8221; (no quotes) and then hit enter once more. Sorry for the confusion:</p>
<blockquote><p>[enter] [enter] telnetd [enter]</p>
</blockquote>
<p>You may find yourself in some odd place in the OS, but it doesn&#8217;t matter-if done correctly, a telnet server should be running in the background on your phone.</p>
<p><img src="http://cache.gawker.com/assets/images/gizmodo/2009/02/androidG1hacks_3.jpg" alt="" /></p>
<p>4. Open up the Telnet app you downloaded from the Market, type in &#8220;localhost&#8221; in the box if it&#8217;s not there already, and tap &#8220;Connect to server.&#8221; You&#8217;ll see some weird ASCII characters, but all should be well. To test, type this in at the prompt (make sure you&#8217;ve ejected your SD card from your computer and detached the USB cable):</p>
<blockquote><p>ls /sdcard</p>
</blockquote>
<p>You should see the names of the files you copied (if you don&#8217;t, try step 3 and 4 again).</p>
<p>5. Now it&#8217;s time for some more command line magic. You&#8217;ll need to type four more commands to mount the file system in a writeable state, change to the system directory, copy the recovery.img file from your SD card to your phone&#8217;s /system directory, and flash the recovery image, in that order:</p>
<blockquote><p>mount -o remount,rw /dev/block/mtdblock3 /system</p>
</blockquote>
<blockquote><p>cd /system</p>
</blockquote>
<blockquote><p>cat /sdcard/recovery.img &gt; recovery.img</p>
</blockquote>
<blockquote><p>flash_image recovery recovery.img</p>
</blockquote>
<p>You won&#8217;t get any response from any of these commands other than a slight pause before the next prompt appears-that means you&#8217;ve done everything correctly. If you get any error messages, check for typos and try again.</p>
<p>6. Power down your phone, then power it back on again. One power cycle is required to complete the magic.</p>
<p>7. Power down your phone AGAIN. And now, while off, start it up by holding the Home button along with Power; your phone will enter into recovery mode, which normally shows a caution icon with a phone, but will in this case stream a bunch of Linux code on the screen. Wait for that to calm down, and you will reach the ROM flashing screen of Mr. Freke&#8217;s design. If all looks good, press Alt+S to flash your ROM, then press Home+Back when prompted to restart into your multitouch-enabled G1.</p>
<p>8. Open up the browser, and try the ol&#8217; pinch-to-zoom gesture. Hey, what&#8217;s that? Zooming! It&#8217;s not lighting fast at the moment, but I&#8217;d say it still beats pressing plus and minus buttons to zoom.</p>
<p>While Mr. JesusFreke is responsible for packaging this up for consumption, we can thank Mr. Luke Hutchison for the actual multitouch coding. His blog sheds more insight on the state of the multitouch implementation you&#8217;re now playing with, and illustrates how it will soon improve. But let&#8217;s play some more.</p>
<p><strong>Download More Multitouch-Enabled Apps</strong><br /> In the flashed ROM you just installed, only the WebKit browser has been tweaked to accept multitouch input. But your fun shan&#8217;t stop there. Hutchison<br />
has provided a few more demo apps-including a simple Google Maps app, photo browser and fun Multitouch visualiser. You can download them all in .apk package format from <a href="http://lukehutch.wordpress.com/2009/01/25/get-multi-touch-support-on-your-t-mobile-g1-today/">his site.</a></p>
<p>To install an APK package via the Android SDK, make sure you&#8217;ve enabled &#8220;Unknown sources&#8221; under Settings -&gt; Applications, then follow <a href="http://www.blogsdna.com/1939/how-to-install-non-market-apk-apps-on-google-android-g1-phone.htm">these instructions for Windows</a> or, for Mac:</p>
<p>1. Open the Terminal and navigate to the directory where you unzipped the Android SDK (you can auto-fill the Unix path to any file or directory in Finder by dragging it to the cursor point in Terminal):</p>
<blockquote><p>cd</p>
</blockquote>
<p>2. Then, with your phone plugged in via USB, type:</p>
<blockquote><p>./tools/adb install</p>
</blockquote>
<p>3. After the &#8220;Success&#8221; message, voila, the app is now on your phone.</p>
<p>And that&#8217;s about it! Enjoy multitouch browsing, and for more Android hacking on the G1, check out these sites:</p>
<p><strong>References</strong><br /> • <a href="http://android-dls.com/wiki/index.php?title=Main_Page">AndroidWiki</a><br /> • <a href="http://wiki.xda-developers.com/">XDA Developers Wiki</a><br /> • <a href="http://forum.xda-developers.com/">XDA Developers Forum</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gizmodo.com.au/2009/02/how_to_hack_android_for_multitouch_web_browsing_on_the_tmobile_g1-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How To: Add Wi-Fi To Your Xbox 360 Smartly and Cheaply</title>
		<link>http://www.gizmodo.com.au/2009/01/how_to_add_wifi_to_your_xbox_360_smartly_and_cheaply-2/</link>
		<comments>http://www.gizmodo.com.au/2009/01/how_to_add_wifi_to_your_xbox_360_smartly_and_cheaply-2/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 17:00:00 +0000</pubDate>
		<dc:creator>Matt Buchanan</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[guides]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[top]]></category>
		<category><![CDATA[wi-fi]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[xbox 360]]></category>
		<category><![CDATA[xbox live]]></category>

		<guid isPermaLink="false">http://www.gizmodo.com.au/2009/01/how_to_add_wifi_to_your_xbox_360_smartly_and_cheaply-2.html</guid>
		<description><![CDATA[The Xbox 360 is the best console you can buy. Except it&#8217;s inexplicably missing something the Wii and PS3 have: Wi-Fi. You could buy Microsoft&#8217;s $US90 dongle. Or you could follow our guide.


 digg_skin = 'compact'; digg_bgcolor = '#f1f8fa'; digg_url = 'http://digg.com/xbox/How_To_Add_Wi_Fi_To_Your_Xbox_360_Smartly_and_Cheaply';  
The Xbox 360&#8217;s lack of Wi-Fi is a totally killer hardware flaw&#8212;if [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://cache.gawker.com/assets/images/gizmodo/2009/01/buff_xbox.jpg" style="display:block;float:none;" />The Xbox 360 is the best console you can buy. Except it&#8217;s inexplicably missing something the Wii and PS3 have: Wi-Fi. You <em>could</em> buy Microsoft&#8217;s $US90 dongle. Or you could follow our guide.</p>
<p><!-- Gawker Tags/Categories: xbox 360, 360, feature, games, gaming, how to, live, microsoft, top, wi-fi, wireless, xbox, xbox live --><br />
<span id="more-323210"></span>
<div style='float:right; margin-left:-9px;'><script type="text/javascript"> digg_skin = 'compact'; digg_bgcolor = '#f1f8fa'; digg_url = 'http://digg.com/xbox/How_To_Add_Wi_Fi_To_Your_Xbox_360_Smartly_and_Cheaply'; </script><script src="http://digg.com/tools/diggthis.js" type="text/javascript"> </script></div>
<p>The Xbox 360&#8217;s lack of Wi-Fi is a totally killer hardware flaw&mdash;if you&#8217;re not right on top of your router, you&#8217;ve either gotta string miles of ethernet cable or buy that pricey arse dongle from Microsoft. Unless you check out one of the cheaper alternatives. Here&#8217;s every major way to get your Xbox going on Wi-Fi, sorted by easiest to hardest (but most satisfying).</p>
<p><img src="http://cache.gawker.com/assets/images/gizmodo/2009/01/dongles.jpg" width="804" height="333" style="display:block;float:none;" /><br /> <strong>Donglage</strong><br /> Dongles are, by far, the easiest way to get your Xbox 360 on a wireless network. But they also tend to be the priciest.</p>
<p>&bull; <a href="http://www.amazon.com/s?ie=UTF8&#038;tag=mozilla-20&#038;index=blended&#038;link_code=qs&#038;field-keywords=xbox%20360%20wireless&#038;sourceid=Mozilla-search">Microsoft&#8217;s official wireless adapter</a> is $US87, which is absolute horseshit for a Wi-Fi antenna attached to a USB cable. But it looks the nicest and is super easy to use&mdash;just plug and play. </p>
<p>&bull; The next stop is a third-party wireless adaptor, where you&#8217;ve got your pick from <a href="http://www.amazon.com/Linksys-WGA54G-Wireless-G-Gaming-Adapter/dp/B00009X6DT/ref=pd_bbs_sr_2?ie=UTF8&#038;s=electronics&#038;qid=1232140557&#038;sr=8-2">Linksys</a> ($US65), <a href="http://www.amazon.com/Belkin-F5D7330-802-11g-Wireless-Ethernet/dp/B00020H1TG/ref=pd_bbs_sr_3?ie=UTF8&#038;s=electronics&#038;qid=1232140557&#038;sr=8-3">Belkin</a> ($US70) and hey, <a href="http://www.amazon.com/Linksys-Dual-Band-Wireless-N-Gaming-Adapter/dp/B0010TEOLQ/ref=pd_bbs_sr_1?ie=UTF8&#038;s=electronics&#038;qid=1232140557&#038;sr=8-1">Linksys</a> ($US90, but it&#8217;s 802.11n). Same deal, plug and play.</p>
<p>&bull; Finally, your cheapest option is from&#8230;Microsoft. Turns out, a <a href="http://www.amazon.com/Xbox-Wireless-Network-Adapter-MN740/dp/B00005QBX9/ref=sr_1_2?ie=UTF8&#038;s=videogames&#038;qid=1232140511&#038;sr=1-2">regular Xbox wireless adapter</a> (which is a supercheap $US50), works just fine, with a tiny bit of finagling: Don&#8217;t put in its actual install CD. Just plug it in, and set your encryption. It might take two tries to get it to work, but it will. And, it won&#8217;t eat up a USB port like the official Xbox 360 one. Spoiler alert: This is our pick for best option, based on its combo of cheapness and convenience, if you can find one.</p>
<p><img src="http://cache.gawker.com/assets/images/gizmodo/2009/01/mac.jpg" width="804" height="432" style="display:block;float:none;" /><strong>Share Your Computer&#8217;s Connection</strong><br /> Sharing your computer&#8217;s connection is the cheapest option&mdash;it&#8217;s actually the freest one. It&#8217;ll work with a laptop or desktop, though a laptop is more truly wireless&mdash;the desktop bit is an option if your router&#8217;s just a step too far out of the way. Basically, you&#8217;re plugging your Xbox into the computer&#8217;s ethernet port, and then having it use your computer&#8217;s wireless connection to connect to the internet.</p>
<p><strong>Windows</strong><br /> It&#8217;s actually harder to reliably share the internet love on Windows with its cousin, the Xbox 360, than it is on a Mac: No method worked reliably for us across multiple Windows computers. But here&#8217;s how it <em>should</em> work:</p>
<p>1. Share your computer&#8217;s wireless connection. Microsoft actually details the <a href="http://windowshelp.microsoft.com/Windows/en-us/help/bfd3bd31-82f0-4b9c-9cde-fb92bc2b14771033.mspx">process here</a>, and it&#8217;s pretty easy. From the Network and Sharing centre, click on the manage network connections option on the left. From there, right click on the connect you wanna share (probably wireless, unless you&#8217;re daisy-chaining &#8217;cause your box just won&#8217;t reach) and hit properties. Under the sharing tab, just check the box to allow that connection to be shared. Plug your Xbox into the ethernet port.</p>
<p>2. There are a few other ways to proceed at this point, and you&#8217;re probably going to have try at least a couple of them to find one that&#8217;ll work. You could bridge the two connections (dicey), or you could manually assign the ethernet port an IP address, <a href="http://www.morrisville.edu/documents/technology/wireless/internetconnectionsharing.pdf">detailed here (PDF)</a>. This Instructable <a href="http://www.instructables.com/id/Use-your-laptop-as-an-XboxXbox-360-wireless-adap/">relies on automagicalness</a> to resolve the settings, and I have had that work in the past, though not when I was sorting through methods for this how to.</p>
<p>All in all, expect to do some Googling and troubleshooting if you go the Windows route.</p>
<p><strong>Mac</strong><br /> You&#8217;d think this would be easy, &#8217;cause I heard somewhere that Macs just work, and internet sharing on Macs typically ain&#8217;t hard, but there is a tiny bit of jujitsu involved here. This method, <a href="http://www.joystiq.com/2006/07/17/how-to-share-your-macs-internet-connection-with-your-xbox/">from Joystiq</a>, is the most reliable one I used.</p>
<p>1. On your Mac, pop open Terminal, and type &#8220;ifconfig en0&#8243; (number zero, no quotes). A whole bunch of crap will pop up. Find where it says &#8220;inet 192.xxx.x.xxx&#8221; (it should be 192, anyway). Write that junk down. It will probably be 192.168.2.1, like mine. Also find out your router&#8217;s IP address, which is most likely 192.168.1.1 (Linksys) or 192.168.0.1 (D-Link uses this), depending on your manufacturer. If you have Apple&#8217;s Airport gear, the router will be at 10.0.1.1.</p>
<p>2. Then plug your Xbox 360 into your Mac, open up Sharing in Preferences. Turn on internet sharing, and share your Airport&#8217;s internet connection with ethernet.</p>
<p>3. On the Xbox, flip to your network settings (under system settings), and enter the IP address you got from the terminal freaky deaky earlier but + 1, like 192.168.2.2 to my original 192.168.2.1. Subnet should be 255.255.255.0, and then set your gateway as the ifconfig number, 192.168.2.1. Under DNS (back one screen, then down), put in your router&#8217;s actual address for both. Test your Xbox Live connection. Your NAT might suck, but you can get on Xbox Live.</p>
<p><img src="http://cache.gawker.com/assets/images/gizmodo/2009/01/buff.jpg" width="804" height="536" style="display:block;float:none;" /><strong>Hack Your Router</strong><br /> This method is the least straightforward, and requires a little bit of work on your part. Essentially, you&#8217;re buying a second router (a cheap one, for about $US40) and installing custom software on it that turns it into a giant wireless antenna that&#8217;s hooked up to your Xbox 360.</p>
<p>There are tons of Linux custom firmwares for routers nowadays, with <a href="http://www.dd-wrt.com/">DD-WRT</a> and <a href="http://www.polarcloud.com/tomato">Tomato</a> being the most popular. Tomato is a bit more user friendly, but it <a href="http://www.polarcloud.com/tomato">works with far fewer routers</a> than DD-WRT. DD-WRT works with <em>dozens</em> of <a href="http://www.dd-wrt.com/wiki/index.php/Supported_Devices">different routers (click for the list)</a>.</p>
<p>Whichever firmware you go with, the method for putting on your router will vary from device to device, with Buffalo routers being a notorious pain in the arse. Tomato includes instructions with the firmware download&mdash;but here <a href="http://www.polarcloud.com/tomatofaq#what_will_this_run_on">are some of the details</a>, and <a href="http://lifehacker.com/344765/turn-your-60-router-into-a-user+friendly-super+router-with-tomato">Lifehacker&#8217;s complete guide</a> to installing and using Tomato.</p>
<p>DD-WRT is my preferred firmware. Here are the <a href="http://www.dd-wrt.com/wiki/index.php/Installation">detailed install instructions</a>, but with most Linksys routers, you can just drill into the router settings from the web address (192.168.1.1) and upload the DD-WRT firmware, directly, making it pretty easy. But some routers require different, <a href="http:<br />
//www.dd-wrt.com/wiki/index.php/Installation#Hardware-Specific_Information">exceptionally specific install methods</a>. So check out the list before you run out to Best Buy or Circuit City.</p>
<p>My preferred router for this because of its tininess and cheapness (under $US40), was the Buffalo G-125, which required you to flash it over <a href="http://www.dd-wrt.com/wiki/index.php/Installation#TFTP_Flashing_Buffalo_Routers_under_Windows">TFTP backdoor the DD-WRT firmware</a> onto it during a brief window of time, like Luke dropping those bombs into the Death Star&#8217;s vent shaft. It&#8217;s a pain in the arse, but everything else about the Buffalo routers make it worth it. Unfortunately, you can&#8217;t buy it in the States until the next month or so, so your cheapest bet is is Linksys&#8217;s $US40ish <a href="http://www.amazon.com/Linksys-WRT54G-Wireless-G-Router/dp/B00007KDVI/ref=pd_bbs_sr_1?ie=UTF8&#038;s=electronics&#038;qid=1232145436&#038;sr=8-1">WRT54G</a>, which unfortunately, has different install methods <a href="http://www.dd-wrt.com/wiki/index.php/Linksys_WRT54G/GL/GS/GX">depending on the revision</a>. The DD-WRT wiki is very good, so you shouldn&#8217;t run into problems following it.</p>
<p>Once you get either firmware installed, you&#8217;re going to set your hacked router up as a wireless client.</p>
<p>1. You&#8217;re going to need to go into the hacked router&#8217;s settings. Set the hacked router to client mode.</p>
<p>2. These numbers are going to vary slightly based on your router, but you need to assign it an IP address&mdash;if your main router&#8217;s IP address is 192.168.0.1, set your hacked router at 192.168.0.2 or 192.168.0.101 (a number that&#8217;s in your main router&#8217;s DHCP server range). Then make the gateway and DNS the same IP address as your main router.</p>
<p>3. When it reboots you&#8217;re gonna have to re-login to whatever IP address your hacked router is. Do that, go back in, and give the hacked router the same SSID (name) as your main router (Linksys, gizrox, whatever you have it named). You can also configure wireless security at this point, though for me, it&#8217;s always been kind of flaky, WEP in particular, so you might have to play around to see what works.</p>
<p>4. To test, try to get online using the hacked router as your internet connection, with all of your computer&#8217;s IP settings left on automatic. If it works, plug the hacked router into your Xbox. If not, check <a href="http://www.dd-wrt.com/wiki/index.php/Wireless_Bridge#Example">out the DD-WRT wiki</a> for more halpz.</p>
<p>4. On your Xbox, you can leave everything set to automatic&mdash;the hacked router does all the work.</p>
<p>Th hacked router method might take the longest, but at least you won&#8217;t have a useless dongle when the Xbox 720 comes out, you&#8217;ll have a full-featured router, and it&#8217;s cheaper than the official dongle. Plus you&#8217;ll have a feeling of accomplishment that will carry over to gaming, so you should kill a lot more people in Call of Duty.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gizmodo.com.au/2009/01/how_to_add_wifi_to_your_xbox_360_smartly_and_cheaply-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Best of Lifehacker&#8217;s Windows 7 Coverage So Far</title>
		<link>http://www.gizmodo.com.au/2009/01/best_of_lifehackers_windows_7_coverage_so_far-2/</link>
		<comments>http://www.gizmodo.com.au/2009/01/best_of_lifehackers_windows_7_coverage_so_far-2/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 22:40:00 +0000</pubDate>
		<dc:creator>Jason Chen</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[lifehacker]]></category>
		<category><![CDATA[roundups]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.gizmodo.com.au/2009/01/best_of_lifehackers_windows_7_coverage_so_far-2.html</guid>
		<description><![CDATA[Lifehacker&#8217;s doing a phenomenal job of covering Windows 7 and its software intricacies. Here&#8217;s a roundup of the posts that appeals most to Gizmodo readers.


&#8226; Unlike Vista, Windows 7 actually tells you which application is holding onto a locked file, so you can go and close it &#8226; How to get the &#8220;Show Desktop&#8221; icon [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://cache.gawker.com/assets/images/lifehacker/2009/01/17-sunset_01.PNG" style="display:block;" />Lifehacker&#8217;s doing a phenomenal job of covering Windows 7 and its software intricacies. Here&#8217;s a roundup of the posts that appeals most to Gizmodo readers.</p>
<p><!-- Gawker Tags/Categories: roundups, best of lifehacker --><span id="more-322973"></span>
<p><br clear="all"></p>
<p>&bull; Unlike Vista, <a href="http://www.lifehacker.com.au/tips/2009/01/16/windows_7_tells_you_why_you_cant_touch_that_file-2.html">Windows 7 actually tells you which application is holding onto a locked file</a>, so you can go and close it<br /> &bull; <a href="http://www.lifehacker.com.au/tips/2009/01/15/get_the_old_show_desktop_back_in_windows_7kinda-2.html">How to get the &#8220;Show Desktop&#8221; icon back</a><br /> &bull; Get some new <a href="http://www.lifehacker.com.au/tips/2009/01/15/get_the_old_show_desktop_back_in_windows_7kinda-2.html">themes</a> up in this hizzy</p>
<p>&bull; Fake a Windows 7 look on your <a href="http://www.lifehacker.com.au/tips/2009/01/13/make_your_xp_desktop_look_like_windows_7-2.html">XP desktop at work</a><br /> &bull; Get rid of that <a href="http://www.lifehacker.com.au/tips/2009/01/13/remove_the_send_feedback_link_from_windows_7s_title_bar-2.html">send feedback link in every Window</a>!!<br /> &bull; <a href="http://www.lifehacker.com.au/tips/2009/01/10/how_to_dual_boot_windows_7_with_xp_or_vista-2.html">Dual boot Win 7 with XP or Vista</a></p>
<p>&bull; Be a freak and dual-boot Win 7 with <a href="http://www.lifehacker.com.au/tips/2009/01/12/multibooting_windows_7_with_linux-2.html">Linux</a><br /> &bull; You have nine days left to <a href="http://www.lifehacker.com.au/tips/2009/01/11/microsoft_extends_windows_7_beta_availability_until_january_24th-2.html">download Windows 7 beta</a> without torrenting<br /> &bull; <a href="http://www.lifehacker.com.au/tips/2009/01/11/how_to_get_your_windows_7_beta_product_key-2.html">How to get your product key</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gizmodo.com.au/2009/01/best_of_lifehackers_windows_7_coverage_so_far-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Make Your Linux Netbook Actually Kick Arse</title>
		<link>http://www.gizmodo.com.au/2009/01/how_to_make_your_linux_netbook_actually_kick_arse-2/</link>
		<comments>http://www.gizmodo.com.au/2009/01/how_to_make_your_linux_netbook_actually_kick_arse-2/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 20:20:00 +0000</pubDate>
		<dc:creator>Matt Buchanan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[asus]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[netbooks]]></category>
		<category><![CDATA[notebooks]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.gizmodo.com.au/2009/01/how_to_make_your_linux_netbook_actually_kick_arse-2.html</guid>
		<description><![CDATA[Spoiler: Install Ubuntu. Maximum PC walks through installing Ubuntu on various netbook permutations and how to hit the ground running, turning you into a &#8220;power netbook user&#8221;&#8212;words I never thought I&#8217;d see together. [Maximum PC]

]]></description>
			<content:encoded><![CDATA[<p><img src="http://cache.gawker.com/assets/images/gizmodo/2009/01/NetbookLinux1.jpg" style="display:block;float:none;" />Spoiler: Install Ubuntu. Maximum PC walks through installing Ubuntu on various netbook permutations and how to hit the ground running, turning you into a &#8220;power netbook user&#8221;&mdash;words I never thought I&#8217;d see together. [<a href="http://www.maximumpc.com/article/howtos/how_to_become_a_linux_netbook_poweruser?page=0%2C0">Maximum PC</a>]</p>
<p><!-- Gawker Tags/Categories: netbooks, asus, how to, linux, msi, notebooks, samsung, ubuntu, ubuntu linux --><span id="more-322571"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gizmodo.com.au/2009/01/how_to_make_your_linux_netbook_actually_kick_arse-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Repair Your Plasma TV With a Baseball Bat (NSFW)</title>
		<link>http://www.gizmodo.com.au/2009/01/how_to_repair_your_plasma_tv_with_a_baseball_bat_nsfw-2/</link>
		<comments>http://www.gizmodo.com.au/2009/01/how_to_repair_your_plasma_tv_with_a_baseball_bat_nsfw-2/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 08:52:17 +0000</pubDate>
		<dc:creator>John Herrman</dc:creator>
				<category><![CDATA[Screens]]></category>
		<category><![CDATA[bats]]></category>
		<category><![CDATA[clips]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[nsfw]]></category>
		<category><![CDATA[plasmas]]></category>
		<category><![CDATA[repairs]]></category>
		<category><![CDATA[tvs]]></category>
		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://www.gizmodo.com.au/2009/01/how_to_repair_your_plasma_tv_with_a_baseball_bat_nsfw-2.html</guid>
		<description><![CDATA[That rumour that Australian toilets flush the other way isn&#8217;t true, so lets start a new one: In Australia, you can fix things by beating them. See you in my children, new trivia meme!
(AU:Um, looks like our US cousins are a little confused about us here in Australia. Firstly, the water does flush the other [...]]]></description>
			<content:encoded><![CDATA[<p><object width="506" height="311" class="left gawkerVideo embeddedVideo"><param name="movie" value="http://www.youtube.com/v/lKJcBx9cXKo&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/lKJcBx9cXKo&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="506" height="311" class="left gawkerVideo"></embed></object>That rumour that Australian toilets flush the other way isn&#8217;t true, so lets start a new one: In Australia, you can <a href="http://www.nowhereelse.fr/reparer-ecran-plasma-14919/">fix things by beating them</a>. See you in my children, new trivia meme!</p>
<p>(AU:Um, looks like our US cousins are a little confused about us here in Australia. Firstly, the water does flush the other way, and secondly, everyone knows that you fix things by giving them a strong whack&#8230; it&#8217;s the Australian way!)</p>
<p><!-- Gawker Tags/Categories: how to, australia, destruction, nsfw, plasma, plasma tv, repair, repair a tv with a baseball bat, televisions, tv repair --><br />
<span id="more-322487"></span>
<p>Everyone has a story about fixing a gadget with tough love, but this is kind of extreme. Depending on your history with flat panel TVs, this video will be either cathartic or nerve-wracking, but with the endless shouting arguments going on in the background, the maniacal glee with which our subject takes a metal bat to his television and the inexplicable success of the whole endeavor, well, it&#8217;s hard not to feel like you&#8217;ve witnessed something significant. NSFW for language. [<a href="http://www.nowhereelse.fr/reparer-ecran-plasma-14919/">NoWhereElse</a>&mdash;<em>Thanks, Steve</em>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gizmodo.com.au/2009/01/how_to_repair_your_plasma_tv_with_a_baseball_bat_nsfw-2/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to Get, Install and Play With Windows 7, Pain Free</title>
		<link>http://www.gizmodo.com.au/2009/01/how_to_get_install_and_play_with_windows_7_pain_free-2/</link>
		<comments>http://www.gizmodo.com.au/2009/01/how_to_get_install_and_play_with_windows_7_pain_free-2/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 21:30:00 +0000</pubDate>
		<dc:creator>Matt Buchanan</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[macs]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[top]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.gizmodo.com.au/2009/01/how_to_get_install_and_play_with_windows_7_pain_free-2.html</guid>
		<description><![CDATA[You&#8217;ve been thinking about installing Windows 7 Beta 1 now that it&#8217;s totally available to anyone. Well, here&#8217;s our complete guide to grabbing, installing and playing with Windows 7&#8212;it&#8217;s (mostly) painless, so no excuses!

]]></description>
			<content:encoded><![CDATA[<p><img src="http://cache.gawker.com/assets/images/gizmodo/2009/01/windows7top.jpg" style="display:block;float:none;" />You&#8217;ve been thinking about installing Windows 7 Beta 1 now that it&#8217;s <a href="http://www.gizmodo.com.au/2009/01/microsoft_ces_2009_keynote_officially_kicks_off_the_ballmer_years-2.html">totally available to anyone</a>. Well, here&#8217;s our complete guide to grabbing, installing and playing with Windows 7&mdash;it&#8217;s (mostly) painless, so no excuses!</p>
<p><!-- Gawker Tags/Categories: windows 7, feature, how to, install, mac, microsoft, os, pc, pcs, top, windows --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gizmodo.com.au/2009/01/how_to_get_install_and_play_with_windows_7_pain_free-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Photograph Fire</title>
		<link>http://www.gizmodo.com.au/2009/01/how_to_photograph_fire-2/</link>
		<comments>http://www.gizmodo.com.au/2009/01/how_to_photograph_fire-2/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 21:18:47 +0000</pubDate>
		<dc:creator>Brian Lam</dc:creator>
				<category><![CDATA[Cameras]]></category>
		<category><![CDATA[fire]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.gizmodo.com.au/2009/01/how_to_photograph_fire-2.html</guid>
		<description><![CDATA[Digital Photography School has a tutorial on how to photograph fire. Basically, spot focus on the flame and overexpose a few stops to compensate for the fire&#8217;s brightness. [DigitalPhotographySchool via Lifehacker]

]]></description>
			<content:encoded><![CDATA[<p><img src="http://cache.gawker.com/assets/images/gizmodo/2009/01/fireatmiri.jpg" />Digital Photography School has a tutorial on how to photograph fire. Basically, spot focus on the flame and overexpose a few stops to compensate for the fire&#8217;s brightness. [<a href="http://digital-photography-school.com/blog/playing-with-fire-how-to-photograph-fire/">DigitalPhotographySchool</a> via <a href="http://lifehacker.com/5125424/poladroid-digital-polaroid-app-released-for-windows">Lifehacker</a>]</p>
<p><!-- Gawker Tags/Categories: tutorials, fire, how to, photography, photos, tips, tricks --><span id="more-321770"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gizmodo.com.au/2009/01/how_to_photograph_fire-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build Your Own Net Gun</title>
		<link>http://www.gizmodo.com.au/2008/12/build_your_own_net_gun-2/</link>
		<comments>http://www.gizmodo.com.au/2008/12/build_your_own_net_gun-2/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 14:00:00 +0000</pubDate>
		<dc:creator>Mark Wilson</dc:creator>
				<category><![CDATA[Weapons]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[guns]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[nets]]></category>
		<category><![CDATA[pvc]]></category>

		<guid isPermaLink="false">http://www.gizmodo.com.au/2008/12/build_your_own_net_gun-2.html</guid>
		<description><![CDATA[While most of us will never fight crime with an arsenal of custom gadgets, we could build our own net shooter to foil pesky coworkers who just want to use the copier.


Constructed mostly of PVC pipe, the DIY net gun is capable of shooting a &#8220;90 square foot net 15 to 25 feet using 80-100 [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://cache.gawker.com/assets/images/gizmodo/2008/12/FG9D0GXFP8NLDLG.MEDIUM.jpg" style="display:block;" />While most of us will never fight crime with an arsenal of custom gadgets, we could build our own net shooter to foil pesky coworkers who just want to use the copier.</p>
<p><!-- Gawker Tags/Categories: how to, build net gun, diy, guns, net gun, pvc, weapons --><br />
<span id="more-320709"></span>
<p>Constructed mostly of PVC pipe, the DIY net gun is capable of shooting a &#8220;90 square foot net 15 to 25 feet using 80-100 psi of compressed air.&#8221; The construction process itself looks a little daunting for the rookie builder, requiring either a heat gun or propane torch for bending the PVC, but it&#8217;s otherwise just a lot of sawing, wrenching, gluing and swearing.</p>
<p>While we don&#8217;t want to pressure you into taking on a project that may (and will probably) lead to your arrest, building a badass net gun does seem like a noteworthy New Year&#8217;s resolution&#8230; [<a href="http://www.instructables.com/id/SWCBGT5FOD6V7TC/">Instructables</a> via <a href="http://blog.makezine.com/archive/2008/12/how_to_build_a_net_gun.html?CMP=OTC-0D6B48984890">MAKE</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gizmodo.com.au/2008/12/build_your_own_net_gun-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dealzmodo Hacks: 8 Ways To Get More Miles Out Of Your Old PC</title>
		<link>http://www.gizmodo.com.au/2008/12/dealzmodo_hacks_8_ways_to_get_more_miles_out_of_your_old_pc-2/</link>
		<comments>http://www.gizmodo.com.au/2008/12/dealzmodo_hacks_8_ways_to_get_more_miles_out_of_your_old_pc-2/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 20:20:00 +0000</pubDate>
		<dc:creator>John Mahoney</dc:creator>
				<category><![CDATA[Regulars]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[dealzmodo]]></category>
		<category><![CDATA[dealzmodo hacks]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[guides]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[pcs]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.gizmodo.com.au/2008/12/dealzmodo_hacks_8_ways_to_get_more_miles_out_of_your_old_pc-2.html</guid>
		<description><![CDATA[Your PC could always be faster&#8211;always. So before you drop the dough on a whole new system, here&#8217;s a list of upgrades for squeezing a few more months, years even, out of ol&#8217; faithful, during these trying economic times.

]]></description>
			<content:encoded><![CDATA[<p><img src="http://cache.gawker.com/assets/images/gizmodo/2008/12/oldpc-retrofit.jpg" class="left" style="display:block;float:none;" />Your PC could always be faster&#8211;always. So before you drop the dough on a whole new system, here&#8217;s a list of upgrades for squeezing a few more months, years even, out of ol&#8217; faithful, during these trying economic times.</p>
<p><!-- Gawker Tags/Categories: dealzmodo hacks, dealzmodo, feature, financiapocalypse, guide, guides, how-to, optimizing your old pc, pcs, top, tutorials, windows --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gizmodo.com.au/2008/12/dealzmodo_hacks_8_ways_to_get_more_miles_out_of_your_old_pc-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
