Wrox Programmer Forums
|
BOOK: ASP.NET Website Programming Problem-Design-Solution
This is the forum to discuss the Wrox book ASP.NET Website Programming: Problem - Design - Solution, Visual Basic .NET Edition by Marco Bellinaso, Kevin Hoffman; ISBN: 9780764543869
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: ASP.NET Website Programming Problem-Design-Solution 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 October 11th, 2004, 10:22 PM
Authorized User
 
Join Date: Oct 2004
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Default How many People are using this as a base

Just looking for a list of sites that are using this as their code base.

 
Old October 12th, 2004, 09:45 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 917
Thanks: 0
Thanked 0 Times in 0 Posts
Default

google these:

c# version: "/Modules/Users/new.aspx"
            "/Modules/Forums/Default.aspx"
vb version: "/WebModules/Forums/Default.aspx"
            "/WebModules/Users/new.aspx"
 
Old October 13th, 2004, 12:14 AM
Authorized User
 
Join Date: Oct 2004
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks...

 
Old October 17th, 2004, 04:09 AM
Registered User
 
Join Date: Jun 2003
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
quote:Originally posted by englere
 google these:

c# version: "/Modules/Users/new.aspx"
            "/Modules/Forums/Default.aspx"
vb version: "/WebModules/Forums/Default.aspx"
            "/WebModules/Users/new.aspx"
My site is http://www.claudesplace.com, which has film reviews, video and audio interviews with actors and directors, and commentary from a gay perspective.

Those particular files may not be the best to search for. I had to rename Modules/Forums/Default.aspx to ForumsDefault.aspx because the debugger doesn't work right if there is more than one file with the same name. I also had a problem with /Modules/Users/new.aspx. I added a checkbox to confirm that the user is over 13 years old in order to conform with the Children's Online Privacy Protection Act. I found that AutoPostBack wouldn't work with a form named "new". I just changed the form id from "new" to "newUser" but others might rename the file.

<center>Changes</center>
I have made some significant changes to the database structure to accommodate a site divided by cities (like craigslist). I've also added an Events Calendar. Forums, sections (I have renamed "categories" to "sections"), poll questions and events can be assigned to one or multiple locations using link tables. I have only one "Sections" table. Events, news items and poll questions can be assigned to multiple sections, also by using link tables. I'm using the "News" table only as a means of getting items to appear on all pages of one or more sections, forums or the home page. The middle column on the home page comes from records in the News table with no linked sections.

I welcome any questions or suggestions about the site. This is my first web application. My prior development experience was with desktop applications, primarily database programs.

Claude
www.claudesplace.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
Loocking for some people. Stormer Intro Programming 0 November 13th, 2006 04:49 PM
I need some help from you people vbpratap VB How-To 2 March 3rd, 2006 08:18 PM
Planoie and People Help ! augustine General .NET 7 August 1st, 2004 09:13 PM
Planoie and People Help ! augustine General .NET 2 July 28th, 2004 09:04 AM





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