RH 8 Shed images not working

1.  Shed images not working as of Nov. 12 2009

Hi all
Thanks for all the info - but I'm still stumped. I have tried generating my .chm
files to the default SSL folders, manually copying all the child chms to the SSL
folder for the master project, letting RH copy them, generating all chms to an
external folder... no matter what I do, every time I recompile the master
project it picks up random old stuff. I have checked and rechecked that my
merged TOC items are to the latest child chms...
Sometimes when I recomplie the master project, even the content in that reverts
back to a previous version, sometimes it doesn't...
I have looked at the Merged Files list in the hhp file, I have deleted this file
and started my merge from scratch, I have manually deleted some paths (some
paths are to directories on the server where any files for this project have
long since been deleted...) directly in this file, but again every time I
recompile the master project it picks up random old versions of the child chms (
and the huge list of old merged files are put back in the hhp file. Even when I
delete all chms from all locations in the folder I'm working in on my C drive,
delete all the merged TOC items from the master project, save it, and
recompile it, the list of old merged files reappears in the hhp file).
Any more thoughts gratefully received:-)
Also - I don't have a Baggage Files folder??
One more thing... If I delete ALL the files under Merged Files in the hhp file using HTML Help Workshop, it crashes

Similar Messages

  • Google Images not working in Safari on Iphone

    Since a while back the "images"-tab in google does'nt work on the iPhone in any of the browsers I've tried. I've searched the net to find others with the same problem but with little luck. Here's a description of the problem.
    For example I search for "dog" in google in the Safari browser, this works just fine.
    Then I press the "images"-tab and get a thumbnail view with pictures of dogs, of course.
    But this is where it all goes wrong, when touching one of the images I get an enlarged view of an image next to it. The "back to the results" and "full image" buttons dim out (without being touchable) and swiping does not work. I don't know what has caused this to stop working properly, I know its not the new iOS version though.
    HERE is a youtube video I prepared that explains the problem.
    First, is there anyone else out there with this problem?
    Second, this is what I've tried:
    - Other iPhone web browser applications, for example "Mercury", "Opera Mini", "Skyfire" and none of them works except "Dolphin" (good work).
    - Resetting any of the settings in the phone, clearing cache and such have no effect.
    - Resetting the iPhone totally, factory settings. No effect.
    - Using someone elses iPhone. I've tried on an iPhone 4 and iPhone 3S, same problems (with iOS 5.01).
    - Trying out all of the settings in google, no change.
    - Setting the google view to "classic" instead of "mobile" works of course, but that makes the site look just like on a PC or Mac and is not what I'm after.
    Third, this problem seems to just affect Swedish users from what I can tell. There would be thousands of posts about this if everyone in the world was affected by it, but so far I've seen no posts on this matter. But after searching a while I found a swedish forum site on the subject. Link (in swedish). Also, when visiting google from Sweden some form of script automatically changes the url from .com to .se. I don't know if this has something to do with it?
    Anyone know what causes this problem and how It might be resolved?
    Best Regard
    Stefan, Sweden

    Hi Stefan,
    First; this must be the most thorough error discription I have ever seen. Impressive.
    Second; yep for a couple of weeks now I've been having exactly the same problems as you describe. One other thing that I've noticed, is that for me, the 'word suggestion drop down list' or whatever it's name is, no longer works. More specificly:
    I open Safari in my iPhone, surf to Google image search and type for example "dog" in the search field. Below the field, I now get a list of suggested words or phrases that I think is based on the most popular searches. For me, the first suggestion in this list is "dogo argentino" (a specific and popular breed of dogs). When I tap on the words "dogo argentino", the search field normally would switch input from "dog" to "dogo argentino" AND starts the image search automatically. However, since the problem showed up, when I tap on "dogo argentino" the input field is not affected (still reads "dog") and I would have to type "dogo argentino" manually and hit "search".
    I use a Swedish iPhone 4S (5.0.1 (9A406)) in the Telenor network. I also have tested the same possible solutions that you describe in your post, but with no luck.
    All the best,
    Ingo

  • Why is code to get center of image not working?

    Hey there. I have am trying to establish the center of the imags that load so that I can put them in the center of the stage. I am doing this as each image is a different size.
    Here is the code i have gotten to work before but its not working now and I have been searching to find what I have done wrong with no luck. : (
    Would you look it over and maybe you will see what I am doing wrong?
    public function placePicture(e:Event = null):void {
         rawImage = imageData.image[imgNum].imageURL;
         lastImageIndex = imageData.*.length() - 1;
         imageLoader = new Loader;
         imageHolder = new Sprite;
         imageLoader.load(new URLRequest(rawImage));
         imageLoader.x -= imageLoader.width/2; //this should set the image to the center no?
         imageLoader.y -= imageLoader.height/2;
         imageHolder.x = 640; //this is the center of the stage
         imageHolder.y = 100;
         imageHolder.addChild(imageLoader);
         masterHolder.addChild(imageHolder);    
    The result when I publish is the picture comes on stage but the top left corner goes to 640 instead of the center of the image going to 640.
    I tried several variations of this all with the same result:
    imageLoader.x = -1*imageLoader.width/2;
    I tried using setRegistrationPoint with the following tutorial: http://flashscript.ca/set-registration-as3.php
    and I tried doing all of the above by inserting the loader into a sprite and then applying the code to the sprite and then adding that sprite to another sprite and putting that at 640 and not inserting it in another sprite and trying to straight up put the existing sprite at 640 (hopefully that all makes sense). And I have tried to put it to width/3 and nothing different happens.
    If you have any other ideas or can see what I am doing wrong I would really be gratefull for some tips! : )
    Thanks for any help!
    oh, and I am getting no errors on this.

    the image's width and height are not available until loading is complete.  ie, use a complete listener/listener function.

  • Anychart save as pdf/image not working

    A while ago I posed this question when the right click, save as stopped working on my APEX charts
    Apex charts - right click, save as image (not responding)
    The problem resolved when anychart.com was back up, but the problem is occurring again and I wonder if they've moved their php files.  Not even in Hilary's sample app is working. We think this happened within the last month.
    After choosing save as image and a location, the "saving" just keeps spinning.
    Most anychart google results at the moment seem to revert to the same landing page, and webcached copies refer to locations that no longer exist.
    I wonder with post anychart7 cleanup, have they moved the supporting php files? For instance, this location no longer exists
    http://www.anychart.com/products/anychart/saveas/pdf/PDFSaver.php
    A workaround is to use a local copy of the php file with custom XML
      <settings>
        <pdf_export file_name="mychart.pdf" use_title_as_file_name="true" url="/i/AnyChart4_SaveAsPDF_php4/PDFSaver.php" image_type="jpg" />
    But I only have the PDFSaver, not the AnyChartPNGSaver.php
    This file no longer exists either:
    http://anychart.com/products/anychart/docs/users-guide/export_image_scripts/php.zip
    Does anyone know where I can source the png saver php, or suggest another workaround? Or have any other information on this issue.
    An email to [email protected] back in 2013 got no reply.
    APEX 4.2.0
    Scott.

    Hi Scott,
    So, if i understand properly, making this change
    <settings><pdf_export file_name="mychart.pdf" use_title_as_file_name="true" url="/i/AnyChart4_SaveAsPDF_php4/PDFSaver.php" image_type="jpg" />
    will avoid atleast PDF issue? And as i dont have privileges to install or deinstall anything on /i/ folder, still this will work and URL path will remain same for each installation?
    Adding another question, as you said "it sends base64 information when converting to PDF", does it mean i will not be able to convert to PDF, if i am using intranet and PC's not accessible to internet?
    Thanks
    Sunil Bhatia

  • Swap Image not working Except in IE

    I am working on a class project, and we've just learned how
    to do "swap image" on rollover. It's working beautifully when in
    IE, but in Firefox it's not working at all and in Opera it's
    working strangely (only when on the "edges" of the flash text not
    when rolling over the flash text) Any ideas as to the problem? The
    flash text rollover works (changes colors), but the "bubbles" are
    supposed to swap images. BTW, I thought it might be a setting in my
    browser disabling something, but the swap image on classmates'
    sites show up fine.
    http://198.86.244.3/drsimpson/WEB140/drsimpsongallery/
    Thanks

    I can't see what is the problem. :-(
    Try replacing your flash buttons with plain gif images, it
    works the same way and you will have much less code on your page. I
    don't think the problem is there but you can always try.

  • Splash image not working in JNLP

    Hi all...
    Splash image is not get displayed in my Application..
    Here is my JNLP file.
    <jnlp spec="6.0+" codebase="http://localhost:8080/MyProject/">
      <information>
        <title>MyProject1.0</title>
        <vendor>My Company.</vendor>
        <homepage href="null"/>
        <description>Application Launcher For MyProject1.0</description>
        <icon href="http://localhost:8080/MyProject/images/Splash_MyProject.jpg" height="300" width="560" kind="splash"/>
        <offline-allowed/>
      </information>
      <security>
        <all-permissions/>
      </security>
      <update check="timeout" policy="always"/>
      <resources>
        <java version="1.6"/>
        <jar href="http://localhost:8080/MyProject/SwingApplication/mysql-connector-java-5.0.6-bin.jar" download="eager" main="false"/>
        <jar href="http://localhost:8080/MyProject/SwingApplication/MyProject1.0.jar" download="eager" main="true"/>
        <jar href="http://localhost:8080/MyProject/SwingApplication/liquidlnf.jar" download="eager" main="false"/>
      </resources>
      <application-desc main-class="com.mycompany.ui.MainWindow">
        <argument>production%0%3#com.mysql.jdbc.Driver#MyProject4%jdbc:mysql://10.100.1.89:3306/MyProject4%MyProject%info123#MyProject2%jdbc:mysql://10.100.1.89:3306/MyProject2%MyProject%info123</argument>
      </application-desc>
    </jnlp>Splash image not get displayed and then I change *<java version="1.6"/>* to *<java java-vm-args="-splash:resource/images/Splash_MyProject.jpg" version="1.6"/>*
    still splash image not get shown on application startup..
    no java.awt.SplashScreen() class instance found.
    Plz anybody give some idea...

    I have also a problem with the splash screen not displaying. This is the first relevant portion of the jnlp:
    <jnlp spec="1.5+" codebase="http://www.i-modulas.nl/downloads/"
    href="imodulas.jnlp">
    <information>
    <title>i-Modulas Thin Client</title>
    <vendor>i-Modulas Software BV</vendor>
    <icon kind="splash" href="http://www.i-modulas.nl/downloads/javathinsplash.jpg"/>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="1.5+"/>
    <jar href="isrun.jar"/>
    <property name="iscobol.conf" value="http://www.i-modulas.nl/downloads/javaclientproperties.txt"/>
    </resources>
    <resources os="Windows">
    <property name="swing.defaultlaf" value="com.sun.java.swing.plaf.windows.WindowsLookAndFeel" />
    </resources>
    <resources os="Linux">
    <property name="swing.defaultlaf" value="com.sun.java.swing.plaf.gtk.GTKLookAndFeel" />
    </resources>
    The application starts normal and uses a different look and feel under Windows as under Linux, but I do not see the splash screen. I tried different ways of referencing to the picture and I also tried using a .gif format. It never worked!
    Any suggestions are welcome!
    Ren�

  • Copy and Paste of Images NOT working.

    When I right click on an image and choose 'copy image' and then try to paste it into my editing software, all i get is a string of text that is the location of the image as if I had chosen 'copy image location' instead. what gives?

    I too was unable to copy & paste ''IMAGES'' suddenly. This function continued to work correctly in my Internet Explorer and Chrome browsers while not working in Firefox. (I WAS able to copy & paste ''''TEXT'''' however in all 3 browsers.)
    As described by another poster, I would click on "Copy image" as I always did, but instead of the image appearing when I clicked paste, the ''URL'' of the image appeared instead.
    My computer developed this problem suddenly yesterday after downloading and installing the newest version of Firefox, which is 12. I tried some of the suggested solutions here to no avail, but I strongly suspected the problem was with Firefox 12. To test this, I re-installed Firefox 11 and immediately my copy & paste function started to work correctly once again and I am now able to copy & paste images once again.
    I will not install Firefox 12 again until Firefox corrects this problem. I need this function and do not want to have to deal with a convoluted method of saving a graphic with unnecessary extra steps, thank you. Every single time I upgrade Firefox, something is incompatible with the new version and no longer works. This is always a nuisance, especially when it is my Norton toolbar.
    This time it was my copy & paste function (again, for images only.) Anyone else with this problem should re-install Firefox 11 to see if their copy & pasting of images function is suddenly restored, as mine was. Good luck! :)

  • Uploading Images - Not Working?

    My company updated to the Dreamweaver CC version and I’m having trouble getting the images to upload.  The text and hyperlinks come through, but no new photos.  We are using Dell PCs, Windows 7, and a 64-bit OS.
    Examples:
    http://www.pookandpook.com/categories/moderndesign.php (should be the fourth photo down in the second column - Italian Lucite and Leather Living Room Suite $2,460)
    http://www.pookandpook.com/categories/jewelry.php (Half way down below the green jade brooch – photo for Diamond 14K White Gold Ring $5,904)
    I’m not getting an option to “Check Out” the pages like I used to with the old version of Dreamweaver we were using. The text is there, but it is grayed out and not "clickable."  When I select “Get”, it runs through some things, but nothing opens.  When I double-click it finally opens.  But when I save, nothing is saving to the local view.
    I’m just totally confused that the text is coming up, but not photos.  Any thoughts on what I am doing wrong?  I don’t know much about Dreamweaver… I just basically add photos, text, and links to existing pages.
    Someone told me my image folder may be located in the wrong place, but I don't know where the right place is?

    Something isn't quite right with the image paths on those few images.  When I view the page most work and point to ../pookSite.  On the ones that are not working they are showing a path 4 levels deeper ../../../../ .  If you update those paths on the page the problem should be resolved.

  • Why does 'insert image' not work?

    If I use Insert Image, the image appears on the email, but is not sent to the recipient. Why?
    Whats the point of it if it appears to work but doesn't?

    <blockquote>The fact that WYSIWYG does not work sometimes is no reason to regard it as not sensible to try and achieve. </blockquote>
    Never is more the point. It never works on the internet, every browser and mail client renders fonts and forms and images differently. That is why most web sites use the browser string to choose which version of the site to offer up.
    Change printers in a word processor and see WYSIWG change. Field questions from users who have suddenly manager to get their document on a 30 degree slant because their document formatting resembles a typewriter.
    <blockquote>If what you see on the screen is completely different from what you send, how are you supposed to make quality judgements? </blockquote>
    People writing computer programs and HTML have been doing it ever since there have been computers. Imagination and knowledge of the rendering capabilities to the expected client give some level of confidence. and KISS applies. The less complex the less likely it is to go spectacularly wrong
    <blockquote>Having a link to a persons computer from another computer is an invitation to hackers. </blockquote>
    That is what every address on the internet is, a link from one computer to another. Usually, your computer to someone elses. It is also why windows supports UNC names for files.
    <blockquote>Why would you do that?</blockquote
    Perhaps so content can be created once and use repeatedly without having to copy the data and perhaps corrupt it in the process. It also allows for content to be changed after the fact, so you can do a countdown due in X days
    <blockquote>
    Also,it still doesn't work. I tried sending myself an email, </blockquote>
    Did you get the email, many providers just don't deliver mail to yourself anymore.
    <blockquote>
    and it should have referenced the file on my computer, but it didn't.
    </blockquote>
    What did the HTML img tag actually contain?
    <blockquote>
    The concept of sending half a document, and referencing the rest of the document from a computer somewhere on the Internet (which might be off), absolutely stupid from many points of view.</blockquote>
    Depends, remote images in email are a perfect example of it. Many of today's emails would not be sent due to their size if the images were not remote, and how to marketers get to know who you are unless there are remote images so they can track you.
    In a corporate environment there are places where you would be sacked for actually attaching documents to an email. A link to them on the server maintains the companies control of their intellectual property. Placing it in an email obviates all of that.
    So get used to the fact that email is not WYSIWYG. It does not even use the same fonts you do, unless by happen-chance the recipient also has the same ones.
    What does the message source say about the IMG tag for the image.
    <preformat>
    ><img alt="" src="file:///C:/Users/Matt/Desktop/CSV%20how%20to/more%20images/blinkers.png" height="315" width="392">
    </preformat>
    It will look something like this for a local link with moz-do-not-send="true" set if I specify not to include the image with the message.
    <blockquote>If Thunderbird has some inherent problem with incorporating image files into a document, then it should not allow it as an option. </blockquote>
    I am afraid is simply do not understand that statement at all. You are the only person I have ever encountered that could not include an image in their email.
    <blockquote>One thing that most Windows software now allows is transferring files between formats, </blockquote>
    How come I can not get mail out of outlook in a usable format? Are BMP, JPEG and PNG images interchangeable?
    I previously asked <blockquote>So what format is this image? (What file type) How large is it? What anti virus program do you use?</blockquote>

  • Imaging not working (3.2 SP3 on NW6SP4) - works at three sites but not fourth...

    About a month ago we set up ZfD3.2, SP3 on our NW6 SP4 servers. All of the
    client workstations are XP Pro with client 4.9.0 SP2. We manually installed
    the Linux partition on all machines and that is mostly working. I say
    mostly because some of the workstations don't import into NDS the first
    time - have to push on a few of them. That's not the question though.
    At three sites, once the machines are in NDS clean, we can from C1 push down
    a new images on reboot. It works - client reboots, ZfD partition sees that
    the machine is to be re-imaged, and the workstation pulls down a new image.
    One site doesn't reimage though. At this fourth site, the Linux partition
    boots, and you see the message "Task Completed" but the imaging doesn't
    happen. If you then go into C1 you'll see that the workstation has had the
    "Reimage on reboot" flag cleared. The sites were all set up at the same
    time - what could cause this one to fail? If you boot to the Linux
    partition you can manually pull down an image. Just the auto-image doesn't
    work...
    I should say that after the time these servers/sites were set up, I found
    that the Public Key Certificates had expired. Ran PKIDIAG and it rebuilt
    the keys but, I still can't RConsoleJ into the server (that is running
    Imaging and Inventory) using Secure IP - have to use Unsecure IP. The other
    three sites I can use Secure IP. Don't know if that's a factor or not and
    haven't found out why (Secure IP doesn't work) but that's the only
    difference I've found between sites.
    Need to reimage some labs at this site pretty regularly and don't want to
    have to do it manuallly each time!
    Thoughts/Comments/Insight???
    Thx - Owen

    Well manually shutting down the database, inventory service, java, etc
    didn't affect the prob. Restarting the server and letting everything come
    back up did. Imaging is working now...
    FWIW - Owen
    "Owen Squires" <[email protected]> wrote in message
    news:[email protected]...
    > About a month ago we set up ZfD3.2, SP3 on our NW6 SP4 servers. All of
    > the client workstations are XP Pro with client 4.9.0 SP2. We manually
    > installed the Linux partition on all machines and that is mostly working.
    > I say mostly because some of the workstations don't import into NDS the
    > first time - have to push on a few of them. That's not the question
    > though.
    >
    > At three sites, once the machines are in NDS clean, we can from C1 push
    > down a new images on reboot. It works - client reboots, ZfD partition
    > sees that the machine is to be re-imaged, and the workstation pulls down a
    > new image. One site doesn't reimage though. At this fourth site, the
    > Linux partition boots, and you see the message "Task Completed" but the
    > imaging doesn't happen. If you then go into C1 you'll see that the
    > workstation has had the "Reimage on reboot" flag cleared. The sites were
    > all set up at the same time - what could cause this one to fail? If you
    > boot to the Linux partition you can manually pull down an image. Just the
    > auto-image doesn't work...
    >
    > I should say that after the time these servers/sites were set up, I found
    > that the Public Key Certificates had expired. Ran PKIDIAG and it rebuilt
    > the keys but, I still can't RConsoleJ into the server (that is running
    > Imaging and Inventory) using Secure IP - have to use Unsecure IP. The
    > other three sites I can use Secure IP. Don't know if that's a factor or
    > not and haven't found out why (Secure IP doesn't work) but that's the only
    > difference I've found between sites.
    >
    > Need to reimage some labs at this site pretty regularly and don't want to
    > have to do it manuallly each time!
    >
    > Thoughts/Comments/Insight???
    >
    > Thx - Owen
    >

  • Dynamic Picture/Image Not Working

    CR XI R1 - I believe it is the most recet service pack available (4?)
    VBScript is being used to query the database and provide the recordset data to the crystal report via a data definition file.  All other data displays properly on the report.
    The 'placeholder' image is one that says 'image not found'.  It "should" be getting replaced at runtime with the dynamic image specified in the graphic location formula but it is not and the image always remains the same.
    In the graphics location I have tried in multiple ways to enter a path with a http:// reference, a file:// reference, a local drive C: reference, and a reference relative to the report's current directory on the server.
    Nothing seems to work.
    Could someone help me understand the requirements of the graphics location field in crystal reports in order for it to dynamically locate the file at run time.?
    My current assumption is that the graphics location requires a path in text form (surrounded in quotes) to an image file to be returned.  I also am assuming it doesn't matter when the graphics location field evaluates itself relative to other fields/formulas - especially if the path is static.
    I should note that a static path entered and print previewed does switch the picture.

    Please disregard.  I believe I have solved the issue.  The crystal reports viewer on the server was version 9, not 11.  Changing it to 11 appears to have resolved the issue.

  • PHOTO BOOTH EFFECTS WITH BACKGROUND IMAGES NOT WORKING

    JUST TO KNOW HOW THE IMAGES BACKGROUND WORKS ON PHOTO BOOTH
    EXAMPLE PARIS THERE IS A SPACE TO PLACE THE FACE AND IS NOT WORKING.
    TKS.
    MARIA

    Just a quick update with the Zip files.
    I've downloaded 'The Unarchiver' and that will unzip fine. it seems to be an issue with apples 'Archive Utility' over network I suppose?

  • Jquery Loading Image not working at Page Load

    Hi,
    I developed a page using Jquery, want to load an image at the page load. I am using .show() and .hide() functions, but it is not working. I am using "async;false" in all my SPServices. Can i load the image without setting "async: true"?
    shanthan

    Hi,
    According to your post, my understanding is that you had an issue about the JQuery loading image.
    I think the issue is related to the browser. Did you use the IE 8?
    The hide() and show() method not work in IE 8.
    http://social.technet.microsoft.com/Forums/en-US/a8e17024-bea3-4cb7-8283-bcbcf8955e18/jquery-loading-image-issue?forum=sharepointgeneralprevious
    http://stackoverflow.com/questions/21876416/show-hide-not-working-in-ie8-jquery
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Tab image not works in 3.2.0

    dear firends hi !
    I edited tab with image attribute as myimage.gif (without prefix)
    but it not works
    (I uploaded an image myimage.gif in shared components)
    any iadea?
    regrads
    siyavuş
    Edited by: sak on Feb 20, 2010 1:54 AM

    Hello Art,
    I am sorry for my late response. I have been knocked out by the flu ...
    You are writing about ECC 6.0. Thus you are using an integrated ITS 7.00 that uses mostly the same sources for HTML Business and Javascript for both the IE and the Mozilla Firefox. I was asking about the ITS because there could be some kind of issue in older versions (ITS 6.20 or ITS 6.40). But we worked out a solution for popups in ITS 7.00. So I wonder about your problems. More than that when you write that in IE the popups come up just fine.
    I am working really often with Firefox (on Windows, Linux and MacOS X) but can not reproduce the issue. The popups come up fine in any case.
    Are the popup blockers disabled?
    What about additional software (anti-phishing, anti virus ...)?
    Please open the Javascript Console (in menu Extras) before opening a popup. You should try to open the System Status in "Menu/System/Status ...". What error messages come up when the popup should come up?
    Please open System/Status ... (in IE) and look for the Component Information. What is listed here (support package, kernel version)?
    When you look at the HTML document's source code ([Ctrl]- right click on dynpro area, select "Current Frame"/"View source code of frame" (or similar)), do you see the lines
      <iframe class="WebguiPopupWindow"
    at the end of the document?
    For Mozilla Firefox there is an extension called "Live HTTP Headers" that can help to evaluate the HTTP communication between browser and server. With this plugin we can check if the server returns with an error.
    With best regards,
      TJ
    Message was edited by:
            Thorsten Domsalla

  • Itunes podcast image not working

    I am using feedburner to generate a podcast feed for a website my agency worked on. It works fine, we can post things and they show up as podcasts if there is an audio file attached, and the feed shows up fine on feedburner. We used smartfeed on feedburner to generate the extra tags needed for an itunes podcast, including the podcast image, but it's not working. We made sure to input a 1400x1400 image as the feed image, and every time we have changed the image we have made sure to make the filename different so itunes recognizes that there is a differnet image. It has been almost a week since we put in that image and it still is not showing up.
    I don't know if it just takes longer, or if there is something wrong, but we have been trying to get an image working for a few weeks now.
    The link to the podcast is here
    https://itunes.apple.com/us/podcast/uncommon-austin-podcast-2013/id468093685?mt= 2
    I can link to the feedburner feed as well if needed. But we would just like to know of a solution to our problem.
    Thanks
    Josh

    The image which appears on the Store page is referenced in the feed: but the image which appears when you subscribe (either manually or from the Store page) is not - it is embedded in each episode's media file. This page explains the situation and what to do about it:
    http://homepage.mac.com/rfwilmut/notes/faq.html#coverart

Maybe you are looking for

  • Using CS5 - need to edit and save pdf

    I have a pdf file that is a sales flyer.  I need to edit just the first page of the 50 page pdf file.  I can open and edit page 1 no problem.  I need to know how to save it back into the complete pdf file as page 1.  Right now all I can figure out is

  • I cannot retrieve email from company exchange?

    I am trying to retreieve my email from my company, I have no problem connecting using IOS7 on both my iPad and iPhone but cannot connect from my iMac or Macbook Pro? I have spoken with our IT deprt but still no joy, however, I downloaded TouchDown (B

  • How do i stop a download when it is too slow?

    How do I stop a download when it is too slow?

  • Need a query based on the property value of the other itemDescriptor

    Hi, I have following structed repository(both items in repository)  with itemDesc1 and itemDesc2. Now i have the value  of prop2 (of itemDesc2 ) . Using this i want to write query (using QueryBuilder) to get the value for one of  the property of item

  • Jesiinclude example written bx Srikanth

    i could compile/start the example inside Oracle Jdeveloper 9.0.4 without any problems ! after the deployment to Oracle 9.0.3 AS the first page will be displayed followed by the ERROR Message: 500 Internal Server Error java.lang.NoSuchMethodError