|
|
Are frames obsolete on Web sites? Do I need to redesign my site?I have a web site that I placed on the Internet in the year 2000. It consists of HTML 4 and Frames. At this time it opens in different browsers with no problem. With the advances of CSS and newer browsers running CSS more proficiently do you think the older web sites with frames will stop working correctly? I don't even know where to start with changing over to CSS as I have over 100 pages. First off, congrats on having a Web site with longevity! Seems like most people were in a completely different industry eight years ago. :-) The key question you ask is are FRAMES deprecated in the latest version of HTML? According to the standards body that defines the HTML language (w3.org, the latest version of HTML, HTML 4.01, does include frames, without stating that it's deprecated or obsolete. So that's good. You should be in the clear in terms of your site working in newer browsers as things continue to evolve. However, there's a bigger question, which is "can you get by with an old site design"? For most people, the answer is no, you cannot. Everything keeps changing and evolving and whether it's your online business or just a hobby, if you want to stay relevant and attractive to your visitors, you probably need a redesign built around CSS and more modern design. Now, having said that, realize that if you implement it properly, you should only have to go through the pain of rebuilding your site once. What makes this workable is that you have all of your Cascading Style Sheet (CSS) information in a single shared file and reference it in all your separate files. Indeed, I have written a specific blog entry here on my site about how to link to external style sheets too, since the syntax is a wee bit tricky. And, finally, if I may, I have a book that you might find useful, Creating Cool Web Sites with HTML, XHTML and CSS. I talk a lot about CSS and how to migrate from older HTML designs to more fancy CSS designs. Hope that's helpful!
More Useful HTML, JavaScript and Web Site Programming Articles:
✔ How to Create Predefined Google Image Search Links?
Thanks for the Amazon URL [see Creating Amazon Search Links]. That worked beautifully. In fact, I sent you $5.00 for coffee in thanks....
✔ Can I embed a Facebook search box on my blog site?I've seen your articles about how to add a Twitter or Google search box on a Web page, but I have a tougher...
✔ Can I use CSS for drop shadows on my blog?I want to give my site a bit of a facelift and add some neat graphical elements. One of which is drop shadows....
✔ How can I embed interactive photo panoramas on my site/blog?I read through your blog entry about how to take panoramic photos with iOS 6 and an iPhone 5 and got enthused. I've...
✔ How can I create a Twitter search URL shortcut?I'd like to add a few Twitter search links to my Web site. Is that possible, or does Twitter prohibit this sort of...
Let's stay in touch!
Sign up for my weekly AskDaveTaylor Newsletter and you'll receive even more tech and gadget help
right to your inbox, along with exclusive news and industry updates. It's good stuff. I promise!
Categorized:
HTML, JavaScript and Web Site Programming
(Article 7983,
Written by Dave Taylor)
Tagged: css, deprecated html, html 4.01, web site design Previous: How do I add a Google Maps directions tool to my site? Next: When did Google last visit a specific Web page? Reader Comments To Date: 2Douglas said, on September 5, 2010 11:05 PM:
Dear Sir:
I do have a comment, now that you mention it!Check This Out Too... |
Recent Entries
Look for Answers
Recommended
All Our Categories
Apple iPad Help
Articles and Reviews Auctions and Online Shopping Blogs and Blogging Building Web Site Traffic Business and Management Computer and Internet Basics d) None of the Above Facebook Help Google Gmail Help Google Plus Help HTML, JavaScript and Web Site Programming Industry News and Trade Shows iPhone and Cell Phone Help iPod, Sony PSP and MP3 Player Help Kindle Fire Help Mac OS X Help Pay Per Click (PPC) Advertising Pinterest Help Search Engine Optimization (SEO) Shell Script Programming Tech Support Video Help The Writing Business Twitter, LinkedIn and Social Network Help Unix and Linux Help Video Game Tips and Help Windows PC Help Find Me on Google+ ADT on G+ |
I would agree that you should "bite the bullet" and take the time to switch to CSS, even if you are still going to use frames.
I recently redesigned our website to switch from our "old" 1990's-style site, to a more modern CSS style. I kept the content >90% the same, but I now have a single file for the page headings, one for the main menu bar, one for the sidebar navigation, and one for the footer. Now, aside from a few lines of server-side includes, the pages are almost pure content, with very little clutter for the stuff that doesn't change from page to page.
While it took a few days (there are probably about 100 pages on the site), any changes are now a breeze, and any changes in style or look are done in one file.