Collect images used in a dreamweaver project

Hi Guys,
Is there a quick way to collect images I have placed into my dreamweaver webpage
So I can upload to my server. At the moment there are quite a few images/psd's not being used
in my project but are in the images folder.
cheers
lister
OSX Leopard
Dreamweaver CS4

When you PUT your page to remote server,  DW usually asks if you want to upload Dependant Files.  Hit Yes.
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists
http://alt-web.com/
http://twitter.com/altweb
http://alt-web-design.blogspot.com/

Similar Messages

  • How do I change the image used on an movie project icon? iMovie seems to select an image at random from the images I imported.

    How do I change the image used on an movie project icon?
    iMovie seems to select an image at random from the images I imported.

    Not sure I understand how to use what you have posted. Here's what my init() looks like:
    public void init()
    setLayout(new BorderLayout());
    p=new Panel();
    p.setLayout(new GridLayout(1,1));
    callnowButtonURL = getURL(callnowButtonFilename);
    if (callnowButtonURL != null)
    callIcon = new ImageIcon(callnowButtonURL,"call");
    endcallButtonURL = getURL(endcallButtonFilename);
    if (endcallButtonURL != null)
    endIcon = new ImageIcon(endcallButtonURL);
    b=new JButton(callIcon);
    b.setBorder(new EmptyBorder(0,0,0,0));
    b.setBorderPainted(false);
    b.addActionListener(this);
    p.add(b);
    add(p,"Center");
    Now the ActionListener is basically:
    public void actionPerformed(ActionEvent e)
    if (mybool == false)
    <Perform actions here set mybool to true>
    Change JButton b to use EndIcon
    else
    <Perform actions here set mybool to false>
    Change JButton b to use CallIcon
    Can you clarify how to perform the action I require? You can have a couple of Dukes if you can help me sort this out.

  • How to generate list of images used in project

    Is there a way I can generate a report or list of the images
    used in a homesite project? I want to remove unused images from the
    project directory.
    Thanks

    Ok, I am having trouble as well Genrating a group of images,
    Can someone help. I am very new to this so thats probaly why
    Iphone Unlock
    3G sim
    cards
    Unlimited
    Mobile Calling

  • I have a jpg file that I must use as a background in a Dreamweaver project. There is some text embed

    I have a jpg file that I must use as a background in a Dreamweaver project. There is some text embedded in it that I can't edit. I have tried using Illustrator and Photoshop but I lack experience so I'm probably missing something. I'd be glad of some help as this is all that is preventing me from marking it as complete. The file address is lecaff.fr/images/home_banner.jpg Thank you in anticipation.

    Use Photoshop and the Stamp tool (S) to get rid of the lettering.
    Do little areas at a time, constantly changing the sampling point if you want a half decent job.
    Also, don’t use a .jpg format for files with lettering.
    If you must have lettering use .psd, .tif, .png or some other non-lossy format.

  • Collecting images from imovie/idvd project

    Though now I know I should have collected all images in a folder before using in imovie project, is there any way to collect them back from the project now. I wanted to put all images used on a disc for my records....
    thanks for any suggestions.

    Thanks. I thought that was part of the problem. I had done that because I don't have an iLife '05 disc. All I have is my powerbook G4 install disc. Can I use this disc on my Desktop?
    If not is there any way I can burn my video project with the older software on the desktop?
    Thanks
    Ben

  • I need help Centering a div box to a background image using dreamweaver cs5.5.

    I need help Centering a div box to a background image using dreamweaver cs5.5. Everything shift left when viewing on different size monitors?  See what I mean at
    www.woodlandhospice.com

    Have you looked at your page with images disabled?
    I urge you to re-think this approach to web design because images of text are not indexed by search engines, screen readers or translators.  Given the demographic group your site is targeting, you really need to ensure maximum web accessibility for all users.
    Navigation, headings and descriptions all need to be in real text -- not images of text.
    Ken is right.  Absolute positioning is pure poison for such a simple layout.  My advice is to start over with one of the pre-built Starter Pages in DW.  Go to File > New > Blank page > HTML.  Select a layout from the 3rd column and hit CREATE button.
    Nancy O.

  • Projecting still images using final cut express

    Maybe someone can answer this tricky question. We need to project a FCE movie that has photoshop still images imported into it, but these photoshop images (which appear normal on the computer screen), are distorted in the projection. They look squashed horizontally. In fact the still image that we made with photoshop and imported into final cut needs to be projected on a wall to match a four foot tall section of the wall, so we need get the size exact. That is the reason why we cannot have any distortion.
    We have read that still images imported into final cut should be 720 by 480 pixels to avoid distortion, but that produces an even more squashed image, and this in pixels, that determined the size of the image, so how would we determined the size without affecting the pixels? The distance between the projector and the wall is already fixed and we cannot move it. Does anyone know how to maintain the original proportions of a still image imported into FCE for projection? Thank so much.

    Hi, thanks you for your quick answer. We used photoshop elements 4.0 (for Mac) and Final Cut Express HD 3.5.1 (Mac). The still image that we bring into FE is a mask, it has a transparency so I guessed is layered. When we bring it into FE appears as sequence so we open it into a timeline and bring it back to the browser so it can be used as a still image. The movie is projected as DVD on the wall.

  • Adding user comments on images using dreamweaver

    Hi.
    I was wondering is it possible to add a comments section under an image using dreamweaver.
    For example on a website, users can view an uploaded image and make comments underneath it. How do I do this in dreamweaver cs6?
    Thanks

    Hi grampy 84,
    I used the keywords "provide commenting on website" on Google, and found a few links that look to be useful. I do not want to recommend any because I have not tried them myself. However, you could go through what's available and ask the experts here for their opinion.
    Thanks,
    Preran

  • Archiving Images Using Aperture

    I keep a lot of images off line due to storage space. Most of the time I do not run the images through Aperture before they go onto DVD. What I'm wondering is I want to use Aperture to manage the images still keeping them off line. But each time I import the images it creates a new project, which I don't want. I want to put the images into a folder under a different project but Aperture will not let me.
    Am I going against the grain for Aperture. Does anyone have a better workflow suggestion or solution?
    Thanks.

    You can only import into Projects or into Albums - Folders in Aperture are just for collecting together either Projects or Albums.
    I'd suggest creating Albums in the Project rather than Folders.
    Ian

  • Help displaying an image using the canvas!!!!!!!!

    Hey guys
    I don't know whether I am not grasping some concepts well.I have been going mad trying to get the code working
    Here is the code
    import javax.microedition.midlet.*;
    import javax.microedition.lcdui.*;
    import java.io.*;
    * @author Administrator
    * @version
    public class MyMIDlet extends javax.microedition.midlet.MIDlet implements CommandListener{
    private Display display;
    private MyCanvas canvas;
    private Command exitcommand = new Command("Exit",Command.SCREEN,1);
    private Image source;
    public MyMIDlet() {
    protected void startApp() throws MIDletStateChangeException{
    if (display == null){
    initMIDlet();
    protected void pauseApp() {
    protected void destroyApp(boolean unconditional)throws MIDletStateChangeException {
    exitMIDlet();
    public void commandAction(Command c, Displayable d) {
    if (c == exitcommand){
    exitMIDlet();
    protected void initMIDlet() {
    display = Display.getDisplay(this);
    canvas = new MyCanvas(this);
    System.err.println("Canvas instiated succesfully");
    canvas.addCommand(exitcommand);
    canvas.setCommandListener(this);
    display.setCurrent(canvas);
    public void exitMIDlet() {
    notifyDestroyed();
    import javax.microedition.lcdui.*;
    import javax.microedition.midlet.*;
    import java.io.*;
    public class MyCanvas extends Canvas implements Runnable {
    private MIDlet midlet;
    private Image offscreen;
    private Image currentimage;
    private Graphics g;
    //MID profile application
    /** Creates a new instance of MyCanvas */
    public MyCanvas(MIDlet midlet) {
    this.midlet = midlet;
    try{
    currentimage = Image.createImage("/bird0.png");
    }catch(IOException e){
    System.err.println(e.getMessage());
    if (currentimage!= null){
    System.err.println("Image create successfully");
    }else{
    System.err.println("Image not created");
    try{
    Thread t = new Thread(this);
    t.start();
    }catch(Execption e){}
    protected void paint(Graphics g){
    Graphics saved = g;
    int x = getWidth();
    int y = getHeight();
    g.setColor(255,255,255);
    g.drawImage(currentimage,x,y,g.TOP|g.VCENTER);
    public void run() {
    repaint();
    I know for a fact that the Canvas class 's paint method is called by the system and not the application. This poses a problem for me because I am not sure how to pass the image to the piant method, so that it can be painted.
    When I run the program(using J2ME wtk04), this is the outcome.
    Image created succesfully
    Canvas instiatiated successfully
    null
    Here are my questions
    1) when is the paint method precisely called by the system?after a reference to the canvas class is created?
    2) is it wise to create the image when instiating the canvas class?( initially created the image using a separate thread)-when sould the image be created?
    3)how to let the application know when to use the image when painting the display area?
    I am just trying the logistics here. It is very crucial to me to understand the bolts of this as the core f my project fouses on the man machine interface development.(For the project, the cilent application is quering for the map using HTTP)
    I use a png file of size 161 bytes. Is that too big for testing purposes.
    I would all the help that I can get. thanks in advance

    1) when is the paint method precisely called by the system?after a reference to the canvas class is created?
    After the canvas is set as the current display, and after that, after the repaint() is called.
    2) is it wise to create the image when instiating the canvas class?( initially created the image using a separate thread)-when sould the image be created?
    It's better to create the image in the very begining of the program e.g. in the midlet initialization. You can call the created image as often as you like later on
    3)how to let the application know when to use the image when painting the display area?
    you have to tell it :))
    you can use if-then, switch, or anything else
    and you can use clipping too

  • How do we get collection images to appear (provider hosting)?

    Despite forcing a refresh and waiting several days, we are still not seeing the collection images show up in iTunes U using a feed from our in-development RSS feed service which is slated to replace our in-service machine in the next few weeks.  One of the new features is the inclusion of channel/collection images in the RSS feed so this is an item of considerable concern for us.
    The currently deployed system  sent the same image for all channels/collections, a stock institutional logo.  That got really monotonous very quickly. The new system enables the channel owner to upload a 300x300 image for each channel.  So we have a set of two case studies to compare. 
    Currently deployed system
    Feed:  http://podcasting.usg.edu/4dcgi/podcasting/gcsu/channels21674/19013.xml
    Appearance in iTunes U:
    The relevant XML:
    <channel>
         <itunes:image href="http://podcasting.usg.edu/stats/GCSU/logos/gcsu.jpg"></itunes:image>
    Aside from the monotony of the same image for every channel/collection, this works as intended.
    About-to-be-deployed system
    Feed:  http://denver.gcsu.edu/4dcgi/podcasting/gcsu/channels21674/19013.xml
    Appearance in iTunes U:
    The relevant XML: 
    <channel>
         <itunes:image href="http://denver.gcsu.edu/podcastdata/GCSU/Channel_19013/19013.png"></itunes:image>
    Since you can paste the address of this image into a web browser and see it just fine, I’m at a loss to understand why  iTunes U is unable to do so in this case (the in-development server) when it succeeds in the case of the currently deployed server.  The structure of the RSS is exactly the same.
    Now that both channels are published, a further mystery is pictured below.  The “old”  or currently deployed server displays the image in the RSS feed but the “new” server is displaying a podcast icon!  Where did that come from?  It certainly doesn’t look anything like the image we specified in the RSS feed for that channel. 
    From “What’s New” See All:
    A possible clue:
    Further on in the RSS for the new server, we attempt to provide an image for each of the episodes/items as follows:
    <channel>
              <item>
         <itunes:image href="http://denver.gcsu.edu/podcastdata/GCSU/Channel_19013/podcast_6626/6626.png"></itunes:image>
    Since iTunes U doesn't (yet) support uploaded images for episodes/items, I wondered if this might be the culprit.  OTOH, unrecognized tags should be ignored.

    It would help if you'd given some idea of what you've done so far, so that people don't waste time going through the things you've already done.
    For example, you don't say whether or not you've connected the XServe RAID to a host system via the fiber channel cables. That's the first thing.
    Have you yet configured the XServe RAID (using RAID Admin) with the array settings you want (e.g. RAID 5, RAID 1, one slice, 5 slices, etc., etc., etc.).
    Out of the box, the XServe RAID will be configured for one RAID 5 array per side, so you might be OK there, but you might not.
    Then does Disk Utility show the arrays at all?
    If not, does System Profiler show the arrays connected?
    If they are connected Disk Utility would usually show them, which might indicate the fiber channel cables are not connected.
    If Disk Utility does show them, you might need to initialize the arrays. Once they're initialized they should appear on the desktop.

  • Images folder in Robohelp 7 project only lists a small fraction of the images actually there

    I added an image to a topic. The image had an identical name to an existing image in the project. The image appeared in my main project folder, which is where all images initially show up in my project. I then move them to an images folder. I moved this image, expecting to get a message asking if I wanted to replace the exsting image with the same name. i wanted to update all instances where this image appears. Instead I got a message that this file was in use and could not be replaced. I clicked on my images folder to see if the original image was in a topic that was open and maybe that was why it would not overwrite. At this point i noticed most of the images in the folder were not listed.
    I can use Reports Used and I see all the files that are supposed to be in my images folder, but when I go to the Images Reports tab, only the files that are listed in my images folder in the Project Manager are shown. So Robohelp knows the files are in the images folder and that they are in use, but it does not recognize them as images and will not list them as such.
    i have no idea how this happened or how to fix it.

    If RoboHelp allowed you to replace the image and it were a different size, you could have problems in the existing topics. I suspect that is why it is not allowed to replace it in that way.
    As far as "missing" images are concerned, try renaming the folder to say Images2. They will likely all appear and then you can revert the name.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • How to load images using xml in flash

    Hi
    im working on a quiz project where i plan to load images using xml in to flash, can any one help with the script with AS2 or 3

    You'll find a tutorial for what you are after here:
    http://www.gotoandlearn.com/play?id=22

  • Why do the file extensions (.jpg .gif .png) no longer appear when I click on a previously saved image to use that image's file name (particularly important when saving a series of images using the same root name)?

    I save a lot of images using firefox, often times from a large batch or series of images. It used to be that I would click on a previously saved image and the entire file name including the file extension (i.e. image_example.jpg) would appear in the "save as" line. Now when I click on a previously saved file, the file name appears without the file extension (i.e. image_example). Which means I have to manually type .jpg every time. For a large collection of images that I am hoping to use the same root file name and then add chronological numbers at the end, this has become incredibly frustrating, especially as it is a previously unnecessary task.
    I am using a new Macbook Pro and maybe there's something Apple related to this...? It did not happen on my old PowerBook G4. I have file extensions turned on in System Preferences.
    It should be noted that I have searched high and low and have even gone into the Apple Genius Bar where they were just confused as I was and of course ended by urging me to use Safari (shocker!) as it has all kinds of new extensions and bells and whistles. I seriously feel alone on an island with this dumb, hard to google problem. Thanks so much for any help anyone out there might have.
    I mean: is this as simple as changing a setting in about:config?
    Your assistance is greatly appreciated.

    Thanks for your response Mylenium, however like I mentioned multiple times, I did change all of my trackpad/scrolling settings in system preferences.  And if I wanted to use a normal mouse (or a tablet), I would've gotten an iMac instead of a MacBook Pro.  I travel often and work all over the place, not always with access to a decently sized workspace that would be required for using a mouse or tablet.

  • Broken/missing images when copying from one project to another.

    Greetings:
    I've been building pages in RH project #1 by copying and
    pasting text and images from a separate RH project #2. While
    working in RH #1 all the images are there. When I publish, half of
    them are not.
    Doesn't RH automatically add copied and pasted files to the
    project into which they are pasted?
    If not, how do I get these images into the project so they
    get published? It tried pasting them all into the FlashHelp folder,
    where the other published files are, but this has had no effect.
    More, I have to use this technique again and again (long
    story ;-) so I really need to get this solved.
    Thanks.
    stevenjs

    Just to get some clarification--you're saying that the
    problem appears when you are generating your output from project
    #2? Or just when you publish after generating from project #2?
    My guess would be that you're copying the code for the image
    but not the image itself. Try this:
    1. Copy the entire folder of images from project #1 into the
    project #2 directory.
    2. Do your copying and pasting from project #1 into #2 like
    you've been doing.
    3. Generate from project #2 and see if the images show up in
    the output.
    I know you say you have reasons for copying and pasting, but
    I just want to mention the possibility of importing topics instead,
    which will copy everything over into project #2. But you've
    probably already thought about that.
    --Ben

Maybe you are looking for

  • Mavericks won't run PSCS5 or ILCS6

    I use a MacBook Pro running OSX v10.9 with a 2.66 GHz Intel Core i7 and 4 GB 1067 MHz DDR3. I use Adobe Photoshop CS5 and Adobe Illustrator CS6. After installing Mavericks last night, I spent a couple hours figuring out that I had to install a Java u

  • Cover Flow, Quick Look and Finder icons ignore ICC color profiles

    ... and that really bothers me! As a photographer, I tend to save photos with different color profiles embedded in them. Sometimes it's Adobe RGB, sometimes sRGB, sometimes Generic RGB (don't ask). Aside from the apps that HAVE TO regard color profil

  • HP7960 black and white prints half purple

    We use the HP7960 mostly to print copies of black and white photographs.  The copies start out fine, but change to purple about midway through the page.  I have set the color to Grayscale but it doesn't seem to make any difference.  It is very import

  • Movie Camera Advice

    Hey all, I am an aspiring indie filmaker who is looking to purchase a HD movie camera to begin making "films". I am looking to get a camera that will work with iMovie and Final Cut Pro X (hopefully in a native format). I am well aware that there is a

  • Find my iPhone from secondary icloud account

    Is there any explanation or rationale why Apple removed the option to use a secondary icloud account for the "find my iPhone|iPod|iPad" function in iOS 7? It was a great way to have all my family's devices visible in a single account, whilst keeping