Scrolling RSS reader HTML for iWeb 09

Hi
Anyone know whether it is possible to replace the standard RSS reader widget with something a bit flasher, quite fancy a scrolling reader that would roll through say 10 entries in a box. I've had a trawl through here and Google, but seem to be drawing a complete blank.
Thanks

http://www.widgetbox.com/search?q=Weather+Widget

Similar Messages

  • HTML for iweb'08

    I like so many others am finding difficulty working with iweb. I have been using komodo html editor, after publishing my iweb page to a folder, to 'touch-up' my pages, like adding "no left click" and so on. Recently i discovered that shadows in iweb dont work outside safari, I have been researching for the html to change this but am not sure about what I have found.
    Does anyone know html shadow code that I can use? I found this site http://www.webtoolkit.info/css-drop-shadow.html but dont understand how to use it yet.

    Are you referring to shadows on text?
    Shadows on text are a CSS 3 feature which is fully supported by Safari.
    Eventually more browsers will support it. I think firefox and latest versions of internet explorer do but I could be wrong.
    I think if you adjust the transparency very slightly on your text it will be exported a picture and will be shown correctly in any web browser.
    However, for search engine optimization purposes, having your text as pictures is not ideal. You should consider not relying on text shadows.

  • Is the default "Subscribe to This Page" feature within Firefox a RSS Reader?

    Hi Everyone,
    Does anyone know whether the default "Subscribe to This Page" feature within Firefox is a RSS Reader?
    For example, I want to subscribe to certain blogs etc., and my research suggested I install Feedly ([https://addons.mozilla.org/firefox/addon/feedly/]), which I now have. However, I noticed whilst playing around that within Firefox, the feature to subscribe to a page offers this too - but is the Firefox feature the same as a RSS Reader?
    Thanks in advance
    Y2J

    Really, most RSS readers are the same.
    In the past I have used the Firefox RSS reader to setup live bookmarks.<br>
    Currently I use the [https://addons.mozilla.org/en-US/firefox/addon/rss-icon-in-awesombar/?src=userprofile RSS Icon In Awesombar] add-on. It functions the same as the default Firefox feature, but to save space I want the button in the location bar.
    You can use whatever one you want. As said above, it really doesn't matter.

  • How to hide html tags in RSS reader

    Hello everyone!
    I need a help. I`m not a programmer, but I make a very simple RSS reader based on this tutorial http://mobile.dzone.com/articles/building-mobile-rss-reader ... Application works perfect, but I have a problem into DetailsView (rss feed item)... In this view application show me a all html tags into rss feed (or articles on my website)... Content into Description (in application) begins with <p> margin-left: 4px,.... and other html tags. Please, tell me how I set to hide this tags and show only a article content (text)..I
    I will be really greatful for any help!
    Best regards,
    Rok

    Unfortunately no, there is not. It's absolutely needed so that site studio knows how to load the pages. One thing you can do is to use SSPU (site studio publishing utility) to generate static pages and then use a scripting language, such as perl, to strip out all the site studio-specific code from those pages.
    Sorry, but that's one big downside to using site studio.

  • Linking to a Specific Spry panel (modified for RSS Reader)

    Hi – I would like to implement the following tutorial however have it work for the Spry Framework RSS Reader: http://foundationphp.com/tutorials/spry_url_utils.php
    I understand the concept of this article and have been able to implement the solution up to step 4 however for my solution I am not working with tabbed panels or an accordion widget but the RSS Reader from the latest Spry Framework. I would like to have a specific feed and article selected on the page depending on what link the user has come from.
    So instead of working with the tabbed panel and accordion variables I would be using the variables:
    var dsCategories
    var dsFeeds
    var dsChannel
    var dsArticles
    I would like to know if anyone can assist me in modifying the solution to suit this scenario? or if it is even possible?
    Thanks.
    Michael.

    Hi Ben,
    Thanks for pointing me to this tutorial.
    To keep things easier for myself I have kept the variable name as row. I have added the following code to the head of my called page:
    On lines 9-10:
    <script type="text/javascript" src="js/SpryURLUtils.js"></script>
    <script type="text/javascript"> var params = Spry.Utils.getLocationParamsAsObject();</script>
    On lines 19-26:
    //define the data set
                var ds1 = new Spry.Data.XMLDataSet("data/LocalFeeds.xml", "feeds/feed");
                //get the url parameter for the row number
                var params = Spry.Utils.getLocationParamsAsObject();
                //set an observer so that when the data is loaded, we update the current row to the url param value
                ds1.addobserver({ onPostLoad: function(ds, type) {
                                                                                                                                ds1.setCurrentRow(params.row); }
    Currently my called page is still not loading in the wanted state with calling page passing the parameter row=2.
    I aren’t sure what I am still missing but think it is perhaps something to do with setting the spry:region and spry:repeat to equal ds1? But not sure where I should be placing this.
    Am I nearly there?
    http://www.michael-williams.com.au/
    Thanks.

  • Rss reader for systray

    Started working on a little project. An rss reader that sits in the systray. Its pretty bare right now, but its downloading feeds and opens them in the browser when i click on them.
    http://i.imgur.com/ldvS3.jpg
    -- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code [jwr] --

    Fixed that bug, kind of, i'm not sure if it's the proper solution, but it seems to work. Relevant code:
    def build_submenu(self, feed):
    menu = Gtk.Menu()
    for i in feed.entries:
    menuitem = Gtk.MenuItem()
    menuitem.set_label(i.title)
    menuitem.connect("activate", self.construct_command(i.link))
    menu.append(menuitem)
    return menu
    def construct_command(self, link):
    def open_link(self):
    webbrowser.open(link)
    return open_link
    Lambda expression inside a loop seems to overwrite itself during every iteration, like here:
    l = []
    for i in range(10):
    l.append(id(lambda x: x*i))
    print(l)
    # OUT: [139721358186400, 139721358186400, 139721358186400, 139721358186400, 139721358186400, 139721358186400, 139721358186400, 139721358186400, 139721358186400, 139721358186400]
    print(l.count(l[0]))
    # OUT: 10
    As you can see, id of the lambda expression is the same in every iteration, despite being a different function (i is different in each lambda), so when the for loop finishes, you'll end up with only one callable object, that every menu item executes on activation.
    EDIT:
    After a bit of screwing around, i found that this also works:
    menuitem.link = i.link
    menuitem.connect("activate", lambda x: webbrowser.open(x.link))
    Instead of passing the arbitrary address to the lambda it just extracts link from the menu entry itself.
    Last edited by kaszak696 (2013-01-18 16:02:15)

  • RSS Reader Ajax Portlet for Workshop 9.2

    Hi,
    is there any available example of RSS Reader Portlet with Ajax support for Workshop 9.2?
    Any help is well accepted,
    thanks,
    Ben

    Ben,
    With the weblogic portal 9.2 you can find all the JSP but this time Bea has not given the JPF code.Jsp code is available there.The path will be
    \WebContent\portlets\rssreader\*.jsp
    Create EAR project
    Create Portal project with groupspace enabled
    Go to merged view of the weblogic workshop
    Right click the portlets folder and choose copy to project
    Hope this time you will get the sample code :-)
    Regards
    Bishnu

  • Photo RSS reader for PC's / AOL?

    Can anyone suggest an RSS reader that will read photos from a photocast? My father uses AOL, but could work through IE if necessary.
    Thanks,
    Billl

    Chris:
    Have her try Firefox. See my post here: http://discussions.apple.com/message.jspa?messageID=4531492#4531492
    You have to change the url a little according to the site I'm quoting.
    Or do what any good son should do, buy here a new Mac
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    MBP 2.16Ghz; G5 Dual Core 2GHz, 2G RAM ea, 250G HD; G4 Dual 1Ghz, 1.5G RAM;   Mac OS X (10.4.9)   22" LCD, 710G FW HDs, Canon: SD700IS/i850/LIDE 50, Epson R200, 30G iPod, 2G Nano

  • Looking for best RSS reader

    Need one with swipe left/right to navigate to the next item and also has adjustable text as well as has a full screen reading mode. It would also be nice to find one which also has share to Google+.  Byline has the the 1st feature I want/love by doesnt allow you to change the font size to smaller.
    Do any rss reader apps exist with all these?
    Basically my favorite Android app gReader Pro had all of these features. But now I have the iPhone 4 and need replacement.

    To be honest, you are better off using a computer and this software:
    http://calibre-ebook.com/
    It will convert ebook formats...if you buy a reader, you are committed to that environment.  WIth the above and a computer, you can install the PC version of your favorite ereader and use the software to convert other formats to it. 
    If you find my post useful or informative, please click the icon below with the plus sign and star to give kudos. Thank you!

  • Tutorial to create a basic rss reader for my site?

    Can anyone point me to either a text or video tutorial, new to the whole iphone sdk business, trying to offer our readers an iphone rss application so they can get all of our stories right on one interface. Any direction would really help.
    Thank you

    Hmm. My apologies. Not sure as to what you have all tried, but I am guessing you have done a bit of research, which is good.
    I am not positive that there are really any excellent tutorials out there as of yet. Have you had a look at this one?
    http://blog.taragana.com/index.php/archive/how-to-develop-a-simple-rss-reader-fo r-the-iphone/
    B-rock

  • Add Someone Elses RSS feed to my iWeb Page

    I would like to add a quote of someone else's RSS Feed onto my page. For example, I think it would be nice to be able to show a summary of the current weather in my town from weather.com in a text box on my page. Can this be easily done within a page created by iWeb? I know that I can add a static link to the weather.com page, but an auto updated box would be cool.
    Apologies if some of my terminology is not correct, and thanks for any helpful hints!
    MacBook 13 inch 1 GB RAM 60 GB HD   Mac OS X (10.4.7)  

    Check this page out for a cool online HTML code generator to do just what you want...
    http://p3k.org/rss/
    Once you get the HTML code, you will have to edit it into your published page.html file, using the now standard method of adding external HTML...
    Two things to keep in mind...1. No way to do this via iWeb directly, so it involves editing the published html files, and 2. Because iWeb republishes the html files whenever you update the your webpage, you will lose your changes and have to redo them to add your banners back.
    The general directions are as follows...
    1. Decide where you want your feed box and know exactly what dimensions you need.
    2. Insert a text box onto your page and adjust its size to exactly your dimensions.
    3. Type in some uniquely identifiable text like, "RSSFEEDHERE" without changing the font or anything else...just type it in.
    4. Publish your page with iWeb.
    5. Find the html file associated with your published page (either on your iDisk or in a folder depending on how you published) and open it in any text editor (like Microsoft Word, or Textedit, or anything).
    6. Scroll through the html file and locate your placeholder text, e.g. "RSSFEEDHERE".
    7. Replace the placeholder text with your html code and save your page. (not save as, just save)
    That's it. You should see your rss feed box show up where you placed the text box.

  • Importing RSS with HTML in AS3

    I succesfully imported RSS in Flash... now in flash i have
    <title>
    <link>
    and <description>
    I want to Display in a List component the Title and the Description, and on click a textfield displays the HTML text grabbed from the Link...
    Here's my code
    var rssLoader:URLLoader = new URLLoader();
        var rssURL:URLRequest =
             new URLRequest("http://www.parliamocidicalcio.it/rss/xml/RSS2.0/category/34-seriea.html");
        rssLoader.addEventListener(Event.COMPLETE, rssLoaded);
        rssLoader.load(rssURL);
        var rssXML:XML = new XML();
        rssXML.ignoreWhitespace = true;
        function rssLoaded(evt:Event):void {
            rssXML = XML(rssLoader.data);
            for(var item:String in rssXML.channel.item) {
                liLog.addItem(
                          {label: rssXML.channel.item[item].pubDate.substr(0, 16) +
                        ": " + rssXML.channel.item[item].description } );
        function selectLog(evt:Event):void {
            var list:XMLList =
                        rssXML.channel.item[evt.target.selectedIndex ].children();
       var item:XML;
            for(var i = 0; i<list.length(); i++)
                if(list[i].name() == "description")
                { i++; break; }
        item = list[i].children()[0];
        var LinkLoader:String = rssXML.channel.item[evt.target.selectedIndex].link;
        var textLoader:URLLoader = new URLLoader();
        var textReq:URLRequest = new URLRequest(LinkLoader);
        textLoader.load(textReq);
            taLog.htmlText =  textLoader.data;
            //taLog.htmlText = item.toString();
        liLog.addEventListener(Event.CHANGE, selectLog);
        liLog.rowHeight = 90;
    And there's another problem... the <description> contains an <img src="xxx">... AS doesn't read HTML so it displays the code... is there a solution to remove <img src"xx"> from <description> when importing in flash? And to remove it and display the image?

    Yout cannot put an iframe into a Flash file.
    Dan Smith > adobe community expert
    Flash Helps >
    http://www.smithmediafusion.com/blog/?cat=11
    twitter:
    http://twitter.com/dmode
    "tziady" <[email protected]> wrote in
    message
    news:g58bqj$o0q$[email protected]..
    > Hello all; I am looking to embed a google calendar into
    a flash file. Has
    > anyone attempted this successfully. The embedding code
    looks like this:
    >
    > <iframe
    > src="
    http://www.google.com/calendar/embed?src=40j2e2qt3efr2rblk8r08fv530%40group
    > .calendar.google.com&ctz=America/New_York"
    style="border: 0" width="800"
    > height="600" frameborder="0"
    scrolling="no"></iframe>
    >
    > Any help with this problem would be greatly appreciated.
    >
    > Cheers
    > Tamer
    >

  • Edit RSS and .xml in iweb on .mac

    I am desperately trying to find out how to edit my RSS and (.xml) file in iweb. I can get to the file if I publish my website to a folderr on my MAC, but this doesn't help me. I need to edit this file and let iweb publish it on my .mac podcast site.
    The real issue is that in itunes the wrong image is appearing (it is by default using my background image from my podcast website) AND also I am not able to give a "summary" in the podcast description area.
    I'm really frustrated that I can not see the .xml file directly in iweb and also that the RSS inspector editor in iweb does not allow you to edit all parts of your .xml file!
    Can anybody help?
    Thanks!!!
    http://web.mac.com/stl_ocds/iWeb
    http://web.mac.com/stl_ocds/iWeb/Meditations%20from%20Carmel/Meditations%20from% 20Carmel%20Podcast/Meditations%20from%20Carmel%20Podcast.html
    iMac   Mac OS X (10.4.6)  

    I have put together a website that I'm trying to manage daily. I'm creating in in iweb, then saving it to a folder and uploading using FTP (Fetch). So the problem I'm running into is that my server seems to be choking on the following like of XML code every time. For me this is a bummer because I'm not a code person and so it means relying on others to scrub the code out each time. How can I use iweb and avoid this problem.
    here is the head of a typical html file generated by the sw.
    the first line is choking the server.
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    <head><meta http-equiv="Content-Type" content="text/html;
    charset=UTF-8" />
    <meta name="Generator" content="iWeb 1.1.2" />
    <title>About Me</title>
    <link rel="stylesheet" type="text/css" media="screen"
    href="About%20Me_files/About%20Me.css" /><script type="text/javascript"
    src="About%20Me_files/About%20Me.js"></script>
    </head>

  • N96 native rss reader font size and images

    Hi!
    I love the native rss reader on my N96 and I use it a lot. However there are a few things that I would like to have better:
    Font size. The font is huge. Although it works if you sit in a car on a bumpy road, it would be nice to be able to adjust it.
    Images don´t always fit on to the screen. Scrolling sideways is impossible because then you jump to the next topic.
    Links in the news don´t work. They just open the original item in the browser window.
    Sometimes the text goes over the edge, and again scrolling sideways doesn´t work.
    Someone had made a better html template for the news reader on n95, but it didn´t work on my n96 so I don´t know any way how to fix these problems.
    Thanks

    you probably have a security sandbox issue.
    what's your url?

  • RSS Feed Headers for Multiple Blogs on My Site

    I have been using iWeb to design a new site that contains two separate blogs:
    http://web.me.com/matthew.sholler/Site/Notebook/Notebook.html
    http://web.me.com/matthew.sholler/Site/Civics/Civics.html
    When I test the RSS feed for each in Safari, however, I have a problem. The "Notebook" blog name appears in the blue banner, but when I access the "Civics" blog feed, its name does not. Can anyone tell me how to make it appear? I realize that Apple may not have intended to allow the use of more than one blog for iWeb, but any creative solutions for my idea are welcome.

    I figured this out myself: In my haste to redesign the layout of my blog pages, I left the pre-set text box for the blog name blank--so the feed banner appeared blank as well.
    On a side note, I've seen a lot of questions on this board concerning blogs and feeds, and many of them have gone unanswered for months. How are people supposed to rely on this board for support if no one answers their questions?

Maybe you are looking for