<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://pedroposada.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Pedro Posada&#039;s Blog</title>
 <link>http://pedroposada.com/category/blog/links</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>BRING DOWN IE6</title>
 <link>http://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://pedroposada.com/blog/bring-down-ie6.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://pedroposada.com/blog/bring-down-ie6.html#comments</comments>
 <category domain="http://pedroposada.com/category/blog/links">interesting links</category>
 <category domain="http://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://pedroposada.com</guid>
</item>
<item>
 <title>Drupal 6 Multistep Form Oddities - $form_state empty</title>
 <link>http://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://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://pedroposada.com/blog/drupal-6-multistep-form-oddities-form_state-empty.html#comments</comments>
 <category domain="http://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://pedroposada.com</guid>
</item>
<item>
 <title>Zebra css style</title>
 <link>http://pedroposada.com/blog/zebra-css-style.html</link>
 <description>&lt;p&gt;When using &quot;VIEWS&quot; you can insert this into your node.tpl.php. This will allow you to create Zebra style lists of teasers and/or full nodes.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;div class=&amp;quot;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php $zebra ?&amp;gt;&lt;/span&gt;&lt;/span&gt;&amp;quot;&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://drupal.org/node/82241&quot; title=&quot;http://drupal.org/node/82241&quot;&gt;http://drupal.org/node/82241&lt;/a&gt;&lt;/p&gt;
</description>
 <comments>http://pedroposada.com/blog/zebra-css-style.html#comments</comments>
 <category domain="http://pedroposada.com/category/blog/links">interesting links</category>
 <pubDate>Mon, 16 Jun 2008 13:10:56 -0400</pubDate>
 <dc:creator>pedro</dc:creator>
 <guid isPermaLink="false">39 at http://pedroposada.com</guid>
</item>
<item>
 <title>register_globals is enabled</title>
 <link>http://pedroposada.com/blog/register_globals-enabled.html</link>
 <description>&lt;p&gt;Sometimes on some hosts you will get an error or warning after installing Drupal that says &quot;register_globals is enabled&quot;. You can correct this by creating a php.ini file in your drupal root directory and then inserting the following line of code:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;register_globals = Off&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;you can see the complete drupal post here: &lt;a href=&quot;http://drupal.org/node/216882&quot; title=&quot;http://drupal.org/node/216882&quot;&gt;http://drupal.org/node/216882&lt;/a&gt;&lt;/p&gt;
</description>
 <comments>http://pedroposada.com/blog/register_globals-enabled.html#comments</comments>
 <category domain="http://pedroposada.com/category/blog/links">interesting links</category>
 <pubDate>Mon, 12 May 2008 17:30:29 -0400</pubDate>
 <dc:creator>pedro</dc:creator>
 <guid isPermaLink="false">34 at http://pedroposada.com</guid>
</item>
<item>
 <title>Error 500 - Internal server error (1and1 hosting)</title>
 <link>http://pedroposada.com/blog/error-500-internal-server-error-%281and1-hosting%29.html</link>
 <description>&lt;p&gt;Copy and paste the following line at the beginning of your .htaccess file:&lt;/p&gt;
&lt;pre&gt;
##
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
##&lt;/pre&gt;&lt;p&gt;go to &lt;a href=&quot;http://drupal.org/node/232773&quot; title=&quot;http://drupal.org/node/232773&quot;&gt;http://drupal.org/node/232773&lt;/a&gt; for the complete drupal forum post.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ADDITIONAL IMPORTANT INFORMATION  &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://pedroposada.com/blog/error-500-internal-server-error-%281and1-hosting%29.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://pedroposada.com/blog/error-500-internal-server-error-%281and1-hosting%29.html#comments</comments>
 <category domain="http://pedroposada.com/category/blog/.htaccess">.htaccess</category>
 <category domain="http://pedroposada.com/category/blog/links">interesting links</category>
 <category domain="http://pedroposada.com/category/blog/internalservererror500">internal server error 500</category>
 <pubDate>Mon, 12 May 2008 17:18:41 -0400</pubDate>
 <dc:creator>pedro</dc:creator>
 <guid isPermaLink="false">33 at http://pedroposada.com</guid>
</item>
<item>
 <title>Access content denied for anonymous user</title>
 <link>http://pedroposada.com/blog/access-content-denied-anonymous-user.html</link>
 <description>&lt;p&gt;I have come across this issue many times now. It started to appear in Drupal 5.x . The reason is not completely clear to me but some say that it has something to do with the tac_lite module. It seems that when you enable this module and then you disable it, it won&#039;t properly restore the node_access table in the database. It won&#039;t create the default node_access row. To fix it, just run the following query:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://pedroposada.com/blog/access-content-denied-anonymous-user.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://pedroposada.com/blog/access-content-denied-anonymous-user.html#comments</comments>
 <category domain="http://pedroposada.com/category/blog/drupal-recipe">drupal recipe</category>
 <category domain="http://pedroposada.com/category/blog/links">interesting links</category>
 <pubDate>Wed, 16 Apr 2008 14:40:08 -0400</pubDate>
 <dc:creator>pedro</dc:creator>
 <guid isPermaLink="false">27 at http://pedroposada.com</guid>
</item>
<item>
 <title>BadVista.org: Stopping Microsoft Windows Vista adoption by promoting free software</title>
 <link>http://pedroposada.com/blog/badvista.org%3A-stopping-microsoft-windows-vista-adoption-promoting-free-software.html</link>
 <description>&lt;p align=&quot;center&quot;&gt;I think this is an interesting link. &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;a href=&quot;http://badvista.fsf.org/&quot;&gt; http://badvista.fsf.org/&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://badvista.fsf.org/blog&quot;&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;http://badvista.fsf.org/logos/BadVista_no_littering.png&quot; alt=&quot;Read and comment at the BadVista.org blog&quot; title=&quot;Read and comment at the BadVista.org blog&quot; /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/a&gt;&lt;/p&gt;
</description>
 <comments>http://pedroposada.com/blog/badvista.org%3A-stopping-microsoft-windows-vista-adoption-promoting-free-software.html#comments</comments>
 <category domain="http://pedroposada.com/category/blog/links">interesting links</category>
 <pubDate>Fri, 14 Mar 2008 14:26:09 -0400</pubDate>
 <dc:creator>pedro</dc:creator>
 <guid isPermaLink="false">20 at http://pedroposada.com</guid>
</item>
</channel>
</rss>
