<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.pedroposada.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Pedro Posada&#039;s Blog</title>
 <link>http://www.pedroposada.com/taxonomy/term/%2A</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>BRING DOWN IE6</title>
 <link>http://www.pedroposada.com/blog/bring-down-ie6.html</link>
 <description>&lt;p&gt;Very interesting website about bringing down Internet Explorer 6. As far as I am concerned, no one in the world should use IE6 ever again and pretty much all the sites should warn and force users to switch to much better alternatives like Fire Fox, Safari and Chrome web browsers.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.bringdownie6.com/&quot; title=&quot;http://www.bringdownie6.com/&quot;&gt;http://www.bringdownie6.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you agree and want to contribute to the progress of accessibility and usability on the web paste the following code into your website:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.pedroposada.com/blog/bring-down-ie6.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.pedroposada.com/blog/bring-down-ie6.html#comments</comments>
 <category domain="http://www.pedroposada.com/category/blog/links">interesting links</category>
 <category domain="http://www.pedroposada.com/category/blog/web-standards">web standards</category>
 <pubDate>Thu, 17 Sep 2009 14:50:13 -0400</pubDate>
 <dc:creator>pedro</dc:creator>
 <guid isPermaLink="false">385 at http://www.pedroposada.com</guid>
</item>
<item>
 <title>How to revert to FireFox 3.6 on Ubuntu Natty Narwhal</title>
 <link>http://www.pedroposada.com/blog/how-revert-firefox-3.6-natty-narwhal.html</link>
 <description>&lt;p&gt;How to go back to an older version of Mozilla FireFox on Ubuntu Natty Narwhal.&lt;/p&gt;
&lt;p&gt;I need to connect to my company&#039;s vpn using F5 vpn pluggin, it is a web-based vpn client that my company uses for remote connections to their network.&lt;/p&gt;
&lt;p&gt;I upgraded my home computer to Ubuntu 11 Natty Narwhal and lost the ability to connect because FireFox 4 has no support for F5 plugin.  I was forced then to revert or downgrade my version of FireFox to 3.6, but this was not as simple as I thought.&lt;/p&gt;
&lt;p&gt;Step by step instructions:&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.pedroposada.com/blog/how-revert-firefox-3.6-natty-narwhal.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.pedroposada.com/blog/how-revert-firefox-3.6-natty-narwhal.html#comments</comments>
 <category domain="http://www.pedroposada.com/category/blog/firefox">firefox</category>
 <category domain="http://www.pedroposada.com/category/blog/linux">linux</category>
 <category domain="http://www.pedroposada.com/category/blog/ubuntu">ubuntu</category>
 <pubDate>Mon, 20 Jun 2011 21:58:37 -0400</pubDate>
 <dc:creator>pedro</dc:creator>
 <guid isPermaLink="false">489 at http://www.pedroposada.com</guid>
</item>
<item>
 <title>Retrieve cck node form array</title>
 <link>http://www.pedroposada.com/blog/retrieve-cck-node-form-array.html</link>
 <description>&lt;p&gt;The code bellow is to be used in any module. It requires cck module to be installed. The advantage of this code is that it allows you to use labels and field definitions done through the cck ui. It allowed me to build a custom form based in the fields previously defined, it saves time and keeps your custom form consistent with the content type form. &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.pedroposada.com/blog/retrieve-cck-node-form-array.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.pedroposada.com/blog/retrieve-cck-node-form-array.html#comments</comments>
 <category domain="http://www.pedroposada.com/category/blog/cck">cck</category>
 <category domain="http://www.pedroposada.com/category/blog/drupal-6">drupal 6</category>
 <category domain="http://www.pedroposada.com/category/blog/forminsertion">form insertion</category>
 <pubDate>Mon, 13 Dec 2010 17:48:59 -0500</pubDate>
 <dc:creator>pedro</dc:creator>
 <guid isPermaLink="false">488 at http://www.pedroposada.com</guid>
