XML,XSLT,DHTML,ASP,develop,some,system,must,c
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: 117,337 lines
 Jobs: 143 postings

 
Sponsored by:

 

You are in:

 
Login


 

 


Latest Code Ticker for ASP/ VbScript.
Click here to see a screenshot of this code!Ultimate Forum 2
By Gurgen Alaverdian on 6/1

(Screen Shot)

Speedy ASP Discussion Forum BBS
By ASPwebServer on 6/1


[[ Learn Database and ASP by Video ]]]
By Brian Link on 5/31


Generic XML Grabber
By Kevin O'Neill on 5/31


Block User to copy Links
By Shahid allauddin on 5/31


Click here to see a screenshot of this code!geographical search
By Igor Krupitsky on 5/31

(Screen Shot)

Click here to see a screenshot of this code!CDF/Active Desktop Example without ASP
By John on 5/30

(Screen Shot)

Click here to see a screenshot of this code!CDF/Active Desktop Example with ASP
By John on 5/30

(Screen Shot)

Date & Time Function
By Marc Ripin on 5/30


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!





Affiliate Sites



 
 
   

Web Methodology (Layout Management)

Print
Email
 

Submitted on: 4/15/2001 9:12:56 PM
By: Kok Sang, S.Kom  
Level: Advanced
User Rating: By 9 Users
Compatibility:ASP (Active Server Pages), HTML, VbScript (browser/client side)

Users have accessed this article 7127 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 langauges 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 1 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.).
Reason:
 
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 AM:Jeremia Lexiuos
this is great think of the development time. i think your design and algorithm is good. but you must check the depthless include.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
4/20/2001 4:21:09 AM:Chisia
It's really great...article...!!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
4/25/2001 3:14:13 PM:Vera
Your desing is very good
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
5/10/2001 3:56:02 PM:jazper20
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?
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
6/24/2001 8:03:25 AM:Adam
Not bad. Another article on this topic which is pretty good is www.ssw.com.au/ssw/methodology
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
Add Your Feedback!
Note:Not only will your feedback be posted, but an email will be sent to the code's author in your name.

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.
 
Name:
Comment:

 

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 | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright© 1997 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.