Suggestions for best approach to getting rid of frames

1 view
Skip to first unread message

alisonc

unread,
Jul 20, 2009, 1:33:02 PM7/20/09
to Refresh Bmore Planning
Yes, that's right, I said frames! Our site has an ancient
infrastructure that's built on frames and we are planning to get rid
of them, but wanted to see if anyone had an suggestions for the best
approach. The site has approximately 2500 pages.

Also, if anyone (as a freelancer) were interested in tackling the
project, what would be your estimate in terms of how long it would
take/hourly rate?

Feel free to contact me directly at alison.cuomo(at)arbitron.com.

Thanks!

Alison

edwelker

unread,
Jul 20, 2009, 5:53:37 PM7/20/09
to Refresh Bmore Planning
You're almost certain to want to use an XSLT to change the pages so
instead of refering to the frames, you'll refer to some SSI or <?php
include(); ?> statements, which will let you have the same
maintainability of frames but without the frames themselves (for
example, you'll change one file and the headers across all pages will
change).

Using an XLST, you should be able to process all of these pages in
about 10 minutes. XSLT would take an hour (at most) to write. The
problem would be running all of your pages through a program to make
sure they're syntatically correct. You'd want to run them through
something like tidy (http://www.w3.org/People/Raggett/tidy/) or
Beautiful Soup (http://www.crummy.com/software/BeautifulSoup/) first
to make sure your XML/HTML is proper, otherwise the XSLTs would
probably choke.

Finally, you'll probably want an internal person to work on any
alterations that require hand alteration.

If you get someone who knows what they're doing (you'd be well advised
to do that), it should not take them any more than a day (if you have
terrible pages).

Good Luck,

Eddie
Reply all
Reply to author
Forward
0 new messages