Click here to Skip to main content
16,017,899 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Alpha transparent PNG rollovers?? Pin
Anonymous3-Oct-04 9:48
Anonymous3-Oct-04 9:48 
QuestionHow can we display the folder files in two columns? Pin
farooq as25-Sep-04 0:49
sussfarooq as25-Sep-04 0:49 
GeneralChange the Font Face in html Pin
Anonymous24-Sep-04 18:50
Anonymous24-Sep-04 18:50 
Generalweb to client exe communication and management Pin
will138324-Sep-04 18:01
will138324-Sep-04 18:01 
Generalsystem design Pin
Paul Swet24-Sep-04 8:35
Paul Swet24-Sep-04 8:35 
GeneralRe: system design Pin
Mike Hodnick25-Sep-04 6:44
Mike Hodnick25-Sep-04 6:44 
GeneralRe: system design Pin
Paul Swet25-Sep-04 7:15
Paul Swet25-Sep-04 7:15 
GeneralRe: system design Pin
Mike Hodnick27-Sep-04 7:21
Mike Hodnick27-Sep-04 7:21 
Sounds like you will be able to define the requirements as you please then...

I personally have never designed or developed a concert ticket reservation system. I'd start by putting together requirements based on this information:


  • What is the audience? Would the system be used by the general public or by ticket reservation staff?
  • What technology limitations are there? Can any development platform be used (e.g. Windows, Linux, .Net, Java), or are options limited?
  • How will the system handle venues/concert locations?
  • What types of seating arrangements will venues have (e.g. general admission, reserved, sections, etc)
  • How would reservation transactions work? Would special business rules need to be established (probably)? For example, what happens when two users try to reserve the same seats at a concert? Would the system need to prevent that?
  • Will the system include a way to pay for tickets? How will the payment transaction be handled?
  • Will the system need to restrict access to certain features or information to certain users?
  • How will new events and venues be entered into the system?
  • How will ticket prices be established and/or entered?
  • Will the system need to be extensible? Will other developers need to use a system API to add custom features later?
  • This is just the tip of the iceberg... there are many more questions to ask and answer


The design really depends on the answers to those questions. For a start, create objects and methods that are used to meet requirements. Then, refactor as you go and re-use objects and methods for other requirements. e.g. you may have a Venue class that is used to create, update, or delete venues, but also used to read venue information for a ticket reservation transaction.


Michael Hodnick
www.kindohm.com
blogs.kindohm.com
Generalhelp with this pls Pin
peterzorbas23-Sep-04 15:28
peterzorbas23-Sep-04 15:28 
QuestionJavascript: how to avoid text selection when dragging a div with text inside it? Pin
andibandit22-Sep-04 22:09
andibandit22-Sep-04 22:09 
QuestionJavascript: how to avoid text selection when dragging a div with text inside it? Pin
andibandit22-Sep-04 22:04
andibandit22-Sep-04 22:04 
Generalcount Visitor without global.asa Pin
TrungHuynh22-Sep-04 17:17
TrungHuynh22-Sep-04 17:17 
General30 day anniversary of this problem (:-() Pin
Asif Rehman22-Sep-04 3:22
Asif Rehman22-Sep-04 3:22 
Generalinsert text at cursor location -- TextArea Pin
devvvy20-Sep-04 21:30
devvvy20-Sep-04 21:30 
GeneralWebBrowser Control -- display string Pin
main@i-c.com.ua20-Sep-04 13:02
main@i-c.com.ua20-Sep-04 13:02 
Generalloading a bitmap in ASP Pin
DMurray20-Sep-04 9:00
DMurray20-Sep-04 9:00 
GeneralCertificates and WebServices Pin
species_84_7220-Sep-04 1:11
species_84_7220-Sep-04 1:11 
Questionhow can i convert from local connection into server conn ? Pin
19-Sep-04 23:01
suss19-Sep-04 23:01 
GeneralFormat file Excel ! Pin
Nguyen Van Vinh17-Sep-04 23:00
Nguyen Van Vinh17-Sep-04 23:00 
GeneralRe: Format file Excel ! Pin
Chris Quick24-Sep-04 11:08
Chris Quick24-Sep-04 11:08 
GeneralHide columns was maked by autoGenerateColums="true". Help me ! Pin
Nguyen Van Vinh17-Sep-04 17:59
Nguyen Van Vinh17-Sep-04 17:59 
GeneralRe: Hide columns was maked by autoGenerateColums="true". Help me ! Pin
yiyanxiyin19-Sep-04 15:42
yiyanxiyin19-Sep-04 15:42 
Generalto Yiyanxiyin ! Pin
20-Sep-04 23:31
suss20-Sep-04 23:31 
Generalintranet search Pin
khowlett17-Sep-04 14:41
khowlett17-Sep-04 14:41 
QuestionHow do I share an instance of class between multiple calls to a Webservice? Pin
Paul Evans17-Sep-04 7:10
Paul Evans17-Sep-04 7:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.