Database driven web site

Ask a Question related to Macromedia Dreamweaver, Design and Development.

  1. #1

    Default Database driven web site

    Hi,

    I want to create a website where people can sign up to the site and put
    there company details on it. Then when a user searches for a particular
    service, e.g electrician, they can search by area or post code and then the
    web site will bring back all the electricians in their area.

    Also what I want to do is then allow the user to back on to the web site and
    let them be able to put up a review on the service they used and rate the
    service using a star rating.

    I am not a programmer so I have never done this before. I have designed web
    sites but not database driven ones. Is there a simple way of doing this or
    there some software I could use with dreamweaver that will help me do this.

    Regards

    Steve


    steve wheller Guest

  2. Similar Questions and Discussions

    1. Database driven CMS and Contribute
      I am looking to create a hybrid of contribute and database driven CMS (like Joomla or Drupal). Anyone ever tied to do anything similar? Any...
    2. Contribute work with a CF Database Driven Site
      I have a site the is created in ColdFusion and is completely MS SQL database driven. Will Contribute work with this? I noticed that when I view one...
    3. database driven query
      Hello All, I am try to create a dynamic search page where the admin would create the fields or dropdowns for the user to select. For this example,...
    4. Dynamic Database Driven site HELP !!!!!!!!!!!!!!
      Hello, My name is Juan Sevillano. I am desperetaly looking for HELP I need to know if you could please help me. I am currently using Dreamweaver...
    5. database driven website using SAN
      We want to develop database driven website. because of enormous amount of data (300GB) customers's tech advisor is insisting on using SAN instead...
  3. #2

    Default database driven web site

    I am wanting to change the web site for the company i work for into a
    database driven web site. This isn't a problem as i have created several
    ASP areas for the web site.

    What i want to do is re-write the website so it is easier to manage. It
    needs to use style sheets to make it easier to update. Then i thought why
    not create one page that looks in a database for the text and images.

    Then all that needs to be done is create a form so that people can enter the
    text into the page it inserts into the database then the new pages are
    visible.

    Only when i come to write it, i realise that we resell 15 products, 6
    monthly releases of products etc. Basically i wanted to replicate the
    Autodesk web site, using ids and product names to make my job easier. I
    have just graduated and can write and delete to databases, but we never got
    told or shown how to do this idea of mine. Sorry this is long winded but
    if anyone understands what i want to do can they point me to a web resource
    that demonstrates it.

    Thanks

    Steven Scaife


    Steven Scaife Guest

  4. #3

    Default Re: database driven web site

    On Fri, 18 Jun 2004 15:49:52 +0100, "Steven Scaife" <nospam> wrote:
    >I am wanting to change the web site for the company i work for into a
    >database driven web site. This isn't a problem as i have created several
    >ASP areas for the web site.
    >
    >What i want to do is re-write the website so it is easier to manage. It
    >needs to use style sheets to make it easier to update. Then i thought why
    >not create one page that looks in a database for the text and images.
    >
    >Then all that needs to be done is create a form so that people can enter the
    >text into the page it inserts into the database then the new pages are
    >visible.
    >
    >Only when i come to write it, i realise that we resell 15 products, 6
    >monthly releases of products etc. Basically i wanted to replicate the
    >Autodesk web site, using ids and product names to make my job easier. I
    >have just graduated and can write and delete to databases, but we never got
    >told or shown how to do this idea of mine. Sorry this is long winded but
    >if anyone understands what i want to do can they point me to a web resource
    >that demonstrates it.
    Look for any portal or content management system, and possibly a
    shopping cart script. Aspin.com is a decent place to start.

    Jeff
    Jeff Cochran Guest

  5. #4

    Default Re: database driven web site

    Perhaps do some searching at the following:

    HotScripts.com
    [url]http://www.hotscripts.com[/url]

    Planet Source Code
    [url]http://www.planet-source-code.com[/url]

    Best regards,
    J. Paul Schmidt, Freelance ASP Web Designer
    [url]http://www.Bullschmidt.com[/url]
    ASP Designer Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...


    *** Sent via Devdex [url]http://www.devdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Bullschmidt Guest

  6. #5

    Default Re: database driven web site

    Hi,

    I can give show you an easy way to do it. You May not like it but it
    is better than nothing. You can create a drop down you form and list
    the entire. So that you customer not going to type what is not there
    and it also make sure customer always going to get product when they
    press search rather than making one key word by them self. All you
    have to do is just populate your dropdown menu. It is better to get
    something instead of getting, "No results were found for your search
    ". And you have a big advantage because you have only 15 products not
    50. If it works go for it if not please try do download some sample
    code.

    Start from: [url]http://www.planet-source-code.com[/url]
    [url]http://www.aspalliance.com/[/url]
    [url]http://www.aspalliance.com/[/url]
    ( By the way i was thinking you are working with ASP )



    Suvra Barua
    Internet promoter
    M6.Net
    [url]http://www.m6.net[/url]
    -------------------------------------------------------------------------------
    Windows 2003 hosting - ASP, ASP.NET, PHP, CGI, Perl, FTP, Frontpage
    extension
    SQL 2000, MS Access,MySsql, Emails, Stats with 24 hour support.
    Starting from
    $4 m/o and 250 MB space. 20GB bandwidth.
    -------------------------------------------------------------------------------





    "Steven Scaife" <nospam> wrote in message news:<eVEl9OUVEHA.3596@tk2msftngp13.phx.gbl>...
    > I am wanting to change the web site for the company i work for into a
    > database driven web site. This isn't a problem as i have created several
    > ASP areas for the web site.
    >
    > What i want to do is re-write the website so it is easier to manage. It
    > needs to use style sheets to make it easier to update. Then i thought why
    > not create one page that looks in a database for the text and images.
    >
    > Then all that needs to be done is create a form so that people can enter the
    > text into the page it inserts into the database then the new pages are
    > visible.
    >
    > Only when i come to write it, i realise that we resell 15 products, 6
    > monthly releases of products etc. Basically i wanted to replicate the
    > Autodesk web site, using ids and product names to make my job easier. I
    > have just graduated and can write and delete to databases, but we never got
    > told or shown how to do this idea of mine. Sorry this is long winded but
    > if anyone understands what i want to do can they point me to a web resource
    > that demonstrates it.
    >
    > Thanks
    >
    > Steven Scaife
    Suvra Barua Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139