New image to upload

I just got CS4. I want a different image to appear on my
homepage whenever someone visits my site. All my images are the
same size and in the same folder so it shouldn't be to hard, but i
can't figure it out. I don't want a running slideshow, just a new
random image displayed when the page is uploaded. My site is
eatsleepworksurf.com. Thanks-Buddy

Google "random image"
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"Gaston Locklear" <[email protected]> wrote
in message
news:gnv0rv$3f5$[email protected]..
>I just got CS4. I want a different image to appear on my
homepage whenever
> someone visits my site. All my images are the same size
and in the same
> folder
> so it shouldn't be to hard, but i can't figure it out. I
don't want a
> running
> slideshow, just a new random image displayed when the
page is uploaded. My
> site
> is eatsleepworksurf.com. Thanks-Buddy
>

Similar Messages

  • New tab page was fine for MONTHS, had an image I uploaded. Today, I got a 'safe' mode whatever, and my image is gone. How do I restore it, so my image comes up?

    I had set up my new tab page with an image I uploaded. It worked fine for months, if not years.
    Today, I got a 'crash' that asked me to start Firefox in 'safe' mode or 'restore'. I chose 'restore'.
    Thereupon, my image was gone from my new tab page. I cannot find how to restore it, and add ons that supposedly allow me to add my own image are not helpful. At least, I cannot figure them out.
    Can you provide help on a computer for dummies level?

    Sounds that you have reset Firefox and created a new profile.
    You can try to create a new profile or reset Firefox.
    *https://support.mozilla.org/kb/Managing+profiles
    *https://support.mozilla.org/kb/reset-firefox-easily-fix-most-problems
    When you reset Firefox then a new profile is created and some personal data (bookmarks, history, cookies, passwords, form data) is automatically imported and the current profile folder will be moved to the desktop to an "Old Firefox Data" folder.<br />
    Installed extensions and other customizations (toolbars, prefs) that you have made are lost and need to be redone.
    It is possible to recover more data from the old profile, but be cautious not to copy corrupted files to avoid carrying over the problem.
    *https://support.mozilla.org/kb/Recovering+important+data+from+an+old+profile
    You can try to restore the prefs.js file and copy this file from the "Old Firefox Data" folder on the desktop shortcut to the current Firefox program folder.
    You can use this button to go to the Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)

  • New images don't appear on upload [subject edited by moderator]

    So, maybe it is a delevoper issue although I can not figure out why it happens at all!
    Here is my procedure:
    I design the artwork in Photoshop and use Photoshop to slice
    I create the template in Dreamweaver (2014)
    I create the stylesheet (css)
    I place the images and text and never deviate from the stylesheet
    I apply the template to the different pages.
    I check my links
    I check the site in the built in browsers, i.e. Safari, Chrome and Firefox
    I open my host Access Panel, Upload the files in my public folder as instructed, check whether it did upload
    The first time I uploaded the site this way it worked perfectly. The problem started developing about a month ago. For instance, the photoshop template has a background slice (content_bkgd.jpg & banner_bkgd.jpg). During Nov I added that bit of xmas artwork to the background in Photoshop (the top of the tree flows into the banner.jpg - as the slice fell). But uploading the changed background to the host meet with failure as all new images do. I checked everything I could imagine: did I upload the changed stylesheet, did I upload all the changed images, files. I asked the host to see whether the new files did not by accident ended up in the wrong folder, did it indeed upload - the host has no idea. A few times people who handled the query managed to correct the problem within minutes saying that its just one of those things! B@ut most of them say it is a developer problem - any suggestion anyone?

    Afrihost (South Africa)
    They tell me to upload to the public folder and only there
    They even checked and said it did upload but that it does not appear because of my developing mistake
    The url: https://c-tomatxua.aserv.co.za/
    of afrihost.co.za
    my username: [deleted... Mod]
    my password: [deleted... Mod]
    [personal information removed... Mod - https://forums.adobe.com/docs/DOC-3731]
    [This is an open forum, not Adobe support, please do not post personal information]
    i am totally kaput!

  • Previewing an image before uploading it using the FileReference class in flex 3

    Previewing an image before uploading it using the FileReference class in flex 3 ?

    hai,
              when this code is used in my application ,i got the name of image and new frame is added each time .But image is not displayed.....
    The code  starts like this
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Canvas xmlns:fx="http://ns.adobe.com/mxml/2009"
               xmlns:s="library://ns.adobe.com/flex/spark"
                xmlns:mx="library://ns.adobe.com/flex/mx" initialize="init()"   backgroundColor="white" width="100%" height="100%">
        <fx:Script>
    <![CDATA[ 
                    import mx.controls.Alert;
                    import mx.messaging.Channel;
                    import mx.messaging.ChannelSet;
                    import mx.messaging.channels.AMFChannel;
                    import mx.rpc.events.ResultEvent;
                    import mx.controls.Image;
                    import spark.events.IndexChangeEvent;
                    import mx.managers.DragManager;
      <mx:DataGridColumn headerText="Dimension Value"  width="10" dataField="dimensionValue"/>
                                                   <mx:DataGridColumn headerText="Unit Nmae"  width="10" dataField="dimensionUnitName"/>
                                                   </mx:columns>
                                           </mx:DataGrid>
                                           <mx:Spacer width="2%"/>
                                       </mx:HDividedBox>
                                       </mx:VBox>
                   <mx:Spacer height="0"/>
                <mx:VBox width="100%">
                    <s:HGroup height="90" top="0" left="0" right="0" verticalAlign="justify" gap="10" paddingLeft="5" paddingRight="5" paddingTop="5" paddingBottom="5">
                        <s:Button id="btn_loader" top="5" bottom="24" width="100" label="load" click="loadImages()"/>
                        <s:Group width="100%">
                            <s:Group name="cl" top="0" left="0" bottom="0" width="20" mouseOver="//scroll_on(event)" mouseOut="//scroll_off(event)">
                                <s:BitmapImage source="@Embed('../assets/left.jpg')" top="0" left="0" bottom="0" right="0" fillMode="scale"/>   
                            </s:Group>
                            <s:List id="imgList" skinClass="skins.ListSkin" top="-3" left="27" right="28" bottom="10"
                                    dataProvider="{ImageCollection}" itemRenderer="Image_Render">
                                <s:layout>
                                    <s:HorizontalLayout gap="0"/>
                                </s:layout>
                            </s:List>
                            <s:Group name="cr" top="0" right="0" bottom="0" width="20" mouseOver="//scroll_on(event)" mouseOut="//scroll_off(event)">
                                <s:BitmapImage source="@Embed('../assets/right.jpg')" top="-1" left="0" bottom="0" right="0" fillMode="scale"/>
                            </s:Group>
                        </s:Group>
                    </s:HGroup>
                    <s:SkinnableContainer id="dropCanvas" top="100" left="5" right="5" bottom="5" backgroundAlpha="1.0" alpha="1.0"
                                          dragEnter="dropCanvas_dragEnterHandler(event)"
                                          dragDrop="dropCanvas_dragDropHandler(event)" contentBackgroundColor="#914E4E" backgroundColor="#F7F7F7">
                    </s:SkinnableContainer>
                </mx:VBox>
                <mx:Spacer height="5"/>
                                      </mx:VDividedBox>
        </mx:Panel>
    </mx:Canvas>

  • How do you display a new image in  webdynpro view?

    How do you display a new image in  webdynpro view?
    Where is the image stored and how do we specify the image path?

    hi ,
    The UI element Image enables you to integrate graphics into the Web application in a format that is processed by the Web Server u2013 for example, GIF, JPG, and PNG format. Height and width of the graphic can be specified using the properties height and width. The graphic is displayed without borders.
    saveur image   as mime
    with Mime Objects u cn upload doc , jpeg, or giff files from our local system into the webdypnpro system .
    Right click on ur component->mime object->import
    In the transaction sicf/bc/webdynpro , u cn check your component name there you can view the mime objects created by you .
    also refer the SAP online help :
    http://help.sap.com/saphelp_crm50/helpdata/en/46/bb182fab4811d4968100a0c94260a5/content.htm
    to knw more abt mime repositories.
    http://help.sap.com/saphelp_nw04/helpdata/en/f3/1a61a9dc7f2e4199458e964e76b4ba/content.htm
    regards,
    amit

  • When I do Google search for images from my website nothing newer than September 2012 shows up.  How can I get Google to find new images?

    When I do Google search for images from my website nothing newer than September 2012 shows up.  How can I get Google to find new images?

    Have you uploaded a sitemap.xml recently and checked your webmasters account to see when your site was last crawled?
    http://www.iwebformusicians.com/Search-Engine-Optimization/SEO.html

  • Images not uploading

    I maintain my website with Muse, and it is hosted on Business Catalyst since it's included with my membership.  I changed out a banner today, but the new banner doesn't display when I go to my page after I have published it. 

    Check that the new image has been uploaded by going to its address in the browser: eg. www.mysite.com/assets/mybanner.jpg. If it displays correctly, try clearing the browser cache and then reloading the page. You could also try changing the name of the image, which would force the browser to refresh it.
    David

  • Template images not uploading

    Forgive me if this has been asked. I looked through past posts and didn't find anything.
    I'm uploading my site to an outside server and I'm running across the issue about the spaces in the file names. I finally got all of my images to upload, but I can't get the template images to show up. I removed the spaces from the names and they're uploaded, but they don't show up on my site. Is there some other thing I need to do to get them to work? I'm using the Gazette template and if you want to see my site, its here: http://www.rainbowjoule.net
    I also have an issue with my templates not showing up in iWeb when I go to add a new page. I haven't tried all of the methods posted here to get them back, but is there a way that I can edit the names to not have the spaces (I've just been replacing them with -) and still show up?

    Is there anyway to change the file names in the template folders and still have them work in iWeb? I tried it with one image and all I got was a grey box with an x through it.

  • How come every time I bring in a new image into Adobe Ideas as a background it's a different size?

    I created a multilayered stencil in Photoshop and each layer was exported as a TIFF.  Then I uploaded those TIFFs to Adobe Creative Cloud.  My idea was to trace each of the TIFFs using Adobe Ideas, which seems to work except, every time I bring in new TIFF as the background photo to trace, it's a different size.'
    How come every time I bring in a new image into Adobe Ideas as a background it's a different size?

    When importing images through the Photo layer in the layers panel, the image that comes in has a size that is dependent on the current zoom level of the document. This may explain why you are seeing different sizes. You can select the hand tool and double-tap on your sketch to return the zoom level to 100%. If you do this before importing your photo, then your photos should all be imported at the same size.
    Hope that helps,
    Frank
    Ideas Engineering

  • New image

    I just upload my podcast and apple accepted, but i want a another image.
    my podcast is from podomatic
    please help me!!

    You can just repeat the process you used to place the image you currently have, to replace it with a new one: make sure you give it a different filename. The republish the feed.
    It will probbly take a week or so for the new image to appear in the Store.

  • IPhoto 2 shrinks images before uploading them to flickr

    The new version of iPhoto 2 shrinks images before uploading them to flickr. Now you can't use flickr to backup your orginal photos through the iphoto app.

    In fact no matter if I use a High or Medium compression size JPEG, the size after upload is the same.
    Starts with 1,5 MB/5600px (high) or 780kb/5600px (medium) JPEG and ends after upload in 115kb for a 1024px image.
    This means that iPhoto auto compress in order to publish to Mobile Me, even if we start with a bigger file.
    I hope this info is useful to others.
    Thanks.

  • DW can't find new image?!

    Hi all,
    I'm making changes in a website using DW, which include
    adding some new images. I edited the image using photoshop and move
    them into the file where all the images for the website are.
    Strange thing is the new images appear in the assets (also other
    places while I was trying to insert them into the page), but
    there's no preview and when I click insert, the image appears
    broken in DW.
    I tried anyway to upload the page, together with all
    dependent files. The new image appear broken online too.
    Weird thing is this seems only affect new images, the old
    ones on the page are unaffected?!
    Can anybody help me?
    Thanks a million!

    > Is it better to insert an image from outside the site
    folder, then DW ask
    > me
    > to save it inside the site folder, or move all the
    necessary images under
    > the
    > site folder and link it in DW from there (as i've always
    done)?
    Makes no difference. If you have defined a default images
    folder, DW will
    copy it there without prompting.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "eidolonx" <[email protected]> wrote in
    message
    news:gp417t$o4v$[email protected]..
    > After hours of trying, I finally 'solved' the problem by
    coverting the
    > .jpg
    > files into .png. I still don't understand why the old
    one (jpg) are fine,
    > but
    > not the new ones.
    >
    > Is it better to insert an image from outside the site
    folder, then DW ask
    > me
    > to save it inside the site folder, or move all the
    necessary images under
    > the
    > site folder and link it in DW from there (as i've always
    done)?
    >
    > Thanks everyone who replied me. :)
    >

  • I can't send my new image boot for my DP

    Hello guys,
    I exlcuded my image boot x86 in my environment.So, I'm try send my new image boot for my Distribution Point but I have the follow error:
    Distribution Manager failed to process package "Imagem de Boot_x86" (package ID = XXXX).
    Possible cause: Distribution manager does not have access to either the package source directory or the distribution point.
    Solution: Verify that distribution manager can access the package source directory/distribution point.
    Possible cause: The package source directory contains files with long file names and the total length of the path exceeds the maximum length supported by the operating system.
    Solution: Reduce the number of folders defined for the package, shorten the filename, or consider bundling the files using a compression utility.
    Possible cause: There is not enough disk space available on the site server computer or the distribution point.
    Solution: Verify that there is enough free disk space available on the site server computer and on the distribution point.
    Possible cause: The package source directory contains files that might be in use by an active process.
    Solution: Close any processes that maybe using files in the source directory.  If this failure persists, create an alternate copy of the source directory and update the package source to point to it.
    Well, I already check all pre-requisits up but persist same error. I can't see where I'm wrong.
    Please, any idea?

    Please upload the distmgr.log and PkgXferMgr.log to Skydrive and post the link here.
    Juke Chou
    TechNet Community Support

  • Previewing an image before uploading it using the FileReference class

    Previewing an image before uploading it using the FileReference class in flash player 3 not in SDK4

    Previewing an image before uploading it using the FileReference class in flash player 3 not in SDK4

  • How do I add a new Image to the Web App Module Portfolio after I went Live?

    Im pretty new to web building and I push a site live for my client and they want me to constantly update the site with new images but I cant seem to add or change any of the pics in portfolio or in carousel. Can someone help me please...

    Hi,
    Can you provide an example? So we can have a look of your existing set-up and help point you in the right direction to help update these images.
    Kind regards,
    -Sidney

Maybe you are looking for

  • How do I download a pdf letter and then add text

    How do I download a letter in pdf formatt and the add text to answer questions

  • Link an HTML form to Open Directory/PostgreSQL?

    Hey all, I'm trying to make an HTML form on one of my websites so that I can "log in" to my website in the same way I'd log in if I restrict access to a website via Server.  I figure I'll have to get my hands dirty with PostgreSQL, the SQL backend fo

  • Lov in non-tables-items

    I have a problem. i need a LOV in a non-table-items. Is this possible in Designer 2.1.1 using Headstart? Using forms its very simple. How i do this using Headstart? Thanks null

  • IBook OS Install problems

    I am preparing to sell my iBook G3 600 to move up to one of the new G4's. I deauthorized the computer for iTMS, and then erased the HD a few times. I had upgraded to OS 10.3 and wanted to reinstall the 10.1 that came with it. It just won't take. It e

  • Could not find the orgunit text in HRP 5125 in Erecrutment

    Hi All, When we look at the create requisition page (general info tab page ) we could see the org unit as well as its description.But when we look at table HRP5125 we could only see theORGID (id of organization field) but we could not see the text of