Editing
General Web Design Guide
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Directory Structure === The root directory of your project (your project folder) will be listed as <span style="color:#F00">root/</span></br></br> The main HTML file of your project should always be called <span style="color:#F00">root/</span><span style="color:#0F0;">index.html</span> </br>Web servers will automatically display this file, when accessing the root directory in a browser </br></br> Your main CSS file (stylesheet) should always be called <span style="color:#F00">root/</span><span style="color:#00F">styles/</span><span style="color:#0F0;">styles.css</span></br></br> The main style must be imported in the HTML file, more on this further in the article</br></br> The main JavaScript file should always be called <span style="color:#F00">root/</span><span style="color:#00F">scripts/</span><span style="color:#0F0;">main.js</span></br></br> Image files should always be placed in <span style="color:#F00">root/</span><span style="color:#00F">images/</span></br></br> Meta Data files (such as favicons, robots.txt, APIs for search engines, etc..) should always be placed in <span style="color:#F00">root/</span></br></br> Note that APIs should almost always be imported into <span style="color:#0F0;">index.html</span> as a CDN</br></br> <!-- Note to self: link CDN article here --> The name of the root directory should be formatted as such:</br> <<b>site name</b>>_<<b>date stamp</b>>_<<b>release type</b>><span style="color:#0F0">.zip</span></br></br> Dates are formatted: <b>mmddyyyy</b> ====Release Types==== * <b>bleeding</b> - fresh off the grill, most recent code push, not thoroughly tested * <b>release</b> - fully ready, tested and deployed * <b>indev</b> - incomplete code, missing several features * <b>patch</b> - meant to be extracted to the root directory to fix a bug/add a feature * <b>depreciated</b> - outdated and out of use, kept around for archival and development purposes
Summary:
Please note that all contributions to Tech Stop - Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Tech Stop - Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information