Need advice on how to set up pages!

So I am making a site and there is a section that will be
dedicated to selling boats. I need to have on one page a listing of
all the boats with a thumbnail picture and title...easy enough, I
can handle that.
The part I can't figure out though, is that I need to be able
to click on the listing title and have it open a new page with
several more pictures and a full description. My questions:
1. Can the database (mysql)/dreamweaver automtically resize
an input picture to a thumbnail size?
2.How can I create this layout and make it editable by users,
i.e. with a form to update records in the database that will
automatically create these pages with the input of
descriptions/pictures, etc?
I am familiar with mysql and use phpmyadmin and Dreamweaver,
however I am no expert. Any ideas anyone?!

www.cartweaver.com
Walt
"Brandon7777" <[email protected]> wrote in
message
news:fujl4e$4gn$[email protected]..
> So I am making a site and there is a section that will
be dedicated to
> selling
> boats. I need to have on one page a listing of all the
boats with a
> thumbnail
> picture and title...easy enough, I can handle that.
>
> The part I can't figure out though, is that I need to be
able to click on
> the
> listing title and have it open a new page with several
more pictures and a
> full
> description. My questions:
>
> 1. Can the database (mysql)/dreamweaver automtically
resize an input
> picture
> to a thumbnail size?
>
> 2.How can I create this layout and make it editable by
users, i.e. with a
> form
> to update records in the database that will
automatically create these
> pages
> with the input of descriptions/pictures, etc?
>
> I am familiar with mysql and use phpmyadmin and
Dreamweaver, however I am
> no
> expert. Any ideas anyone?!
>

