Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 3rd, 2007, 04:40 AM
Registered User
 
Join Date: May 2007
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default how to develop a new forum

hai im ganesh and im a software developer n i need some ideas to develop a new discussion forum like wrox.com.. kindly reply me with some powerful ideas so that i can get some sound knowledge to move further.

 
Old May 3rd, 2007, 07:13 AM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

Well a forum IMHO isn't overly complex but you need a good database design to make it run as fast as possible (read: Normalization of the database)

Once the database is in place everything else is rudiementary really and you will need to implement these things(very basic):
-You need a system where users can sign up and register
-Your application needs to display data from Database Queries
-Your application needs to write data to the Database.

Also, slightly more complex but needed, is a Permissions management system that gives rights to various users to do certain things within the forum (Delete threads, lock threads, etc) IMHO it is easier to setup Permissions management at a role level rather then a user level. (Roles have permissions, users do not)

I believe Wrox publishes a book that uses a forum as an example application throughout the book however I am not entirely sure. (Imar or Jim would be able to tell you better in regards to which book.)

hth.

================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
Technical Editor for: Professional Search Engine Optimization with ASP.NET
http://www.wiley.com/WileyCDA/WileyT...470131470.html
================================================== =========
Why can't Programmers, program??
http://www.codinghorror.com/blog/archives/000781.html
================================================== =========





Similar Threads
Thread Thread Starter Forum Replies Last Post
How to develop forum like this umesh chand ASP.NET 1.0 and 1.1 Basics 1 September 6th, 2008 09:01 AM
XML develop rashesh_shah XML 2 March 12th, 2008 03:52 AM
Help to develop new portal mike_remember ASP.NET 1.0 and 1.1 Professional 4 November 7th, 2006 01:48 PM
How can I creat a forum like P2P Forum? pcassiano ASP.NET 1.0 and 1.1 Basics 1 October 31st, 2005 05:00 AM
converting Forum.aspx to Forum.ascx (help) drfunkie BOOK: ASP.NET Website Programming Problem-Design-Solution 1 July 11th, 2003 12:27 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.