</item>
<item>
 <title>Set menu trail in primary links; Add active class to parent primary link</title>
 <link>http://www.pedroposada.com/blog/set-menu-trail-primary-links-add-active-class-parent-primary-link.html</link>
 <description>&lt;p&gt;Insert code snippet in template.php file.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.pedroposada.com/blog/set-menu-trail-primary-links-add-active-class-parent-primary-link.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.pedroposada.com/blog/set-menu-trail-primary-links-add-active-class-parent-primary-link.html#comments</comments>
 <category domain="http://www.pedroposada.com/category/blog/menu-system">menu system</category>
 <category domain="http://www.pedroposada.com/category/blog/phpsnippet">php snippet</category>
 <category domain="http://www.pedroposada.com/category/blog/themesnippet">theme snippet</category>
 <pubDate>Wed, 03 Nov 2010 13:41:52 -0400</pubDate>
 <dc:creator>pedro</dc:creator>
 <guid isPermaLink="false">487 at http://www.pedroposada.com</guid>
</item>
<item>
 <title>Sample output for menu_get_active_trail() in drupal</title>
 <link>http://www.pedroposada.com/blog/sample-output-menu_get_active_trail-drupal.html</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://www.pedroposada.com/blog/sample-output-menu_get_active_trail-drupal.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.pedroposada.com/blog/sample-output-menu_get_active_trail-drupal.html#comments</comments>
 <category domain="http://www.pedroposada.com/category/blog/phpsnippet">php snippet</category>
 <pubDate>Wed, 03 Nov 2010 12:57:55 -0400</pubDate>
 <dc:creator>pedro</dc:creator>
 <guid isPermaLink="false">486 at http://www.pedroposada.com</guid>
</item>
<item>
 <title>Bahia Trio - Pura Chonta</title>
 <link>http://www.pedroposada.com/blog/bahia-trio-pura-chonta.html</link>
 <description>&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cols=&quot;4&quot; frame=&quot;VOID&quot; rules=&quot;NONE&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;LEFT&quot; height=&quot;17&quot; width=&quot;143&quot;&gt;Title&lt;/td&gt;
&lt;td align=&quot;RIGHT&quot; sdnum=&quot;4105;0;HH:MM:SS&quot; sdval=&quot;0.232638888888889&quot; width=&quot;63&quot;&gt;Time&lt;/td&gt;
&lt;td align=&quot;LEFT&quot; width=&quot;72&quot;&gt;Artist&lt;/td&gt;
&lt;td align=&quot;LEFT&quot; width=&quot;86&quot;&gt;Album&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.pedroposada.com/blog/bahia-trio-pura-chonta.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.pedroposada.com/blog/bahia-trio-pura-chonta.html#comments</comments>
 <category domain="http://www.pedroposada.com/category/blog/choco-colombia">choco colombia</category>
 <category domain="http://www.pedroposada.com/category/blog/music">music</category>
 <pubDate>Sun, 02 May 2010 11:05:58 -0400</pubDate>
 <dc:creator>pedro</dc:creator>
 <guid isPermaLink="false">485 at http://www.pedroposada.com</guid>
</item>
<item>
 <title>Willie Colon</title>
 <link>http://www.pedroposada.com/blog/willie-colon.html</link>
 <description>&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cols=&quot;4&quot; frame=&quot;VOID&quot; rules=&quot;NONE&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td height=&quot;17&quot; style=&quot;text-align: center;&quot; width=&quot;241&quot;&gt;&lt;strong&gt;Title&lt;/strong&gt;&lt;/td&gt;
