I just finished watching James Walker's " Why I Hate Drupal " presentation on the flight back from DrupalCon DC. The presentation was a perfect exclamation point to the clarity I received about...
For you do it you do it yourselfers, we have compiled a list of our favorite DIY friendly free Drupal themes. We have focused on themes that can be used for a wide variety of sites and that would be...
Overview The goal of search engine optimization (SEO) is to implement targeted keyword phrases into a website in an effort to reach a high rank on a search engine results page (SERP) for those...
When people want to find something on the Internet, they use a search engine. Millions of searches are conducted every day using search engines such as: Google, Yahoo!, MSN and many others. Some...
The Problem The Solution FileZilla implements file transfer filters. There is already one for .svn and .cvs directories. You just need to enable it. Under the View menu select "Filename filters..."...
LevelTen has shifted almost all development to Drupal 6. Drupal 6 offers more features and more elegant ways approaching solutions. However there are still some modules that do not have stable Drupal...
The Problem The Solution In your node_delete hook set the code for $_REQUEST['edit']['destination'] . Example function node_delete(&$node) { $_REQUEST['edit']['destination'] = [redirect path]; }
Hyperlinks are critical factors in achieving high search engine rankings. Many elements from the number of inbound page links, HTML coding, and linking patterns play an important roll in an optimum...
The Problem The Solution [[jQuery]] as of version 1.2 has a new dataType setting that works around this problem. It can only be used with the .ajax function, not .get or .post. Example syntax $.ajax...
I was doing some research on the adoption rate of agile development methodologies in corporations and came across this great quote in a CIO magazine article:
The Problem The Solution The solution is to add a function to your administrative theme's template.php file. For a complete description of the solution visit: http://drupal.org/node/241753#comment-...
Firebug is one of the greatest plugin for developers to troublshoot a web design. The problem is it is only available for Firefox. So when you get that javascript or css bug that only shows up in IE...
The Problem The Solution Some modifications can be changed via ini settings. For others you may have to recompile PHP. Ini Settings For ini settings you can change the ini file, but an easier way is...
Nodes fall into 3 categories: 1. Generated via a module, no CCK fields 2. Generated by CCK only 3. Created via a module with CCK fields added For L10 projects, the CCK should not be used to create...