Digirunt Posted July 19, 2003 Posted July 19, 2003 I'm in the process of building a site for my new business, from past experience I discovered that changing an aspect such as the meta tags in every page can be a pain. So I figured this time I'd do this; ><HTML lang="en-gb"> <HEAD> <!--#include file="head.shtml" --> </HEAD> <BODY link="#006699" vlink="#006699" alink="#006699"> <!--#include file="header.shtml" --> Page content goes here! <!--#include file="footer.shtml" --> </BODY> </HTML> and also have a seperate style sheet with my formatting. But, are there any disadvantages to using SSI this much or am doing the right thing. I figured you guys have way more experience so I'd ask your proffessional opinions. Thanks Thumbs Up Rock Sign Quote
TCH-Sales Posted July 19, 2003 Posted July 19, 2003 I do the same with aspects of my site, but instead of SSI I like to use PHP includes. I haven't found any big advantages one over the other myself, it's more to the level of which to you like better regular vanilla ice cream or french vanilla ice cream. On a technical side, I don't see where this would cause any problems, and it is a bit of a time saver in my own experiances with it. Quote
TCH-Andy Posted July 19, 2003 Posted July 19, 2003 Digirunt, I use a similar idea, but I use PHP, which I find much more versatile. When it comes to Search Engine Optimisation, you don't want all your meta tags to be the same, but I usually use PHP to default the title and first header to be the same, and for this to also be the first part of the meta tags. Andy Quote
Digirunt Posted July 19, 2003 Author Posted July 19, 2003 So am I best to use the description and keyword tags to describe the page not the site? Are any of these tags useful? <META name="reply-to" content="info@citycameras.co.uk"> <META name="Rating" content="General"> <META name="distribution" content="Global"> <META name="Classification" content="Shopping"> <META name="Author" content="Nathanael & Alex Owen"> <META name="Copyright" content="©2003DigiruntDesigns"> Quote
TCH-Andy Posted July 19, 2003 Posted July 19, 2003 Yes, the description and keyword tags should be for the page, not the site. As to the other tags you list, personally I do nnot find them of much value. I tend to put a copyright statement on the page anyway, along with an emal link. For Search Engine Optimisation, have a look at the Total Choice Web Hosting Help Site http://totalchoicehosting.com/help/searche...henginepage.htm Andy Quote
surefire Posted July 20, 2003 Posted July 20, 2003 Along the lines of Including repetitive parts of your page, visit PHP 101, where I've pinned some great threads contributed by many TCH members. Quote
cvk Posted July 23, 2003 Posted July 23, 2003 If you're beginning web designer why not look at a tool like Macromedia Dreamweaver MX? It accomplishes what you're looking for in a way that's very easy to understand graphically. In DW MX you use templates to standardize site layout. A template defines a largely immutable page design with sections such as the textual content and title of the page that can be filled in by you or another user. And it's fully PHP compatible (even has PHP code coloring and a PHP reference built in). Many people at this point will say, "I only use <insert manly text editor here>!" To that I say so did I...until 1998! Actually, I still do a majority of my design in Dreamweaver's code view. You just can't beat human efficiency for properly optimizing some of the naive things graphical web editors do to HTML. However, when it comes to speed and enabling uniformity tools like Dreamweaver rapidly accelerate web site development once you become adept at using them. And you can't beat the power of Contribute for collaborative web development. Quote
Digirunt Posted July 23, 2003 Author Posted July 23, 2003 I actually use Frontpage XP. I know it is very flawed but I don't really let it do anything, I don't use its templates, I don't let it do any formatting and I certainly don't use those horrible FP extensions. I simply use it for the quick HTML edit and preview funtion and creating bare bones tables that I then repair and take out all the FP rubbish. It sound laborious but I've got it down to a fine art and thats why I've stuck with it. My latest page shows no resemblance to a normal FP page but only took me one evening to make and is W3 valid for HTML & CSS, bobby AAA and backwards compatible to text view. Mostly thanks to AndyB watching over me. http://www.saint52.com/other/cc/index.shtml I have actually got Dreamweaver installed but I never really use it because I'm going backward with web desin at the moment and concentrating more on content, accessibility and functionality than I am on fancy scripts and effects. I tried Adobe Go live as well and couldn't stand it as it was very slow and cluttered with rubbish I'd never use. At least FP loads instantly. Software I use as well as Fp is; Photoshop 7 Photoshop Elements 2 Swish Advanced Replacer HTML Batch editor Text2HTML Web Notepad VB Dir to HTML Convert doc CSE HTML Validator pro Cute HTML editor Cute FTP Bitbeamer Directory lister Speakonia And of course Winamp for motivation Dance As well as a host of online tools for validation and error checking. Thanks for everyones advice. Rock Sign Quote
cmuskett Posted July 23, 2003 Posted July 23, 2003 I use FP 2002. I don't use it to upload, nor do I use the templates. It is an easy way to make a page and edit the html. I use Smart FTP to do my uploading. Quote
TCH-JimE Posted July 24, 2003 Posted July 24, 2003 Hi, I admit to using the Macromedia Suite of Fireworks MX, Flash MX, Dreamweaver MX and also things like Photoshop but nothing beats windows good old Notepad. As a side note, contribute is great unless your using DIV tags or anything beyound what you would do in horrible FP in which case it becomes rather usless. Jim Quote
cvk Posted July 24, 2003 Posted July 24, 2003 In fact, the point of Contribute is to limit what your users can do to your pages. It is more a content management tool than a content creation tool (except that you can create new pages based on templates). Quote
idallen Posted July 25, 2003 Posted July 25, 2003 but nothing beats windows good old Notepad. ... except perhaps good old Unix (Linux) vi ! Quote
webgyrl Posted October 21, 2005 Posted October 21, 2005 Along the lines of Including repetitive parts of your page, visit PHP 101, where I've pinned some great threads contributed by many TCH members. Where is PHP 101? I need to find it! Quote
webgyrl Posted October 29, 2005 Posted October 29, 2005 From a google search, look here. Merci Steve! Quote
TCH-Don Posted October 30, 2005 Posted October 30, 2005 I believe Jack was refrering to the threads that he and Jim Uni created to help others learn the basics of php include to simplify buliding large sites by hand. Try the mini php turtorials from Total Choice hosting. php mini tutorial by Jim Uni and php mini part one tutorial by Surfire You will find many good tutorials and tips in the Client Written Tutorials Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.