Forum Moderators: phranque
I migrated to PERL and also used them in PHP, ASP and now I almost exclusively use Adobe ColdFusion because it is hands down the fastest development environment in existence (many will argue but I have been programming for 13 years and I just plain am smarter than those people)
Now if you look at any page there are 3 tags - sometimes the middle tag is replaced by actual content but essentially it is:
<cfinclude templatee="header.cfm">
<cfinclude template="cms.cfm">
<cfinclude templatee="footer.cfm">
I put everything in the header, body tag, meta tags, styles, scripts, menus etc. if i want different meta tags for each page i just use a database.