Other Resources My Cup of Joe » Web site programming Rss Feed  
Moderators: k9car363, the bear, DerekL, alicefoeller Reply
2005-11-02 1:40 PM

User image

Coach
9167
5000200020001002525
Stairway to Seven
Subject: Web site programming

I want to create a site for a non-profit group involving homeless healthcare.

the site would have pages for similar groups around teh world describing their organization, an place for each group to display photos and maybe on the front page, "blog" type headlines that member groups could post.

I have programmed in PHP/MySQL before, but don't want to start from scratch.  Many of those functions are already done here on BT. 

How hard would this be?  Can anyone point me in a good direction?



2005-11-02 1:58 PM
in reply to: #276638

User image

Champion
13323
5000500020001000100100100
Subject: RE: Web site programming

go to www.pd9soft.com

its free and basically has all the features.  sounds like you can set it up yourself.  it's asp though.

they are in the process of going to a new version 2.2, so look around and make sure anything you do (should you set it up) won't have to be redone a month later.

there are a number of php board out there too - more commersialized.

2005-11-02 2:01 PM
in reply to: #276638

Elite
2458
20001001001001002525
Livingston, MT
Subject: RE: Web site programming
http://www.phpbb.comis a good start if you want a bulletin board system which is what this site is built around. The other option is to use a content management system such as http://DotNetNuke.com.I like to "roll my own", but there are a hundred ways to skin a cat.
2005-11-02 4:08 PM
in reply to: #276638

User image

Coach
9167
5000200020001002525
Stairway to Seven
Subject: RE: Web site programming

Hmm.  It sounds like I want a "content management system" if I don't want to spend a lot of time creating it from scratch.

I've got more recent experience with PHP, and it just "feels good" to me.  I programmed in ASP a number of years ago, about 8, and don't recall it being super hard, just not super fun, like PHP.  Does ASP also require an MySQL back end or something similar?

What does this site use as far as the database? 

Thanks for the suggestions.  

2005-11-02 5:10 PM
in reply to: #276783

Elite
2458
20001001001001002525
Livingston, MT
Subject: RE: Web site programming
This site is most likely using Microsoft Sql Server. ASP is a bit old school, most folks are using ASP.Net now. The CMS system in the earlier post is one of the hotter .Net CMS systems out there. It's free, open source, is Wrox published, and has a pretty good buzz in the .Net community. I think it even has a messageboard module that you can add in. The learning curve is a bit steep in that most people don't program ASP or PHP using good OOP design even though both environments support it. ASP.net on the other hand requires it. I hope you are getting paid for this sister

2005-11-04 11:11 AM
in reply to: #276638

User image

Coach
9167
5000200020001002525
Stairway to Seven
Subject: RE: Web site programming

Mambo looks pretty cool, thanks for the tip from DonTracy.  I think I'll experiment with that. 

I can download it to my laptop to play a little without getting a server, right?

The training logs on this site are clearly a customized database, right?  Is it easy to integrate that with the CMS software?  I'm thinking of yet another website, one in which I've "rolled my own", but for many of the features I'd still like to implement I see that a CMS may be better.

www.herodias.org  Login as guest/guest to play around.  It's not the most user friendly, but it works (at least I know how to work it) to track bird sightings, create life lists, etc.  No pictutres, though.  I programmed it from scratch in PHP and My SQL.  You can see it's been awhile since I've updated it (1 1/2 years).  I'd like to get back to it soon. 

This is the nicer, artsier login page.   The graphic I did myself.  It  and the colors were inspired by the cover of The Sibley guide to Birds...best book ever on birding.

http://www.herodias.org/altlogin.html



Edited by AdventureBear 2005-11-04 11:16 AM


2005-11-04 11:24 AM
in reply to: #278114

User image

Champion
13323
5000500020001000100100100
Subject: RE: Web site programming
Yeah, pretty much all but the forum is custom here....the logs and cms system. 
2005-11-07 6:32 PM
in reply to: #276638

User image

Coach
9167
5000200020001002525
Stairway to Seven
Subject: RE: Web site programming

Wow, it's all custom?  That's really impressive.  I suspected it was when I first signed up for my training log (I was getting ready to program my own web based training log when I found BT).  But with all the updates and changes and articles, etc, etc, no wonder you need help with admin! 

I'm getting out my PHP book again and reading the chapter on building a CMS.  You've inspired me!

New Thread
Other Resources My Cup of Joe » Web site programming Rss Feed