![]() |
|
#1
|
|||
|
|||
Programming a message boardHi,
I'm interested in designing an online message board where people can post and reply and have an interactive online network, much like gidforums. I've never done this before and have limited web design experience although am quite fluent in C/C++. I'm wondering if anyone could point me in the right direction as to an online tutorial, or a book or something else so that I can learn the necessary steps to get started on this project. Thank you. Paul |
|||
|
#2
|
||||
|
||||
Re: Programming a message boardIs there a reason you want to code from scratch vs. using something pre-built, such as phpBB?
Also, C/C++ aren't the best languages to build web apps; it can be done but it's probably more pain than it's worth. Languages like Java, Ruby (on Rails), PHP, and Python (via Django or TurboGears) are probably a better pick. __________________
Start Programming with Python-A beginner's guide to programming and the Python language. ------------- Common Sense v2.0-Striving to make the world a little bit smarter. |
|
#3
|
|||
|
|||
Re: Programming a message boardHey,
I've never used phpBB before, but I'd want to use this forum for part of a potential online business and don't want to worry about copyright protection related issues. I've been planning on learning ruby on rails and thus this could be an option for me. Assuming I use ROR, from here is there an efficient way to create a forum? |
|
#4
|
||||
|
||||
Re: Programming a message boardphpBB is free and open-sourced so don't worry about copyright issues. You can also go to www.hotscripts.com and see if there is anything similar to what you're looking for.
That said, I haven't learned RoR yet (though I am interested in it) so I can't tell you how to create a forum. I'm sure you can find some tutorials or a Ruby mailgroup/forum that could help you out more. If the docs for Ruby are similar to Django, then part of the tutorial should talk about making a simple discussion page. Basically you want to create a database that will store the message posts and create a frontend for the user (I know, pretty obvious). If you're still intent on makin your own, it would probably be easier to look at the source code of a pre-done forum (like phpBB) and make a flow chart of how it operates. Even a simple should give you enough of an idea to start with. __________________
Start Programming with Python-A beginner's guide to programming and the Python language. ------------- Common Sense v2.0-Striving to make the world a little bit smarter. |
Recent GIDBlog
Problems with the Navy (Chiefs) by crystalattice
| Thread Tools | Search this Thread |
| Rate This Thread | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Microsoft SQL Server :: SQL Server message 241, state 1, severity 16 | lyuboe | MySQL / PHP Forum | 0 | 11-May-2005 05:31 |
| Best message board? | GaryD | Open Discussion Forum | 5 | 07-Nov-2004 07:59 |
| Free message board hosting, 30 skins, 11 languages. | edkhosting | Free Web Hosting | 1 | 27-Feb-2004 14:14 |
| My Message Board | Charlie | Websites Reviewed Forum | 8 | 31-May-2002 19:27 |
| This message board | nniehoff | Web Design Forum | 4 | 20-Aug-2001 03:22 |
Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The