- CSS (23)
- Design (11)
- Drupal (11)
- Graphics (3)
- HTML (21)
- Marketing (0)
- Programming (9)
- SEO (3)
- Server management (3)
Intermediate
How to create a simple Drupal 7 theme from scratch
by Megan McDermott, 21 September 2011 - 11:30am
Drupal theming can seem complicated and overwhelming. Even basic starter themes are filled with confusing PHP and convoluted CSS. What's a designer to do? Never fear, it is completely possible to create your own theme from scratch. This article will demonstrate a step-by-step process for creating your own Drupal theme, including a .info file, page template, regions, and CSS.
CSS3 selectors simplified, Part 1: Simple selectors and attribute selectors
by Megan McDermott, 14 July 2011 - 2:55pm
CSS 3 has introduced a variety of new selectors that can be used to access elements in a web page. While some of these were available in CSS 2.1, the range of new options can be confusing. How can you make sense of it all? Read on!
Divitis: What it is and how to avoid it (Updated!)
by Megan McDermott, 8 June 2011 - 2:38pm
When developing your website in HTML, you might be tempted to use the <div> tag to sovle problems. Things not lining up in every browser? Maybe another containing <div> would help. Don't know how to select that particular element? Wrap a <div> around it!
Get more sign-ups from Drupal 7: make ‘Create new account’ eye catching
by Liam McDermott, 16 May 2011 - 3:12pm
According to our analytics software between 60 and 70 percent of visitors going to the new user registration page on the Webmaster Forums do so by clicking the Create new account link in the user login block.
Context Layouts, Panels, and Composite Layouts in Drupal: What's the difference?
by Megan McDermott, 29 April 2011 - 6:10pm
If you're attempting to create a complex page layouts in Drupal, you may be confronted with a choice between several modules: Context Layouts, Panels, and Composite Layouts. These modules may seem a bit confusing at first.
Goodbye vBulletin, part two: how we got away
by Liam McDermott, 26 April 2011 - 6:15pm
The previous article in this series 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.
SSH: Managing file permissions using CHMOD
by Megan McDermott, 17 November 2010 - 9:00am
When installing scripts on your website you will often be asked to change the permissions, or CHMOD (change mode). The instructions for doing this often include cryptic sets of numbers, such as chmod 775 There are actually two ways of setting permissions using chmod, using numbers or words. Use whichever method works best for you.
How to create a Drupal 6 theme from scratch
by Megan McDermott, 16 March 2010 - 4:38pm
Drupal theming can seem complicated and overwhelming. Even basic starter themes are filled with confusing PHP and convoluted CSS. What's a designer to do? Never fear, there is a simple way to create your own theme from scratch. This article will demonstrate a step-by-step process for creating your own Drupal theme, including a .info file, page template, regions, and CSS.
SSH: It's really not that scary
by Megan McDermott, 29 October 2009 - 12:50am
For a long time, I avoided using ssh. As a designer, I thought it would be too complicated and difficult to learn. As it turns out, I was wrong! For the most part, ssh (and the shell commands needed to perform tasks) isn't that difficult to do. Being able to use SSH will make it easier and faster for you to perform many common tasks on your web server. Even if you're on a shared hosting account, you may be able to access your website using SSH (check with your hosting provider to find out).
How to create a multi-column, widgitized footer for Wordpress
by Megan McDermott, 13 June 2009 - 7:14pm
Multi-column footers are a big trend in web design these days. It's a great way to provide more information and links to visitors without cluttering up the top part of your layout. On content pages, this information appears just when the user has finished reading your article, leading them to find more great content on your site and other ways to interact. This article will show you how to make a 3- 4- or more-column, widgitized footer in Wordpress.
