Searchable product images + prices database?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • PR

    Searchable product images + prices database?

    Searchable product images + prices database?

    What system should I use to put a database on the WEB
    which shows images and allows searches, including
    searches within given price ranges for products?

    There will be product images too, thumbnails and
    larger images?

    All the data will be on a single server, on the same
    server the main site WEB pages.

    Presumably I create the WEB pages on the fly from the
    results of database query?

    The server will be Windows, and I'd prefer to use
    Dreamweaver.

    All pointers welcome.

    --

    Repligator - Easy graphics effects
    Gliftic - Easy decorative tilings
  • Larry  Linson

    #2
    Re: Searchable product images + prices database?

    I'm sorry, but I can't give you any information about dreamweaver.

    What kind of database will you have on the website? A Jet database (often
    called an 'Access' database) may not be a good choice.

    There are several ways you can access data in a database, and it can be done
    from a number of languages: .asp pages using vbscript, javascript, VB, or
    Java, HTML pages using various scripting languages, some of which require a
    separate server. You can do this in conjunction with web page design using
    Dreamweaver or a number of other design software tools. But this isn't the
    place to get details on website design and implementation -- you need a
    newsgroup devoted to that subject.

    Larry Linson

    "PR" <support@ransen .com> wrote in message
    news:401b15dc.1 432587@news.new sguy.com...[color=blue]
    > Searchable product images + prices database?
    >
    > What system should I use to put a database on the WEB
    > which shows images and allows searches, including
    > searches within given price ranges for products?
    >
    > There will be product images too, thumbnails and
    > larger images?
    >
    > All the data will be on a single server, on the same
    > server the main site WEB pages.
    >
    > Presumably I create the WEB pages on the fly from the
    > results of database query?
    >
    > The server will be Windows, and I'd prefer to use
    > Dreamweaver.
    >
    > All pointers welcome.
    >
    > --
    > http://www.ransen.com/
    > Repligator - Easy graphics effects
    > Gliftic - Easy decorative tilings[/color]


    Comment

    • PR

      #3
      Re: Searchable product images + prices database?

      On Tue, 27 Jan 2004 00:59:42 GMT, "Larry Linson"
      <bouncer@localh ost.not> wrote:
      [color=blue]
      >I'm sorry, but I can't give you any information about dreamweaver.
      >
      >What kind of database will you have on the website? A Jet database (often
      >called an 'Access' database) may not be a good choice.
      >
      >There are several ways you can access data in a database, and it can be done
      >from a number of languages: .asp pages using vbscript, javascript, VB, or
      >Java, HTML pages using various scripting languages, some of which require a
      >separate server. You can do this in conjunction with web page design using
      >Dreamweaver or a number of other design software tools. But this isn't the
      >place to get details on website design and implementation -- you need a
      >newsgroup devoted to that subject.
      >
      > Larry Linson[/color]

      Thanks Larry. I aske here because my customer already
      has an Access database and it would be easier to use
      that as a starting point...


      --

      Repligator - Easy graphics effects
      Gliftic - Easy decorative tilings

      Comment

      • Larry  Linson

        #4
        Re: Searchable product images + prices database?

        Jet is a perfectly acceptable database for a website with "modest" traffic
        using the database. I say "Jet" because that is the database engine and the
        database you'll use on your website will contain only the tables and
        relationships (unless you use Data Access Pages, but they are limited to a
        Windows web server and to users who have a relatively current version of
        Internet Explorer -- in which case you can generate the pages with Access).

        A Jet database can only run on a Windows server, as you might guess, but can
        be accessed via any of several languages (as I mentioned), so still, you
        need to pursue this in a web-oriented newsgroup.

        This one's database-oriented, but not web-oriented.

        Larry Linson
        Microsoft Access MVP



        "PR" <support@ransen .com> wrote in message
        news:4015f364.6 65939@news.news guy.com...[color=blue]
        > On Tue, 27 Jan 2004 00:59:42 GMT, "Larry Linson"
        > <bouncer@localh ost.not> wrote:
        >[color=green]
        > >I'm sorry, but I can't give you any information about dreamweaver.
        > >
        > >What kind of database will you have on the website? A Jet database (often
        > >called an 'Access' database) may not be a good choice.
        > >
        > >There are several ways you can access data in a database, and it can be[/color][/color]
        done[color=blue][color=green]
        > >from a number of languages: .asp pages using vbscript, javascript, VB, or
        > >Java, HTML pages using various scripting languages, some of which require[/color][/color]
        a[color=blue][color=green]
        > >separate server. You can do this in conjunction with web page design[/color][/color]
        using[color=blue][color=green]
        > >Dreamweaver or a number of other design software tools. But this isn't[/color][/color]
        the[color=blue][color=green]
        > >place to get details on website design and implementation -- you need a
        > >newsgroup devoted to that subject.
        > >
        > > Larry Linson[/color]
        >
        > Thanks Larry. I aske here because my customer already
        > has an Access database and it would be easier to use
        > that as a starting point...
        >
        >
        > --
        > http://www.ransen.com/
        > Repligator - Easy graphics effects
        > Gliftic - Easy decorative tilings[/color]


        Comment

        • PR

          #5
          Re: Searchable product images + prices database?

          On Wed, 28 Jan 2004 01:04:43 GMT, "Larry Linson"
          <bouncer@localh ost.not> wrote:
          [color=blue]
          >Jet is a perfectly acceptable database for a website with "modest" traffic
          >using the database. I say "Jet" because that is the database engine and the
          >database you'll use on your website will contain only the tables and
          >relationship s (unless you use Data Access Pages, but they are limited to a
          >Windows web server and to users who have a relatively current version of
          >Internet Explorer -- in which case you can generate the pages with Access).
          >
          >A Jet database can only run on a Windows server, as you might guess, but can
          >be accessed via any of several languages (as I mentioned), so still, you
          >need to pursue this in a web-oriented newsgroup.
          >
          >This one's database-oriented, but not web-oriented.
          >
          > Larry Linson
          > Microsoft Access MVP[/color]

          Thanks for the info!


          --

          Repligator - Easy graphics effects
          Gliftic - Easy decorative tilings

          Comment

          • Tony Toews

            #6
            Re: Searchable product images + prices database?

            starwars <nobody@tatooin e.homelinux.net > wrote:
            [color=blue]
            >Comments: This message did not originate from the Sender address above.
            > It was remailed automatically by anonymizing remailer software.[/color]

            Please ignore the above posting.

            Tony
            --
            Tony Toews, Microsoft Access MVP
            Please respond only in the newsgroups so that others can
            read the entire thread of messages.
            Microsoft Access Links, Hints, Tips & Accounting Systems at

            Comment

            Working...