<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1" -->
<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/"
	>

<channel>
	<title>The Koala's eyes</title>
	<link>http://www.hlod-wig.org</link>
	<description>Because we live surrounded by particles with a size of 1/2400 the size of a rabbit atom.</description>
	<pubDate>Tue, 15 Apr 2008 18:17:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1</generator>
	<language>en</language>
			<item>
		<title>The fly</title>
		<link>http://www.hlod-wig.org/index.php/2008/04/15/the-fly/</link>
		<comments>http://www.hlod-wig.org/index.php/2008/04/15/the-fly/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 18:15:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Photo &amp; Images]]></category>

		<guid isPermaLink="false">http://www.hlod-wig.org/index.php/2008/04/15/the-fly/</guid>
		<description><![CDATA[Some days ago, I bought a macro adapter for my D70 camera, and this is my first &#8220;decent&#8221; photography&#8230;

 

Artistic version:

 

If you want the high resolution images, please contact me.
]]></description>
			<content:encoded><![CDATA[<p>Some days ago, I bought a macro adapter for my <a href="http://en.wikipedia.org/wiki/Nikon_D70">D70</a> camera, and this is my first &#8220;decent&#8221; photography&#8230;<br />
<center><br />
<a href="/images/the_fly/the_fly_1024.jpg"><img src="/images/the_fly/the_fly_mini.jpg" /> </a><br />
</center></p>
<p>Artistic version:</p>
<p><center><br />
<a href="/images/the_fly/the_art_fly_1024.jpg"><img src="/images/the_fly/the_art_fly_mini.jpg" /> </a><br />
</center></p>
<p>If you want the high resolution images, please contact me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hlod-wig.org/index.php/2008/04/15/the-fly/feed/</wfw:commentRss>
		</item>
		<item>
		<title>eGPSTrack</title>
		<link>http://www.hlod-wig.org/index.php/2007/10/31/egpstrack/</link>
		<comments>http://www.hlod-wig.org/index.php/2007/10/31/egpstrack/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 00:35:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[GPS]]></category>

		<guid isPermaLink="false">http://www.hlod-wig.org/index.php/2007/10/31/egpstrack/</guid>
		<description><![CDATA[After some days working on my last personal project&#8230;, I&#8217;m very happy to post this new.  Only one image and a link, enjoy it:



]]></description>
			<content:encoded><![CDATA[<p>After some days working on my last personal project&#8230;, I&#8217;m very happy to post this new.  Only one image and a link, enjoy it:</p>
<p><center><br />
<a href="http://egpstrack.hlod-wig.org"><img src="/images/eGPSTrack.png" /></a><br />
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hlod-wig.org/index.php/2007/10/31/egpstrack/feed/</wfw:commentRss>
		</item>
		<item>
		<title>GCPi, a Python Interface to Google Calendar (0.6)</title>
		<link>http://www.hlod-wig.org/index.php/2007/03/30/gcpi-a-python-interface-to-google-calendar-06/</link>
		<comments>http://www.hlod-wig.org/index.php/2007/03/30/gcpi-a-python-interface-to-google-calendar-06/#comments</comments>
		<pubDate>Thu, 29 Mar 2007 23:56:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.hlod-wig.org/index.php/2007/03/30/gcpi-a-python-interface-to-google-calendar-06/</guid>
		<description><![CDATA[ Last week I released a simple python module which provide a basic interface with a Google Calendar Account. Some people gave suggestions to me to improve the interface, I begin to add the changes and when I was making some last tests, fell &#8220;in my mouse click&#8221; next URL  gdata-python-client , the official [...]]]></description>
			<content:encoded><![CDATA[<p> Last week I released a simple python module which provide a basic interface with a Google Calendar Account. Some people gave suggestions to me to improve the interface, I begin to add the changes and when I was making some last tests, fell &#8220;in my mouse click&#8221; next URL <a href="http://code.google.com/p/gdata-python-client/"> gdata-python-client </a>, the official GData Interface in python, released recently, this week concretely&#8230;</p>
<p>well.. and now&#8230;. mmmm</p>
<p>Finally I decided to finish my work. If one think I learned from fantastics gurus (and friends) in computer programing like <a href="http://jaortega.wordpress.com/"> Jao </a> or <a href="http://axelio.wordpress.com//"> Aleix </a> is that a begun work, must be finished&#8230;</p>
<p>In this <a href="http://www.hlod-wig.org/gcpi/"> version </a> I made some changes in interface, now the use is more logic : a base layer called <i>GoogleCalendarManager</i> manage the connection, and in another side, the objects <i>gCalendar</i> <i>gEvent</i> <i>gComment</i> are self contained, ¿What means that?, that if you have a <i>gEvent</i> &#8216;evt&#8217; you can call &#8216;evt.delete()&#8217; directly. Internally, the objects use manager to perform the needed operations.</p>
<p>Another new feature, is the addition of comments, yes!  you can now add new or modify or delete the comments posted in a Google Calendar Event. You can&#8217;t modify/delete comments in the web interface, but GCPi offers this possibility.</p>
<p>In another side of things&#8230; I have been proving the GData Python Interface too, and it is very, very completed (well, i don&#8217;t found methods for modify/delete comments&#8230;), but is a API, in another words, a lot off methods to call all the available operations permitted by the Google GData Interface. And it is in charge of final application to order the calls and relate the methods to make the desired operation, for example, to add a event (I&#8217;m only interested in calendar methods, but the GData Python Interface supports spreadsheets too) you must retrieve a calendar, get its url, build event, and call api <i>addevent</i> with the event and url, when I consider that these steps are basics and repetitives, and can be encapsulated.</p>
<p>For this reason I will not leave continuing improving CGPi, next version will use GData-python-interface as a low-level layer, I&#8217;m working on it!!. I will conserve current interface but internally some calls will use Google Api&#8230; </p>
<p>yes &#8230; Coming soon&#8230;</p>
<p>but now :<br />
<center><br />
&#8211;> <a href="http://www.hlod-wig.org/gcpi/"> CGPi-0.6 </a> <--<br />
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hlod-wig.org/index.php/2007/03/30/gcpi-a-python-interface-to-google-calendar-06/feed/</wfw:commentRss>
		</item>
		<item>
		<title>GCPi, a Python Interface to Google Calendar</title>
		<link>http://www.hlod-wig.org/index.php/2007/03/22/gcpi-a-python-interface-to-google-calendar/</link>
		<comments>http://www.hlod-wig.org/index.php/2007/03/22/gcpi-a-python-interface-to-google-calendar/#comments</comments>
		<pubDate>Thu, 22 Mar 2007 01:34:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.hlod-wig.org/index.php/2007/03/22/gcpi-a-python-interface-to-google-calendar/</guid>
		<description><![CDATA[ Updated at   v0.6 
Few days ago, I decided to learn a bit about python, I want to make a personal project based on Python, for this reason I begin to use pygooglecalendar: a python module to connect with a Google Calendar account.
I needed to modify the module to incorporate some changes that [...]]]></description>
			<content:encoded><![CDATA[<p><b> Updated at </b> <a href="http://www.hlod-wig.org/index.php/2007/03/30/gcpi-a-python-interface-to-google-calendar-06/"> v0.6 </a></p>
<p>Few days ago, I decided to learn a bit about <a href="www.python.org">python</a>, I want to make a personal project based on Python, for this reason I begin to use <a href="http://code.google.com/p/pygooglecalendar/">pygooglecalendar</a>: a python module to connect with a Google Calendar account.</p>
<p>I needed to modify the module to incorporate some changes that I wished.. and after some changes.. I decided to make my own Interface to Google Calendar.. Double work? perhaps.. but with this, I&#8217;m learning a bit more..</p>
<p>The Module can be found at <a href="http://www.hlod-wig.org/index.php/gcpi/">http://www.hlod-wig.org/index.php/gcpi/</a></p>
<p>With this one you can make something like :</p>
<pre class="fragment">   from GoogleCalendar <span class="keyword">import</span> *
   myGoogCal = GoogleCalendar()
   myGoogCal.connect (”some_login@gmail.com”, “some_password”)
   myGoogCal.synchronizeLocal ()
   calendar = myGoogCal.getCalendar (”myCalendarForTest”)
   ev = gEvent()
   ev.new(&#8221;Lluis&#8221;, &#8220;lluis@hlod-wig.org&#8221;,
          &#8220;Meeting&#8221;, &#8220;With Aleix to talk about work&#8221;, &#8220;La Garriga&#8221;,
          &#8220;2007-03-21T09:30:00.000Z&#8221;, &#8220;2007-03-21T11:30:00.000&#8243;);
   myGoogCal.addEvent (ev, calendar)
</pre>
<p>&#8230;. and more&#8230; try it and explain me your experience!</p>
<p>Finally, I want to send thanks to <i>Matt Poepping</i> , <i> David Hautbois</i> and  <i>Greg Pinero</i> to their work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hlod-wig.org/index.php/2007/03/22/gcpi-a-python-interface-to-google-calendar/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Los 4 acuerdos</title>
		<link>http://www.hlod-wig.org/index.php/2007/03/01/los-4-acuerdos/</link>
		<comments>http://www.hlod-wig.org/index.php/2007/03/01/los-4-acuerdos/#comments</comments>
		<pubDate>Thu, 01 Mar 2007 20:21:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Books]]></category>

		<guid isPermaLink="false">http://www.hlod-wig.org/index.php/2007/03/01/los-4-acuerdos/</guid>
		<description><![CDATA[&#8220;Los Cuatro Acuerdos&#8221; (Don Miguel Ruiz)&#8221;.
Un libro fruto de la sabiduría tolteca, comunidad del sur de México de artistas y científicos dedicados al cultivo de la sabiduría de sus antepasados, sus maestros (naguales), durante milenios han mantenido sus enseñanzas en secreto, y hoy Miguel Ruiz, un nagual de nuestros días, nos hace partícipe de algunos [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/gp/redirect.html%3FASIN=187842436X%26tag=ws%26lcode=xm2%26cID=2025%26ccmID=165953%26location=/o/ASIN/187842436X%253FSubscriptionId=02ZH6J1W0649DTNS6002"><img src="http://ec1.images-amazon.com/images/P/187842436X.01._SCTHUMBZZZ_.jpg" align="left" border="0" hspace="10" vspace="0" />&#8220;Los Cuatro Acuerdos&#8221; (Don Miguel Ruiz)&#8221;</a>.<br />
Un libro fruto de la sabiduría tolteca, comunidad del sur de México de artistas y científicos dedicados al cultivo de la sabiduría de sus antepasados, sus maestros (naguales), durante milenios han mantenido sus enseñanzas en secreto, y hoy Miguel Ruiz, un nagual de nuestros días, nos hace partícipe de algunos de sus saberes.</p>
<p> <a href="http://www.hlod-wig.org/index.php/2007/03/01/los-4-acuerdos/#more-20" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hlod-wig.org/index.php/2007/03/01/los-4-acuerdos/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Artistic photography with Gimp</title>
		<link>http://www.hlod-wig.org/index.php/2007/02/23/artistic-photography-with-gimp/</link>
		<comments>http://www.hlod-wig.org/index.php/2007/02/23/artistic-photography-with-gimp/#comments</comments>
		<pubDate>Fri, 23 Feb 2007 00:29:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Photo &amp; Images]]></category>

		<guid isPermaLink="false">http://www.hlod-wig.org/index.php/2007/02/23/artistic-photography-with-gimp/</guid>
		<description><![CDATA[A little tutorial for modify a photograph
]]></description>
			<content:encoded><![CDATA[<p>A little tutorial for modify a photograph<br />
 <a href="http://www.hlod-wig.org/index.php/2007/02/23/artistic-photography-with-gimp/#more-19" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hlod-wig.org/index.php/2007/02/23/artistic-photography-with-gimp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sunset</title>
		<link>http://www.hlod-wig.org/index.php/2007/02/14/sunset-2/</link>
		<comments>http://www.hlod-wig.org/index.php/2007/02/14/sunset-2/#comments</comments>
		<pubDate>Tue, 13 Feb 2007 23:34:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Photo &amp; Images]]></category>

		<guid isPermaLink="false">http://www.hlod-wig.org/index.php/2007/02/14/sunset-2/</guid>
		<description><![CDATA[
 
Palafrugell 2006 
]]></description>
			<content:encoded><![CDATA[<p><center><br />
<a href="/images/Palafrugell/palafrugell_2006.jpg"><img src="/images/Palafrugell/palafrugell_2006_mini.jpg" /> </a><br />
Palafrugell 2006 </center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hlod-wig.org/index.php/2007/02/14/sunset-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Neteja de cara&#8230;</title>
		<link>http://www.hlod-wig.org/index.php/2007/02/10/neteja-de-cara/</link>
		<comments>http://www.hlod-wig.org/index.php/2007/02/10/neteja-de-cara/#comments</comments>
		<pubDate>Sat, 10 Feb 2007 20:34:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.hlod-wig.org:8080/index.php/2007/02/10/neteja-de-cara/</guid>
		<description><![CDATA[Ja tocava modernitzar-se &#8230;
New web!!!
]]></description>
			<content:encoded><![CDATA[<p>Ja tocava modernitzar-se &#8230;</p>
<p>New web!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hlod-wig.org/index.php/2007/02/10/neteja-de-cara/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My new Little Toy &#8230;</title>
		<link>http://www.hlod-wig.org/index.php/2007/02/02/my-new-little-toy/</link>
		<comments>http://www.hlod-wig.org/index.php/2007/02/02/my-new-little-toy/#comments</comments>
		<pubDate>Fri, 02 Feb 2007 22:44:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.hlod-wig.org:8080/index.php/1970/01/01/my-new-little-toy/</guid>
		<description><![CDATA[



The new Koala Member

]]></description>
			<content:encoded><![CDATA[<p><center><br />
<img src="/images/theMac.jpg" /><br />
</center><br />
<br/><center><br />
The new Koala Member<br />
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hlod-wig.org/index.php/2007/02/02/my-new-little-toy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Deixar fer&#8230;</title>
		<link>http://www.hlod-wig.org/index.php/2006/11/23/deixar-fer/</link>
		<comments>http://www.hlod-wig.org/index.php/2006/11/23/deixar-fer/#comments</comments>
		<pubDate>Thu, 23 Nov 2006 21:24:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[The eyes]]></category>

		<guid isPermaLink="false">http://www.hlod-wig.org:8080/index.php/1970/01/01/deixar-fer/</guid>
		<description><![CDATA[Cap el Gener, el 16 concretament, parlava de canvis..

I n&#8217;hi han hagut molts des de llavors, el curiós del cas, es que cap va ser el que tenia en ment en aquell moment.
]]></description>
			<content:encoded><![CDATA[<p>Cap el Gener, el 16 concretament, <a target="_blanc" href="/index.php/2006/01/16/16-de-gener/">parlava de canvis..</a><br/>
<div style="text-align: justify;">
I n&#8217;hi han hagut molts des de llavors, el curiós del cas, es que cap va ser el que tenia en ment en aquell moment.</div>
<p> <a href="http://www.hlod-wig.org/index.php/2006/11/23/deixar-fer/#more-6" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hlod-wig.org/index.php/2006/11/23/deixar-fer/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
<div id='error'>
			<p class='wpdberror'><strong>WordPress database error:</strong> [Table &#039;./wplogdb/wp_bdprt_hits&#039; is marked as crashed and last (automatic?) repair failed]<br />
			<code>INSERT INTO wp_bdprt_hits (ref_ident, browser_ident, ip_address, target_ident, time_of_hit) VALUES (&#039;1&#039;, &#039;1870&#039;, &#039;38.103.63.16&#039;, &#039;6&#039;, &#039;1215346363&#039;)</code></p>
			</div>