| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Registered User
Join Date: Mar 2008
Posts: 41
|
How to create a cms
Says it all in the title. As I make gaming sites (no not the shite ones) and would like to give my own cms a try as I feel it is more personal and would be more flexible to do so. Thus making it exactly how I want it to do. Any help or guidance would be great. |
|
|
|
|
|
#2 (permalink) |
|
shiro
Join Date: Aug 2007
Location: Yokohama, Japan
Posts: 2,606
|
We can't teach you how to make a CMS in a thread. Learn PHP or ROR or PERL or PYTHON. In learning them, you will learn the building blocks of the language. From there you can probably find some online tutorials, if necessary. |
|
|
|
#3 (permalink) |
|
id
Join Date: May 2008
Location: Ottawa
Posts: 217
|
To add to haku's response ... try downloading Joomla or Drupal. It will give you an idea of how CMS' are constructed and perhaps convince you to focus on building modules/components on existing infrastructures rather than entire frameworks from scratch. |
|
|
|
#4 (permalink) |
|
Registered User
Join Date: Jun 2008
Posts: 11
|
Here is an article about a guy that decided to use Python on his latest project and he explains why. But judging from the tone of this thread, you don't have any programming experience so I'm not sure how helpful this would be. Note: I just got a message saying I cannot post links to other sites yet. Search for "How I ended up selecting Python for my latest project" on google or something and it should be one of the top links. |
|
|
|
#7 (permalink) |
|
Root Ninja
Join Date: Jun 2008
Posts: 56
|
I would say use PHP and MYSQL. I gotta a book on them and was coding in three days, I had completed my first site with it within a week. If you want to test the waters you can get ready made databases from some hosts, all you have to do is setup the tables and communicate with it. Tis a piece of piss. |
|
|
|
#8 (permalink) | |
|
Registered User
Join Date: Jun 2008
Location: Charlotte, NC
Posts: 16
|
Quote:
I bought PHP & MySQL for Dynamic Web Sites: Visual QuickPro Guide, written by Larry Ullman. Well written and easy to understand. Seemed to help me get a good start and also a great reference when I need it. |
|
|
|
|
#9 (permalink) | |
|
Registered User
Join Date: Jun 2008
Posts: 8
|
Quote:
If you're coding a CMS, you'll be looking at a very tree-like structure. You'll have your includes, modules, and all that good stuff. Just keep in mind MYSQL is going to be just as important in this instance as PHP, as you'll be directly interfacing with databases with a CMS. |
|
|
![]() |