Add RSS to my HTML page

i was under the impression that you have to design XML pages
in order to allow viewers to RSS that page. but i notice that
nytimes.com works in HTML and you can still subscribe via RSS.
can i set this up in DW so someone can subscribe to my HTML
page with RSS? or do i need special software?
thanks.

.oO(Deaf Mike)
>i was under the impression that you have to design XML
pages in order to allow
>viewers to RSS that page. but i notice that nytimes.com
works in HTML and you
>can still subscribe via RSS.
The RSS file ("the feed") is written in XML, but the page it
is used on
doesn't have to be written in X(HT)ML. Both are completely
independent
things.
> can i set this up in DW so someone can subscribe to my
HTML page with RSS? or
>do i need special software?
You just have to find a convenient way to create the RSS. You
can write
it by hand if it doesn't change too often or use some
software to create
it. Of course it also depends on what the feed should contain
and where
all the data is coming from.
Then linking the feed to a page can't get easier. Just add a
'link'
element to the page head:
<link rel='alternate' href='...'
type='application/rss+xml' title='...'>
That's it. Modern browsers will then usually show an RSS icon
in their
address bar. Of course you can also add an explict link
somewhere on the
page itself for users to click on.
Just ask the search engine of your least distrust for more
details.
Micha

Similar Messages

  • Add Podcast link to HTML page

    Hi.
    I want to put a link to my podcast on a regular HTML page. I want my users to be able to click it and have the link redirect to iTunes on their computer and have it download there. How do I do that?

    I figured it out. I neglected to say that the podcast was from iWeb.

  • Try to add on but get html page and no download

    i do not know which add on i have that when now i want to add on other add ons a page of dialouge html i think comes up and no download. i sure have to hate to uninstall each one to figure out the problem
    thanks

    Thanks, fixed it shortly after posting the question (up all night fixing the crash; answer came to me while in the shower).
    What I had to do was delete both the Metadata folder within the address book-related  Cache folder in Library, as well as the Address Book folder within the Application Support folder, which happens to be found in another "Library." I then transferred the corresponding files from the previous system (which had been set aside during the reinstallation process), reinstalled Address Book, voila, there were my contacts!
    It's confusing to have two identically named file folders so close together within the hierarchy, but I guess there is a valid reason for that.

  • How do I add to the HTML page containing an fla?

    Hi,
    My site has Flash Video that plays back in a Flash movie
    file.
    I want to put html text on the html page containing the Flash
    movie so that if a viewer doesn't have Flash, they can see a plain
    text link that sends them to a page with a Windows Media Player.
    When I attempt to add text to the html page containing the
    Flash movie, the text doesn't appear and my page changes background
    color.
    Where in the source code should I be adding my html text?
    Please indicate the insertion point below.
    Source code below or visit
    http://www.ocatillopictures.com/OcatilloFrames/Animation.html
    Thanks
    <html xmlns="
    http://www.w3.org/1999/xhtml"
    xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <title>Janos-FlashPlayer</title>
    <script language="javascript">AC_FL_RunContent =
    0;</script>
    <script src="AC_RunActiveContent.js"
    language="javascript"></script>
    </head>
    <body bgcolor="#100068">
    <!--url's used in the movie-->
    <!--text used in the movie-->
    <!--
    <p align="center"><font face="Wingdings 3" size="16"
    color="#80dbf9" letterSpacing="0.000000" kerning="1"><a
    href="
    http://www.ocatillopictures.com/FinalPages/Animation.html#Janos
    Video Anchor" target =
    "_self"><b>t</b></a><font
    face="Arial"><a href="
    http://www.ocatillopictures.com/FinalPages/Animation.html#Janos
    Video Anchor" target = "_self"><b>Return to
    Menu</b></a></font></font></p>
    <p align="center"><font face="Arial" size="16"
    color="#80dbf9" letterSpacing="0.000000" kerning="1"><a
    href="
    http://www.ocatillopictures.com/movie-pg/Janos-movie.html"
    target = "_self"><b>View Windows
    Media</b></a><font face="Wingdings 3"><a
    href="
    http://www.ocatillopictures.com/movie-pg/Janos-movie.html"
    target = "_self"><b>u</b></a><font
    face="Arial"><b>
    </b></font></font></font></p>
    -->
    <!-- saved from url=(0013)about:internet -->
    <script language="javascript">
    if (AC_FL_RunContent == 0) {
    alert("This page requires AC_RunActiveContent.js.");
    } else {
    AC_FL_RunContent(
    'codebase', '
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
    'width', '700',
    'height', '500',
    'src', 'Janos-FlashPlayer',
    'quality', 'high',
    'pluginspage', '
    http://www.macromedia.com/go/getflashplayer',
    'align', 'middle',
    'play', 'true',
    'loop', 'true',
    'scale', 'showall',
    'wmode', 'window',
    'devicefont', 'false',
    'id', 'Janos-FlashPlayer',
    'bgcolor', '#100068',
    'name', 'Janos-FlashPlayer',
    'menu', 'true',
    'allowFullScreen', 'false',
    'allowScriptAccess','sameDomain',
    'movie', 'Janos-FlashPlayer',
    'salign', ''
    ); //end AC code
    </script>
    <noscript>
    <object
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"
    width="700" height="500" id="Janos-FlashPlayer" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="false" />
    <param name="movie" value="Janos-FlashPlayer.swf"
    /><param name="quality" value="high" /><param
    name="bgcolor" value="#100068" /> <embed
    src="Janos-FlashPlayer.swf" quality="high" bgcolor="#100068"
    width="700" height="500" name="Janos-FlashPlayer" align="middle"
    allowScriptAccess="sameDomain" allowFullScreen="false"
    type="application/x-shockwave-flash" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    />
    </object>
    </noscript>
    </body>
    </html>

    You have the text commented out. Remove the "<!--" before
    your text and the "-->" after the text and it will show.

  • Is there a way to allow contributor users to add web parts to a page without granting them "Add and Customize Pages" permission?

    I am working on an enterprise wiki site collection, and when contributor users try to add web parts they will get the following error:-
    A Web Part or Web Form Control on this Page cannot be displayed or imported. You don't have Add and Customize Pages permissions required to perform this action.
    So I granted the Contribute Permission level an extra permission which is “Add and Customize Pages”. Now contributors will be able to add/edit/delete
    web parts. But they will have extra permissions that I do not want them to have , such as changing the design and customize some page layouts, also they can access the site settings and create site columns !!.
    So my question is basically if there is another way to allow users with contribute permission to be able to add web parts without granting any extra permission. In other words to treat adding web parts as normal content such as image, Text ,tables ?
    Thanks

    I dont think so.
    http://technet.microsoft.com/en-us/library/cc288074%28v=office.14%29.aspx
    Add and Customize Pages
    Add, change, or delete HTML pages or Web Part pages, and edit the Web site by using a Windows SharePoint Services-compatible editor.
    View Items, Browse Directories, View Pages, Open
    Design, Full Control 
    If this helped you resolve your issue, please mark it Answered. You can reach me through http://freeit-support.com/
    so there are not any workarounds or any custom settings which i can use to implement any of these:-
    - To force Contributor users to add web parts without granting them "Add and Customize Pages"
    - If i grant them "Add and customize Pages" permission, to stop the ability to access the site settings ?
    Please can any one advice on this , as it is causing a lot of confusion,,, and i can not live with the face that Contributor users can access and modify site settings. the other approach will be is that i will stop using web parts. but one of our main reasons
    we decide to use SharePoint is the ability to add web parts, especially the Visio & Excel web access web. thanks in advance for any advice ..

  • Iframe in bc app html page rendering empty

    I have created a very basic bc app, which works on my partner site (where it was developed), but does not work on the client site I copied it to and authorized it (thanks to Mihai).
    The app is simple a menu item with an html page that includes an iframe. The iframe is supposed to contain an html page from my partner portal.
    In my partner site, the iframe renders correctly.
    In my client site the iframe renders empty.
    Is there some special way to add iframes to an html page in a bc app, that load content from other websites?
    Thanks,
    Adrian
    EASE

    Hi Liam,
    (NOTE: To keep our content private, the URLS in the following are not actual ones but follow same structure as real ones).
    /_System/apps/EASE-app-id/_config/menu.json (on the client site) looks like this:
        "menu-first-EASE-app-id": {
            "weight": 100000,
                "title": "EASE Help",
                        "icon": "/_System/apps/EASE-app-id/admin/icon.png",
                    "attr": {
                        "href": "/Admin/AppLoader.aspx?client_id=EASE-app-id"
    The iframe in /_System/apps/EASE-app-id/index.html (on the client site) looks like this:
    <iframe width="750px" height="1400px" src="http://www.my_partner_site.com/EASE-app-id/html-page-name"></iframe>
    On our partner site, I have an html page (http://www.my_partner_site.com/EASE-app-id/html-page-name) which contains an faq module, containing various helpful stuff for the client.
    The idea is that as we add more clients we will be able to easily install this app  on all their admin menus and have the content of the faq in one place, so that updates to the faq on the partner site are visible on all client sites immediately.
    Perhaps I've gone about this completely the wrong way?
    It was working before BC made the recent changes to the menu.json requirements. Then I had to rebuild using an authorized app, but this is as far as I've got.
    Any help much appreciated.
    Adrian
    EASE

  • Adding link to html page

    How do I add a link to html page through java code?
    If I want to see some text in the code as a link to some web page,then please let me know the changes I'll have to make in ordre to get the desired result.

    Hi,
    According to http://help.sap.com/javadocs/NW73EHP1/SPS14/CE/wdr/com.sap.wdr/index.html there are only two types of scopes APPLICATION_SCOPE  and TASK_SCOPE.
    My guess is that they both rely on browser cache somehow.
    Aviad

  • Insert HTML Page into XML CDATA Tag

    Hi Guy
    I have a very big problem.
    I create a little web site and I use XSL + XML to produce output.Now I
    want to add a part of html page into xml tag to use a custom page section.
    But i find a problme,
    see the example :
    I use this xml :
    <resources>
    <html><![CDATA[<B>Hello World</B>]]></html>
    </resources>
    trasform xml with xsl page
    and my output into html browser is (&lt);B(&gt);Hello World(&lt);/B(&gt);(please remove the bracket( ) while reading the text to understand my problem)
    my BOLD html tag is not parse by browser because xslt parser trasform
    my special tag into other tag.
    I want output like this:
    <b>Hello World</b>
    But it's coming like (&lt);B(&gt);Hello World(&lt);/B(&gt); (please remove the bracket( ) while reading the text to understand my problem)
    Can you help me ?
    this is my trasformation function :
    private Transformer getXSLTransformer (xslFile) throws
    XSLTransformerConfigurationException {
    try {
    Transformer transformer = null;
    tFactory = TransformerFactory.newInstance();
    transformer = tFactory.newTransformer(new
    StreamSource(xslFile)); // load xslFile from disk
    } catch (TransformerConfigurationException tce) {
    throw new XSLTransformerConfigurationException(tce.getMessage());
    return transformer;
    public String myTrasform(String xml,String xslFile) throws Exception {
    StringWriter outputString = new StringWriter(512);
    Transformer transformer = getXSLTransformer (xslFile);
    transformer.transform(new StreamSource(new StringReader(xml)), new
    StreamResult(outputString));
    return outputString.toString();
    Thank's in advance.
    kuruvi
    Edited by: Mc_Kuruvi on Jun 14, 2009 3:47 AM

    Read:
    Oracle® XML DB
    Developer's Guide
    10g Release 1 (10.1)
    Part No. B10790-01
    December 2003
    1. "Do I use sqlloader and what datatype?"
    Use XMLType
    2. "I have embedded graphics so do the images get stored separately or does the entire page get stored as a BLOB datatype?"
    Page 827:
    The Oracle XML DB native datatype XMLType helps store and manipulate XML. Multiple storage options (Character Large Object (CLOB) or structured XML) are available with XMLType, and administrators can choose a storage that meets their requirements. CLOB storage is an un-decomposed storage that is like an image of the original XML.

  • How to invoke a HTML page from a GUI application.

    Use JFrame to devewlop a GUI.
    Add a Button to the GUI.
    Click the ADD Button.
    Add ActionListener to the Button.
    Click ADD Button.
    A HTML page with a hard coded path like index.html has to open in a browser.

    Hi there,
    get Runtime Environment at action performed.
    after getting Runtime execute following command,
    Runtime.exec("iexplore.exe","java.sun.com");
    u should specify location for iexplore.exe and url as parameter to pass to browser.
    I think it might work for u,
    Dhwanit Shah

  • How to add an extra page to the index.html page on dreamweaver CS6?

    How to add an extra page to the index.html page on dreamweaver CS6?

    Index.html = your domain's home page.  There is only one home page per site.
    To create a new page from your index, go to File > SaveAs > filename.html.  Repeat for other site pages.  Add links on your index page that lead to other site pages.
    See  Creating your first web site in DW CC (5-part tutorial)
    https://helpx.adobe.com/dreamweaver/learn/tutorials/how-to/first-website-part1.html
    Nancy O.

  • To add meta tags, you open your published .html pages with TextEdit or any other text editor and modify as required. You have to do redo it each time you republish. Ihow do I do this? I need step by step instructions

    To add meta tags, you open your published .html pages with TextEdit or any other text editor and modify as required. You have to do redo it each time you republish. I need step by step instructions on how to accomplish this  please .

    Rage Sitemap Automator and iWeb SEO Tool are two different applications.
    Use SEO Tool to add the title tag and meta description. These need to be added to the html file for every page of your website. SEO Tool stores all these so that when you republish you only need to add tags to any new pages and click the re-apply button to refresh the existing ones.
    Once you have added. refreshe the tags with iWeb SEO Tool and uploaded the files with your FTP application, then open the site in Sitemap Automator and create and upload a new sitemap.
    Once you have set up accounts with Google, Yahoo and Bing, verified your site with each and submitted a sitemap, on subsequent publishing Sitemap Automator will resubmit the sitemap with one button click. It will also notify Ask.com whch doesn't require an account since you can add your domain name to this URL to ping them...
    http://submissions.ask.com/ping?sitemap=http%3A//www.domain.com/sitemap.xml

  • Add HTML Page

    Hi everybody
    How can I add HTML page to my portlet using the Builder?
    Thanks

    Hi,
    Can you please check this document and let me know whether this answers your query.
    How to Add HTML Page as a Pagelet in WebCenter Portal? (Doc ID 1621857.1)
    Regards
    Sreedhar

  • What's going on in existing html page when I add animations?!!

    I am working in Dreamweaver CC on a windows 7 pc, also working in Edge Animate.
    I am in an existing site, and I followed the tutorials for opening an existing html file (page) and animating two elements on the page.  I did not create a separate file to save to or to publish to, since nothing in the tutorials (either lynda.com or adobe tv) said anything about creating separate folders either in the site or out of the site.  The tutorials just say "save and publish." 
    This works GREAT!!  BUT, but, but...nope, not so great.  It creates a "publish/web" folder inside my site root folder that has duplicates of every page on my site!  AND, while the animations work GREAT on the index page, I lose my nav bar functionality--no links, no rollover states, nada.
    If I go into the html file in Dreamweaver and make changes to the page, then the animation also stops working.
    Are all the pages duplicated because all of my html pages are based on a single template?  And by trying to animate the header on the index page, it duplicates all of the pages?
    Why does it eliminate the nav bar functionality?  Is this again because the page is based on a template?
    And finally, why do I lose the animation when I edit the page (ANYTHING on the page) in Dreamweaver???
    I don't know if I am missing something?  The help will be greatly appreciated! 
    The site can be found here.  It is 8:00 pm pacific mountain time, and I am shutting off the computer until tomorrow about 11 am.  If you get a chance to look at the page before 11 am on November 17, maybe you can spot the problem for me?  I will start revising it again after 11 am pacific time on Sunday November 17.

    Welcome to the Support Communities. If you're sure that the problem isn't in your browser, you can send feedback to Apple here:
    http://www.apple.com/es/contact/feedback.html
    http://www.apple.com/contact/feedback.html
    There's also this:
    http://www.downforeveryoneorjustme.com

  • RSS feed in my page

    Greetings,
    I am using Java Studio Creator to create my pages and I want to add an RSS feed in certain location of my page, I get three news pulled from the particular site. I use ui script for displaying it, but when the news are displayed on the page it is sprawled over the page and is not confined to the particular section.
    Please help me with this issue, how I forma the news from RSS feed into my page.
    Regards,
    Pranabi.

    It seems to me you should be able to confine your news feeds to a specific part of the page with page fragments. The tutorial Using Page Fragments should give you a start. It's located here:
    http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/pagefragments.html
    Joe Silber
    Sun Java Studio Creator Documentation

  • Error while invoking BPEL Process through HTML Page

    Hi ,
    I have created a HTML Page to invoke BPEL synchronous process .
    HTML Page contains :
    <html>
    <head>
    <title>Untitled Document</title>
    <h1>Add Macro Task Input Form </h1>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <body bgcolor="cyan" text="#000000">
    <form name="form1" method="get" action="/httpbinding/default/AddMacroSync/process">
    EmployeeId :
    <input type="text" name="EmployeeId" ><br>
    <br>
    TaskName :
    <input type="text" name="MacroTaskName" >
    <button
    id="identifier"
    class="dialog"
    label="OK"
    accesskey="t"/>
    <br>
    </form>
    </body>
    </html>
    I am able to invoke my BPEL Process named as " AddMacroSync" .
    It also creating instance for this BPEL Process .
    But when I go BPEL Console and check my instance , it is always faulted .
    I am providing two inputs : Employee Id and Taskname through HTML Page .
    These inputs got assigned to their respective output variables .
    But when I click on audit link ..it shows error while invoking the Process .
    It Show error :
    when invoking endpointAddress 'http://152.69.248.232:8990/AddMacroTask-AddMacroTask-context-root/AddMacroTaskWebService', [java.lang.NumberFormatException]
    But this end point address is working when I put this address in URL .
    Please someone help me how to solve this problem .
    Thanks
    Prashant Dwivedi
    Message was edited by:
    Prashant Dwivedi

    Hi Clemens ,
    I changed My HTML ...Now it looks like as :
    <html>
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="application/x-www-form-urlencoded; charset=iso-8859-1">
    </head>
    <body bgcolor="#FFFFFF" text="#000000">
    <form name="form1" method="post" action="/httpbinding/default/AddMacroSync">
    <input type="hidden" name="msg_part" value="payload">
    <input type="hidden" name="namespace" value="http://xmlns.oracle.com/AddMacroSync">
    EmployeeId:
    <input type="text" name="EmployeeId">
    TaskName :
    <input type="text" name="TaskName">
    <input type="submit" name="Submit" value="Submit">
    </form>
    </body>
    </html>
    After this when I try to incoke my BPEL Process through this HTML :
    I am gettign following error :
    500 Internal Server Error
    java.lang.IllegalStateException: IOException: Premature end of POST data
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.EvermindHttpServletRequest.getParameter(EvermindHttpServletRequest.java:2452)
         at com.collaxa.cube.ws.http.HttpBindingServlet.checkSecurity(HttpBindingServlet.java:281)
         at com.collaxa.cube.ws.http.HttpBindingServlet.doPost(HttpBindingServlet.java:85)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)

Maybe you are looking for

  • Updating iTunes to 11.0.4, Will my 3rd gen iPod touch work fine on it with version 4.3.1

    Well I received a free iPhone 4 but to use it with my iTunes I need to update iTunes to 11.0.4.  Was just wondering if I would have any problems using my 3rd gen iPod touch with 4.3.1 on the newest iTunes.  Thanks in advance.

  • Attaching Drawings/Document to equipment without going through DMS

    Dear all, Is it possible to attach Drawings/Document to equipment without going through DMS.If yes please answer fast..its urgent!!!! Thanks, Antara

  • Will my laptop eventually stop working with a dead battery?

    Hello, My batter life is at 4% and I have it constantly plugged in when using it. I know I need a new battery but I just got a new Macbook Pro and my old one is used by my mom. If it's always plugged in will it eventually just go dead? Or can I keep

  • Convert rows to Columns in Oracle

    Hi, The table like Trx         Date PO121 23/11/2008 PO122 24/11/2008 PO123 25/11/2008 I want to convert all the rows to columns like the below table PO121    23/11/2008    PO122    24/11/2008       PO123     25/11/2008 Is it possible in Oracle ?

  • Problem with spry menu bar

    i'm using dreamweaver CS3 to create a website using php scripting. for some reason, my spry menu bar has become messed up. it is now in bulleted form and the font and font color are all wrong. i checked but the styles are turned on.. so how can i sol