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.
    • DashrenderD
      Dashrender @CCWTech
      last edited by

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

      scroll at the bottom of the screen for employee's to see throughout the day.

      This implies that a central person will make changes that affect all (or at least many) other people's computers.
      How does that person plan to update all the end user computers with the new information?

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

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

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

        scroll at the bottom of the screen for employee's to see throughout the day.

        This implies that a central person will make changes that affect all (or at least many) other people's computers.
        How does that person plan to update all the end user computers with the new information?

        Just for ONE pc.

        I think I may have found one: https://slashbackassociates.com/ --- Text Ticker

        It's VERY basic but I think that's what they want.

        DustinB3403D 1 Reply Last reply Reply Quote 0
        • DustinB3403D
          DustinB3403 @CCWTech
          last edited by

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

          It's VERY basic but I think that's what they want.

          Until it's not pretty enough . . .

          lol

          1 Reply Last reply Reply Quote 1
          • scottalanmillerS
            scottalanmiller @CCWTech
            last edited by

            @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.

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

              @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.

              DashrenderD CCWTechC 3 Replies Last reply Reply Quote 0
              • DashrenderD
                Dashrender @JaredBusch
                last edited by

                @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.

                There's the little ray of sunshine I've been looking for all day. 😛

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

                  @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.

                  JaredBuschJ NerdyDadN 2 Replies Last reply Reply Quote 0
                  • 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
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 1 / 4
                                            • First post
                                              Last post