drupal

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:

Web Community Design and Development

We've been building Web Communities since 2001 for Organizations, Home Owner Associations and many different and diverse Clubs;

  • Home Owner Associations
  • Dental Associations
  • Photography Clubs
  • Schools
  • Soccer Clubs
  • Custom implementation of CMS web applications
  • Custom Database Implementation
  • Custom Design, Development and Implementation
  • Forums, Galleries, Private Messaging, eMail, News,...

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