Results 1 to 6 of 6

Thread: Web Advice

  1. #1

    Thread Starter
    Fanatic Member Jumpercables's Avatar
    Join Date
    Jul 2005
    Location
    Colorado
    Posts
    592

    Web Advice

    I have never attempted this type of thing before so I thought I would get some advice so I do it right.

    I want to build a website that has a calendar on it so users can make an appointment. I haven't done much with web stuff other than HTML, now I figure that these appointments are going to have to be stored in a database so that the end client can view the appointments.

    As an example this websites has the idea - if you go to www.laserrn.com - click on "Make An Appointment" page. I want to replica that type of calendar/entry system.

    What is the best language to build this in keeping in mind it will be vary basic and am willing to learn a new language to make sure its built correctly.

    C# - .NET 1.1 / .NET 2.0

    "Take everything I say with a grain of salt, sometimes I'm right, sometimes I'm wrong but in the end we've both learned something."
    _____________________
    Regular Expressions Library
    Connection String
    API Functions
    Database FAQ & Tutorial

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Web Advice

    You can do it in any web language... PHP, ASP 3.0, JSP, ASP.NET.

    But I notice from your signature you have VS 2005, so I think you should do it in ASP.NET 2.0.

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Web Advice

    I should explain that a bit better.

    ASP.NET provides you with a lot of controls... well, features actually, which will help you with creating this application. For example, the Calendar control, DataGridView, MasterPages, and so on.

  4. #4

    Thread Starter
    Fanatic Member Jumpercables's Avatar
    Join Date
    Jul 2005
    Location
    Colorado
    Posts
    592

    Re: Web Advice

    OK I will use ASP. NET what kind of datbase back end would you suggest? MySQL, SqlServer or Access ?

    C# - .NET 1.1 / .NET 2.0

    "Take everything I say with a grain of salt, sometimes I'm right, sometimes I'm wrong but in the end we've both learned something."
    _____________________
    Regular Expressions Library
    Connection String
    API Functions
    Database FAQ & Tutorial

  5. #5
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: Web Advice

    That usually depends on what database your host provides you with.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  6. #6
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Web Advice

    Access is a 'free-er' option if you won't have that many users, but if it goes heavy duty, you probably want to to with MySql or MSSQL.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width