I am learning Drupal finally.

As a person who learns by doing, I have three separate Drupal installs going at once and I expect to have two working websites out of the deal within a month.

Don’t worry, I’ll keep you updated.

I am using Drupal 6.16.

First thing I ran into is the register_globals is enabled issue. To correct this, you need to add a line of code to the php.ini file. You might not have one of those. You can create one if you are feeling especially creative. I tried. It broke my site. I am using Hostgator hosting which I highly recommend [affiliate link]. To get a php.ini file that works, just hop onto the Hostgator chat and request one.

Once you have that php.ini file, just add this to the end of the php.ini file:

php_flag register_globals 0

I usually use Coda for code editing. I know there are better apps out there for this, but I really like the ftp editing abilities. I save, the file is uploaded and done. No download and change, upload, etc. It’s easy and I like it.

The point is, you can’t use Coda for this. You have to log in to the cpanel and select FILE MANAGER. Select the newly added php.ini and edit.

Add that one line of code to the end and save. Problem solved.

Note: this works for Hostgator hosting. If you are on another web host there are other options available. Here are a few: http://drupal.org/node/216882

Digg This
Reddit This
Stumble Now!
Buzz This
Vote on DZone
Share on Facebook
Bookmark this on Delicious
Kick It on DotNetKicks.com
Shout it
Share on LinkedIn
Bookmark this on Technorati
Post on Twitter
Google Buzz (aka. Google Reader)

{ 0 comments }

Calculating a selector’s specificity

March 17, 2010

(from http://www.w3.org/TR/CSS21/cascade.html#specificity) A selector’s specificity is calculated as follows: * count 1 if the declaration is from is a ‘style’ attribute rather than a rule with a selector, 0 otherwise (= a) (In HTML, values of an element’s “style” attribute are style sheet rules. These rules have no selectors, so a=1, b=0, c=0, and d=0.) [...]

Read the full article →

Happy New Year!!

January 2, 2010

2010 plans for CTD include print template downloads and the return of Free Book Friday. Enjoy!

Read the full article →

10 things web design taught me in 2009

December 30, 2009
Thumbnail image for 10 things web design taught me in 2009

The thing I love about web design is getting to learn something new everyday. There are a few lessons this past year that stand out. Maybe you can relate. Do not buy software that does not have a manual or help files. If a company doesn’t take time to write out a FAQ or help [...]

Read the full article →

What’s in an Illustrator file?

December 20, 2009

Mordy explains it best, so I will let him. http://rwillustrator.blogspot.com/2006/11/whats-in-file.html

Read the full article →

I learned something today

July 12, 2009

I have a new server now, so I am in the process of transferring all of my sites and my customer’s sites from the old hosting account to the new server. The old Dreamweaver sites all went smoothly as expected. The newer WordPress sites on the other hand, have been a little more challenging. What [...]

Read the full article →

The blue and the green

June 25, 2009

The blue and the green optical illustion. You see embedded spirals, right, of green, pinkish-orange, and blue? Incredibly, the green and the blue spirals are the same color. At first I thought Richard was pulling our collective legs, being a trickster of high magnitude. So I loaded the image in Photoshop and examined the two [...]

Read the full article →

Get rid of ugly yellow form fields with CSS

June 25, 2009

Why do some fields in the online form have an ugly yellow background? The culprit is the the Google toolbar that people often install in their browser. Part of the AutoFill feature is to highlight in yellow, #FFFF80, the fields that AutoFill can fill. These are form fields with names like “Name” and “Email”. How [...]

Read the full article →

One Million Free Photoshop Brushes

June 18, 2009

I counted. Really. 500+ Watercolor Brushes Best Ornament Brushes Brusheezy Brush King My Photoshop Brushes QBrushes 123 Free Brushes F Brushes Get Brushes PS Brushes abduzeedo 4089+ High Quality Free Photoshop Brushes 10 Awesome Free Photoshop Brushes 50 Retro Brush Sets 50 Must Have Photoshop Brushes 50 Free Photoshop Brush Sets Photoshop Free Brushes BlendFu [...]

Read the full article →