Posted in: Software, Productivity
Introducing Web Project Setup v1.2
Web Project Setup is a simple utility designed to speed up the process of creating new web folders for clients. Future support is planned and new features are also planned to be implemented. Please submit any feed back in the comments. You can download Web Project Setup version 1.2 below.
Download: web_project_setup.zip

What it does
Web Project Setup will create an organized folder structure with sub folders inlcuding Assets, images, includes etc.. and create an XHTML Strict 1.0 index file with the correct extension automatically appended, layout and print style sheets, and IE 6/7 style sheets if the option is selected. The index file is updated accordingly with IE 6/7 conditional comments.
Simply put it just speeds the whole process up. There is much more to add/do but so far its working.
To Do List
Change Log
November 19, 2008
Now when a server technology is selected and includes are selected the correct technology type include method is inserted into the index html per include instance.
Example:
<jsp:include page=“includes/php/header.jsp” />
<!—#include file=“includes/php/header.asp” —>
<?php include(“includes/php/header.php”); ?>
July 27, 2008
August 21, 2008