All source code in ASP/ VbScript Ask a ASP/ VbScript Pro Discussion Forum Categories All jobs in ASP/ VbScript
Quick Search for:  in language:    
XML,XSLT,DHTML,ASP,develop,some,system,must,c
   Code/Articles » |  Newest/Best » |  Community » |  Jobs » |  Other » |  Goto » | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
ASP/ VbScript Stats

 Code: 281,252. lines
 Jobs: 101. postings

 How to support the site

 
Sponsored by:

 
You are in:
 
Login

NEW! LEARNING CENTER
Special educational offers, white papers, webcasts, podcasts

  NEW! Download Rational Performance Tester V8 (download now)
  NEW! Download Rational Functional Tester V8 (download now)
  NEW! Download Rational Service Tester for SOA Quality V8 (download now)
  NEW! Teleconference: Quality In Action - Using Rational Quality Manager with Functional, Performance and Web Service Testing Products (download now)
  NEW! Introducing IBM Rational AppScan Developer Edition – easing security testing by non-security professionals (download now)

 

 


Latest postings for ASP/ VbScript.
Web Online Examination
By Suhas Manjunath Kashyap on 11/7


Click here to put this ticker on your site!


Add this ticker to your desktop!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!



 
 
   

Web Methodology (Layout Management)

Print
Email
 
article
Submitted on: 4/15/2001 9:12:56 PM
By: Sunker  
Level: Advanced
User Rating: By 11 Users
Compatibility:ASP (Active Server Pages), HTML, VbScript (browser/client side)

Users have accessed this article 23108 times.
 
(About the author)
 
     <p> When you are develop some system in web, you must construct the skeleton of your front end, especially the layout. </p> <p> This methodology will decrease of your developing times. such as you made a house, you must had a blue print & define the skeleton first. after that you improve it. </p> <p> This management's using XML + XSLT Technology, DHTML, HTML & ASP. <b><a href="#down">Going in depth</a></b> </p>


 
 
Terms of Agreement:   
By using this article, you agree to the following terms...   
1) You may use this article in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.   
2) You MAY NOT redistribute this article (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
3) You may link to this article from another website, but ONLY if it is not wrapped in a frame. 
4) You will abide by any additional copyright restrictions which the author may have placed in the article or article's description.
    <%
    'This is virtual LDAP
    Dim HomeDomain,sLocation
    HomeDomain = Virt_Root
    'set your static XML files
    'Writer: Sunker
    function SearchXML(Svocab)
    sLocation = HomeDomain & "Template/"
    select case (Svocab)
    case "left"
    	 SearchXML = sLocation & "left.xml" 
    	case "coding"
    	 SearchXML = sLocation & "coding.xml" 
    	case "manager"
    	 SearchXML = sLocation & "manager.xml" 
    end select 
    end function
    'set your static XSL files
    'Writer: Sunker
    function SearchXSL(Svocab)
    sLocation = HomeDomain & "Layout/"
    select case (Svocab)
    	case "general"
    	 SearchXSL = sLocation & "general.xsl" 
    end select
    end function
    %>
    

More info, please click link here:
Web Methodology


Other 2 submission(s) by this author

 

 
 Report Bad Submission
Use this form to notify us if this entry should be deleted (i.e contains no code, is a virus, etc.).
This submission should be removed because:
 
Your Vote!

What do you think of this article(in the Advanced category)?
(The article with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor See Voting Log
 
Other User Comments
4/16/2001 7:17:36 AMJeremia Lexiuos

this is great think of the development time. i think your design and algorithm is good. but you must check the depthless include.
(If this comment was disrespectful, please report it.)

 
4/20/2001 4:21:09 AMChisia

It's really great...article...!!
(If this comment was disrespectful, please report it.)

 
4/25/2001 3:14:13 PMVera

Your desing is very good
(If this comment was disrespectful, please report it.)

 
5/10/2001 3:56:02 PMjazper20

Am I missing something? all I see is 2 functions and a graphic of a web model. When I click the link I am dumped into a fourm, where is the information?
(If this comment was disrespectful, please report it.)

 
6/24/2001 8:03:25 AMAdam

Not bad. Another article on this topic which is pretty good is www.ssw.com.au/ssw/methodology
(If this comment was disrespectful, please report it.)

 
7/24/2003 4:09:42 PMCodeFester

The link is dead... 1 ball for this.
(If this comment was disrespectful, please report it.)

 
9/25/2007 11:03:47 AMvenkat

i need more on asp prjects like bidding online.. please send it to me

(If this comment was disrespectful, please report it.)

 
Add Your Feedback!
Note:Not only will your feedback be posted, but an email will be sent to the code's author from the email account you registered on the site, so you can correspond directly.

NOTICE: The author of this article has been kind enough to share it with you.  If you have a criticism, please state it politely or it will be deleted.

For feedback not related to this particular article, please click here.
 
To post feedback, first please login.


 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Feedback | Customize | ASP/ VbScript Home | Site Home | Other Sites | Open Letter from Moderators | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright© 1997-2008 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.   Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.