<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Random Tech Bits</title>
	<atom:link href="http://logit.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://logit.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 04 Jul 2008 22:43:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='logit.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Random Tech Bits</title>
		<link>http://logit.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://logit.wordpress.com/osd.xml" title="Random Tech Bits" />
	<atom:link rel='hub' href='http://logit.wordpress.com/?pushpress=hub'/>
		<item>
		<title>WDS between AirPort Express and OpenWRT Kamikaze</title>
		<link>http://logit.wordpress.com/2008/02/29/wds-between-airport-express-and-openwrt-kamikaze/</link>
		<comments>http://logit.wordpress.com/2008/02/29/wds-between-airport-express-and-openwrt-kamikaze/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 20:25:45 +0000</pubDate>
		<dc:creator>88beach88</dc:creator>
				<category><![CDATA[AirPort Express]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Asus WL500-W]]></category>
		<category><![CDATA[ethernet bridge]]></category>
		<category><![CDATA[Kamikaze]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[OpenWRT]]></category>
		<category><![CDATA[WDS]]></category>
		<category><![CDATA[WL500-W]]></category>

		<guid isPermaLink="false">http://logit.wordpress.com/?p=7</guid>
		<description><![CDATA[I wanted to stream music with AirTunes to my AirPort Express, as well as, use the AE as an ethernet bridge for my Neuros OSD. I don&#8217;t really care too much about WDS except that the AirPort Extreme won&#8217;t bridge the ethernet when it&#8217;s in simple client mode, only in Wireless Distribution System mode (Good [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=logit.wordpress.com&amp;blog=1281085&amp;post=7&amp;subd=logit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I wanted to stream music with AirTunes to my AirPort Express, as well as, use the AE as an ethernet bridge for my Neuros OSD. I don&#8217;t really care too much about WDS except that the AirPort Extreme won&#8217;t bridge the ethernet when it&#8217;s in simple client mode, only in Wireless Distribution System mode (Good ol&#8217; Apple flexibility)! So off I went trying to get the AE (Firmware 6.3) to play nice with my Asus WL-500W (Kamikaze  installed).</p>
<p>Contrary to what I expected, the AE actually played nicely. The problem turned out to be the <a href="http://wiki.openwrt.org/OpenWrtDocs/KamikazeConfiguration" target="_blank">OpenWRT documentation</a>. It describes the needed parameters, but neglects to mention, you need two wifi-iface configuration blocks; One for the Access Point conf and one for the WDS conf. Once I figured that out, the rest was gravy.</p>
<p>The config in Kamikaze (Configuration using Webif² worked as well):<br />
<code>config 'wifi-device' 'wl0'<br />
option 'type' 'broadcom'<br />
option 'channel' '5'<br />
option 'disabled' '0'<br />
</code></p>
<p><code> config 'wifi-iface'<br />
option 'device' 'wl0'<br />
option 'network' 'lan'<br />
option 'mode' 'ap'<br />
option 'ssid' 'ssidname'<br />
option 'encryption' 'wep'<br />
option 'hidden' '0'<br />
option 'key' '1'<br />
option 'key1' 'xxxxxxxxxx'<br />
option 'wds' '0'<br />
</code></p>
<p><code> config 'wifi-iface'<br />
option 'device' 'wl0'<br />
option 'network' 'lan'<br />
option 'mode' 'wds'<br />
option 'ssid' 'ssidname-wds'<br />
option 'encryption' 'none'<br />
option 'bssid' 'Airport Extreme's mac address'<br />
option 'hidden' '0'<br />
option 'wds' '0'</code></p>
<p>The AE settings were as one would expect:<br />
<code>Wireless Mode: Participate in WDS network<br />
Channel: 5 (Same channel as the OpenWRT router)<br />
Wireless Security: Wep (Also works with none)<br />
WDS Mode: WDS remote<br />
WDS Main: The wireless mac of the OpenWRT router</code></p>
<p>That&#8217;s all. The rest of the settings should be fine with the default.</p>
<p>As I said, I tested this with no security and WEP. I&#8217;d be interested to hear if the other security methods work so please post a comment. Cheers.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/logit.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/logit.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/logit.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/logit.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/logit.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/logit.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/logit.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/logit.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/logit.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/logit.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/logit.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/logit.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/logit.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/logit.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/logit.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/logit.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=logit.wordpress.com&amp;blog=1281085&amp;post=7&amp;subd=logit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://logit.wordpress.com/2008/02/29/wds-between-airport-express-and-openwrt-kamikaze/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6eba12d97213100d9e4668ebc861c872?s=96&#38;d=identicon" medium="image">
			<media:title type="html">88beach88</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing Linux on a Locked Down PC</title>
		<link>http://logit.wordpress.com/2007/09/22/installing-linux-on-a-locked-down-pc/</link>
		<comments>http://logit.wordpress.com/2007/09/22/installing-linux-on-a-locked-down-pc/#comments</comments>
		<pubDate>Sat, 22 Sep 2007 17:48:21 +0000</pubDate>
		<dc:creator>88beach88</dc:creator>
				<category><![CDATA[GParted]]></category>
		<category><![CDATA[GRUB]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://logit.wordpress.com/2007/09/22/installing-linux-on-a-locked-down-pc/</guid>
		<description><![CDATA[I work for the man&#8230; I have a laptop that is provided by the man but it&#8217;s running a very slow customized version of XP. I wanted to partition the drive and install Linux but, seeing as the BIOS is locked down, I can&#8217;t boot off anything except the internal drive. Here&#8217;s how I got [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=logit.wordpress.com&amp;blog=1281085&amp;post=6&amp;subd=logit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I work for the man&#8230; I have a laptop that is provided by the man but it&#8217;s running a very slow customized version of XP. I wanted to partition the drive and install Linux but, seeing as the BIOS is locked down, I can&#8217;t boot off anything except the internal drive. Here&#8217;s how I got around it.</p>
<p>First, I installed GRUB while logged into Windows. There are great instructions <a href="http://marc.herbert.free.fr/linux/win2linstall.html" target="_blank">here</a> on how to do that. In summary:</p>
<ul>
<li>Download <a href="http://www.gnu.org/software/grub/">GRUB</a></li>
<li>Append <code>C:\grldr="Start GRUB"</code> to <code>C:\boot.ini</code></li>
<li>Create a GRUB menu file <code>C:\menu.lst</code></li>
</ul>
<p>Create the following two boot blocks in the above menu.lst file.<br />
<code>title Boot GParted CDROM<br />
cdrom --init<br />
map --hook<br />
chainloader (cd0)<br />
root (cd0)<br />
kernel   (cd0)/boot/gparted root=/dev/ram0 init=/linuxrc real_root=/dev/loop0 looptype=squashfs loop=/gparted.dat udev dokeymap scandelay=6 cdroot dodmraid nosound docache<br />
initrd   (cd0)/boot/gparted.igz</code></p>
<p><code>title Install Feisty<br />
root (hd0,0)<br />
kernel (hd0,0)/boot/linux append vga=normal<br />
initrd=(hd0,0)/boot/initrd.gz<br />
</code></p>
<p>The first boot block is for booting off a live <a href="http://gparted.sourceforge.net/" target="_blank">GParted</a> CD. GParted is a great open source live CD for re-sizing your partitions. <a href="http://gparted.sourceforge.net/download.php" target="_blank">Download it</a> and burn it to a CD.</p>
<p>The second boot block is to boot of a Linux installer. I used Ubuntu Feisty here but you can use any distribution. For Ubuntu, you need to download the &#8216;linux&#8217; and &#8216;initrd.gz&#8217; files and put them on your windows drive at <code>C:\boot\</code>. See <a href="http://marc.herbert.free.fr/linux/win2linstall.html#distribution-specifics" target="_blank">here</a> for more info about other distributions.</p>
<p>Now reboot and, when GRUB comes up, select GParted and partition your drives however you like. After that, reboot and choose the Linux installer in GRUB. Install, reboot and you should have yourself a shinny new distro on your work PC.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/logit.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/logit.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/logit.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/logit.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/logit.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/logit.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/logit.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/logit.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/logit.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/logit.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/logit.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/logit.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/logit.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/logit.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/logit.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/logit.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=logit.wordpress.com&amp;blog=1281085&amp;post=6&amp;subd=logit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://logit.wordpress.com/2007/09/22/installing-linux-on-a-locked-down-pc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6eba12d97213100d9e4668ebc861c872?s=96&#38;d=identicon" medium="image">
			<media:title type="html">88beach88</media:title>
		</media:content>
	</item>
		<item>
		<title>OpenWRT on Asus WL-500W</title>
		<link>http://logit.wordpress.com/2007/07/08/openwrt-on-asus-wl500-w/</link>
		<comments>http://logit.wordpress.com/2007/07/08/openwrt-on-asus-wl500-w/#comments</comments>
		<pubDate>Sun, 08 Jul 2007 14:43:10 +0000</pubDate>
		<dc:creator>88beach88</dc:creator>
				<category><![CDATA[Asus WL500-W]]></category>
		<category><![CDATA[OpenWRT]]></category>

		<guid isPermaLink="false">http://logit.wordpress.com/2007/07/08/openwrt-on-asus-wl500-w/</guid>
		<description><![CDATA[OpenWRT does not yet support the Asus WL-500W although there is some info in the developers blogs about how people got it working. Being a fan of this great project, I gave it a shot and updated the documentation with my efforts. I&#8217;ve been using it for about 2 weeks now and it works like [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=logit.wordpress.com&amp;blog=1281085&amp;post=4&amp;subd=logit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>OpenWRT does not yet support the Asus WL-500W although there is some info in the developers blogs about how people got it working. Being a fan of this great project, I gave it a shot and updated the <a title="WL500W Compilation" href="http://wiki.openwrt.org/OpenWrtDocs/Hardware/Asus/WL500W" target="_blank">documentation</a> with my efforts. I&#8217;ve been using it for about 2 weeks now and it works like a charm.</p>
<p>The 802.11n networking does not yet work. There is a new version of the proprietary broadcom driver in the Asus firmware. It hasn&#8217;t been included in the Openwrt CVS but I think this could be the ticket. I&#8217;ll give it a shot if I have some spare time in the future.</p>
<p>If you would simply like me to send you the version I complied, give me a quick email at<br />
guarddogit-wordpress (at) yahoo (dot) ca</p>
<p>Update:<br />
I updated the docs to include building of the Webif² package. Works pretty well but not perfectly. I still couldn&#8217;t get the wireless working with anything other than the wl_mimo driver which means only 802.11g works.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/logit.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/logit.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/logit.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/logit.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/logit.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/logit.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/logit.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/logit.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/logit.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/logit.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/logit.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/logit.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/logit.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/logit.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/logit.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/logit.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=logit.wordpress.com&amp;blog=1281085&amp;post=4&amp;subd=logit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://logit.wordpress.com/2007/07/08/openwrt-on-asus-wl500-w/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6eba12d97213100d9e4668ebc861c872?s=96&#38;d=identicon" medium="image">
			<media:title type="html">88beach88</media:title>
		</media:content>
	</item>
		<item>
		<title>J2ME Polish Setup on OS X</title>
		<link>http://logit.wordpress.com/2007/07/08/j2me-polish-setup-on-os-x/</link>
		<comments>http://logit.wordpress.com/2007/07/08/j2me-polish-setup-on-os-x/#comments</comments>
		<pubDate>Sun, 08 Jul 2007 14:04:25 +0000</pubDate>
		<dc:creator>88beach88</dc:creator>
				<category><![CDATA[J2ME]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[MPowerPlayer]]></category>
		<category><![CDATA[mpp-sdk]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Polish]]></category>
		<category><![CDATA[preverify]]></category>

		<guid isPermaLink="false">http://logit.wordpress.com/2007/07/08/j2me-polish-setup-on-os-x/</guid>
		<description><![CDATA[So I just spent the night fighting with setting up a J2ME environment on Mac OS X. It turns out it&#8217;s actually pretty easy once you know. So here is what I did. 1. Download and install Eclipse. I used version 3.3 but I think anything above and including 3.2 should work. 2. Install MPowerPlayer. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=logit.wordpress.com&amp;blog=1281085&amp;post=3&amp;subd=logit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So I just spent the night fighting with setting up a J2ME environment on Mac OS X. It turns out it&#8217;s actually pretty easy once you know. So here is what I did.</p>
<p>1. Download and install Eclipse. I used version 3.3 but I think anything above and including 3.2 should work.</p>
<p>2. Install MPowerPlayer. It is a pure java emulator so it runs on OS X. Version 1185 can be downloaded <a href="http://mpowerplayer.com/mpp-sdk-1185.zip" title="MPowerPlayer V.1185" target="_blank">here</a>.</p>
<p>3.  Follow the instructions to <a href="http://www.j2mepolish.org/docs/mepose-install.html" target="_blank" title="Mepose Installation">install Mepose</a>. The instructions are pretty good except don&#8217;t mention to also set the MPP (MPowerPlayer) directory. I installed it at /opt/mpp-sdk</p>
<p>4. Setup one of their sample applications using the provided <a href="http://www.j2mepolish.org/docs/integration.html" title="New Project Setup" target="_blank">instructions</a>. Contrary to the instructions, they now have many sample projects. I chose to import (not install and copy like the instructions say) the project called &#8216;chartitem&#8217;.</p>
<ul>
<li>Select &#8216;import&#8217; and &#8216;Existing Projects into Workspace&#8217;</li>
<li>Select &#8216;chartitem&#8217; from the samples directory</li>
<li>Click the checkbox called &#8216;Copy project into workspace&#8217;</li>
</ul>
<p>5. Now create a new &#8216;J2ME Polish Project&#8217; with the exact same name as the project your just imported. See these instructions <a href="http://www.j2mepolish.org/docs/mepose-wizard.html" title="Update to Mepose Project" target="_blank">here</a>. This will update the imported project to be a Mepose project.</p>
<p>When you get to &#8216;Select Target Devices&#8217; section, select &#8216;Devices &gt; Virtual &gt; Generic/MppPhone&#8217;</p>
<p>6. Now run your new app. Ctrl click on your MidLet file (Should be called ChartMidlet.java) and select &#8216;Run As &gt;  J2ME Polish MIDLet&#8217;</p>
<p>7. If you&#8217;re just like me, you got an error. My env was looking for the preverify executable at <code>/opt/j2me/bin/preverify</code>. Rename the previous previous bin to preverify.old and make a symbolic link to the preverify for mmp-sdk: <code>ln -s {mpp-sdk home}/osx/preverify/preverify preverify</code>.</p>
<p>Now build again and you should be golden. Enjoy.</p>
<p>It might be necessary to install the linux version of J2ME Wireless Toolkit in order to use JSR75. I&#8217;ll look into it and update this post when I know more. Related links:<br />
http://www.markus.brosch.net/?p=107<br />
http://blog.litux.org/2007/02/06/j2me-development-in-mac-os-x</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/logit.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/logit.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/logit.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/logit.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/logit.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/logit.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/logit.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/logit.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/logit.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/logit.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/logit.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/logit.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/logit.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/logit.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/logit.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/logit.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=logit.wordpress.com&amp;blog=1281085&amp;post=3&amp;subd=logit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://logit.wordpress.com/2007/07/08/j2me-polish-setup-on-os-x/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6eba12d97213100d9e4668ebc861c872?s=96&#38;d=identicon" medium="image">
			<media:title type="html">88beach88</media:title>
		</media:content>
	</item>
	</channel>
</rss>
