php guidence: keeping it few pages

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
User avatar
Staci Star
Forum Newbie
Posts: 4
Joined: Sat Mar 04, 2006 11:44 pm
Location: Santa Cruz/Hollister, California

php guidence: keeping it few pages

Post by Staci Star »

Hi! I am a new to the forums, I am a graphic designer and have always been curious about php but I am only 17 so I have mostly been mastering my skills in flash, photoshop, dreamweaver and now I could really use some guidence in php becuz I have been on a benge building my site non-stop for a couple months and just now realized its all going to blow up in my face if I don't do something quick. I have been looking endlessly and have not found anything that would solve my problem (which is quite odd, considering my problem is pretty simple). My host supports php, I know how to work it and I am currently converting all of my html pages to php format. I hope there is someone that could share a tit bit of thier knowledge with an idiot like myself...

I can't get my head around php yet, so if what Im saying sounds idiotic, please slap me. This is in my words what I need, I just mostly want to be able to quickly manage everything by myself if thats cool:

1 - I need individual pages for each U.S. city (thats done).

2 - Every City will have a dynamic list of bars, each bar link will dynamically link to its dynamic page w/o actually creating any page files!

if u would help, heres my project which still looks a bit choppy but to see were Im going check localbarsonly.com

Bottomline, I have to find a way to quickly manage my site without caking my server with tons of html docs.

thank you,
Staci
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Sounds like a job for a CMS (Content Management System).. perhaps Joomla/Mambo?
User avatar
Staci Star
Forum Newbie
Posts: 4
Joined: Sat Mar 04, 2006 11:44 pm
Location: Santa Cruz/Hollister, California

Post by Staci Star »

You just saved my life!!! Thanks a TON!

Staci
matthijs
DevNet Master
Posts: 3360
Joined: Thu Oct 06, 2005 3:57 pm

Post by matthijs »

Staci, from what I understand, Feyds suggestion to go for an existing cms is indeed a good one. Joomla and mambo are both well known systems. But I have no personal experience with them. I do have with wordpress, a system which is used a lot. It's main purpose is a blogging tool, but it can handle bigger sites with pages, sections etc very well. It's strengths are it's good documentation and huge support (forums, websites, plugins, etc etc). And it's very flexible without complicating things.

And that's one of the biggest problem I personally have with a lot of cms systems: the steep learning curve to be able to use and personalize them. Most systems are easy to install and get running, but once you want to change a few things (templates etc) thing gets complicated.

Well, enough babble, good luck and if you are going to use wp I can always help.
User avatar
Staci Star
Forum Newbie
Posts: 4
Joined: Sat Mar 04, 2006 11:44 pm
Location: Santa Cruz/Hollister, California

Post by Staci Star »

yeah, I haven't had any luck so far with either cms so if your still on I could really use your help!

If anyone knows something that would work well for my situation I would be very happy to hear about it.

thanks again,
Staci
User avatar
Buddha443556
Forum Regular
Posts: 873
Joined: Fri Mar 19, 2004 1:51 pm

Post by Buddha443556 »

Staci Star wrote:If anyone knows something that would work well for my situation I would be very happy to hear about it.
Your situation seems to include a shared server (running Microsoft! Godaddy?) with 1400+ other accounts.
... without caking my server with tons of html docs.
On a shared server, HTML is your best friend. You can get a ton of traffic out of HTML especially if you keep the pages lite. Most CMS aren't designed for shared servers.
User avatar
Staci Star
Forum Newbie
Posts: 4
Joined: Sat Mar 04, 2006 11:44 pm
Location: Santa Cruz/Hollister, California

Post by Staci Star »

Buddha443556 wrote:
Staci Star wrote:If anyone knows something that would work well for my situation I would be very happy to hear about it.
Your situation seems to include a shared server (running Microsoft! Godaddy?) with 1400+ other accounts.
yeah, I just now had it switched to linux (thank god), and as far as making thousands of html files I cant manage for the sake of traffic I would choose managability over the traffic stats.
Thanks
Post Reply