Drupal

This section is all about Drupal CMS system

Book - Front End Drupal

In Front End Drupal: Designing, Theming, Scripting, two expert Drupal developers cover everything you need to know to create great visual designs and state-of-the-art interactivity with Drupal’s behaviors, themes, and templates.

PHP Memory Limit

If you're utilizing memory intensive modules which requires the php to access more memory than standard installations, change the value in the php.ini file (some hosts require system administrators to make this change).

For your local MAMP setup edit this file:
/Applications/MAMP/conf/php5/php.ini

Look for the following line and change accordingly...

memory_limit = 96M ; Maximum amount of memory a script may consume (8MB)

For Drupal installation you may change...

You may edit the root .htaccess:

Editing your mac's Hosts file

If you can not edit your hosts file located in "private/etc" directory, it's because;

The whole directory has "admin" permissions, and your text editor maybe running with your current user permissions. You can either move the Hosts file to desktop and edit it, and put it back, or use Terminal and edit the file.

Open Terminal.

Type cd /etc

Type sudo nano hosts

Type your password

Edit File

Hit Ctrl + O to save

Hit Ctrl + X to quit

Twitter Integration

Integrated Twitter with TechDust Blog.

http://drupal.org/project/twitter

How to include an additional CSS file

Here is an article on adding additional CSS files to your theme. This may come handy if you prefer to have separate CSS files to manage your project more efficiently.

Drupla.org: How to Call Additional CSS Files

Or you could use @import "rule" within your CSS file to access the secondary CSS file.

w3.org: The @import rule

==============

Syndicate content