Buying Needed - Image overlay program using CSS3 and PHP

Discussion in 'Programming' started by tyankee, Oct 22, 2013.

  1. #1
    i am looking for 2 pages to be created for an image overlay program similar to the one at http://www.polstitchesdesigns.co.uk/fabricviewer.htm

    Page 1 would allow the user to upload images to 2 folders - fabric/background or pattern from their computer. They would also be able to name the image when uploaded and select the 'supplier'. You will need to create a MySQL table with the following fields:
    id, image name, image file name, type of image (fabric/background or pattern), supplier and date created. and upload to this table from this page.

    Page 2 would look similar to http://www.polstitchesdesigns.co.uk/fabricviewer.htm but with a couple changes. Fields would be read from the MySQL table you created in page 1. The user would select the supplier from a pulldown menu and when they did this, only that suppliers pattern would show up and the user would select a patter. When a user selects a pattern and position, it shows up in the blank window and when they select a fabric/background, it shows up as the background in the window. The pattern images will be on a transparent background so that they show correctly. The user will create and upload these images. The user will also have the ability to upload images on this page like in the example.

    Design the page 2 so the images are the largest you can fit into the design without making it look bad. maybe 400x320px???? and design the pages using CSS3, HTML, and PHP.

    Please PM me your bids and experience. No inexperience people please with zero feedbacks.
     
    tyankee, Oct 22, 2013 IP
  2. ezprint2008

    ezprint2008 Well-Known Member

    Messages:
    611
    Likes Received:
    15
    Best Answers:
    2
    Trophy Points:
    140
    Digital Goods:
    1
    As Seller:
    100% - 8
    As Buyer:
    100% - 0
    #2
    the site you're using for a reference doesn't look professional in my opinion with all those drop down menus and everything stuffed onto the page not making much cohesive sense.

    Why don't you use an AJAX script and maybe one drop-down menu or thumbnail jpegs that appear when drop down menu selects a category.
    then AJAX would load the larger images to the display area. Center the display area and maybe set a graphic vector image of a picture frame around it so it looks better and centered. Also since they specified the size of that display box, most of those images are being skewed to force-fit the display area. The images size properties should be used to determine the size of the display area.(if dynamic size your picture frame would have to be set up dynamic or none at all /preference)

    thumbnails across top and bottom of display area ...especially if they move when you mouse-over the arrows left or right would be set up better than that site you used for ref.
    you need
    1. image uploading script PHP
    2. Ajax Engine
    3. PHP code for sending/receiving selections
     
    ezprint2008, Oct 30, 2013 IP