About the Vendor Extranet

The Stanley Martin Vendor Extranet provides access to realtime information that you need to do your best, including:

  All code contained in the Portal Starter Kit download package is free for use in your own applications. But if you prefer, you may customize the portal for your own use without writing a line of code. The portal includes built-in Administration pages for setting up your portal, adding content, and setting security options.

 

Portal Tabs

Content in the portal is grouped by Tabs. For example, this portal has five content tabs:



  1. Home: The Home tab is the front page of the Portal and is where general information is provided and registered user logins are performed.  
  2. LotInfo: The LotInfo tab is the area where detailed information can be obtained about a given lot.   This tab is only accessible to logged in users.
  3. Reference: The Reference tab contains various Contact and Documentary information that is made available to the public.
  4. Discussions: The Discussions tab contains multiple Discussion webs that the community can use to provide an on-line forum for the exchange of ideas.
  5. About the Portal: The About the Portal tab provides a useful help reference and is useful in familiarizing oneself with the basic structure and functionality of the Portal. 




Home
The Home tab is essentially the home page for the Portal site and is the location in which one might gain general news and information of interest to the Vendor community.  It is also where one might log in to gain access to LotInfo and other job-specific details.


LotInfo

The LotInfo tab is the key area for Vendors interested in obtaining Project and Lot Specific information.

It is only accessible to those who have successfully logged into the site.

The top layer of this this tab presents a basic Project selector in the left-hand panel as shown here.   In addition, whichever project is selected (highlighted in blue) will cause the center section to be populated with a table of all lots in pre-production or production status at the time. Note that only those projects in which the specific logged-in vendor is contracted will be shown.



To select a lot and drill-down to further detail, simply click on the magnifying glass icon [] at the left of the row in this lot summary table.



The second layer of the LotInfo tab is presented when one selects a particular lot for drill-down.

As show here, this layer displays a list of Reports in the left-hand panel as well as a center section which details further information about the lot and primary contact person as Stanley Martin for that Lot.

A handy MailTo: Button [] can be used quickly create an email to ask a question or make contact with the correct party at the company without having to fumble with your phone or rolodex.

 

 

A key feature of the LotInfo tab is providing access to specific reports that are designed to be useful to you in planning and executing your visits to one or more Stanley Martin communities. To run one of these reports simply click on the magnifying glass icon [] at the left of the row corresponding to the report you are interested in. A sample report is shown here and you can print this information to your printer by clicking on the Print button provided at the top of the report output window.










 

Additionally, on the right-hand panel of this layer you can use the preset Request for Info feature by expanding the section. To do this click on the [] icon next to the section title. To contract the expandable section, click on the [] icon next to the title of the expanded section. A similar expandable section is provided for a current weather report for the job location, to access this simply expand the section using the [] icon.

The right-panel features the ability to obtain scanned images of key production documentation under the title "Doc Images." Simply click on the hyperlink next to the document that you are seeking and a pdf image will be displayed if available.  Note that an Adobe Acrobat reader is required to utilize this feature. It is available free of charge by download at:

http://www.adobe.com/products/acrobat/readstep2.html

The "Request Info" section will allow you to quickly generate a request for documents that you are unable to obtain yourself in the section above.  Simply check the document type you are looking for and provide whatever details you can in the resulting mail message directed to the appropriate sales administration contact.

Lastly, the "Weather" section is provided in order to give you a quick view of the weather conditions at this particular site.

 



Reference
The Reference tab is an area where key contacts information is provided in order to ease communications between Vendors and Stanley Martin Companies personnel.   In addition, the Reference tab provides direct access to some basic documents that will be of use to Vendors without having to search files or request a fax.


Discussion
The Discussions tab contains multiple Discussion webs that the Vendor community can use to share information with each other.   The basic idea to to provide an on-line forum for the exchange of ideas and generally promote the sharing of information within the community.


About the Portal
The About the Portal tab is provided as a basic informational resource about the Portal and is designed to orient new users to the basic structure and functional elements of the site.   Because the content is dynamic in nature, some of the pictorial examples provided herein may not reflect the current state of the site itself.


 

Portal Modules

Portal Modules are modular pieces of code and UI that each present some functionality to the user, like a threaded discussion list, or render data, graphics and text, like a "sales by region" report. Typically, several portal modules are grouped on a portal tab. For example, the Home tab of the Portal has seven modules:

