Resizing pixs for web page use

I have resized the photos to use on MS Frontpage but when the thumbnails are clicked on to be enlarged in the web page they are still too large. How do I make photos usable for web page use?

What version of Elements are you using? How are you now going about creating the thumbnails and larger images? What size are you making the large ones? I suspect all you need to do is change the width and height parameters to something smaller.

Similar Messages

  • How to resize photos for web pages

    Can photos be resized within iPhoto to be used on a web site?  If not what is the best program to do this to keep good quality photos but have a fast reloading time.

    I need to edit photos for print and then create a second version for the web.
    You can resize photos as you export from iPhoto - use a custom size and set what you need and upload the exported photos
    This is how you do that - you can not "resize" within iPhoto - you resize (and make another copy) when you export.
    As to your saving photos form PS into the iPhoto library and wondering why it does not work - it is becaus you must NEVER make any changes of any sor tto the structure or content of the iPhoto library using any program other than iPhoto - saving a photo into the iPhoto libray is not supported and will not work - you set PS as the external editor and when you finish editing you save and iPhoto handles the new image
    LN

  • I have a Lexmark Z705 printer. When I click Properties on the printer dialogue box i get error message "Prop Res DLL not loaded." This only for web pages using Firefox.

    no more to add

    Copy '''LXBCPRP.DLL''' to the following location: '''C:\WINDOWS\system32\spool\drivers\w32x86\3 '''
    See also: http://support.microsoft.com/kb/918730

  • Using Java for Web Pages

    Is there any way to completely avoid HTML for Web pages? can Java be used entirely for sites?

    (X)HTML cannot be completely avoided, this is the only one markup language which the web browser can interpret to display websites. If you want to avoid writing plain vanilla HTML and scriptlets and want more interaction with Java, consider a MVC framework like JSF or Struts.

  • How to show modal window without popup in a web page using javascript

    Hi,
    How to show modal window without popup in a web page using javascript, means when the modalwindow is opened it should not ask for popup blocker alert......
    pls help me.....

    Thanx for ur reply,
    Actually the senario is when i click on a button, another jsp page should be displayed in a modal window without popup, but the functions alert() and confirm() will not accept the url path of the another jsp page...

  • Silent print a PDF from a web page using Flex. We are targeting Windows and Mac with Arcobat reader installed

    We are planning to Silent print a PDF from a web page using Flex. We are targeting Windows and Mac with Arcobat reader installed. I have tried using the AIR appliaction and it worked, But our requirement is NO INSTALL to the user machine for the silent printing. It is just from web page and silent printing to the default printer to the desktop/Laptop. Can anyone share your thoughts and experience with us. It will be very helpful..
    For AIR : I tried the thread Re: AIR and PDF showing/silent printing

    Hey CodeMonkey & Ross,
    Did you either of you ever find a solution? I'm stuck too, it seems I can get remote printing on all these PDFs to work but it just prints a blank page since I've been using Javascript in the browser, not Adobe's (they are Engineering drawings that I do not have permission to edit so I can't just insert code into them but I need to make work instructions). I've been scouring the internet for hours now, it seems that this thread is the only relevant/useful one at this point. No one else was trying to achieve this for similar reasons to mine.
    Thanks guys,
    Lox

  • Need help to access a web page using midlet to retrieve some informations

    Hi everyone i'm trying to access a web page using midlet to retrieve some informations in text format, the web page is [http://daviddurand.info/D228/?villes|http://daviddurand.info/D228/?villes] for my project.
    the problem is that i always get error 10049 in socket::open meaning no adresse could be found i tried IP adresse and still the same.
    i managed to recreate the same web page to test it on local and the surprise that it works fine but when accessing it online i have this error.
    i tried also to get the page i created on a webserver i own to try it saying that there might be security issues but the same error appears again. so help plz
    here is my code :
    package mobileapplication5;
    import java.io.*;
    import javax.microedition.io.*;
    import javax.microedition.lcdui.*;
    import javax.microedition.midlet.*;
    public class GetMidlet extends MIDlet {
    private Display display;
    String url = "http://dayaati.com/villes/index.php?villes";
    public GetMidlet() {
    display = Display.getDisplay(this);
    public void startApp() {
    try {
    getBirthdayFromNameUsingGet(url);
    } catch (IOException e) {
    System.out.println("IOException " + e);
    e.printStackTrace();
    public void pauseApp() {   }
    public void destroyApp(boolean unconditional) {  }
    public void getBirthdayFromNameUsingGet(String url) throws IOException {
              HttpConnection httpConn = null;
              InputStream is = null;
              OutputStream os = null;
              try {
    httpConn = (HttpConnection)Connector.open(url);
    httpConn.setRequestProperty("User-Agent", "Profile/MIDP-2.1 Configuration/CLDC-1.1");
    httpConn.setRequestProperty("Content-Language", "en-US" );
    httpConn.setRequestProperty("Content-Type", "text/html; charset=iso-8859-1");
    httpConn.setRequestProperty( "Connection", "keep-alive" );
    httpConn.setRequestProperty("Content-Length","51200");
              getConnectionInformation(httpConn);
              int respCode = httpConn.getResponseCode();
              if (respCode == httpConn.HTTP_OK) {
                   StringBuffer sb = new StringBuffer();
                   os = httpConn.openOutputStream();
                   is = httpConn.openDataInputStream();
                   int chr;
                   while ((chr = is.read()) != -1)
                   sb.append((char) chr);
                   // Web Server just returns the birthday in mm/dd/yy format.
                   System.out.println(sb.toString());
              else {
                   System.out.println("Error in opening HTTP Connection. Error#" + respCode);
              } finally {
                   if(is!= null)
                   is.close();
                   if(os != null)
                        os.close();
              if(httpConn != null)
                        httpConn.close();
    void getConnectionInformation(HttpConnection hc) {
    System.out.println("Request Method for this connection is " + hc.getRequestMethod());
    System.out.println("URL in this connection is " + hc.getURL());
    System.out.println("Protocol for this connection is " + hc.getProtocol());
    System.out.println("This object is connected to " + hc.getHost() + " host");
    System.out.println("HTTP Port in use is " + hc.getPort());
    System.out.println("Query parameter in this request are " + hc.getQuery());
    **Heeeeeeelp Please**

    [http://java.sun.com/javase/6/webnotes/trouble/TSG-VM/html/crashes.html]
    SIGSEGV (0xb)Most common cause of that is JNI code used directly or indirectly through a 3rd party library.
    64-Bit Server VM (11.2-b01 mixed mode linux-amd64)Conversely that VM gets less traffic than others so you might have hit a bug in it.

  • How can I add a podcast episode to an existing web page using iWeb?

    How can I add an episode to an existing web page using iWeb?
    I could probably figure this out but I am afraid if I make changes to the site and re-upload it to the podcast area I will have just doubled it. I see them repeated from time to time.
    What is the proper protocal? Thanks
    Mac G4   Mac OS X (10.4.3)  

    Hi apple-owner,
    Method 1.
    To create this scatter-plot, I selected the whole of Columns A and B. (Shift click on the Column reference tabs).
    The plot ignores blank rows, but they are "ready" for new data:
    Method 2
    If you did not select whole columns, you can extend the "active" rows. Rows 1-5 selected:
    Add more data rows and drag the fill handle (small white circle, bottom right) down
    Regards,
    Ian.

  • IPhoto still won't make web pages using the comments field

    I am someone who makes use of the comments field in iPhoto. I don't edit the title, because I thought it edited the photo file name (perhaps only in earlier iPhoto versions). Unfortunately, the Apple's tools for making a web page from iPhoto '08 seem to still use the title field only and not the comment field. That means that I have to edit all titles (to blank or a proper title) if I just want to show an annotation on just a few photos in a web page. At least the comments field defaults to blank, so I normally use it, along with the Better HTML plugin to make web pages, http://www.geeksrus.com/software/betterhtmlexport/
    Now, the web pages produced by Apple are now as good as and even better than the BHTML templates, and I'd like to use them. But this problem with the comments means I can't quickly convert my old photo albums to something that makes nice web pages using my annotations with the iPhoto tools.
    Does anybody know of any solutions to this problem? E.g. a script to copy the comments field to the title field?

    I know what you mean. I can't believe that after so many versions of iPhoto that have supported publishing of some sort that such a basic and obvious feature still hasn't been implemented. It can't take that much effort to add. I'd rather have that than the new (and IMHO completely useless) "Events" feature. Speaking of which, does anyone know if there is a way to turn it off? It's annoying the heck outta me. I hate it.

  • Remove details for web page object types in search results

    Within the search results, the first 200 characters are displayed for documents, web pages, etc.. Web pages show the HTML code. Is there a way to hide these details for web pages but have them visible for all other object types?

    The solution can be found in this thread: http://discussions.apple.com/thread.jspa?threadID=2456976
    Download Secrets at http://secrets.blacktree.com/
    Install the prefspane, select Safari in the left hand list, and uncheck "Use new URL completion list".
    You need to log out and log in again for it to work.

  • Fireworks or Indesign for web page layout?

    Hi, I've currently ordered CS3 Web Premium and it won't ship
    until tomarrow, and I don't know whether I should cancel it and get
    the Design Premium instead.
    It all depends on whether Fireworks is a must have for web
    page design. Does it offer anything invaluable that I need that
    Photoshop Cs3 won't already fill? I saw the tour for InDesign and
    was impressed how you can create amazing page layouts and how you
    can export them to XHTML.
    I probably won't be using Adobe Contribute as I prefer making
    my own WYSIWYG editor in asp.net for my webpages, because I don't
    want to buy a new license of Contribute for every web page I make
    for a different client, so the choice of whether I should leave Web
    Premium and get Design Premium rest on whether Fireworks is more
    useful for webpage design and whether creating web page layouts
    with InDesign is worth paying the extra money for (I don't mind
    using it to create computer software manuals as well).
    I appreciate any input on this matter. :)

    Excellent clarifications, DWD.
    Jim Babbage - .:Community MX:. & .:Adobe Community
    Expert:.
    Extending Knowledge, Daily
    http://www.communityMX.com/
    CommunityMX - Free Resources:
    http://www.communitymx.com/free.cfm
    .:Adobe Community Expert for Fireworks:.
    news://forums.macromedia.com/macromedia.fireworks
    news://forums.macromedia.com/macromedia.dreamweaver
    Deaf Web Designer wrote:
    > Hi TheStrangerSome,
    >
    > If I may chime in and add to Jim Babbage's advice or
    suggestion.
    >
    > Please note that there is no such a thing as "WYSIWYG"
    editor. It is more
    > accurate of putting "HTML" as HTML editing app.
    > In addition to this aspect of discussion about web
    authoring app issue, it
    > should be addressed in either general discussion forums
    either at Dreamweaver
    > or Contribute for that matter.
    >
    > As for "changing the order" from Web Premium to Design
    Premium, it is BEST if
    > you talk to Adobe customer service department
    immediately. Though, I believe
    > that their business hours are based on Pacific Standard
    Time Monday through
    > Friday. Please refer to Contact as appeared on top of
    Adobe systemwide website,
    > including this forum. If you roll your browser up to the
    top of webpage, you'll
    > notice the term "Contact". use that link for further
    details.
    >
    > I think you might be mistaken for term "layout" used in
    InDesign or Fireworks.
    > Please note that InDesign is specifically designed for
    high-end
    > professional-quality print layout such as magazine
    articles, newspapers and PDF
    > documentations (export as PDF format) straight out of
    InDesign application.
    > That might confuse you or led you into thinking that
    InDesign is ideally a
    > layout design for web. Actually, it is not.
    >
    > Perhaps that you stick to the fundamentals of Fireworks
    or Photoshop and use
    > them as layout structure and then transfer them into
    Dreamweaver CS3. Please
    > try to keep this as simple as much as you can when you
    produce a layout design
    > in Fireworks (or Photoshop). If you are good at HTML and
    CSS editing, then all
    > you have to do is put in image files into Dreamweaver
    and code away by linking
    > or referencing image files to HTML.
    >
    > By the sound of your a bit of confusion or don't
    understand the primary
    > difference between Fireworks, Photoshop or InDesign, you
    ought to keep it
    > simple and take it easy. Becuase you will probably feel
    overwhelemed with all
    > of these powerful applications and not knowing the
    primary functionality or the
    > main purposes of these applications and what they are
    for, etc.
    >
    > So, hopefully this helps you better understand and try
    to figure this out
    > yourself, because you know what's the best for you.
    >
    > Hope that helps, no?
    >
    >
    > P.S. Please note that Adobe forums are based on
    "volunteer-basis", which means
    > it is not monitored or run by full-time Adobe staff or
    team from Adobe.
    > Although, there are times, that some people from Adobe
    chime in and offer some
    > tips or suggestion or pointers. In other words, there
    are thousand of forum
    > participants, like you, helping each other. Hopefully
    that helps, too.
    >
    >
    quote:
    Originally posted by:
    TheStrangerSome
    > Hi, I've currently ordered CS3 Web Premium and it won't
    ship until tomarrow,
    > and I don't know whether I should cancel it and get the
    Design Premium instead.
    >
    > It all depends on whether Fireworks is a must have for
    web page design. Does
    > it offer anything invaluable that I need that Photoshop
    Cs3 won't already fill?
    > I saw the tour for InDesign and was impressed how you
    can create amazing page
    > layouts and how you can export them to XHTML.
    >
    > I probably won't be using Adobe Contribute as I prefer
    making my own WYSIWYG
    > editor in asp.net for my webpages, because I don't want
    to buy a new license of
    > Contribute for every web page I make for a different
    client, so the choice of
    > whether I should leave Web Premium and get Design
    Premium rest on whether
    > Fireworks is more useful for webpage design and whether
    creating web page
    > layouts with InDesign is worth paying the extra money
    for (I don't mind using
    > it to create computer software manuals as well).
    >
    > I appreciate any input on this matter. :)
    >
    >
    >
    Excellent clarifications, DWD.
    Jim Babbage - .:Community MX:. & .:Adobe Community
    Expert:.
    Extending Knowledge, Daily
    http://www.communityMX.com/
    CommunityMX - Free Resources:
    http://www.communitymx.com/free.cfm
    .:Adobe Community Expert for Fireworks:.
    news://forums.macromedia.com/macromedia.fireworks
    news://forums.macromedia.com/macromedia.dreamweaver

  • I want to make a web page using labview.

    I want to make a web page using labview. I have the internet tool kit. Where do I start. Till now all I have used labview is for industrial I/O and mmi. I have used various TCP UDP comms for network purposes, but I haven't ever done anything with Web page design.

    The internet toolkit has some functions for generating and manipulating HTML, but it isn't really intended as a Web page authoring tool. I personally wouldn't use it for such a purpose, and I've done a good bit of Web programming in various different environments, including LabVIEW.
    The true power of the internet toolkit lies in its ability to create LabVIEW VIs to handle CGI requests, the way that perl or PHP might be used in more traditional Web development. In the old days, this was really the only way to provide Web interactivity with LabVIEW on the back end. Here is a document that outlines how to start up the toolkit's Web server and check out the CGI examples that ship with LabVIEW. This is the best jumping-off point for creating your own pages, if you are planning to use the CGI functionality in the internet toolkit. Just examine how the HTML pages and the CGI VIs in the examples work together and begin to try out your own VIs.
    Since LabVIEW 6i, LabVIEW has shipped with Remote Panel functionality that allows you to publish any LabVIEW VI in a Web browser without the burden of creating special CGI functionality. Furthermore, users can fully interact with the VI--buttons, graphs, string controls, etc. That's really a better solution if you want to make VIs available via the Web and aren't so much interested in CGI/transactional behavior. Check this out by choosing Tools >> Web Publishing Tool from LabVIEW.
    I hope this info gives you some ideas about starting points for Web functionality in LabVIEW. Please follow up if you have more specific questions.
    Best Regards,
    John

  • Since installing firefox, none of my dscktop icons for web page short cuts work. Why?

    None of my desktop icon short cuts for web pages work since I installed firefox.
    Why?
    Can you help me with this?

    You can check for issues with the Windows icon cache and try to rebuild the icon cache.
    # Open the Task Manager (Shift+Ctrl+ESC)
    # In the Process tab, right-click on the Explorer.exe process and select End Process.
    # Open the file picker via "File > New Task (Run)" and click the Browse button.
    # Type or Paste %USERPROFILE%\AppData\Local (%LocalAppData%) in the File name field (AppData is a hidden folder).
    # Select the IconCache.db file and use "Delete" in the right-click context menu to delete the file.
    # After the IconCache.db file has been deleted, start a new explorer.exe process via "File > New Task" to get the desktop and Taskbar back.
    The IconCache.db file is a hidden file, so make sure that you can see hidden files.
    * http://kb.mozillazine.org/Show_hidden_files_and_folders

  • Controlling shockwave content (dcr) from a web page using javascript

    Hi,
    Is it possible to control shockwave content (dcr; object="application/x-director") from a web page using javascript?
    I believe this is possible using 'FSCommand' in Flash...
    I'd like to use HTML to do something like:
    - html_object[1].go(10);
    to send playback to frame 10.
    Thanks.
    Mark

    Sean,
    Thanks - this is exactly what I was looking for.
    'Shockingly' difficult ( pun intended :-)
    Someone really put in some effort on this.
    Very creative solution, putting a flash ( swf ) component in a director project and communicating indirectly through the flash element.
    Apparently, Javascript can communicate with the SWF file & the SWF file can communicate with the DCR file, but it is not possible to have Javascript communicate directly with the DCR. Too bad.
    After looking over this example I think I'll rethink my project.
    Thanks again.
    Mark

  • Embed BI website into a web page using an IFRAME tag in HTML

    Hi
    I have got a requirement below.
    # Embed BI website into a web page using an IFRAME tag in HTML
    (Build a webpage and provide the links to BI Dash Board (10 reports))
    How to start and where to add the code and Is there any code available?
    Please help me out.

    Thank You for reply.
    I have created a website with dashboard links by using IFRAME tag .As of now there is no security restriction since it was POC for two reports.
    My question here how to Provide a link directly to BI public website from a web page on client site(Assume in gmail for example)

Maybe you are looking for

  • I hope it's Kappy reading this. My HP Laserjet successfully installed but can't create a print queue...

    Hello Kappy - Thank you for persevering with my printer issues. Firstly, I use Firefox, recently updated & as yet have not discovered how to monitor downloads. The software for HP Laserjet 2200 was eventually automaticallly, and therefore correctly,

  • Control-click doesn't select multiple thumbnails?

    Two of our workstations have recently lost the ability to control-click to select multiple thumbnails. Control-click works in other applications, including Windows Explorer, but control-clicking in the thumbnails pane in Acrobat simply selects the ne

  • Labview 6 compatible driver for HP89410A Vector Analyzer

    Does anyone know where I can get a labview 6 compatible driver for an HP89410A Vectory Analyzer? I have found labview 7 and labview 8 drivers for the hp894xx family of devices, however I cannot use them as I only have labview 6. Barring a prewritten

  • Does photo stream work?

    Does it effectively push all the photos you take or import to all your Macs and iPad? I have 2 Macs and iPad, but one of the Macs is not up-to-date with all my pics. Will photo stream automatically sync that Mac with the other Mac and iPad which are

  • Safety Stock Problem

    HI All, I have one scenario for MRP in MTS Scenario. E.g. Available Quantity= 50 Reorder Point = 60 Safety Stock = 20 Now the available stock (50-20=30) Stock is less than the reorder level stock after removing the Safety stock.PR is generated and it