RSS beginner questions

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mscir

    RSS beginner questions

    I would like to add RSS to a site without PHP or ASP, so the RSS is
    displayed as html, so the web page is the RSS reader. Is this possible?

    TIA,
    Mike
  • Randy Webb

    #2
    Re: RSS beginner questions

    mscir said the following on 9/11/2005 6:32 PM:[color=blue]
    > I would like to add RSS to a site without PHP or ASP, so the RSS is
    > displayed as html, so the web page is the RSS reader. Is this possible?[/color]

    Ummm, what has this to do with javascript? Maybe an HTML or RSS group
    would be more appropriate.

    --
    Randy
    comp.lang.javas cript FAQ - http://jibbering.com/faq & newsgroup weekly

    Comment

    • RobG

      #3
      Re: RSS beginner questions

      Randy Webb wrote:[color=blue]
      > mscir said the following on 9/11/2005 6:32 PM:
      >[color=green]
      >> I would like to add RSS to a site without PHP or ASP, so the RSS is
      >> displayed as html, so the web page is the RSS reader. Is this possible?[/color]
      >
      >
      > Ummm, what has this to do with javascript? Maybe an HTML or RSS group
      > would be more appropriate.
      >[/color]

      I think what mscir is after is a script that will load an RSS feed into
      a web page and display it as HTML. Something like this example:

      <URL:http://developer.apple .com/internet/webcontent/xmlhttpreq.html >

      There are lots of sites that provide "RSS to HTML" services to allow
      display of RSS feeds in web pages, but they make the page dependent on
      the service.

      RSS is being supported so ubiquitously that it hardly seems necessary.
      Incidentally I think the whole idea of RSS was to get back to something
      like the original, dead basic HTML but it has now be perverted to be as
      rich as HTML sans DOM (essentially it is just a standardised set of XML
      tags). It is full of images, advertisements and general bloat - just
      use HTML and turn of Flash, images & scripting and there you have it -
      RSS without the buzz words.


      --
      Rob

      Comment

      • mscir

        #4
        Re: RSS beginner questions

        RobG wrote:[color=blue]
        > Randy Webb wrote:
        >[color=green]
        >> mscir said the following on 9/11/2005 6:32 PM:[color=darkred]
        >>> I would like to add RSS to a site without PHP or ASP, so the RSS is
        >>> displayed as html, so the web page is the RSS reader. Is this possible?[/color]
        >>
        >> Ummm, what has this to do with javascript? Maybe an HTML or RSS group
        >> would be more appropriate.[/color]
        >
        > I think what mscir is after is a script that will load an RSS feed into
        > a web page and display it as HTML. Something like this example:
        >
        > <URL:http://developer.apple .com/internet/webcontent/xmlhttpreq.html >
        >
        > There are lots of sites that provide "RSS to HTML" services to allow
        > display of RSS feeds in web pages, but they make the page dependent on
        > the service.
        >
        > RSS is being supported so ubiquitously that it hardly seems necessary.
        > Incidentally I think the whole idea of RSS was to get back to something
        > like the original, dead basic HTML but it has now be perverted to be as
        > rich as HTML sans DOM (essentially it is just a standardised set of XML
        > tags). It is full of images, advertisements and general bloat - just
        > use HTML and turn of Flash, images & scripting and there you have it -
        > RSS without the buzz words.[/color]

        That's a great example, thanks very much!
        Mike

        Comment

        • Dr Clue

          #5
          Re: RSS beginner questions

          mscir wrote:[color=blue]
          > I would like to add RSS to a site without PHP or ASP, so the RSS is
          > displayed as html, so the web page is the RSS reader. Is this possible?[/color]

          Well, if you goto my site (link below), and your browser
          has the capabilities, you should see a javascript
          RSS news ticker running at the top of the screen.
          CNN,FOX,NPR etc.

          This ticker uses an AJAX javascript approach.
          The ticker and another example that simply places the news on
          your web page can be found in the DHTML section of my site.


          --
          --.
          --=<> Dr. Clue (A.K.A. Ian A. Storms) <>=-- C++,HTML/CSS,Javascript, TCP ...
          --`

          Comment

          • Randy Webb

            #6
            Re: RSS beginner questions

            Dr Clue said the following on 9/11/2005 10:16 PM:
            [color=blue]
            > mscir wrote:
            >[color=green]
            >> I would like to add RSS to a site without PHP or ASP, so the RSS is
            >> displayed as html, so the web page is the RSS reader. Is this possible?[/color]
            >
            >
            > Well, if you goto my site (link below), and your browser
            > has the capabilities, you should see a javascript
            > RSS news ticker running at the top of the screen.
            > CNN,FOX,NPR etc.
            >
            > This ticker uses an AJAX javascript approach.
            > The ticker and another example that simply places the news on
            > your web page can be found in the DHTML section of my site.
            > http://www.drclue.net/projects/jsDHTMLlib/[/color]

            You should test that page in IE6 WinXP SP2, and mouse over the content area.

            --
            Randy
            comp.lang.javas cript FAQ - http://jibbering.com/faq & newsgroup weekly

            Comment

            • Dr Clue

              #7
              Re: RSS beginner questions

              Randy Webb wrote:[color=blue]
              > You should test that page in IE6 WinXP SP2, and mouse over the content
              > area.[/color]

              Using same browser version , same OS looking at
              the home page http://www.drclue.net/
              and jdDHTMLib beta page http://www.drclue.net/projects/jsDHTMLlib

              Moving mouse arround over both pages content seems
              to work as expected, but I gather your experiancing
              something different.

              --
              --.
              --=<> Dr. Clue (A.K.A. Ian A. Storms) <>=-- C++,HTML/CSS,Javascript, TCP ...
              --`

              Comment

              • Randy Webb

                #8
                Re: RSS beginner questions

                Dr Clue said the following on 9/11/2005 11:00 PM:[color=blue]
                > Randy Webb wrote:
                >[color=green]
                >> You should test that page in IE6 WinXP SP2, and mouse over the content
                >> area.[/color]
                >
                >
                > Using same browser version , same OS looking at
                > the home page http://www.drclue.net/
                > and jdDHTMLib beta page http://www.drclue.net/projects/jsDHTMLlib
                >
                > Moving mouse arround over both pages content seems
                > to work as expected, but I gather your experiancing
                > something different.[/color]

                Yes. I get a serious flicker when mousing over the content in the beta
                page. The text and the images flicker back and forth.

                --
                Randy
                comp.lang.javas cript FAQ - http://jibbering.com/faq & newsgroup weekly

                Comment

                • Dr Clue

                  #9
                  Re: RSS beginner questions

                  Randy Webb wrote:[color=blue]
                  > Dr Clue said the following on 9/11/2005 11:00 PM:[color=green]
                  >> Randy Webb wrote:[color=darkred]
                  >>> You should test that page in IE6 WinXP SP2, and mouse over the
                  >>> content area.[/color]
                  >>
                  >> Using same browser version , same OS looking at
                  >> the home page http://www.drclue.net/
                  >> and jdDHTMLib beta page http://www.drclue.net/projects/jsDHTMLlib
                  >>
                  >> Moving mouse arround over both pages content seems
                  >> to work as expected, but I gather your experiancing
                  >> something different.[/color]
                  >
                  > Yes. I get a serious flicker when mousing over the content in the beta
                  > page. The text and the images flicker back and forth.[/color]

                  Asside from the flickering , is the actual scrolling smooth, or
                  is it jerky in addition to the flashing?



                  --
                  --.
                  --=<> Dr. Clue (A.K.A. Ian A. Storms) <>=-- C++,HTML/CSS,Javascript, TCP ...
                  --`

                  Comment

                  • Randy Webb

                    #10
                    Re: RSS beginner questions

                    Dr Clue said the following on 9/12/2005 1:18 AM:[color=blue]
                    > Randy Webb wrote:
                    >[color=green]
                    >> Dr Clue said the following on 9/11/2005 11:00 PM:
                    >>[color=darkred]
                    >>> Randy Webb wrote:
                    >>>
                    >>>> You should test that page in IE6 WinXP SP2, and mouse over the
                    >>>> content area.
                    >>>
                    >>>
                    >>> Using same browser version , same OS looking at
                    >>> the home page http://www.drclue.net/
                    >>> and jdDHTMLib beta page http://www.drclue.net/projects/jsDHTMLlib
                    >>>
                    >>> Moving mouse arround over both pages content seems
                    >>> to work as expected, but I gather your experiancing
                    >>> something different.[/color]
                    >>
                    >>
                    >> Yes. I get a serious flicker when mousing over the content in the beta
                    >> page. The text and the images flicker back and forth.[/color]
                    >
                    >
                    > Asside from the flickering , is the actual scrolling smooth, or
                    > is it jerky in addition to the flashing?
                    >[/color]

                    It has a slight jerk to it, but that is not near as annoying as the
                    scroll itself. I move the mouse and the text jumps around making it hard
                    to control the scroll.

                    --
                    Randy
                    comp.lang.javas cript FAQ - http://jibbering.com/faq & newsgroup weekly

                    Comment

                    • Dr Clue

                      #11
                      Re: RSS beginner questions

                      Randy Webb wrote:[color=blue]
                      > It has a slight jerk to it, but that is not near as annoying as the
                      > scroll itself. I move the mouse and the text jumps around making it hard
                      > to control the scroll.[/color]

                      Some how or another I left an event handler without a return,
                      but I've fixed that and did some other things with it too.


                      --
                      --.
                      --=<> Dr. Clue (A.K.A. Ian A. Storms) <>=-- C++,HTML, CSS,Javascript
                      --=<> http://resume.drclue.net <>=-- AJAX, SOAP, XML, HTTP
                      --=<> http://www.drclue.net <>=-- SERVLETS,TCP/IP, SQL
                      --.

                      Comment

                      Working...