How could I display an image a day/week?

Hi guys, I'm a cartoonist and mid level webdesigner. I'm trying to put together an app version of a folio/comics website. I wanted to know what my options are for putting in a new featured image per day/week. And what are my best options for delivering this type of content. Forcing them to update the latest version of the image isn't going to work very well.
The three options as I see it, and might not be the best ones, are:
1. Single edition app, html points at website to show updated index page with image.
2. Multi edition app, push notification when download of new image is available.
3. Embed all the images into a single edition version of the app, but only allow the user to see the latest image on specific calendar dates.
What are my other options and how would I implement them for iOS?
The only other feature I wanted was to be able to point or link people back to my webstore if they wanted to purchase prints of the image they are viewing.
I would really appreciate all the help I can get.

Option #1 is the way to go, and the way customers do this in DPS. A good example is National Geographic that does rich, updating, pages with photos in their monthly issues using the web overlay to point to HTML somewhere. It's the easiest way to do it.
If you intend to submit this to Apple, a word of warning: if all your Single Edition app does is host a web control that renders your web page they are likely going to reject the app. You have to have real, rich, interactivity in the application and lots of content to navigate through as part of the app.
Neil

Similar Messages

  • Windows could not display the images available for installation

    I am trying to perform unattended installation of windows which I created with Windows AIK. When I add answer file on USB's with windows installation root I get "windows could not display..." message. Problem is there even when there are just a
    few simple lines (oobe, microsoft international core-WinPe).
    I replaced install.wim file of standard windows installation iso with customized install.wim and then created catalog file with windows system image manager.
    Kind people of world, please help!

    Hi bugili,
    Could you help us post the complete error information, it will more helpful when we locate the issue. I am not quite understand “add answer file on USB's with windows
    installation root”, do you mean the answer file and install file on the external device? Please try to confirm this image has the same Security permission with
     others image in WDS image share folder,  the WDS default image location is like
    x:\RemoteInstall\Images.
    If it not work please post the WDS error log,
    How to enable logging in Windows Deployment Services (WDS) in Windows Server 2003, Windows Server 2008, Windows Server 2008 R2, and in Windows Server 2012
    http://support.microsoft.com/kb/936625/en-us
    The simlar thread:
    Windows could not display the images available for installation.
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/07fe03dd-9798-4583-8d0b-dc963c95434c/windows-could-not-display-the-images-available-for-installation?forum=winserversetupMore
    information:
    How to Add a Boot Image to WDS Server
    https://social.technet.microsoft.com/wiki/contents/articles/11643.how-to-add-a-boot-image-to-wds-server.aspx
    I’m glad to be of help to you!
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How can i display a image file which is placed in the applications server

    Hi all,
    Can any one help me how can I display a image file which is present in the application server.
    With regards,
    M.Ramana Murthy

    hi,
    *& Form TOP_OF_PAGE
    * text
    FORM F_TOP_OF_PAGE.
    CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
    EXPORTING
    IT_LIST_COMMENTARY = IT_LISTHEADER
    i_logo = Logo name
    * I_END_OF_LIST_GRID =
    ENDFORM. "TOP_OF_PAGE
    rgds
    Anver

  • How could i display  india as  i  n  d i a in rowize

    how could i display india as i n d i a in rowize in oracle query
    output
    i
    n
    d
    i
    a
    (i am newbiee to this forum ,i dont know on which category i should post this question is there any general category for orcle questions?)
    thanks

    Hi,
    Welcome to the forum!
    1008045 wrote:
    how could i display india as i n d i a in rowize in oracle query
    output
    i
    n
    d
    i
    aHere's one way:
    WITH     got_target     AS
         SELECT     'India'     AS target
         FROM     dual
    SELECT     SUBSTR (target, LEVEL, 1)     AS letter
    FROM     got_target
    CONNECT BY     LEVEL     <= LENGTH (target)
    ; (i am newbiee to this forum ,i dont know on which category i should post this question is there any general category for orcle questions?)This is the right place for questions like this, and for any question like "If I have this data ... then how do I get these results ... in SQL?"
    Take a few minutes now to read the forum FAQ {message:id=9360002}; it has lots of good tips.

  • How could I arrange control images in a report?

    I appended 4 control images to a report using Append Control Image to Report. I wanted to lay two of these images in the first line and the other two in the second line. But the result of my program was one image in one line. (BTW, I did not use any New Report Line). How could I arrange control images?

    Mike is right, unless the images are too wide, the report VIs will put them next to each other on the same line.
    Please find the attached example that appends two charts on the HTML report. Open the .htm file with the web browser. If you make the browser window smaller, the charts will move one below the other.
    Zvezdana S.
    Attachments:
    image.zip ‏13 KB

  • Image display - How do I display an image using an absolute path?

    How do I display an image using an absolute path in a compiled WebHelp?
    Our developers use RH8 map IDs within our in-house applications to display in a model window created using Telerik Rad Window.
    Unfortunately images disappear from these model windows because RoboHelp removes absolute links to [inserted] images and changes them to relative in the compiled WebHelp.
    How do we overcome this? Is there a solution in RH8?

    I have tried again and changed the path in the topic HTML
    from : ..\..\HelpTopics\Icon_Search.png
    to    :  \HowDoI\Help_CMS\WebHelp\HelpTopics\Icon_Search.png
    I am obviously unable to see it in RH8 as I have removed the relative link so it is "outside" of the project.
    This time, on compilation, it has not stripped out the absolute links. The developer was working with me on this last week and we did have any issue in that they did not hold the absolute link. Most odd!
    Checking the published help it appears to be working in the application, which is great.
    So my apologies for raising the issue but it really did not work last week.

  • How do I display blob (image) in a Portal Report

    I am using 9ias 10222 and portal 30983 and I have a table that stores an image as a blob and have a varchar field to store the mime type. I have created a form to upload the image and can then query the form to display the image.
    How do I dislay the image in a Portal Report/Dynamic Page Component. I have followed note 68016.1 but the retrieve_img_data procedure does not work it gives a wwv-11230 error.
    Any ideas? Any help would be appreciated.
    Thanks
    Belinda

    Hi,
    Can you display what code you used for this? I followed note 172045.1 and everything compiles properly but when I run the report, I just get a box with a red X in it, like it is not finding the picture. I ran the procedure that downloads the image and it works fine from there. Thanks.

  • How can I display an image from a shared-network folder?

    Hi
    Does anyone know how I can display images from within APEX that are found outside the database? What configuration have I missed?
    Within Windows-Internet-Explore I can access the following image using the below URLs, BUT I cannot access it from within APEX?
    What do I need to do so APEX can display theses images from our internal shared network folder?
    both these URLs work within Firefox (but on APEX):
    \\Saremote\UPDOWNFILES_DIR\polk_insight.gif
    file://///Saremote/UPDOWNFILES_DIR/polk_insight.GIF
    So within APEX I have created a "display as Text' Item that works with this "amazon image" syntax:
    {lessthan} IMG SRC= {doublequot} http://g-images.amazon.com/images/G/01/associates/navbar2000/logo-no-border(1).gif {doublequot} {greaterthan}
    BUT sadly not with my image:
    {lessthan} IMG SRC= {doublequot} file://///Saremote/UPDOWNFILES_DIR/polk_insight.GIF {doublequot} {greaterthan}
    Any ideas would be appreciated.
    Thanks
    Steve
    Edited by: [email protected] on Sep 12, 2008 8:30 AM
    Edited by: [email protected] on Sep 12, 2008 8:31 AM
    Edited by: [email protected] on Sep 12, 2008 8:32 AM
    Edited by: [email protected] on Sep 12, 2008 8:33 AM

    If you have a local html file, or open an image locally from the menu, then yes, it works, but with web pages that are served from a remote location (web server), security kicks in and prevents the web page from accessing local files (and files on a networked drive).
    you will either have to put the image on the web server and access it through http, or you can load it into the database/workspace images and access it that way.

  • How could I display a dialog attached to a window?

    If there is a way to do this, how could I, in Xcode 5, cocoa applescript? Something like:
    Display dialog "Hello Red_Menace" attached to MyWindow
    I know sheets can do this, but this seems a lot more simple, because I wouldn't have to design a window and link it.

    I saw what you did there...
    You don't necessarily need to create another window for simple alerts, you can use the NSAlert class.  I think there is still some weirdness with sheets, so the easiest way to do a sheet would be to use Myriad Helpers, which has a category that adds some methods to the NSAlert class, for example:
    tell Cocoa's NSAlert's makeAlert_buttons_text_("Alert", {"OK"}, "Hiya,  Apple_For_The_Win" & return & "This sheet will give up after 10 seconds")
      showOver_calling_wait_(mainWindow, {"sheetDismissed:", me}, 10)
    end tell
    on sheetDismissed_(theButton) -- the sheet has been dismissed
      # whatever
    end sheetDismissed_
    The completion handler (sheetDismissed in this case) is called when the sheet is dismissed, and is passed the name of the button (or 'Gave Up').

  • How can I Display a Image with tiff format in Jpanel?

    How can I Display a CMYK Image with tiff format in Jpanel ? Not in ScrollingImagePanel? Thank you in advance.

    Why nobody can help me?I am very anxious!help me,please!

  • How do you display an image on a frame or panel?

    Can anyone tell me or point me towards a resource that explains how to display an image on a java fram or panel?
    Thanks,
    Eric

    You can create a JLabel with the image and then add the JLabel to the frame/panel.

  • How can I display three images in video rate succession (60 Hz)?

    For a structured illumination microscope application, I have developed a VI that creates three images and displays them in rapid succession (as fast as the loop will go) on a second monitor.
    From the naked eye it's pretty apparent that the loop is not displaying the images at video rate.  Is there a way (perhaps with some sort of buffer) to get them to display faster?  Is WinShow simply not going to be fast enough, and if not, what's an alternative method of displaying the images?  If it helps, the images need only be displayed once each (the loop was just for testing).
    Also, what is a way to measure the frame rate output of the images?
    (sorry for the sloppy code, new to LabView)
    Thanks,
    -T
    Attachments:
    illuminationpattern.vi ‏31 KB

    Hello,
    Why don't  you try drawing one window, call IMAQ WindShow once outside of the loop, then redraw that window each iteration within the loop.  Hopefully this stops the flutter of the window.  You can build a 3 element array of the 3 IMAQ images then use an index array to alternate through which image you want to be redrawn into the single window.  The constant calling of IMAQ WindShow seems messy.
    Regards,
    Isaac S.
    Applications Engineer
    National Instruments

  • How do I display an image in an APPLICATION

    I have the following code and I want to display an image. I figured that the easiest way to display an image was via a JLabel.
    import javax.swing.*;
    import java.awt.*;
    public class NewMain {
        public static void main(String[] args) {
            JFrame win = new JFrame("TestApp");
            win.setDefaultCloseOperation(win.EXIT_ON_CLOSE);
            win.setBounds(0,0,200,200);
            ImageIcon icon = new ImageIcon("ca.bmp");
            JLabel label = new JLabel("",icon,JLabel.CENTER);
            win.add(label);
            win.setVisible(true);
    }What am I doing wrong. I have the cd.bmp file in the source directory but I just get an empty frame when I run the program...
    PS: I get a lot of hate messages in other forums. I am BRAND new to programming anything (especially OOP). I realize I suck at this but that is why I am trying to learn.

    You need to become familar with Sun's tutorials, like this one about labels:
    http://java.sun.com/docs/books/tutorial/uiswing/components/label.html
    It has an example and code for what you want to do.

  • How to best display/update images in gallery??

    I'm designing a site for my photography but I'm stuck. I'm new to this and trying to learn, so I'll try to explain clearly. Usually I have problems with things that sound like they should be really simple but end up with unbelievably complex answers, so please keep my beginner status in mind with responses (the complexity itself isn't an issue since i'm sure i could learn whatever needs to be done, just that nothing is more frustrating than an answer of pure code and no plain-english explanation of what is going on).
    the overall design is simple enough: thumbnails to the right (in their own iframe so links can navigate several columns of thumbs, though i'm sure there's a better way to do this, too), large images to be displayed nearish to the center, and some other stuff to the left unrelated to this issue. If all the images were oriented the same way (all landscape or all portrait) i'd have no trouble just creating a frame/iframe of the correct size and call it good enough, but i have about half landscape and half portrait. I considered a square iframe, but then i'd have to create a new html file for every single image (to make the image centered and make the background transparent so i don't get white bits). Is there a way I can do this where i could link just the jpgs to something (centered within a frame, div, whatever) with transparency enabled and save myself the pain of creating dozens of individual html files?
    I've researched a few ideas I had: It doesn't appear to be possible to link directly to a large square div. It also doesn't seem possible to format/style an iframe to meet those requirements without the individual html pages. I've wondered if it would be possible to create two overlapping iframes (one for landscape, one for portrait) and have the link specify which one should show, but i've found nothing helpful on this issue (not even enough to know if it's possible in this context). i even considered throwing out dreamweaver completely and doing a flash-based site, but i was told that this was too hard for a beginner and to not even try (always love a vote of confidence). If I am told the same thing here I may consider scrapping the project entirely because i'm fast running out of options (and i just won't create individual html pages for dozens and dozens of images, it's not worth that kind of tediousness). And this should be obvious, but because a friend suggested it someone else might: no, my work cannot be cropped so they're all the same dimensions and i'd prefer to not modify the images in photoshop to create borders that make them all square (on a slow connection it looks really strange if the image and the "background" load together).
    I hope i gave enough info/details.

    Instead of creating x-number of html pages, just have your menu page dynamically write the html page to the main viewing frame.  If you have different layouts you can have javascript code make decisions based on information you pass to the writing functions from the menu selections.  What you'll want to do is learn how to use the document.write() javascript functionality.  You would build a variable that contains the html code for the page and then use the document.write() function to write that code into the frame.
    As a simplified example, you could have a javascript function in the menu page that you pass the image name to and write that as a page to the "main" frame...
    function createImagePage(imageFilename){
        // create the page code
         var mainCode += "<html><head><title>An Image Page</title></head><body><img src=\"";
         mainCode += imageFilename;
         mainCode += "\"></body></html>";
         // write the page code to the main viewing frame
         parent.main.document.open();
         parent.main.document.write(mainCode);
         parent.main.document.close();
    While I didn't show it, if you have two different page styles to create, then along with the filename you could pass a style number to the function to have the javascript decide which format to code.
    Sorry if that little bit of code is over your head, but you'll have to learn the languages involved in web pages if you want to create them.  Using document.write() is one of the first things you are likely to learn in a javascript course.

  • How do you display a image in apex

    I have a trouble for a long time..
    I can't load a image in apex..
    I do a lot of things but it never give result correctly
    some could help me..
    Thank u....

    Hi,
    OK - the link I gave will explain how to upload into a table and then display images from there.
    To do this through Shared Components:
    1 - Go to Shared Components
    2 - Select Images
    3 - Click Create
    4 - In the Application option, leave it as "No Application Associated" if you want any application to use the image, or select an application if the image is for that application only
    5 - Click the Browse button, locate your image file on your machine and click Open
    6 - Any any Notes you want (this is not required)
    7 - Click Upload
    On your page, decide where you want the image to appear. This can be in a region's Source, Region Header or Region Footer OR if you want you can do this on the page template you are using. Then enter in:
    For an image NOT associated with an application:
    &lt;img src="#WORKSPACE_IMAGES#filename.gif"&gt;For an image associated with an application:
    &lt;img src="#APP_IMAGES#filename.gif"&gt;Andy

Maybe you are looking for