|
|
|
|
|
by moondev
4480 days ago
|
|
Lots. The "include" file is just a js file that document.writes your html, so its not easy to make edits because you would need to do it in a big stream of escaped code. They won't work if user has js turned off. They are awful for seo because the includes will not be there when the page is crawled They are not semantic for writing things like <html><head> and will throw your browser into quirks mode because your page would effectively start with a script tag. But I used the hell out of them back when dynamic hosting was hard to come by (geocities, tripod etc) |
|
I'm in the fun position of essentially being a graphic designer made to be a web designer in a stingy startup environment where they don't want to pay someone to actually code things. Another designer and I put together a very sad website, and I wouldn't mind having a system for having includes for my header and footer, but even simple concepts like preprocessing scare me off. Heck, I run scared at the mention of the command line. I guess the only real answer is to bite the bullet and learn this stuff (I do frequent HN after all, you'd think I'd be more comfortable with some of these concepts).