PHP

Notes for all kinds of cms's

Todo: Collect

Say no to these:

  • Joomla
  • Mambo
  • Homebrew shizzles

Drupal

Some theming related resources:

Sortable content types:

Wordpress

Next level shit!

Realtime frameworks

Configuration

Change max upload file size

You'll have to edit your php.ini file, in three places:

  • upload_max_filesize to set the maximum filesize
  • post_max_size for handling the forms
  • memory_limit is important to check too