Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

Lionsanime Directory   Perfect Money   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 09-29-2006, 09:50 AM   #1 (permalink)
Contributing Member
 
Join Date: 12-31-04
Posts: 58
iTrader: 0 / 0%
Latest Blog:
None

lincolnbill is liked by many
Content management systems?

If I wanted to start using CMS to administer my site, would the whole thing need to be re-written or is there a way I can implement on into the pages I already have???
lincolnbill is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 09-29-2006, 10:14 AM   #2 (permalink)
Inactive
 
StupidScript's Avatar
 
Join Date: 09-22-06
Location: Los Angeles
Posts: 678
iTrader: 0 / 0%
Latest Blog:
None

StupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really nice
CMS programs typically use a storage system of some kind tied to a script:template system.

If your current site is strictly page-driven, then you'll need some way to get that content into the CMS storage so the script:template combination can access it. CMS that use "flat file" storage may allow you to do some fancy copy-and-pasting to get your content into them.

If your content is database-driven, then you'll probably be able to devise a way to dump that info into your new CMS structure, as long as it also uses a database for storage.

Other than that, it's not too tough to grab a CMS like Joomla and spend a weekend creating pages in the CMS and copy-and-pasting-and-tweaking your existing content into it. While it's almost like manual labor (!), it goes pretty quickly.

Most likely the biggest issue for you will be designing/modifying the template system to get the look you want. Plan on spending at least a day or two to get that done. Or more, if you're not used to working with often-unusual CMS syntax. I can assure you that making an exact duplicate in a CMS of a unique site, particularly one with lots of cool dynamic features, is a pretty big challenge for even expert coders.

Bookmark their support forum!
StupidScript is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-29-2006, 10:25 AM   #3 (permalink)
Contributing Member
 
Join Date: 12-31-04
Posts: 58
iTrader: 0 / 0%
Latest Blog:
None

lincolnbill is liked by many
Thanks, StupidScript!

If I did this, would my current pages, and directories and PR remain exactly as they are now?
lincolnbill is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-29-2006, 10:40 AM   #4 (permalink)
Inactive
 
StupidScript's Avatar
 
Join Date: 09-22-06
Location: Los Angeles
Posts: 678
iTrader: 0 / 0%
Latest Blog:
None

StupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really nice
That is highly unlikely.

Pages would all be 'new', and use paths/rewrites used by the CMS.

Since the pages (and site) would all be 'new', PR would start fresh.

Not sure what you mean about 'directories', except perhaps your current directory structure, which would change to the one used by the CMS.

One other option is the equivalent of you creating your own CMS. The primary element in a basic CMS is the content entry/formatting mechanism, of which there are several available (find some here). Tie that into your content storage system (or craft a script to work with the server to create/edit page files), and you've got a basic CMS over which you have complete control re: directories, page age and look-and-feel.

It's a pretty big row to hoe, though ...
StupidScript is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-06-2006, 05:49 AM   #5 (permalink)
Inactive
 
Join Date: 10-02-06
Posts: 48
iTrader: 0 / 0%
Latest Blog:
None

pnelson is liked by many
I have been using joomla, its fantastic.

You have to use 301 redirects to retain PR dont you?

you could probably assign the same .html filenames with the opensef module, and rebuild your structure
pnelson is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-06-2006, 11:18 AM   #6 (permalink)
Inactive
 
StupidScript's Avatar
 
Join Date: 09-22-06
Location: Los Angeles
Posts: 678
iTrader: 0 / 0%
Latest Blog:
None

StupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really niceStupidScript is just really nice
Correct; according to all sources 301 redirects would retain the PR of existing pages if the new page name were the same.
StupidScript is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-06-2006, 12:09 PM   #7 (permalink)
Contributing Member
 
Izzmo's Avatar
 
Join Date: 11-01-03
Location: Kansas City
Posts: 1,067
iTrader: 0 / 0%
Latest Blog:
Moved In!

Izzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to behold
Send a message via ICQ to Izzmo Send a message via AIM to Izzmo Send a message via MSN to Izzmo Send a message via Yahoo to Izzmo
Just to add on the 301...

They do take a couple months, most times, to actually transfer the PR, and in which that time, if you get enough hits to your new page and Google has already seen it before the PR is transferred form the old page, you could get a better or worse PR adjustment.

I've had this happen to me, and it was for the worst, on my site a couple months back.

Also- I would suggest creating a Google sitemap index as well.
__________________
Izzmo
Coding Guru Extraordinaire
ZeroWeb Hosting & Design - Customizable hosting for every type of user!
Izzmo is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Content Management Web Gazelle Coding Forum 12 03-28-2007 12:13 PM
Content management asamuel Marketing Forum 3 09-13-2004 03:30 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 07:54 AM.
© Copyright 2008 V7 Inc