Very rough web development workflow using Drupal

- design layout in Photoshop
- create all the assets: image files, logos, favicons
- start using HTML test page CSS to create layout and fonts
- test for varying lengths of content
- download and install Drupal CMS on webhost
- create new theme, convetring your test HTML page to a tpl.php file
- this guide is very useful: http://drupal.org/node/313510
- download and install a few of the basic modules
- in my latest site I used "path redirect", "pathauto", "global redirect" and "fck editor"
- also to add, is a very nice module for menus called "nice menus"
Note: Don't forget to use a test user to test your theme. This should be different from the main administrator user. You must be able to always login. The link to login is ?q=user/login.

You have viewed this page 1 times