<?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>Fernandez de Quilon &#187; General</title>
	<atom:link href="http://www.jefferyfernandez.id.au/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jefferyfernandez.id.au</link>
	<description>between flat screens and grey matter</description>
	<lastBuildDate>Sat, 28 Aug 2010 04:28:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>Return to Blogging</title>
		<link>http://www.jefferyfernandez.id.au/2010/08/23/return-to-blogging/</link>
		<comments>http://www.jefferyfernandez.id.au/2010/08/23/return-to-blogging/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 22:44:24 +0000</pubDate>
		<dc:creator>Jeffery</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.jefferyfernandez.id.au/?p=88</guid>
		<description><![CDATA[Yes, I am back! After a long absence of over 2 years I hope to blog again. Lots of things have happened since the last time I wrote an entry. Life has changed ever since I became a father around &#8230; <a href="http://www.jefferyfernandez.id.au/2010/08/23/return-to-blogging/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yes, I am back! After a long absence of over 2 years I hope to blog again. Lots of things have happened since the last time I wrote an entry. Life has changed ever since I became a father around 2 years ago. My son Denzel will be 2 years old in September and it has been a hectic but enjoyable journey so far.</p>
<div style="float:left;margin:0px 0px 0px 0px;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.jefferyfernandez.id.au/2010/08/23/return-to-blogging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arduino IDE on 64bit openSUSE</title>
		<link>http://www.jefferyfernandez.id.au/2008/04/21/arduino-ide-on-64bit-opensuse/</link>
		<comments>http://www.jefferyfernandez.id.au/2008/04/21/arduino-ide-on-64bit-opensuse/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 23:34:12 +0000</pubDate>
		<dc:creator>Jeffery</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[openSuSe]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[ftdi]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[rxtx]]></category>
		<category><![CDATA[ser2net]]></category>
		<category><![CDATA[usbserial]]></category>

		<guid isPermaLink="false">http://www.jefferyfernandez.id.au/?p=69</guid>
		<description><![CDATA[Arduino is a tool for making computers that can sense and control more of the physical world than your desktop computer. It&#8217;s an open-source physical computing platform based on a simple microcontroller board, and a development environment for writing software &#8230; <a href="http://www.jefferyfernandez.id.au/2008/04/21/arduino-ide-on-64bit-opensuse/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a title="Arduino" href="http://www.arduino.cc/" target="_blank"><img class="align-left alignleft" style="float: left;" title="Arduino Board" src="http://www.jefferyfernandez.id.au/wp-content/uploads/2008/02/arduino.jpg" alt="Arduino Board" width="200" height="139" />Arduino</a> is a tool for making computers that can sense and control more of the physical world than your desktop computer. It&#8217;s an open-source physical computing platform based on a simple microcontroller board, and a development environment for writing software for the board.</p>
<p>Unfortunately the serial port  communication driver (RXTX) which comes with the arduino download is not 64 bit compatible. I will describe here how I successfully compiled &amp; installed the driver  to get the Arduino IDE running on a 64 bit openSUSE installation. Most of the instructions should be pretty straight forward to be replicated on an other rpm based distribution. For ubuntu/debain based distributions, you can find the <a title="Arduino IDE on 64 bit Ubuntu Gutsy" href="http://myy.helia.fi/~karte/arduino_editor_on_64_bit_ubuntu_gutsy.html" target="_blank">instructions provided by Tero Karvinen</a> useful.</p>
<h3>Packages Required for Arduino IDE</h3>
<p>The following packages are required to run the Arduino IDE:</p>
<ul>
<li> java-1_5_0-sun</li>
<li> cross-avr-gcc</li>
<li> cross-avr-binutils</li>
<li> avr-libc</li>
</ul>
<h3>Linux USB Serial Converter Driver</h3>
<p>Besides the above software, you will also need a compatible kernel. This means version 2.6.x or at least 2.4.30. For example, it needs USB serial support with the <a title="Future Technology Devices International" href="http://ftdi-usb-sio.sourceforge.net/" target="_blank">FTDI</a> driver. After connecting an Arduino board to your computer via an <a title="Types of USB Connectors" href="http://en.wikipedia.org/wiki/Universal_Serial_Bus#Types_of_USB_connectors" target="_blank">AB USB cable</a>, it should load the ftdi modules automatically. Ensure <em>ftdi_sio</em> and <em>usbserial</em> modules are loaded by executing:</p>
<pre class="usercommand">lsmod | grep ftdi</pre>
<p>It should return output similar to whats shown below:</p>
<pre class="shelloutput">ftdi_sio               54280  0
usbserial              52688  1 ftdi_sio
usbcore               156456  6 ftdi_sio,usbserial,usbhid,ohci_hcd,ehci_hcd</pre>
<p>If not, as root, run:</p>
<pre class="rootcommand">modprobe ftdi_sio</pre>
<p>If there are no errors from the above command, then the module is loaded successfully.</p>
<h3>System Requirements</h3>
<p>The Arduino IDE is java based and RXTX [2] is a native java library providing serial and parallel communication for the Java Development Toolkit. The RXTX lib uses lock files by default. So Before you use lock files you need to do one of two things:</p>
<ol>
<li>Be the <strong>root</strong> or <strong>uucp</strong> user on your machine whenever you use rxtx</li>
<li>Or add the specific user that needs to use rxtx to the group uucp. (preferred)</li>
</ol>
<p>Add your user account to the <strong>uucp</strong> group by going to <strong>yast2</strong> &gt; <strong>Security and Users</strong> &gt; <strong>User Management</strong>. Once you have added yourself to the group, you will need to restart your session to make it affective. Once you are in the new session, verify that your account belongs to the uucp group by executing &#8220;groups&#8221; on the shell. It should give return you a list of groups your account belongs to.</p>
<h3><span id="more-69"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5896900602713932";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
//2007-10-07: general
google_ad_channel = "5562041263";
//-->
</script><br />
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>Packages required for building rxtx-java</h3>
<ul>
<li>autoconf</li>
<li>automake</li>
<li>libtool</li>
<li>gnu make</li>
<li>gcc</li>
<li>jdk &gt; 1.3 or java-1_5_0-sun-devel</li>
<li>checkinstall (optional)</li>
</ul>
<p>After installing the necessary libraries, you can download and start building the library with the following commands:</p>
<pre class="usercommand">wget http://rxtx.qbang.org/pub/rxtx/rxtx-2.1-7r2.zip</pre>
<pre class="usercommand">unzip rxtx-2.1-7r2.zip</pre>
<pre class="usercommand">cd rxtx-2.1-7r2</pre>
<pre class="usercommand">export JAVA_HOME=/usr/lib64/jvm/java-1.5.0-sun/</pre>
<pre class="usercommand">./configure</pre>
<pre class="usercommand">make</pre>
<p>Once the libraries are built, you can install them by following either one of the following two methods:</p>
<ol>
<li>Build an RPM package with the help of <a title="Checkinstall to the rescue" href="http://www.jefferyfernandez.id.au/2006/05/19/checkinstall-to-the-rescue/" target="_blank">checkinstall<br />
</a>(preferred)</li>
<li>Copy the libs to the arduino libs folder.</li>
</ol>
<p>If you are opting for the checkinstall method, I suggest to name the package rxtx-java. You can then install the package using normal rpm commands. Once you have done that, you need to determine the path to the libraries. Execute the following to obtain the Path to the rxtx libraries:</p>
<pre>rpm -ql librxtx-java | grep RXTXcomm.jar
/usr/java/jdk1.5.0_06/jre/lib/ext/RXTXcomm.jar</pre>
<p>We will now remember to add the path (&#8216;/usr/java/jdk1.5.0_06/jre/&#8217;) to the arduino bootstrap script.</p>
<p>To install the libraries the second way, you can copy the compiled RXTXcomm.jar and librxtxSerial.so files to the arduino lib directory. The libs are built and placed into &#8220;x86_64-unknown-linux-gnu/.libs/&#8221; folder while the jar file should be in the same folder you are in.</p>
<h3>Setting up the Arduino IDE</h3>
<p>Download and untar the Arduino IDE from <a title="Arduino IDE" href="http://www.arduino.cc/en/Main/Software" target="_blank">Arduino Software page</a></p>
<pre class="usercommand">wget http://www.arduino.cc/files/arduino-0010-linux.tgz &amp;&amp; \
tar -xvzf arduino-0010-linux.tgz</pre>
<p>In the arduino/tools directory, make symlinks:</p>
<pre class="usercommand">cd arduino-0010/hardware/tools</pre>
<pre class="usercommand"> ln -s /opt/cross/bin/avr-gcc avr-gcc &amp;&amp; \
ln -s /opt/cross/bin/avr-g++ avr-g++ &amp;&amp; \
ln -s /opt/cross/bin/avr-objcopy avr-objcopy &amp;&amp; \
ln -s /opt/cross/bin/avr-objdump avr-objdump &amp;&amp; \
ln -s /opt/cross/bin/avr-size avr-size</pre>
<p>Copy the compiled RxTx-java libray into the arduino-0010/lib folder. Before doing so rename the existing libraries.</p>
<pre class="usercommand">cd ../../lib/</pre>
<pre class="usercommand">mv librxtxSerial.so librxtxSerial.so.DISABLED</pre>
<pre class="usercommand">mv RXTXcomm.jar RXTXcomm.jar.DISABLED</pre>
<p>Now copy the freshly compiled rxtx libraries into this folder</p>
<pre class="usercommand">cp ../../rxtx-2.1-7r2/x86_64-unknown-linux-gnu/.libs/librxtxSerial.so .</pre>
<pre class="usercommand">cp ../../rxtx-2.1-7r2/RXTXcomm.jar .</pre>
<p>Once you have copied the library and jar file, you are ready to execute the arduino bootstrap script to launch the Arduino IDE.</p>
<pre class="usercommand">./arduino
Experimental:  JNI_OnLoad called.
Stable Library
=========================================
Native lib Version = RXTX-2.1-7
Java lib Version   = RXTX-2.1-7</pre>
<h3>The Arduino IDE</h3>
<p><img class="align-center" title="Arduino IDE" src="http://www.jefferyfernandez.id.au/wp-content/uploads/2008/02/arduino_ide.png" alt="Arduino IDE" width="500" height="600" /></p>
<h4>Resources</h4>
<ol>
<li><a title="Arduino" href="http://www.arduino.cc" target="_blank">http://www.arduino.cc</a></li>
<li><a title="RXTX" href="http://www.rxtx.org" target="_blank">http://www.rxtx.org</a></li>
<li><a title="Future Technology Devices International" href="http://ftdi-usb-sio.sourceforge.net/" target="_blank">http://ftdi-usb-sio.sourceforge.net/</a></li>
<li><a title="Future Technology Devices International" href="http://www.ftdichip.com/Drivers/3rdPartyDrivers.htm" target="_blank">http://www.ftdichip.com/Drivers/3rdPartyDrivers.htm</a></li>
<li>serproxy: <a title="Serial Proxy" href="http://www.lspace.nildram.co.uk/freeware.html" target="_blank">http://www.lspace.nildram.co.uk/freeware.html</a></li>
<li>ser2net: <a title="ser2net" href="http://ser2net.sourceforge.net" target="_blank">http://ser2net.sourceforge.net</a></li>
<li>Java Comm Serial API How-To for Linux: <a title="Java Comm Serial API How-To for Linux" href="http://wass.homelinux.net/howtos/Comm_How-To.shtml" target="_blank">http://wass.homelinux.net/howtos/Comm_How-To.shtml</a></li>
</ol>
<div style="float:left;margin:0px 0px 0px 0px;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.jefferyfernandez.id.au/2008/04/21/arduino-ide-on-64bit-opensuse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two Twenty20 tickets for sale</title>
		<link>http://www.jefferyfernandez.id.au/2008/01/07/two-twenty20-tickets-for-sale/</link>
		<comments>http://www.jefferyfernandez.id.au/2008/01/07/two-twenty20-tickets-for-sale/#comments</comments>
		<pubDate>Sun, 06 Jan 2008 23:01:15 +0000</pubDate>
		<dc:creator>Jeffery</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[australia]]></category>
		<category><![CDATA[cricket]]></category>
		<category><![CDATA[india]]></category>

		<guid isPermaLink="false">http://www.jefferyfernandez.id.au/2008/01/07/two-twenty-20-tickets-for-sale/</guid>
		<description><![CDATA[I have had enough of the game of cricket, specially involving the Australian cricket team. First it was the racial accusations made by the Australian cricket team while they were touring the sub-continent. I have seen the so called &#8220;racial &#8230; <a href="http://www.jefferyfernandez.id.au/2008/01/07/two-twenty20-tickets-for-sale/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://jefferyfernandez.id.au/wp-content/uploads/2008/01/cricket-set-128.jpg" alt="Cricket gone bad" align="left" height="128" width="128" />I have had enough of the game of cricket, specially involving the Australian cricket team. First it was the racial accusations made by the Australian cricket team while they were touring the sub-continent.</p>
<p>I have seen the so called &#8220;racial monkey taunts&#8221; made by the the crowds at Vadodra and Wankhede stadium in India. In my opinion it was meant to be a humorous joke just making a comparison to how Andrew Symonds stands out amongst his own team mates. I mean look at him when he has the white sun screen protection on his lips and his fluffy hair to go with it. He looks more like a clown than a Monkey. And if you call me a racist after this comment I made, then go to hell.</p>
<p>Akhil Tandulwadikar&#8217;s comment on <a href="http://lazybug.wordpress.com/2007/10/19/get-a-haircut-andrew/">Andrew Symonds hair</a> would explain what this &#8220;monkey chants&#8221; are all about.</p>
<blockquote><p>Therefore, it has led me to conclude that the only possible rational explanation to these monkey chants lies somewhere else. Something that the mediaâ€“in Australia and Indiaâ€“has totally missed in its hurry to earn some TRP</p></blockquote>
<p>And then we have Australia chasing a record 16 test win in a row at the SCG this year. It is definately the worst game of cricket I have seen. The way the Australian team appealed for Dravid&#8217;s wicket in the second innings was just embarrassing. You can&#8217;t call any Australian player a gentleman after this test match. They play the game just to get a record in their name. Cricket is a gentleman&#8217;s game. A fine example was when Yuvraj Singh &#8220;walked&#8221; after he realised he nicked the ball.</p>
<p>At an interview, the Indian Captain was asked if he thought the match had been played in the right spirit, Kumble said, â€œOnly one team was playing in the spirit of the game.â€ It was reminiscent of Australian captain Bill Woodfullâ€™s words during the Bodyline series. Shame on you Australia.</p>
<p>And finally to prove how bad the game of cricket has become, which included few poor umpiring decisions and a some embarrassing cricket played by the Australian team. This is how they won the second test match:</p>
<p><b>Ruled in favour of Aus:</b><br />
1. Andrew Symonds caught on 30<br />
2. Ponting caught on 15<br />
3. Andrew Symonds stumped on 48<br />
4. Andrew Symonds lbw on 103<br />
5. Andres Symonds stumped on 140 (not even reffered to third umpire).<br />
6. Hussey plumb lbw on the back foot in the second innings.<br />
7. Hussey caught down the leg side by the keeper.<br />
8. This could have gone either way&#8230; Kumble&#8217;s hatrick ball to Symonds.<br />
9. Dravid caught a padded shot by the keepoer and appealed for wicket (most<br />
embarassing appeal)<br />
10) Gangully caught by Clarke, clearly on the half volley and the umpire asked<br />
Ponting if he caught it. Why woudn&#8217;t Ponting say &#8220;yes&#8221; to that?</p>
<p><b>Ruled in favor of India</b><br />
1. Ricky ponting inside edge given lbw on 55.<br />
2. This could have gone either way&#8230; Sachin LBW when on 48.</p>
<p>This is not cricket. Oh by the way, I am an Indian born Australian citizen. I am not making any biased comments because I am Indian. In fact I loved how the Australians played their cricket, until what I saw unfolding at the SCG.</p>
<p>Now for those who came looking for the <a href="http://www.mcg.org.au/default.asp?pg=eventsdisplay&amp;eventid=368" title="twenty20 match at the MCG" target="_blank">twenty20 ticket</a> I am offering, <strike>shoot me an email at tickets@fernandez.net.au and if you are lucky, you can enjoy some more embarrassing cricket played by the Australian team at the <a href="http://www.mcg.org.au/" title="Melbourne Cricket Ground" target="_blank">MCG</a>. </strike>they have been sold.</p>
<p><b>And here is what some others have to say:</b></p>
<ul>
<li><a href="http://blogs.thewest.com.au/sport/john-townsend-no-room-for-cheeky-monkeys" title="No room for cheeky monkeys" target="_blank">No room for cheeky monkeys</a></li>
<li><a href="http://content-aus.cricinfo.com/magazine/content/current/story/329392.html" title="Australia's attitude lacking in appeal" target="_blank">Australia&#8217;s attitude lacking in appeal</a></li>
<li><a href="http://www.smh.com.au/news/cricket/dodgy-deeds-leave-sour-taste/2008/01/06/1199554486052.html" title="Dodgy deeds leave sour taste" target="_blank">Dodgy deeds leave sour taste</a></li>
<li><a href="http://www.smh.com.au/news/cricket/arrogant-ponting-must-be-fired-roebuck/2008/01/07/1199554571883.html" title="Arrogant Ponting must be fired" target="_blank">Arrogant Ponting must be fired</a></li>
<li><a href="http://www.creationontheweb.com/content/view/5564/" title="It's just not cricket!" target="_blank">It&#8217;s just not cricket!</a></li>
<li><a href="http://www.crikey.com.au/Media-Arts-and-Sports/20080107-Another-hollow-victory-for-Australian-cricket.html" title="Another hollow victory for Australian cricket" target="_blank">Another hollow victory for Australian cricket</a></li>
<li><a href="http://www.smh.com.au/news/editorial/victory-without-honour-walk-the-walk-watch-the-talk/2008/01/07/1199554568809.html" title="Victory without honour: walk the walk, watch the talk" target="_blank">Victory without honour: walk the walk, watch the talk</a></li>
<li><a href="http://www.theage.com.au/news/cricket/why-pontings-heroes-just-dont-appeal-to-me/2008/01/08/1199554654309.html" target="_blank" title="Why Ponting's heroes just don't appeal to me">Why Ponting&#8217;s heroes just don&#8217;t appeal to me</a></li>
</ul>
<p><b>Man I loves this list of Top Sledges</b></p>
<ul>
<li><a href="http://fireix.wordpress.com/2008/01/08/sledgeing-in-cricket/" title="Some sledging gems from various sources." target="_blank">Some sledging gems from various sources</a></li>
</ul>
<div style="float:left;margin:0px 0px 0px 0px;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.jefferyfernandez.id.au/2008/01/07/two-twenty20-tickets-for-sale/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Seven Wonders</title>
		<link>http://www.jefferyfernandez.id.au/2007/06/23/new-seven-wonders/</link>
		<comments>http://www.jefferyfernandez.id.au/2007/06/23/new-seven-wonders/#comments</comments>
		<pubDate>Sat, 23 Jun 2007 02:30:23 +0000</pubDate>
		<dc:creator>Jeffery</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://jefferyfernandez.id.au/2007/06/23/new-seven-wonders/</guid>
		<description><![CDATA[As of today(23/06/2007 &#8211; by the time this entry is published) exactly 14 days are left to announce the &#8220;New Seven Wonders&#8221; of the world, out of the 21 final contestants. The campaign of Swiss non-profit organization New7Wonders began in &#8230; <a href="http://www.jefferyfernandez.id.au/2007/06/23/new-seven-wonders/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As of today(23/06/2007 &#8211; by the time this entry is published) exactly 14 days are left to announce the &#8220;New Seven Wonders&#8221; of the world, out of the 21 final contestants. The campaign of Swiss non-profit organization <a href="http://www.new7wonders.com/index.php" target="_blank">New7Wonders</a> began in 2000 and the announcement will be made on July 7, 2007 &#8211; appropriately 07.07.07 &#8211; in Lisbon, Portugal. The event will be broadcast around the world.</p>
<h3>Vote for the greatest symbol of Love &amp; Passion</h3>
<p><a title="The Taj Mahal" href="http://en.wikipedia.org/wiki/Taj_Mahal" target="_blank"><img style="margin:10px;" src="http://www.jefferyfernandez.id.au/wp-content/uploads/2007/06/the_taj_mahal_small.jpg" alt="The Taj Mahal" align="left" /></a><br />
<a title="The Taj Mahal" href="http://en.wikipedia.org/wiki/Taj_Mahal" target="_blank">The Taj Mahal</a> is still strongly in the reckoning but needs all the votes it can get to make it to the final list of seven. <a href="http://www.new7wonders.com/index.php" target="_blank">New7Wonders</a> describes Shah Jahanâ€™s architectural paean to his beloved as the greatest symbol of love and passion.</p>
<p>So What Are You Waiting For? <a title="Vote for The Taj Mahal" href="http://www.new7wonders.com/index.php?id=366" target="_blank">Vote for The Taj Mahal</a></p>
<p><span id="more-34"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5896900602713932";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
//2007-10-07: general
google_ad_channel = "5562041263";
//-->
</script><br />
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<h3>The Taj Mahal Video</h3>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="src" value="http://www.youtube.com/v/5U1Qu5i4uic" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/5U1Qu5i4uic" wmode="transparent"></embed></object><br />
<!--</p>
<h3>Aerial view of The Taj Mahal<br />
<a title="The Taj Mahal from Sky" href="http://www.jefferyfernandez.id.au/wp-content/uploads/2007/06/the_taj_mahal_from_sky.jpg" mce_href="http://www.jefferyfernandez.id.au/wp-content/uploads/2007/06/the_taj_mahal_from_sky.jpg"><img src="http://www.jefferyfernandez.id.au/wp-content/uploads/2007/06/the_taj_mahal_from_sky.jpg" mce_src="http://www.jefferyfernandez.id.au/wp-content/uploads/2007/06/the_taj_mahal_from_sky.jpg" alt="The Taj Mahal from Sky" /></a> &#8211;></p>
<div style="float:left;margin:0px 0px 0px 0px;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.jefferyfernandez.id.au/2007/06/23/new-seven-wonders/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
