
Last week we learned how to save time and file size by using CSS shorthand in our CSS code. This week we’re looking at a tool to speed up creating your XHTML pages and files.
Each time you get ready to begin a site, you have to add certain things to each page:
- Document Type Declaration (DTD – XHTML Strict, Transitional, etc)
- Page encoding (UTF-8, etc)
- Link your stylesheets (CSS)
- Import/link your javascript library or choice
You may also add folders in your work directory for:
- PHP includes
- Images
- Flash
- etc
All of these things are pretty standard. Even those these things are pretty straightforward, making a new file, or copying and pasting from a previous project can take up valuable time better spent on the meat of the site code.
Generate Code With Deploy
I’ve been using an online tool called Deploy. This gives you a dead-easy way of choosing your DOCTYPE, linking CSS, importing the jQuery library (and common plugins) and creating common file folders.
It then generates the code in a nice ZIP for easy download. You can also bookmark the page and regenerate the code again without having to choose the options all over again.
Project Deploy is a great time-saving tool for any web designer.
Other Quick and Dirty Tips
- CSS Shorthand Tips
- Lightning Fast Page Setup
Subscribe to our RSS feed and look for a new installment of Quick and Dirty Tips.

You should

2 Comments to 'Quick and Dirty: Lightning Fast Page Setup'
January 30th, 2009
Great to see a new review! People keep copying reviews online ad posting it on their blog. Great job. Glad to see you like Deploy*! Make sure to watch for 1.4! It’s actually in private beta right now being tested by a few developers and my self.
January 30th, 2009
@Oscar Godson – Thanks! I look forward to the new version. This is a very handy little tool and I wish you the best.
Subscribe to the Comments RSS feed—Follow the discussion.
Leave a comment
Note: All links in the comments are set to 'nofollow'. Search engines will not follow or index those links.
Follow this post's comments by subscribing to the Comments RSS feed.