ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    'Ticker' at bottom of the screen

    IT Discussion
    10
    76
    4.1k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • JaredBuschJ
      JaredBusch @CCWTech
      last edited by

      @ccwtech said in 'Ticker' at bottom of the screen:

      @jaredbusch said in 'Ticker' at bottom of the screen:

      @scottalanmiller said in 'Ticker' at bottom of the screen:

      @ccwtech said in 'Ticker' at bottom of the screen:

      @black3dynamite said in 'Ticker' at bottom of the screen:

      http://www.battware.co.uk/desktopticker.htm

      Not looking for RSS feeds, just custom text that she can manually input and would scroll at the bottom of the screen for employee's to see throughout the day.

      RSS would be a good input method for that, though.

      Yeah, he is not listening to a damned thing. the best thing to do would be to use an RSS ticker and just whip out a quick RSS formatted file someplace that can be edited.

      Doing something custom on the machine is just stupid.

      If you want to explain better how to do that, I'll listen, but no reason to be a dick about it.

      A RSS feed is simply an XML file when delivered. Most CMS systems and such generate it on page load, but you can easily just make a file.

       <?xml version="1.0" encoding="UTF-8" ?>
      <rss version="2.0">
      
      <channel>
        <title>Your Feed</title>
        <link>https://somelink.com</link>
        <description>Some Text</description>
        <item>
          <title>Item title you want ot see</title>
          <link>https://some.com/item/link</link>
          <description>Item Description</description>
        </item>
      </channel>
      </rss> 
      

      Go stick it someplace the desktop can access it from.

      CCWTechC 1 Reply Last reply Reply Quote 0
      • CCWTechC
        CCWTech @JaredBusch
        last edited by

        @jaredbusch said in 'Ticker' at bottom of the screen:

        @ccwtech said in 'Ticker' at bottom of the screen:

        @jaredbusch said in 'Ticker' at bottom of the screen:

        @scottalanmiller said in 'Ticker' at bottom of the screen:

        @ccwtech said in 'Ticker' at bottom of the screen:

        @black3dynamite said in 'Ticker' at bottom of the screen:

        http://www.battware.co.uk/desktopticker.htm

        Not looking for RSS feeds, just custom text that she can manually input and would scroll at the bottom of the screen for employee's to see throughout the day.

        RSS would be a good input method for that, though.

        Yeah, he is not listening to a damned thing. the best thing to do would be to use an RSS ticker and just whip out a quick RSS formatted file someplace that can be edited.

        Doing something custom on the machine is just stupid.

        If you want to explain better how to do that, I'll listen, but no reason to be a dick about it.

        A RSS feed is simply an XML file when delivered. Most CMS systems and such generate it on page load, but you can easily just make a file.

         <?xml version="1.0" encoding="UTF-8" ?>
        <rss version="2.0">
        
        <channel>
          <title>Your Feed</title>
          <link>https://somelink.com</link>
          <description>Some Text</description>
          <item>
            <title>Item title you want ot see</title>
            <link>https://some.com/item/link</link>
            <description>Item Description</description>
          </item>
        </channel>
        </rss> 
        

        Go stick it someplace the desktop can access it from.
        That's a better explanation. Thank you.

        1 Reply Last reply Reply Quote 0
        • NerdyDadN
          NerdyDad @CCWTech
          last edited by

          @ccwtech said in 'Ticker' at bottom of the screen:

          @jaredbusch said in 'Ticker' at bottom of the screen:

          @scottalanmiller said in 'Ticker' at bottom of the screen:

          @ccwtech said in 'Ticker' at bottom of the screen:

          @black3dynamite said in 'Ticker' at bottom of the screen:

          http://www.battware.co.uk/desktopticker.htm

          Not looking for RSS feeds, just custom text that she can manually input and would scroll at the bottom of the screen for employee's to see throughout the day.

          RSS would be a good input method for that, though.

          Yeah, he is not listening to a damned thing. the best thing to do would be to use an RSS ticker and just whip out a quick RSS formatted file someplace that can be edited.

          Doing something custom on the machine is just stupid.

          If you want to explain better how to do that, I'll listen, but no reason to be a dick about it.

          If he wasn't, I would think that something was wrong.

          1 Reply Last reply Reply Quote 3
          • DustinB3403D
            DustinB3403
            last edited by

            @JaredBusch and anyone else.

            What would you use to have the ticker scroll across the bottom of the desktop?

            DashrenderD JaredBuschJ 2 Replies Last reply Reply Quote 0
            • DashrenderD
              Dashrender @DustinB3403
              last edited by

              @dustinb3403 said in 'Ticker' at bottom of the screen:

              @JaredBusch and anyone else.

              What would you use to have the ticker scroll across the bottom of the desktop?

              Never looked, haven't had a need for something like this.

              1 Reply Last reply Reply Quote 0
              • JaredBuschJ
                JaredBusch @DustinB3403
                last edited by

                @dustinb3403 said in 'Ticker' at bottom of the screen:

                @JaredBusch and anyone else.

                What would you use to have the ticker scroll across the bottom of the desktop?

                Have not ever used the feature myself.

                Had users that used desktop widgets back in the Vista and Win 7 days.

                I have no idea what would be a good product now.

                One was linked earlier and the OP bitched about it because it was a RSS ticker.

                The point is RSS based would always be better than something only on the one computer he wants. Because it would be a pain in the ass to keep updated.

                CCWTechC 1 Reply Last reply Reply Quote 0
                • JaredBuschJ
                  JaredBusch
                  last edited by

                  The one linked above is the top result (well another page that links to it) when I googled it.

                  http://www.thewindowsclub.com/desktop-ticker-free-rss-reader

                  This links to the one that @black3dynamite linked to.

                  1 Reply Last reply Reply Quote 0
                  • CCWTechC
                    CCWTech @JaredBusch
                    last edited by

                    @jaredbusch Actually it's MUCH easier for her to edit a text file than an XML file.

                    JaredBuschJ 1 Reply Last reply Reply Quote 0
                    • JaredBuschJ
                      JaredBusch @CCWTech
                      last edited by

                      @ccwtech said in 'Ticker' at bottom of the screen:

                      @jaredbusch Actually it's MUCH easier for her to edit a text file than an XML file.

                      Well that would be 100% false as XML is a text file.

                      CCWTechC 1 Reply Last reply Reply Quote 1
                      • CCWTechC
                        CCWTech @JaredBusch
                        last edited by

                        @jaredbusch Ok, a PLAIN text file.

                        Typing this: Remember to give 10% off of all shots

                        Is much easier than her doing it in XML.

                        JaredBuschJ 1 Reply Last reply Reply Quote 0
                        • JaredBuschJ
                          JaredBusch @CCWTech
                          last edited by

                          @ccwtech said in 'Ticker' at bottom of the screen:

                          @jaredbusch Ok, a PLAIN text file.

                          Typing this: Remember to give 10% off of all shots

                          Is much easier than her doing it in XML.

                          And kicking hte user off the computer so she can log in with admin rights to change a file that the user will not be allowed to change is easier than simply editing a file on a share somewhere?

                          CCWTechC 1 Reply Last reply Reply Quote 0
                          • CCWTechC
                            CCWTech @JaredBusch
                            last edited by

                            @jaredbusch Yes, in this case no one uses the computer, it's just setup for display. No one except her uses it.

                            So YES.

                            B DashrenderD 2 Replies Last reply Reply Quote 0
                            • B
                              bnrstnr @CCWTech
                              last edited by

                              @ccwtech said in 'Ticker' at bottom of the screen:

                              Yes, in this case no one uses the computer, it's just setup for display. No one except her uses it.
                              So YES.

                              Sounds like a post-it note on the monitor is the correct solution here

                              CCWTechC 1 Reply Last reply Reply Quote 1
                              • CCWTechC
                                CCWTech @bnrstnr
                                last edited by

                                @bnrstnr said in 'Ticker' at bottom of the screen:

                                @ccwtech said in 'Ticker' at bottom of the screen:

                                Yes, in this case no one uses the computer, it's just setup for display. No one except her uses it.
                                So YES.

                                Sounds like a post-it note on the monitor is the correct solution here

                                A post it doesn't scroll information on the bottom of the screen.

                                B 1 Reply Last reply Reply Quote 0
                                • DashrenderD
                                  Dashrender @CCWTech
                                  last edited by

                                  @ccwtech said in 'Ticker' at bottom of the screen:

                                  @jaredbusch Yes, in this case no one uses the computer, it's just setup for display. No one except her uses it.

                                  So YES.

                                  More information that might have been assertive in the beginning.

                                  1 Reply Last reply Reply Quote 0
                                  • B
                                    bnrstnr @CCWTech
                                    last edited by

                                    @ccwtech said in 'Ticker' at bottom of the screen:

                                    @bnrstnr said in 'Ticker' at bottom of the screen:

                                    @ccwtech said in 'Ticker' at bottom of the screen:

                                    Yes, in this case no one uses the computer, it's just setup for display. No one except her uses it.
                                    So YES.

                                    Sounds like a post-it note on the monitor is the correct solution here

                                    A post it doesn't scroll information on the bottom of the screen.

                                    Correct, it doesn't scroll, but it can display static information, which is what you're describing.

                                    CCWTechC 1 Reply Last reply Reply Quote 0
                                    • black3dynamiteB
                                      black3dynamite
                                      last edited by

                                      If only Linux can be used.
                                      http://www.omgubuntu.co.uk/2015/06/tickr-open-source-desktop-rss-news-ticker

                                      CCWTechC DashrenderD 2 Replies Last reply Reply Quote 1
                                      • CCWTechC
                                        CCWTech @bnrstnr
                                        last edited by

                                        @bnrstnr said in 'Ticker' at bottom of the screen:

                                        @ccwtech said in 'Ticker' at bottom of the screen:

                                        @bnrstnr said in 'Ticker' at bottom of the screen:

                                        @ccwtech said in 'Ticker' at bottom of the screen:

                                        Yes, in this case no one uses the computer, it's just setup for display. No one except her uses it.
                                        So YES.

                                        Sounds like a post-it note on the monitor is the correct solution here

                                        A post it doesn't scroll information on the bottom of the screen.

                                        Correct, it doesn't scroll, but it can display static information, which is what you're describing.

                                        Yes but she wants it to scroll several different things.

                                        NerdyDadN 1 Reply Last reply Reply Quote 0
                                        • CCWTechC
                                          CCWTech @black3dynamite
                                          last edited by

                                          @black3dynamite said in 'Ticker' at bottom of the screen:

                                          If only Linux can be used.
                                          http://www.omgubuntu.co.uk/2015/06/tickr-open-source-desktop-rss-news-ticker

                                          Windows environment.

                                          1 Reply Last reply Reply Quote 0
                                          • NerdyDadN
                                            NerdyDad @CCWTech
                                            last edited by

                                            @ccwtech said in 'Ticker' at bottom of the screen:

                                            @bnrstnr said in 'Ticker' at bottom of the screen:

                                            @ccwtech said in 'Ticker' at bottom of the screen:

                                            @bnrstnr said in 'Ticker' at bottom of the screen:

                                            @ccwtech said in 'Ticker' at bottom of the screen:

                                            Yes, in this case no one uses the computer, it's just setup for display. No one except her uses it.
                                            So YES.

                                            Sounds like a post-it note on the monitor is the correct solution here

                                            A post it doesn't scroll information on the bottom of the screen.

                                            Correct, it doesn't scroll, but it can display static information, which is what you're describing.

                                            Yes but she wants it to scroll several different things.

                                            Several different post-it notes then. Sorry. Couldn't resist.

                                            1 Reply Last reply Reply Quote 3
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 2 / 4
                                            • First post
                                              Last post