my first commercial website

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • johngute
    Junior Member
    • Apr 2004
    • 20

    #1

    my first commercial website

    please critique my first efforts for a commercial website.
    it's for my employer.
    link removed, thanks for your feedback

    thanks
    Last edited by johngute; 12-29-2004, 09:05 PM. Reason: i don't want this post to show in the google results anymore
  • Buddha
    Senior Member
    • Mar 2004
    • 825

    #2
    I would add a contact form instead of using an email address. Besides the obvious spam reasons the cleint will also be reminded that site is working for them with every email they recieve.
    "Whatcha mean I shouldn't be rude to my clients?! If you want polite then there will be a substantial fee increase." - Buddha

    Comment

    • johngute
      Junior Member
      • Apr 2004
      • 20

      #3
      Originally posted by Buddha
      I would add a contact form instead of using an email address. Besides the obvious spam reasons the cleint will also be reminded that site is working for them with every email they recieve.
      done.
      One of Ohio's most luxurious lakefront vacation homes for rent located centrally on Apple Valley Lake. Come experience lake life paradise.

      well almost, it doesn't work yet, nor is it linked from any other page yet.

      one thing i'm trying to figure out is a better way to list all of the equipment.
      most stores have big lists of equipment that are difficult to read, and no search feature.
      samples:



      i'd like a php/mysql database that allows adding items through a form for the store, and full text search for the user.

      not sure if my skills are up to the challenge, and i've yet to find anything ready made to modify.

      Comment

      • Buddha
        Senior Member
        • Mar 2004
        • 825

        #4
        Originally posted by johngute
        one thing i'm trying to figure out is a better way to list all of the equipment.
        most stores have big lists of equipment that are difficult to read, and no search feature.
        samples:



        i'd like a php/mysql database that allows adding items through a form for the store, and full text search for the user.

        not sure if my skills are up to the challenge, and i've yet to find anything ready made to modify.
        With something like that it's good if the client can update it themselves ... then they can't blame you for the .99 cent Tomcat rental.
        "Whatcha mean I shouldn't be rude to my clients?! If you want polite then there will be a substantial fee increase." - Buddha

        Comment

        • Eric
          Junior Member
          • Mar 2004
          • 22

          #5
          oscommerce is free and good. It can be used for displaying images of catalog items, prices, shopping cart, tax computation, etc.

          Eric

          Comment

          • johngute
            Junior Member
            • Apr 2004
            • 20

            #6
            Originally posted by Eric
            oscommerce is free and good. It can be used for displaying images of catalog items, prices, shopping cart, tax computation, etc.

            Eric
            it may do too much, can i disable the shopping cart feature.
            also the big thing i need to do is to be able to display multiple prices.
            eg. Widget rental: $20 for 4 hours, $30 for 24 hours, $120 a week.

            Comment

            • waltonics
              Junior Member
              • Nov 2004
              • 28

              #7
              Sometimes a 'quick' solution is to have all of this info in an excel spreadsheet or something. When your client wants to update the info, he uploads a new spreadsheet file, and clicks some button to update the names, prices, etc on the site.

              Excel users can export as 'comma delimited', its not too much work to begin to figure out how one might use php or something to pull the text apart.

              Seriously the best way to learn stuff is to do it. If you have even used php before just bite the bullet and give it a try The searching bit might be a bit harder, but if you are stuck on where to start, howabout trying just the excel file saved as comma delimited, then pull it apart into an array using the php explode() function.

              You can then whack this data into either mySQL or xml files or whatever... I spose it doesnt save that much using the excel, sometimes its easier for you and the client though...

              that was a rant, sorry!

              Comment

              Working...