spacer

Webref WebRef   Sitemap · Experts · Tools · Services · Newsletters · About i.com

home / experts / javascript / column119


IBuySpy Store, Part I: Installing

Sr. Web Developer
mediabistro.com
US-NY-New York

Justtechjobs.com Post A Job | Post A Resume
Developer News
Microsoft Shows Off Silverlight 4, IE9 Plans
Metasploit Expands Vulnerability Test Framework
HyperCard Reborn?


Directory Structure

The IBuySpy Store's directory structure looks complex at first glance. When you install it on your PC, your directory tree will be four-levels deep. Here is a sketch of the tree:

The top-level hierarchy is StoreDOCJS. But this level is just for the installation phase. The real root of the tree is the lower StoreDOCJS folder. When installing a virtual directory on the IIS server, remember to point to the lower StoreDOCJS. The lower StoreDOCJS folder includes all ASP.NET pages and user controls. Underneath this StoreDOCJS, there are six folders: bin, Components, docs, images, ProductImages, and SourceViewer. The bin folder includes the binaries generated during the JScript compilation of the components. The Components folder includes source code for all JScript .NET components, and a make file for their compilation and linking. The docs folder includes the documentation pages, the images folder includes all storefront images, the ProductImages folder includes the images of the sold spy gear, and the SourceViewer folder includes documentation schema files for all documentation pages, as well as ASP.NET pages to actually display the documentation. Here is a color-coded directory structure of IBuySpy Store:

The red folders are where your code should go. The root folder, StoreDOCJS, includes the ASP.NET pages. Its first child folder, bin, includes the binary library created from the JScript .NET components in the second child folder, the Components folder. No other folders include code that implements the Store.

The three light blue folders are used in the documentation system. The docs folder includes the documentation files for all ASP.NET pages, user controls, configuration files, and Web services. The child images folder holds the images needed in the documentation system. The SourceViewer folder holds the documentation schema files for all pages, and the ASP.NET pages that assemble the documentation pages.

The green images folder holds images for the storefront. The purple folders, ProductImages, and its child folder, thumbs, include images of the items sold in the store. By default, IBuySpy Store comes with a common single image for all products.


Next: How to use the documentation system

internet.commediabistro.comJusttechjobs.comGraphics.com

Search:

WebMediaBrands Corporate Info

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs

webref The latest from WebReference.com Browse >
Rolling Out Your Own HTML Application Version Control · HTML 5: Client-side Storage · Working with Ajax Server Extensions
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
Wi-Fi Product Watch, November 2009 · Chip Market Recovering From '08 Collapse · Low-Cost Tools to Kickstart Your New Business


Produced by Yehuda Shiran and Tomer Shiran
All Rights Reserved. Legal Notices.
Created: September 23, 2002
Revised: September 23, 2002

URL: http://www.webreference.com/js/column119/4.html