&lt;td sdnum=&quot;4105;0;HH:MM:SS&quot; sdval=&quot;0.240277777777778&quot; style=&quot;text-align: center;&quot; width=&quot;63&quot;&gt;&lt;strong&gt;Duration&lt;/strong&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot; width=&quot;183&quot;&gt;&lt;strong&gt;Artits&lt;/strong&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot; width=&quot;219&quot;&gt;&lt;strong&gt;Album&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.pedroposada.com/blog/willie-colon.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.pedroposada.com/blog/willie-colon.html#comments</comments>
 <category domain="http://www.pedroposada.com/category/blog/music">music</category>
 <category domain="http://www.pedroposada.com/category/blog/salsa">salsa</category>
 <pubDate>Sun, 02 May 2010 02:33:38 -0400</pubDate>
 <dc:creator>pedro</dc:creator>
 <guid isPermaLink="false">484 at http://www.pedroposada.com</guid>
</item>
<item>
 <title>NUYORICAN FUNK EXPERIENCE VOL. 1, 2, 3</title>
 <link>http://www.pedroposada.com/blog/nuyorican-funk-experience-vol-1-2-3.html</link>
 <description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cols=&quot;4&quot; frame=&quot;VOID&quot; rules=&quot;NONE&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td height=&quot;17&quot; style=&quot;text-align: center;&quot; width=&quot;241&quot;&gt;&lt;strong&gt;Title&lt;/strong&gt;&lt;/td&gt;
&lt;td sdnum=&quot;4105;0;HH:MM:SS&quot; sdval=&quot;0.240277777777778&quot; style=&quot;text-align: center;&quot; width=&quot;63&quot;&gt;&lt;strong&gt;Duration&lt;/strong&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot; width=&quot;183&quot;&gt;&lt;strong&gt;Artits&lt;/strong&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: center;&quot; width=&quot;219&quot;&gt;&lt;strong&gt;Album&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.pedroposada.com/blog/nuyorican-funk-experience-vol-1-2-3.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.pedroposada.com/blog/nuyorican-funk-experience-vol-1-2-3.html#comments</comments>
 <category domain="http://www.pedroposada.com/category/blog/music">music</category>
 <category domain="http://www.pedroposada.com/category/blog/salsa">salsa</category>
 <pubDate>Sun, 02 May 2010 01:57:43 -0400</pubDate>
 <dc:creator>pedro</dc:creator>
 <guid isPermaLink="false">483 at http://www.pedroposada.com</guid>
</item>
<item>
 <title>Drupal 6 Multistep Form Oddities - $form_state empty</title>
 <link>http://www.pedroposada.com/blog/drupal-6-multistep-form-oddities-form_state-empty.html</link>
 <description>&lt;p&gt;Interesting link about drupal multi-step forms loading twice problem.&lt;/p&gt;
&lt;p&gt;I created a form using drupal&#039;s form api or FAPI. The form would load twice on the first submission. The first time the $form_state[&#039;storage&#039;] goes empty and the second time is populated. I wanted to use $form_state to store some values and do some checks.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.pedroposada.com/blog/drupal-6-multistep-form-oddities-form_state-empty.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.pedroposada.com/blog/drupal-6-multistep-form-oddities-form_state-empty.html#comments</comments>
 <category domain="http://www.pedroposada.com/category/blog/links">interesting links</category>
 <pubDate>Mon, 22 Mar 2010 13:47:15 -0400</pubDate>
 <dc:creator>pedro</dc:creator>
 <guid isPermaLink="false">482 at http://www.pedroposada.com</guid>
</item>
<item>
 <title>Text list of all countries</title>
 <link>http://www.pedroposada.com/blog/text-list-all-countries.html</link>
 <description>&lt;p&gt;Very handy simple list of country names. I use this list for country select boxes or drop down boxes all the time.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.pedroposada.com/blog/text-list-all-countries.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.pedroposada.com/blog/text-list-all-countries.html#comments</comments>
 <category domain="http://www.pedroposada.com/category/blog/themesnippet">theme snippet</category>
 <pubDate>Sun, 17 Jan 2010 21:19:58 -0500</pubDate>
 <dc:creator>pedro</dc:creator>
 <guid isPermaLink="false">480 at http://www.pedroposada.com</guid>
</item>
</channel>
</rss>

