A Padded Cell - Programming http://www.apaddedcell.com/taxonomy/term/17/0 Server-side programming or programming in general en Get more sign-ups from Drupal 7: make ‘Create new account’ eye catching http://www.apaddedcell.com/drupal-7-create-new-account-user-login-block <p>According to our <a href="http://piwik.org">analytics software</a> between 60 and 70 percent of visitors going to the new user registration page on <a href="http://www.webmaster-forums.net">the Webmaster Forums</a> do so by clicking the <em>Create new account</em> link in the user login block.<p><a href="http://www.apaddedcell.com/drupal-7-create-new-account-user-login-block" target="_blank">read more</a></p> HTML Drupal Programming Intermediate Tutorials Mon, 16 May 2011 15:12:00 +0000 Liam McDermott 102 at http://www.apaddedcell.com Goodbye vBulletin, part two: how we got away http://www.apaddedcell.com/goodbye-vbulletin-part-two-how-we-got-away <p>The <a href="/goodbye-vbulletin-part-1-reasons-switch">previous article in this series</a> showed our reasons for wanting to move The Webmaster Forums from vBulletin to Drupal. This second part shows how we successfully got away, and the difficulties faced.</p><p><a href="http://www.apaddedcell.com/goodbye-vbulletin-part-two-how-we-got-away" target="_blank">read more</a></p> Drupal Programming Intermediate Opinion Tue, 26 Apr 2011 18:15:10 +0000 Liam McDermott 79 at http://www.apaddedcell.com How to automatically include your header, navigation, and footer on every page http://www.apaddedcell.com/how-automatically-include-your-header-navigation-and-footer-every-page <p>Have you ever wondered how large websites handle those repetitve elements that appear on every page? The navigation menu, header, and footer usually stay the same on every page of a website. But what happens when you want to change something? Do you have to edit every page and change it separately?</p> <p>PHP offers a wonderful method to resolve this with the <code>include()</code> statement. </p><p><a href="http://www.apaddedcell.com/how-automatically-include-your-header-navigation-and-footer-every-page" target="_blank">read more</a></p> HTML Programming Beginner Tutorials Sun, 08 Mar 2009 17:28:17 +0000 Greg Sanderson 83 at http://www.apaddedcell.com An Introduction to the User Stats Module for Drupal http://www.apaddedcell.com/an-introduction-user-stats-module-drupal <p> The <a href="http://drupal.org/project/user_stats">User Stats module</a> inserts information on a user into their posts on a site. It is aimed at forum administrators who need to see the post counts, date registered and IP addresses of their users. This article provides an introduction to the User Stats module and shows how it may be used in themes.</p><p><a href="http://www.apaddedcell.com/an-introduction-user-stats-module-drupal" target="_blank">read more</a></p> Drupal Programming Tutorials Wed, 30 Apr 2008 17:50:26 +0000 Liam McDermott 72 at http://www.apaddedcell.com Goodbye vBulletin, Part One: Reasons to Switch http://www.apaddedcell.com/goodbye-vbulletin-part-1-reasons-switch <p> The aim of this article is not to poke holes, or say &lsquo;vBulletin sucks&rsquo;, but to provide constructive criticism of a successful product, proving that vBulletin is not always the best choice. </p><p><a href="http://www.apaddedcell.com/goodbye-vbulletin-part-1-reasons-switch" target="_blank">read more</a></p> Drupal Programming Intermediate Opinion Wed, 03 Oct 2007 22:59:02 +0000 Liam McDermott 62 at http://www.apaddedcell.com Easy PHP Debugging in Ubuntu (using Xdebug and Vim) http://www.apaddedcell.com/easy-php-debugging-ubuntu-using-xdebug-and-vim <p>A debugger helps greatly when testing or bug fixing in PHP, when working with complicated code, or fixing difficult problems: a debugger is an invaluable tool. This article shows how to set up a PHP debugger in Ubuntu (tested on both Feisty 7.04 and the upcoming Gutsy 7.10) using Xdebug and Vim.</p><p><a href="http://www.apaddedcell.com/easy-php-debugging-ubuntu-using-xdebug-and-vim" target="_blank">read more</a></p> Programming Advanced Tutorials Wed, 01 Aug 2007 11:54:36 +0000 Liam McDermott 60 at http://www.apaddedcell.com Creating Photo Galleries With ImageMagick http://www.apaddedcell.com/creating-photo-galleries-imagemagick <p>Part of creating a web site often involves creating photo galleries of the clients products. Usually this means the designer recieves a number of photos and must resize them into thumbnails, then link them to larger pictures.</p><p><a href="http://www.apaddedcell.com/creating-photo-galleries-imagemagick" target="_blank">read more</a></p> Programming Advanced Tutorials Thu, 30 Nov 2006 05:53:10 +0000 Liam McDermott 15 at http://www.apaddedcell.com