Options
coin website management
For any of you do-it-yourself-ers out there managing your own coin website, what do you use as your content management system?
Anyone use Plone?
Please link your self-managed website for the rest of us to see and tell us what you use for your content management system?
Anyone use Plone?
Please link your self-managed website for the rest of us to see and tell us what you use for your content management system?
I brake for ear bars.
0
Comments
I just posted a thread about possibly cross-linking all our sites.
___________________________
click to email me
ronsrarecoin.com
ebay auctions for ronsrarecoin-com
Self Indulgence | Holey Coins | Flickr Photostream
<< <i>I use a custom CMS (very simple). Just has a DB table with a key, a section id, a coin id, a description, and a photo URL, an easy PHP backend that allows the uploading of new pictures and classification of them, as well as listing/editing/deleting the current ones. I could have gone a lot more complicated with it and wasted a lot of time with overkill, but I sort of dig simplicity. >>
Can you add a link to your site?
As you can see, it's very simple. Each page just calls an array that spits out all of the records with the defined section ID as well as a baseline header/footer include php include on each page. I suppose I could just go with a single physical page concept and pass a variable via =?sectionid to the end of the url for which section I wanted to spit out, but I try to stay away from doing so due to SEO considerations (not that it is one for this site).
An introduction book covering php & mysql (there are literally hundreds available) should gives you all of the knowledge you need to build such a basic CMS and give you a good understanding of php and mysql in the process (which is a good thing to have).
Self Indulgence | Holey Coins | Flickr Photostream
Self Indulgence | Holey Coins | Flickr Photostream
Thigpen, I really like your web site. Cool.
The web site that I am having developed is using MS Access to manage the database. Others have used programming that integrates MS Excel.
Self Indulgence | Holey Coins | Flickr Photostream