Note that there are some explanatory texts on larger screens.

plurals
  1. POWeb-Developer's Project Template Directory
    primarykey
    data
    text
    <p><strong>IMPORTANT:</strong> The accepted answer was accepted post-bounty, not necessarily because I felt it was the best answer.</p> <hr> <p>I find myself doing things over and over when starting new projects. I create a folder, with sub-folders and then copy over some standard items like a css reset file, famfamfam icons, jquery, etc.</p> <p>This got me thinking what the ideal starting template would be. The reason I'm asking is that I'm going through once again and am wondering what I should include in my template so that I don't have to go back in the future and do this all over again with every new site I start.</p> <p>What I currently have follows:</p> Project Template Folder <ul> <li>index.html <em>-- XHTML 1.0 Strict Doctype. Meta Tags. CSS/js Files Referenced.</em></li> <li>css/ <ul> <li>default.css <em>-- Empty. Reserved for user-styles.</em></li> <li><a href="http://www.960.gs" rel="nofollow noreferrer">960</a>/ <em>-- 960 Grid System for CSS Layouts.</em> <ul> <li>960.css</li> <li>reset.css</li> <li>text.css</li> </ul></li> </ul></li> <li>js/ <ul> <li>default.js <em>-- Empty. Reserved for user-scripts.</em></li> <li><a href="http://www.jquery.com" rel="nofollow noreferrer">jQuery</a>/ <em>-- Light-Weight Javascript Framework</em> <ul> <li>jquery-1.3.1.min.js</li> </ul></li> </ul></li> <li>img/ <ul> <li><a href="http://www.famfamfam.com" rel="nofollow noreferrer">famfamfam</a>/ <em>-- Excellent collection of png icons</em> <ul> <li>icons/ <ul> <li>accept.png</li> <li>add.png</li> <li>...etc</li> </ul></li> </ul></li> </ul></li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload