<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Ajo's web site</title>
	<atom:link href="http://www.ajo.es/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ajo.es</link>
	<description>technology, opensource, SEO, hardware, software, engineering,  web development, ...</description>
	<lastBuildDate>Thu, 05 Mar 2009 15:27:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<copyright>2007-2008 </copyright>
	<managingEditor>miguelangel@acuarios.es (Ajo's web site)</managingEditor>
	<webMaster>miguelangel@acuarios.es (Ajo's web site)</webMaster>
	<ttl>1440</ttl>
	<image>
		<url>http://www.ajo.es/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
		<title>Ajo's web site</title>
		<link>http://www.ajo.es</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>technology, hardware, SEO, software, web development, opensource</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &#38; Culture" />
	<itunes:author>Ajo's web site</itunes:author>
	<itunes:owner>
		<itunes:name>Ajo's web site</itunes:name>
		<itunes:email>miguelangel@acuarios.es</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://www.ajo.es/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<item>
		<title>Guia Mostoles</title>
		<link>http://www.ajo.es/guia-mostoles_48/index.html</link>
		<comments>http://www.ajo.es/guia-mostoles_48/index.html#comments</comments>
		<pubDate>Thu, 05 Mar 2009 15:27:08 +0000</pubDate>
		<dc:creator>ajo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[guia]]></category>
		<category><![CDATA[guia mostoles]]></category>
		<category><![CDATA[móstoles]]></category>

		<guid isPermaLink="false">http://www.ajo.es/?p=48</guid>
		<description><![CDATA[Finally, after some cleanup, we&#8217;ve launched Guia Mostoles the first in a saga of local services guide. It&#8217;s simple, and it&#8217;s clean (I hope!). Still we have some missing features, like registrations, votes, and so on, it&#8217;s just a first step we had to take.]]></description>
			<content:encoded><![CDATA[<p>Finally, after some cleanup, we&#8217;ve launched <a href="http://www.guiamostoles.es/" target="_self">Guia Mostoles</a> the first in a saga of local services guide. It&#8217;s simple, and it&#8217;s clean (I hope!). Still we have some missing features, like registrations, votes, and so on, it&#8217;s just a first step we had to take.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ajo.es/guia-mostoles_48/index.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Access denied for user &#8216;debian-sys-maint&#8217;@&#039;localhost&#8217; (using password: YES)</title>
		<link>http://www.ajo.es/access-denied-for-user-debian-sys-maintlocalhost-using-password-yes_47/index.html</link>
		<comments>http://www.ajo.es/access-denied-for-user-debian-sys-maintlocalhost-using-password-yes_47/index.html#comments</comments>
		<pubDate>Fri, 08 Aug 2008 09:19:38 +0000</pubDate>
		<dc:creator>ajo</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[debian mysql]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.ajo.es/?p=47</guid>
		<description><![CDATA[I&#8217;m doing bing changes in my servers, and moving some mysql data stores (/var/lib/mysql/*) I&#8217;ve found the following errors on debian: Access denied for user &#8216;debian-sys-maint&#8217;@'localhost&#8217; (using password: YES) That&#8217;s because debian has a mysql account for switching on/off and checking mysql status, and mysql password for that user &#8220;debian-sys-maint&#8221; should be the same stored [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m doing bing changes in my servers, and moving some mysql data stores (/var/lib/mysql/*) I&#8217;ve found the following errors on debian:</p>
<p><strong>Access denied for user &#8216;debian-sys-maint&#8217;@'localhost&#8217; (using password: YES)</strong></p>
<p>That&#8217;s because debian has a mysql account for switching on/off and checking mysql status, and mysql password for that user &#8220;debian-sys-maint&#8221; should be the same stored in /etc/mysql/debian.cnf</p>
<p>Using your root user ony mysql you can chage the password to make it match this way:</p>
<p>sh# mysql -u root -p</p>
<p>mysql&gt; <strong>GRANT ALL PRIVILEGES ON *.* TO &#8216;debian-sys-maint&#8217;@'localhost&#8217; IDENTIFIED BY &#8216;&lt;&lt;&lt;password&gt;&gt;&gt;&#8217; WITH GRANT OPTION; </strong></p>
<p><strong> </strong><br />
Query OK, 0 rows affected (0.00 sec)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ajo.es/access-denied-for-user-debian-sys-maintlocalhost-using-password-yes_47/index.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing cherokee 0.8.0 from subversion</title>
		<link>http://www.ajo.es/installing-cherokee-080-from-subversion_46/index.html</link>
		<comments>http://www.ajo.es/installing-cherokee-080-from-subversion_46/index.html#comments</comments>
		<pubDate>Thu, 24 Jul 2008 22:05:26 +0000</pubDate>
		<dc:creator>ajo</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[cherokee]]></category>
		<category><![CDATA[cherokee 0.8]]></category>
		<category><![CDATA[cherokee 0.8.0]]></category>

		<guid isPermaLink="false">http://www.ajo.es/?p=46</guid>
		<description><![CDATA[Cherokee 0.8.0 web server will hit the streets soon, and I really want to migrate all my domains running in apache to cherokee (my server load has gone too high). Here are the steps to install cherokee on a clean debian 4.0: # cd /usr/src # apt-get update # apt-get install make subversion automake autoconf [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" src="http://www.cherokee-project.com/static/indiankid.png" alt="" /><br />
<strong><a href="http://www.cherokee-project.com">Cherokee</a> 0.8.0</strong> <a href="http://www.cherokee-project.com">web server</a> will hit the streets<strong> soon</strong>, and I really want to migrate all my domains running in apache to cherokee (my server load has gone too high).</p>
<p>Here are the s<strong>teps to install cherokee on a clean debian 4.0</strong>:</p>
<p><code><br />
# cd /usr/src<br />
# apt-get update<br />
# apt-get install make subversion automake autoconf gcc pcre-dev libssl-dev libtool libpcre3-dev python<br />
# svn co svn://svn.cherokee-project.com/cherokee/trunk cherokee-trunk<br />
# cd cherokee-trunk<br />
# ./autogen.sh --localstatedir=/var --prefix=/usr --sysconfdir=/etc --with-wwwroot=/var/www<br />
# make install<br />
</code></p>
<p>At this point you can run cherokee admin to setup your server: <a href="http://www.cherokee-project.com/doc/admin.html ">http://www.cherokee-project.com/doc/admin.html<br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ajo.es/installing-cherokee-080-from-subversion_46/index.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ajo, información sobre el ajo</title>
		<link>http://www.ajo.es/ajo-informacion-sobre-el-ajo_44/index.html</link>
		<comments>http://www.ajo.es/ajo-informacion-sobre-el-ajo_44/index.html#comments</comments>
		<pubDate>Sun, 08 Jun 2008 08:51:03 +0000</pubDate>
		<dc:creator>ajo</dc:creator>
				<category><![CDATA[plants]]></category>

		<guid isPermaLink="false">http://www.ajo.es/ajo-informacion-sobre-el-ajo_44/index.html</guid>
		<description><![CDATA[He abierto una página con información sobre el ajo, y sus propiedades farmacológicas y medicinales, a partir de ahora mi blog personal estará en http://www.ajo.es y la página sobre el ajo en http://ajo.es. English: I&#8217;ve written a web page with information about garlic, it&#8217;s pharmacological and medicinal properties, from now on my personal blog will [...]]]></description>
			<content:encoded><![CDATA[<p>He abierto una página con información sobre el <a href="http://ajo.es" title="El ajo">ajo</a>, y sus propiedades farmacológicas y medicinales,  a partir de ahora mi blog personal estará en http://www.ajo.es y la <a href="http://ajo.es">página sobre el ajo</a> en http://ajo.es.</p>
<p><em>English:</em></p>
<p>I&#8217;ve written a web page with information about garlic, it&#8217;s <span onclick="dr4sdgryt2(event)" style="cursor: pointer">pharmacological and medicinal properties, from now on my personal blog will run on http://www.ajo.es and the garlic&#8217;s web will run on http://ajo.es.</span></p>
<p><a href="http://ajo.es" title="ajo"><img src="http://ajo.es/media/images/ajofondo.jpg" align="middle" border="0" height="284" hspace="10" vspace="10" width="494" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ajo.es/ajo-informacion-sobre-el-ajo_44/index.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VHDL Coding Style (ACTEL guide)</title>
		<link>http://www.ajo.es/vhdl-coding-style-actel-guide_38/index.html</link>
		<comments>http://www.ajo.es/vhdl-coding-style-actel-guide_38/index.html#comments</comments>
		<pubDate>Mon, 28 Apr 2008 10:25:35 +0000</pubDate>
		<dc:creator>ajo</dc:creator>
				<category><![CDATA[embedded]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[vhdl]]></category>

		<guid isPermaLink="false">http://www.ajo.es/vhdl-coding-style-actel-guide_38/index.html</guid>
		<description><![CDATA[The last mont I&#8217;ve been working with Actel ProASIC 3 devices. They are powerful and cheap FPGA devices. Searching for some information on them I found this VHDL/Verilog coding style guide from Actel. It&#8217;s quite good, and helped me to remember all of my university classes I had in the past. It covers Technology Independent [...]]]></description>
			<content:encoded><![CDATA[<p>The last mont I&#8217;ve been working with Actel ProASIC 3 devices. They are powerful and cheap FPGA devices. Searching for some information on them I found this VHDL/Verilog coding style guide from Actel. It&#8217;s quite good, and helped me to remember all of my university classes I had in the past.</p>
<p>It covers Technology Independent coding (registers, shifts, input, output, mealy and moore state machines, etc&#8230;), and also Actel Specific (SRAM, FIFO, &#8230;)</p>
<p>This is the link, http://www.actel.com/documents/hdlcode_ug.pdf , but I&#8217;ll keep a local copy for historic record: <a href="http://www.ajo.es/wp-content/uploads/2008/04/hdlcode_ug.pdf" title="VHDL Coding style guide (and verilog)">VHDL Coding style guide (and verilog)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ajo.es/vhdl-coding-style-actel-guide_38/index.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tecnocracia blog started</title>
		<link>http://www.ajo.es/tecnocracia-blog-started_36/index.html</link>
		<comments>http://www.ajo.es/tecnocracia-blog-started_36/index.html#comments</comments>
		<pubDate>Fri, 21 Dec 2007 11:51:16 +0000</pubDate>
		<dc:creator>ajo</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blog tecnología]]></category>
		<category><![CDATA[español]]></category>
		<category><![CDATA[tecnología]]></category>

		<guid isPermaLink="false">http://www.ajo.es/tecnocracia-blog-started_36/index.html</guid>
		<description><![CDATA[Recently we have started a new blog in spanish. It&#8217;s all about technology for spanish-talking people (tecnología en españa). It&#8217;s written by some friends and I, all of them enthusiastic about technology, web technologies, mobile technologies, and so on&#8230;]]></description>
			<content:encoded><![CDATA[<p>Recently we have started a new blog in spanish. It&#8217;s all about technology for spanish-talking people (<a href="http://www.tecnocracia.es">tecnología en españa</a>). It&#8217;s written by some friends and I, all of them enthusiastic about technology, web technologies, mobile technologies, and so on&#8230;</p>
<p><a href="http://www.tecnocracia.es" title="Tecnología en españa"><img src="http://www.ajo.es/wp-content/uploads/2007/12/shot.png" alt="Tecnología en españa" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ajo.es/tecnocracia-blog-started_36/index.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microscope forum</title>
		<link>http://www.ajo.es/microscope-forum_34/index.html</link>
		<comments>http://www.ajo.es/microscope-forum_34/index.html#comments</comments>
		<pubDate>Fri, 07 Dec 2007 11:28:13 +0000</pubDate>
		<dc:creator>ajo</dc:creator>
				<category><![CDATA[biology]]></category>
		<category><![CDATA[nature]]></category>
		<category><![CDATA[microscope]]></category>
		<category><![CDATA[microscope forum]]></category>
		<category><![CDATA[thecamoeba]]></category>

		<guid isPermaLink="false">http://www.ajo.es/microscope-forum_34/index.html</guid>
		<description><![CDATA[Not many people know about my interests in biology, I use to read about organic chemistry as a hobby, and I also love looking drops of water from my aquarium through my microscope (recently upgraded). It&#8217;s really increadible the big life diversity one can find in a simple drop of water, like small cities full [...]]]></description>
			<content:encoded><![CDATA[<p>Not many people know about my interests in biology, I use to read  about organic chemistry as a hobby, and  I also love looking drops of water from my aquarium through my microscope (recently upgraded). It&#8217;s really increadible the big life  diversity one can find in a simple drop of water, like small cities full of hubbub.</p>
<p><a href="http://www.microscopeforums.com" title="Microscope forum"><img src="http://www.ajo.es/wp-content/uploads/2007/12/microscopeforums-blog-entry.jpg" alt="Thecamoeba, Centropixis aculeata" /></a></p>
<p>Because of my growing interest in biology and microscopy I&#8217;ve decided to start some microscopy forums: <a href="http://www.microscopeforums.com" title="Microscope forum">microscope forum</a>. If you feel interested in such topics, please, feel free to join the community <img src='http://www.ajo.es/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>This is a picture of a thecamoeba from my aquarium. Some kind of ameba with a chitinous shell, you can think of it like a microscopic snail <img src='http://www.ajo.es/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ajo.es/microscope-forum_34/index.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>N800 PIM with google calendar synchronization by erminig</title>
		<link>http://www.ajo.es/n800-pim-with-google-calendar-synchronization-by-erminig_26/index.html</link>
		<comments>http://www.ajo.es/n800-pim-with-google-calendar-synchronization-by-erminig_26/index.html#comments</comments>
		<pubDate>Fri, 26 Oct 2007 19:22:17 +0000</pubDate>
		<dc:creator>ajo</dc:creator>
				<category><![CDATA[embedded]]></category>
		<category><![CDATA[n800]]></category>
		<category><![CDATA[pim]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[n800 pim calendar]]></category>

		<guid isPermaLink="false">http://www.ajo.es/26/technology/n800-pim-with-google-calendar-synchronization-by-erminig.html</guid>
		<description><![CDATA[This is the kind of application I&#8217;ve been wanting to see on my N800, a pim software like gpe-calendar (you can get it here http://ossostage.cidercone.com/%7Eferenc/) : and Erminig, a software that let&#8217;s you synchronize all your dates with google calendar. Downloads: Link: http://code.google.com/p/erminig/ Download : python for maemo gdataclient_1.0.8-1_armel.deb pysqlite_0.0.1-1_armel.deb erminig_0.2.7-1_armel.deb Documentation/Screenshots: http://david.hautbois.free.fr/joomla/index.php?option=com_content&#38;task=view&#38;id=46&#38;Itemid=46 These pieces [...]]]></description>
			<content:encoded><![CDATA[<p> This is the kind of application I&#8217;ve been wanting to see on my <strong>N800</strong>, a <strong>pim</strong> software like<strong> gpe-calendar</strong> (you can get it here <a href="http://ossostage.cidercone.com/%7Eferenc/">http://ossostage.cidercone.com/%7Eferenc/</a>) :</p>
<p align="center"><a href="http://www.ajo.es/26/technology/n800-pim-with-google-calendar-synchronization-by-erminig.html/gpe-calendar-n800-2/" rel="attachment wp-att-29" title="GPE Calendar N800"><img src="http://www.ajo.es/wp-content/uploads/2007/10/gpe-calendar-bora_small.png" alt="GPE Calendar N800" /></a></p>
<p>and Erminig, a software that let&#8217;s you synchronize all your dates with google calendar.<a href="http://www.ajo.es/wp-content/uploads/2007/10/008.png" title="Erminig"></a></p>
<p><a href="http://www.ajo.es/wp-content/uploads/2007/10/008.png" title="Erminig"> </a><a href="http://www.ajo.es/wp-content/uploads/2007/10/008_small.png" title="Erminig screenshot"></a></p>
<div><a href="http://www.ajo.es/26/technology/n800-pim-with-google-calendar-synchronization-by-erminig.html/erminig-screenshot/" rel="attachment wp-att-31" title="Erminig screenshot"></a></p>
<div><a href="http://www.ajo.es/26/technology/n800-pim-with-google-calendar-synchronization-by-erminig.html/erminig-screenshot/" rel="attachment wp-att-31" title="Erminig screenshot"></a></p>
<div><a href="http://www.ajo.es/26/technology/n800-pim-with-google-calendar-synchronization-by-erminig.html/erminig-screenshot/" rel="attachment wp-att-31" title="Erminig screenshot"></a></p>
<div><a href="http://www.ajo.es/26/technology/n800-pim-with-google-calendar-synchronization-by-erminig.html/erminig-screenshot/" rel="attachment wp-att-31" title="Erminig screenshot"></a></p>
<div><a href="http://www.ajo.es/26/technology/n800-pim-with-google-calendar-synchronization-by-erminig.html/erminig-screenshot/" rel="attachment wp-att-31" title="Erminig screenshot"><img src="http://www.ajo.es/wp-content/uploads/2007/10/008_small.png" alt="Erminig screenshot" /></a></div>
</div>
</div>
</div>
</div>
<p><strong>Downloads:</strong></p>
<p>Link: <a href="http://code.google.com/p/erminig/">http://code.google.com/p/erminig/</a></p>
<p>Download :  <a href="http://david.hautbois.free.fr/joomla/index.php?option=com_remository&amp;Itemid=28&amp;func=download&amp;id=7&amp;chk=561ad6165310c8bea479254a0718fae0&amp;no_html=1&amp;fname=gdataclient_1.0.8-1_armel.deb"></a></p>
<ul>
<li><a href="http://pymaemo.garage.maemo.org/" target="_blank">python for maemo</a></li>
<li><a href="http://david.hautbois.free.fr/joomla/index.php?option=com_remository&amp;Itemid=28&amp;func=startdown&amp;id=7" target="_blank">gdataclient_1.0.8-1_armel.deb<br />
</a></li>
<li><a href="http://david.hautbois.free.fr/joomla/index.php?option=com_remository&amp;Itemid=28&amp;func=startdown&amp;id=5" target="_blank">pysqlite_0.0.1-1_armel.deb</a></li>
<li><a href="http://david.hautbois.free.fr/joomla/index.php?option=com_remository&amp;Itemid=28&amp;func=startdown&amp;id=10" target="_blank">erminig_0.2.7-1_armel.deb</a></li>
</ul>
<p><strong>Documentation/Screenshots:</strong> <a href="http://david.hautbois.free.fr/joomla/index.php?option=com_content&amp;task=view&amp;id=46&amp;Itemid=46">http://david.hautbois.free.fr/joomla/index.php?option=com_content&amp;task=view&amp;id=46&amp;Itemid=46</a></p>
<p>These pieces of software will make my N800 much more useful for my daily life.</p>
<p><a href="http://www.ajo.es/wp-content/uploads/2007/10/gpe_calendar_erminig.jpg" title="google calendar synchronized with n800"></a></p>
<div><a href="http://www.ajo.es/wp-content/uploads/2007/10/gpe_calendar_erminig.jpg" title="google calendar synchronized with n800"></a></p>
<div><a href="http://www.ajo.es/wp-content/uploads/2007/10/gpe_calendar_erminig.jpg" title="google calendar synchronized with n800"></a></p>
<div><a href="http://www.ajo.es/wp-content/uploads/2007/10/gpe_calendar_erminig.jpg" title="google calendar synchronized with n800"></a></p>
<div><a href="http://www.ajo.es/wp-content/uploads/2007/10/gpe_calendar_erminig.jpg" title="google calendar synchronized with n800"><img src="http://www.ajo.es/wp-content/uploads/2007/10/gpe_calendar_erminig.jpg" alt="google calendar synchronized with n800" /></a></div>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.ajo.es/n800-pim-with-google-calendar-synchronization-by-erminig_26/index.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lithops sp &amp; Haworthia fasciata</title>
		<link>http://www.ajo.es/lithops-sp-haworthia-fasciata_33/index.html</link>
		<comments>http://www.ajo.es/lithops-sp-haworthia-fasciata_33/index.html#comments</comments>
		<pubDate>Sat, 13 Oct 2007 09:26:47 +0000</pubDate>
		<dc:creator>ajo</dc:creator>
				<category><![CDATA[nature]]></category>
		<category><![CDATA[plants]]></category>
		<category><![CDATA[cactus]]></category>

		<guid isPermaLink="false">http://www.ajo.es/33/nature/lithops-sp-haworthia-fasciata.html</guid>
		<description><![CDATA[These two are my new friends over my desktop. If you are wondering why am I publishing its photo here&#8230; I&#8217;ll tell you that this way I won&#8217;t forget their names and needs %) The left one is a Lithops sp. The right one is a Haworthia Fasciata.]]></description>
			<content:encoded><![CDATA[<p>These  two are my new friends over my desktop. If you are wondering why am I publishing its photo here&#8230; I&#8217;ll tell you that this way I won&#8217;t forget their names and needs %)</p>
<p><a href="http://www.ajo.es/?attachment_id=24" rel="attachment wp-att-24" title="Lithops sp &amp; Haworthia fasciata"><img src="http://www.ajo.es/wp-content/uploads/2007/10/p1010894_small2.JPG" alt="Lithops sp &amp; Haworthia fasciata" /></a></p>
<p>The left one is a <a href="http://plantencyclo.free.fr/sp/nmauric_Lithops_gg.html">Lithops sp.</a></p>
<p>The right one is a  <a href="http://fichas.infojardin.com/crasas/haworthia-fasciata-hawortia.htm">Haworthia Fasciata.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ajo.es/lithops-sp-haworthia-fasciata_33/index.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hexapod robot: spider woody v0.0</title>
		<link>http://www.ajo.es/hexapod-robot-spiderwood-v00_20/index.html</link>
		<comments>http://www.ajo.es/hexapod-robot-spiderwood-v00_20/index.html#comments</comments>
		<pubDate>Wed, 22 Aug 2007 14:56:56 +0000</pubDate>
		<dc:creator>ajo</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[embedded]]></category>
		<category><![CDATA[robotics]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.ajo.es/20/uncategorized/hexapod-robot-spiderwood-v00.html</guid>
		<description><![CDATA[This is the first version of my hexapod robot: spiderwood. It&#8217;s made with 18 HS-422 servos, Philips LPC2138 ARM7 for servo signal generation, and a bluetooth dongle for control from PC. You can find more information here (spanish): foro electronica: robot hexapodo]]></description>
			<content:encoded><![CDATA[<p>This is the first version of my hexapod robot: spiderwood.</p>
<p>It&#8217;s made with 18 HS-422 servos, Philips LPC2138 ARM7 for servo signal generation,  and a bluetooth dongle for control from PC.</p>
<p><object height="350" width="425"><param name="movie" value="http://www.youtube.com/v/BmF-w1O0q7E"></param><embed src="http://www.youtube.com/v/BmF-w1O0q7E" type="application/x-shockwave-flash" height="350" width="425"></embed></object></p>
<p>You can find more information here (spanish): <a href="http://www.foroselectronica.es/f56/robot-hexapodo-woody-665.html">foro electronica: robot hexapodo</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ajo.es/hexapod-robot-spiderwood-v00_20/index.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

