Few Questions About Migrating Site & Editing Many Pagesat Once -
11-12-2007
, 09:10 AM
OK. First things first. My manager doesn't want me listing our company name in
this post since we are currently trying to get out of our hosting contract and
she doesn't want to jeapordize anything in case someone stumbled across the
post by a search or anything. FYI: I have Dreamweaver CS3.
So here's the deal. My company would like to move our site away from this
proprietary WYSIWYG online editor we have. The current setup locks us into to
this silly online editor for our site and doesn't allow access to our files on
their server. This means that if I want to simply change the file name of a
picture on our site, I have to log in to their editor and go through about ten
stupid steps. The problem is, the site is dynamically generated. Every page on
the site looks something like this at the end: default.aspx?pageid=9. Those
links are permanently attached to specific pages and the content on the
individual pages rarely changes. I tried using some offline downloaders to grab
every page of our site in case we move it elsewhere. When these pages are
downloaded, though, the file names change and it breaks all of the links.
If I go into the code and change every individual link to other pages and
style sheets I can get it to look good. So my first question is: is
there a way to easily allow Dreamweaver to import a couple hundred dynamically
generated pages and make them into static pages so that they just look like
"xyz.com/products.html"? Fortunately, our site is not extremely large (maybe
250+ pages) so in an absolute worst case scenario I could post a lot of the
pages by hand. My second question regards changing specific items across many pages.
Our current site contains the ability to place little widgets into pages. This
means that if we want a navigation bar on a hundred different pages, we just
edit the one entry for the widget and every page changes. I'm sure this is
possible in DW, but I spent an hour trying to search online yesterday trying to
find info and didn't answer my question. Is this what templates are for? I saw
people mentioning Find All, but this didn't seem like a perfect solution. I
apologize if this is a very stupid question. No one needs to take the time to
explain the exact process to me, but if someone could just tell me the name of
the functionality and if they know a specific resource to learn more about it,
that would be wonderful. Whatever this functionality is, would I have to
start over from scratch with the pages? Or could I implement it with the
current site that's already put together? I'd be happy to convert the site
to static HTML if there's an easy way to change multiple pages at once other
than Find All and Replace.
Thank you so, so much for any help. I appreciate it. I just want to make sure
these things are possible before we start the ball rolling down that path. |