When a user browses a tab in the portal, the portal framework reads a description of the tab from it's configuration file, and automatically assembles a page from the portal modules associated with the tab. The Home tab is composed from these modules:
  1. Account Login: The portal framework inserts this module on the first tab automatically if the user is not yet authenticated.
  2. QuickLinks: A Quick Launch section is compactly rendered list of Hyperlinks that are considered relevant to community.
  3. Html/Text: The Welcome section is created using an Html/Text module containing a brief narrative and image.
  4. Announcements: The News and Features section is created using the Announcements module type;  this section contains one or more narrative descriptions with embedded links to expanded content.
  5. Events: An Upcoming Events section is created with the generic Events module;  this section  lists one or more events with a narrative, time and date line as well as a hyperlinked title area for redirection to full details.
  6. Html/Text: A Project Openings section is created with an Html snippet, including an image.
  7. XML: A Top Movers section is created using the XML module and displays and XSLT transformed XML file containing Sales data by Product category.




AccountLogin
This module renders an image using an HTML IMG tag. The module simply sets the IMG tag's src attribute to a relative or absolute URL, so the image file does not need to reside within the portal. The module also exposes height and width attributes, which permits you to scale the image. Image includes an edit page, which persists these settings to the portal's configuration file.


Announcements
This module renders a list of announcements. Each announcement includes title, text and a "read more" link, and can be set to automatically expire after a particular date. Announcements includes an edit page, which allows authorized users to edit the data stored in the SQL database.


Contacts
This module renders contact information for a group of people, for example a project team. The Mobile version of this module also provides a Call link to phone a contact when the module is browsed from a wireless telephone. Contacts includes an edit page, which allows authorized users to edit the Contacts data stored in the SQL database.


Discussion
This module renders a group of message threads on a specific topic. Discussion includes a Read/Reply Message page, which allows authorized users to reply to exising messages or add a new message thread. The data for Discussion is stored in the SQL database.


Documents
This module renders a list of documents, including links to browse or download the document. Documents includes an edit page, which allows authorized users to edit the information about the Documents (for example, a friendly title) stored in the SQL database. The document itself may be linked to via URL or uploaded and stored in the SQL database.


Events
This module renders a list of upcoming events, including time and location. Individual events can be set to automatically expire from the list after a particular date. Events includes an edit page, which allows authorized users to edit the Events data stored in the SQL database.


Html/Text
This module renders a snippet of HTML or text. The Html/Text module includes an edit page, which allows authorized users to the HTML or text snippets directly. The snippets are stored in the SQL database.


Links
This module renders a list of hyperlinks. Links includes an edit page, which allows authorized users to edit the Links data stored in the SQL database.


Xml/Xsl
This module renders the result of an XML/XSL transform. The XML and XSL files are identified by their UNC paths in the xmlsrc and xslsrc properties of the module. The Xml/Xsl module includes an edit page, which persists these settings to the SQL database.


 

Managing the Portal

Using the Admin Tool
The Vender Extranet Portal provides an online Admin tool that authenticated users in the "Admins" role can use to manage the layout, and content.

You must sign in on the Home tab to use the Admin tool.  After signing in, you'll see a new tab called "Admin" at the top of the page. Click it to go to the Admin page.
 
 

 
  

Terms of Use

ATTENTION: PLEASE READ THESE TERMS CAREFULLY BEFORE USING THIS WEB SITE. USING THIS WEB SITE INDICATES THAT YOU ACCEPT THESE TERMS. IF YOU DO NOT ACCEPT THESE TERMS ("TERMS"), DO NOT USE THIS WEB SITE.

Use of Site

Stanley Martin Companies authorizes you to view and download the materials on this Web site ("Site") only for your personal, non-commercial use, provided that you retain all copyright and other proprietary notices contained in the original materials on any copies of the materials. You may not modify the materials on this Site in any way or reproduce or publicly display, perform, or distribute or otherwise use them for any public or commercial purpose. For purposes of these Terms, any use of these materials on any other Web site or networked computer environment for any purpose is prohibited. The materials on this Site are copyrighted and any unauthorized use of any materials on this Site may violate copyright, trademark, and other laws. If you breach any of these Terms, your authorization to use this Site automatically terminates and you must immediately destroy any downloaded or printed materials.

Use of Software

If you download software from this Site ("Software"), use of the Software is subject to the license terms in the Software License Agreement that accompanies or is provided with the Software. You may not download or install the Software until you have read and accepted the terms of the Software License Agreement.

User Submissions

Other than personally identifiable information, which is covered under the Stanley Martin Online Privacy Statement, any material, information or other communication you transmit or post to this Site will be considered non-confidential and non-proprietary ("Communications"). Stanley Martin Companies will have no obligations with respect to the Communications. Stanley Martin Companies and its designees will be free to copy, disclose, distribute, incorporate and otherwise use the Communications and all data, images, sounds, text, and other things embodied therein for any and all commercial or non-commercial purposes. You are prohibited from posting or transmitting to or from this Site any unlawful, threatening, libelous, defamatory, obscene, pornographic, or other material that would violate any law.

