Easy and Flexible Master Pages For Classic ASP

The issue:

Traditional Lively Server Pages is a nonetheless a strong and versatile approach of constructing web sites. The VBScript language is straightforward to study and it requires solely a textual content editor to put in writing the net pages. The one disadvantage to ASP was that making the web site look the identical on each web page was tedious work and it was troublesome to make beauty adjustments. Standardizing the appear and feel on a web site could be troublesome. Utilizing the code of an current web site for a unique website with a unique structure could be unimaginable.

Many programmers tried to unravel the templating concern utilizing ASP’s file embrace mechanism and that solved a part of the issue. Placing totally different elements of the structure into embrace information helped however it additionally unfold out the code making upkeep tougher. If you understand something about ASP embrace information you understand that they aren’t dynamic – you possibly can’t embrace one “on the fly” so to talk. Altering the appear and feel of a web site at runtime was restricted to CSS fashion sheets.

The Resolution:

The templating drawback in Traditional ASP has been solved and the answer is free for any programmer to make use of. The KudzuASP template engine permits Traditional ASP programmers the power to make use of HTML template information in the identical approach that ASP.NET programmers use Grasp Pages. When utilizing KudzuASP the structure of the web site is saved in a easy HTML doc that makes use of particular markup tags. KudzuASP makes use of these markup tags to make excessive pace operate calls again to your ASP web page on the factors within the template the place content material is required to “fill within the blanks”. The result’s a extremely versatile methodology that enables the HTML template to drive the structure course of. If that you must make a change to the structure of a complete web site you solely must make that change within the template.

What about that different problem of adjusting the appear and feel of the web site at runtime. KudzuASP beats the previous embrace information technique palms down. You’ll be able to have a very totally different feel and look based mostly upon who logged in, what group they belong to, the season of the yr and even the time of day — for any cause. When the second arrives to put in writing the webpage out to the browser you merely specify a unique HTML template from the file system or database – it is that simple!

Abstract

KudzuASP is a versatile system that gives plenty of templating options like iteration, substitution, conditional inclusion and exclusion of content material. It was designed utilizing a versatile part structure that makes writing and putting in your individual elements extremely simple. The most effective issues about KudzuASP is that it’s Open Supply and free to make use of in private and business web sites.