Similar Messages

  • Need advice about how to set up a NBA finals spreadsheet.

    Hi everyone,
    Some friends and I are playing a version of the Over/Under game during the NBA finals. My wife, being the geek she is, set up our score sheet in Numbers. Here's a screen shot of it:
    What we're looking for is a more elegant way to set this up. M D and V are the first names of the folks participating in the game. The colored cells indicated that those predictions were correct. What we'd like is a way to automate the counting to determine the winner (and perhaps report first, second, third place, etc.)... and a way to make the whole thing easier to understand at first glance.
    Any suggestions?
    My question really isn't a trouble-shooting issue. If it's not appropriate for this forum, I'm happy to delete it.

    Macademic1 wrote:
    My question really isn't a trouble-shooting issue. If it's not appropriate for this forum, I'm happy to delete it.
    Hi Macademic,
    Your question is about how to do something using Numbers. As a 'technique' question, it's appropriate to the forum. Good thing, as you'd have some difficulty deleting your post.
    The main difficulty I see is that with the positioning of the data, there doesn't seem to be an easy way to determine which bits Numbers should count as 'wins'.
    Here's a possible solution. Details under the graphic.
    Data table (on left)
    Column A: Descriptions. This is a sampling of your list, some repeated to show different entries for "Yes" and "Results".
    B: "Yes": This contains the numerical criteria to be met or exceeded to make a "Yes" answer correct.
    C, D, E: Columns for each player (identified in Row 1) to enter their guesses. Checked means "Yes", unchecked means "No"
    Formula in the Footer row: =Evaluation::B Returns the value in the footer row of column B of the Evaluation table.
    F: "Results": Results should be entered as numbers. See below
    Evaluation Table
    A: Formula: =IF(ISBLANK(Data::B),"",Data::F>=Data::B)
    checks if an entry has been made in the "Yes" column.
    If not, the formula returns the empty string ( "" ), if so, the formula returns the result of a comparison of the values in "Yes" and "Results"; TRUE if "Result" is equal to or greater than "Yes", FALSE if it's not.
    This column shows the choice (TRUE=checked, FALSE=unchecked) that will be evaluated as 'Correct' in the three checkbox columns.
    Note the warning triangle in A2 due to comparing the number (1) in "Yes" to the text string ("!!!!") in "Results". Any text is greater than any number, but comparing 'apples to oranges' this way will display a warning. Avoid the warning by using only numbers in "Results" (and "Yes").
    Also note the error triangles in Row 7. These result from 24:00 entered into the "Yes" column being interpreted as a duration, and the smaller 15:53 entered in "Results" being interpreted as a time (of day). (Originally 3:53 PM—I must have re-entered it as 3:53 at some point.) The error triangle in B7 is due to the formula there (and in C7 and D7) referencing A7 in its calculations. I removed the formula from C7 and D7 to allow the formulas in the Footer Row to show a result,
    The next two lines show workarounds to avoid the error messages.
    In Row 8, "Yes" and "Results" have only the number of full minutes entered, and that value entered as a plain number.
    n Row 9 the two cells have been formatted to contain Durations, and to show them as minutes and seconds, separated by a colon.
    B, C, D: Formula =IF(Data::C=$A,1,0)
    In English, If the guess is correct, 1 point, if not, 0 points.
    Footer row formula: =SUM(B)
    Conditional formatting is used to change the Fill colour for correct guesses.
    The rule shown is for the selected cell, E10. The same rule is used for C10 and D10. For other rows, the cell reference A10 must be changed to match the row being formatted (ie. in C8, the reference would be to A8).
    Regards,
    Barry

  • How to set default page in DLN among folders structure

    Hi All,
    We have the navigation structure as follows.
    In Top Level Navigation we have a Role called " Role1"
    In Second Level Navigation we have a Workset called "Workset1"
    In Detailed Navigation we have a folders as below :
    Folder1
        Folder2
              Page1
              Page2
              Page3
        Folder3
             Page4
             Page5
             Page6
    Now our requirement is when user clicks on Role1 then in the Detailed Navigation (DLN) , Page1 should set by default and content in that page has to be displayed in the content Area.
    Currently it is happening like, when user clicks on Role1 then in the Detailed Navigation(DLN), Folder1 is selecting by default , then user has to select manually the page1 then that page1 is content is displaying in the content area.
    Could you please get back to me what are the properties has to be changed at page level or folder level if any, for achieving the requirement as page1 should set by default when user clicks on Role1 ( from the First Level Navigation).??
    I tried the property of "Default entry for folder"  for page1 as "Yes", Still it is setting the page1 as deafult in the DLN on click of Role1. Please let me know if any other properties are required to change?
    Note : Currently we are using Light framework page fucntionality instead of Default framework page.
    Thanks in advance, it would be great help to us if get back to us.
    Regards,
    PortalUser100
    Edited by: PortalUser100 on Feb 24, 2011 6:53 PM
    Edited by: PortalUser100 on Feb 24, 2011 6:54 PM
    Edited by: PortalUser100 on Feb 24, 2011 6:57 PM

    Hi Mahesh,
    Thanks for your reply.
    Currently we are using Light framework page not Default Framework Page, Inside we have Light detailed Navigation, inside i had check for the property of "Clicking Folder Name Launches First Node", but it was not there for Light detailed Navigation.And this property is there as you said for detailed navigation inside the desktop inner page.
    Could you please guide whether out requirement is possible or not with light framework page->light detailed navigation?
    The following is our requirement
    How to set a Page as Default which is inside the Folder Structure on DLN (Detailed Level Navigation).?
    When user clicks on Role , then we need to set the Page as default to be loading in the detailed Navigation then the content of Page will be automatically displayed in the content area.?
    The following is the Structure of our requirement, then please let me know how to set Page as default when we click on Role 1, as mentioned in the below structure. Currently when click on Role1, then Folder1 in the DLN is selecting by default then user has to click on Page manually then content of page will be displayed in the content area.
    Role1 (First Level Navigation)
         Workset1(Second Level Navigation)
             Folder1(Deailed Navigation content)
                  Folder2
                        Page (Google Page, for example)
    I tried the property of Page as "Default Entry for Folder" as "Yes", even though still the page is not setting by default on click of Role1. let me know if any other changes/properties/options are there to get the solution for this.
    If any one helps on this then it would be great help to us.
    Currently we are using Light Framework Page. Not Default Framework Page.
    Thanks in advance.
    Regards,
    PortalUser100

  • How to Set a page as home page in Oracle portal 10g

    Hi,
    I have one doubt.
    How to set a page (Not Page group) as home page in Oracle portal 10g?
    whether it should be a HTML Portlet or some other?
    Thanks & Regards
    Suthan.Sathya

    Hi,
    Welcome to SDN
    By defining the Sort Sequence of Navigation Nodes, you can do this, check the links:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/92/3e703e632c7937e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/53/89503ede925441e10000000a114084/frameset.htm
    If you need more help, just ping back.
    Greetings,
    Praveen Gudapati
    p.s. Points are always welcome for helpful answers

  • TS2755 Hi all, I bought one iphone and 3 ipads, i set up all on one apple ID. Now i have a problem when using messages: when sending message from one device it appears again on screen from the other 3 devices. I need help of how to set up messages on each

    Hi all, I bought one iphone and 3 ipads, i set up all on one apple ID. Now i have a problem when using messages: when sending message from one device it appears again on screen from the other 3 devices. I need help on how to set up messages on each device separately and to start using messages app on each device independently. Thanks

    search google for "iphone remove picture from contact"

  • Hi, I am using Indesign CS6, How to set the page size in Inches.

    Hi, I am using Indesign CS6, How to set the page size in Inches.

    All fields in InDesign can be entered in any measurement system. So, if you want to make an 8"x10" document and go to File>New Document and the window looks like this:
    …you can type either 8 in or 8" into the Width field like this:
    …and when you move to the next field, it will convert the eight inches into the equivalent number in the unit of measure that it is using at the moment, like this:
    … (203.2 milimeters is the same as 8 inches). You can also enter a different measurement unit into other fields once the file is created, such as the width or height of a frame, or the position of an object in the X and Y coordinates.
    If you would rather just work in inches instead of having to type the inches mark or abbreviation, go to InDesign>Preferences>General and select the Units & Increments tab. There you will see Ruler Units for Horizontal and Vertical at the top of the window. Set them to Inches and all of the fields will display in inches. If you do that to an open document, you will change the unit of measure for that document. If you do it while no documents are open, it will change the unit of measure for any new documents you create. To change the unit of measure for existing documents, you will have to open each and make the change.

  • How to set the page size

    Hi,
    How to set the page size of a B tree node in berkeley db java edition?
    thanks.

    The two systems have different performance characteristics. If you are concerned with the performance characteristics, then the best way to tell is to benchmark them.
    By the way, both BDB and BDB JE are B-trees.

  • 2 Question How to set the page size and  full screen

    I am looking to find out how to set the page to be 1024 by
    768 static and also how to force a browser window to go to full
    screen. Thanks

    Hi Ludek,
    i could solve the issue by using the follwing code.
    report = new ReportDocument();
    PageMargins customPageMargin = report.PrintOptions.PageMargins;
    report.PrintOptions.PaperOrientation = PaperOrientation.Portrait;
    report.PrintOptions.PaperSize = PaperSize.Paper10x14;
    customPageMargin.rightMargin = 1;
    customPageMargin.topMargin = 0;
    customPageMargin.bottomMargin = 0;
    report.PrintOptions.ApplyPageMargins(customPageMargin);
    Thanks for you help.
    Regards,
    smitha.

  • I need to know how to set up my itunes card i bought at the store on my phone please

    I need to know how to set up my itunes card that I bought from the store to my account on my phone

    Click here and follow the instructions.
    (118196)

  • I need to know how to break my page into two pages so i can send it

    I need to know how to break my page into two pages so i can send it

    Hi,
    You can add new form fields via the add item bar.  For example if you want them to fill in their name, you'd add perhaps 2 text fields, one for first name, one for last name.  Text field is the first icon on the add item bar.  Each field allows you to specify a custom label, you can click it to edit the label.  Are you seeing the add item bar?
    Once you've added all your form fields, you can test your form by clicking the "Test" tab, and then clicking the "Test Web Form" button.  That will open a browser to your form, that you can test filling it out.  When you've filled it out, you click the submit button.  The response will be saved to our service.  You can view the submissions, by going to the "View Responses" tab.
    Once you've finished testing your form, and want to distribute to your users, go to the "Distribute" tab, click the "Open" button. This will make sure your form is open and accepting repsonses.  Then copy the URL by clicking the "Copy Link" button.  You can then email that URL to your users, so they can fill in your form.
    Does this help?
    Thanks,
    Todd

  • How to set a page item to either of two sources?

    Hello Folks,
    I would like some advice with the following:
    On P1 there is a text field, say p1_text. The users enters a value into p1_text. This is validated.
    If the p1_text value validates OK, and the next button is pressed, there is a branch to page 2, which has a sql query page item named p2_dest which should use :p1_text in a where clause.
    If the p1_text value does not validate OK, the user is then presented with a Select List named p1_select (p1_text is now hidden). When the next button is pressed, there is a branch to page 2, and the sql query page item, p2_dest should now use :p1_select in a where clause (instead of :p1_text).
    I have the validation and presentation of either p1_text or p1_select working OK, but would really appreciate suggestions on how to set the one item on page 2 with either of the page 1 items when the branching occurs.
    Thanks
    KIM

    I used pl/sql in a page process on P2 to implement this logic to set a P2 item. I removed the setting of items from the calling page branch process.
    Cheers
    KIM

  • How to set Single-Page layout mode in C#

    I have searched through all of the API documents, without success in how to correctly set the PDLayoutMode to SinglePage.
    I am using Acrobat Standard 7.0.9 with the 7.0.5 SDK and Visual Studio C# Express 2005 edition. I have quite successfully interfaced with Acrobat using C#, and have been happily using it for the past 8 months. But, now I need to extend my app to programmatically set the page layout mode. I don't find complete enough documentation to help me get the job done.
    One hint I stumbled upon, was to use the AVAppSetPreferences(), but the docs are wimpy on the correct values for the method's two parameters.
    Anyone have any experience with AxAcroPDFLib, or other OLE methods to set the page layout mode to other than default?
    Regards,
    Dale.

    I would like to propose this as a new IDEA in this forum but again: NOT POSSIBLE. I am not privileged.

  • NEED info on How to Set Router to access just one website???

    Ok here we go again, Finally found out it's my Linksys not letting me onto one website..I had a 310N and thought that was the problem so went out and bought a 610N ..same darn thing just won't let me access one website I need to sell my goods for income. I remove linksys from my modem and plug it directly into one of my computers and I got the website..Yes it's a Linksys problem !!!
    I need some info on how to set up a access point in my router's setting to let me log on to this website www.denofangels or http://74.86.166.210/
    Is it time for me to call the support team??????????????
    I'm running XP on my computers, have 3 of the 4 computers using wirelessN adapters and on the main computer is the WRT 610
    Help Please ....linksysDoll
    Gone Nutz trying to figure out Linksys again!!

    MY Internet provider is Time Warner / Roadrunner cable..Does this help you to solve my problem. Nothing wrong with the modem..just my wrt 610N settings, I'm guessing it carried over from my wrt 310N..this was working fine until a couple of months ago and then nothing for this one website.
    I'm running XP
    Thank you in advance for any help or info
    Gone Nutz trying to figure out Linksys again!!

  • How to set a page template for news detailed view?

    Is there a way to set a page template for the detailed view of the news module?
    I have a page template setup and added the {module_announcement,,,,,} to the page. When the news item is clicked it always opens the default template - is this how it is designed to work or is there a way I can specify it to use a different page template?
    Dave.

    Hey Dave, See the image below:

  • How to set "Facing Pages" in Pages 5/1

    I can't seem to set my page format to Facing Pages.  I'm using Pages 5.1  I don't see the box shown in the manual to check for facing pages.
    Thanks,  Ron

    Apple has simplified this for you.
    You can't.
    Peter
    btw How are you running Pages 5 in OS 9.2x?

Maybe you are looking for

  • PhotoSmart 6510 e All-IN-ONE Series HP Printer

    My HP Photosmart 6510 e-All- In -One printer suddenly stoped coping, and delivers blank pages.  When I print from my laptop the printer works but the quality is poor; printing faded out areas within the printed-out paper process.  I tries cleaning th

  • How to use different SMTP Servcer

    I have a new email account with a provider that does not support smtp service. So I am trying to use my me.com smtp service that has given me many challenges (it does not go through). And while I am reading here to see what is wrong. The only service

  • FM to convert binary to image

    Hi All, Does anyone know any function module to convert 'image binary data' back to 'image' (bmp, jpeg..etc) format? I appreciate any help. Regards. Edited by: mike curtis on Aug 12, 2010 9:10 PM

  • Trying to import movie from iphoto...help!

    can i not import a movie recorded with iphoto? i keep trying and it keeps telling me "no matching video".

  • Choosing Sharing of Airport Disk by Airport PW/Disk PW/Account

    I have a USB disk connected to my Airport Extreme Dual Band. I use it to share files and for TM. All is well. Using the Airport Utility > Manual Setup > Disks > File Sharing, I have With Airport Extreme Password selected. There are two other options,