Links To Other Web Sites

Links to third party Web sites on this Site are provided solely as a convenience to you. If you use these links, you will leave this Site. Stanley Martin Companies has not reviewed all of these third party sites and does not control and is not responsible for any of these sites or their content. Thus, Stanley Martin Companies does not endorse or make any representations about them, or any information, software or other products or materials found there, or any results that may be obtained from using them. If you decide to access any of the third party sites linked to this Site, you do this entirely at your own risk.

Disclaimer

THE MATERIALS PROVIDED AT THIS SITE ARE PROVIDED "AS IS" WITHOUT ANY WARRANTIES OF ANY KIND INCLUDING WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT OF INTELLECTUAL PROPERTY. Stanley Martin Companies further does not warrant the accuracy and completeness of the materials at this Site. Stanley Martin Companies may make changes to the materials on this Site, or to the products and prices described in them, at any time without notice. The materials on this Site may be out of date, and Stanley Martin Companies makes no commitment to update the materials at this Site. Information published on this Site may refer to products, programs or services that are not available in your country. Consult your local Stanley Martin Companies business contact for information regarding the products, programs and services that may be available to you. Applicable law may not allow the exclusion of implied warranties, so the above exclusion may not apply to you.

Limitation of Liability

IN NO EVENT WILL STANLEY MARTIN COMPANIES, ITS SUPPLIERS, OR OTHER THIRD PARTIES MENTIONED AT THIS SITE BE LIABLE FOR ANY DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, THOSE RESULTING FROM LOST PROFITS, LOST DATA OR BUSINESS INTERRUPTION) ARISING OUT OF THE USE, INABILITY TO USE, OR THE RESULTS OF USE OF THIS SITE, ANY WEB SITES LINKED TO THIS SITE, OR THE MATERIALS OR INFORMATION CONTAINED AT ANY OR ALL SUCH SITES, WHETHER BASED ON WARRANTY, CONTRACT, TORT OR ANY OTHER LEGAL THEORY AND WHETHER OR NOT ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. IF YOUR USE OF THE MATERIALS OR INFORMATION FROM THIS SITE RESULTS IN THE NEED FOR SERVICING, REPAIR OR CORRECTION OF EQUIPMENT OR DATA, YOU ASSUME ALL COSTS THEREOF. APPLICABLE LAW MAY NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THE ABOVE LIMITATION OR EXCLUSION MAY NOT APPLY TO YOU.

Applicable Laws

This Site is administered by Stanley Martin Company which makes no representation that materials on this Site are appropriate or available for use outside the United States, and access to them from territories where their contents are illegal is prohibited. You may not use or export or re-export the materials on this Site or any copy or adaptation in violation of any applicable laws or regulations including without limitation U.S. export laws and regulations. If you choose to access this Site from outside the United States, you do so on your own initiative and are responsible for compliance with applicable local laws. These Terms will be governed by and construed in accordance with the laws of the State of Virginia, without giving effect to any principles of conflicts of laws.

General

Stanley Martin Companies may revise these Terms at any time by updating this posting. You should visit this page from time to time to review the then-current Terms because they are binding on you. Certain provisions of these Terms may be superseded by expressly designated legal notices or terms located on particular pages at this Site.

Accuracy of Information

Although we make every reasonable effort to ensure that all information posted on this Site is accurate and complete, we cannot guarantee its integrity. In all instances, it is the responsibility of the Trade Partner to verify the accuracy of information contained in this Site with the Construction Manager. If there is any discrepancy between the information posted on this Site and any existing contract between the Trade Partner and any Stanley Martin entity, such contract shall govern and control for all purposes.

Access to and Availability of the Site

It is anticipated that circumstances may arise that could temporarily prevent access to and use of this Site by Trade Partner. In no event shall Trade Partner’s inability to use this Site excuse Trade Partner from the performance of any of its contractual obligations.

Confidentiality

Access to and use of this Site constitutes acknowledgement by Trade Partner that this Site contains confidential and proprietary information by and about Stanley Martin. Trade Partner agrees that all information contained on this Site shall be held by Trade Partner in the strictest confidence and shall not be disclosed by Trade Partner, directly or indirectly, or used by Trade Partner in any unauthorized manner whatsoever, without the prior written approval of Stanley Martin.

Indemnification

Trade Partner hereby agrees to indemnify, defend and hold Stanley Martin, and all of its affiliates, employees, agent, directors, officers, shareholders, managers and members, harmless from and against any and all liability, damage, and cost (including, without limitation, attorneys’ fees and costs), incurred by any of such indemnified parties in connection with any claim arising out of any breach by Trade Partner of any of these Terms of Use.