Pedro Posada | interesting links
  • Posted on September 17, 2009 - 11:50am
    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.

    http://www.bringdownie6.com/

    If you agree and want to contribute to the progress of accessibility and usability on the web paste the following code into your website:
  • Posted on March 22, 2010 - 10:47am
    Interesting link about drupal multi-step forms loading twice problem. I created a form using drupal's form api or FAPI. The form would load twice on the first submission. The first time the $form_state['storage'] goes empty and the second time is populated. I wanted to use $form_state to store some values and do some checks.
  • Posted on June 16, 2008 - 10:10am
    When using "VIEWS" you can insert this into your node.tpl.php. This will allow you to create Zebra style lists of teasers and/or full nodes.
    http://drupal.org/node/82241
  • Posted on May 12, 2008 - 2:30pm
    Sometimes on some hosts you will get an error or warning after installing Drupal that says "register_globals is enabled". You can correct this by creating a php.ini file in your drupal root directory and then inserting the following line of code: register_globals = Off you can see the complete drupal post here: http://drupal.org/node/216882
  • Posted on May 12, 2008 - 2:18pm

    Copy and paste the following line at the beginning of your .htaccess file:

    ##
    AddType x-mapp-php5 .php
    AddHandler x-mapp-php5 .php
    ##

    go to http://drupal.org/node/232773 for the complete drupal forum post.

    ADDITIONAL IMPORTANT INFORMATION

  • Posted on April 16, 2008 - 11:40am
    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't properly restore the node_access table in the database. It won't create the default node_access row. To fix it, just run the following query:
  • Posted on March 14, 2008 - 11:26am

    I think this is an interesting link.

    http://badvista.fsf.org/

    Read and comment at the BadVista.org blog