ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. CCWTech
    3. Posts
    • Profile
    • Following 6
    • Followers 4
    • Topics 123
    • Posts 897
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: 'Ticker' at bottom of the screen

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

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

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

      @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

      Did you miss the part where he didn't want an RSS feed because it might be to hard to update the XML file?

      Yes, the end user says that is too complicated.

      Would an RSS editor/creator be accepted?

      If it was simple enough for her to use, yes.

      posted in IT Discussion
      CCWTechC
      CCWTech
    • RE: 'Ticker' at bottom of the screen

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

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

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

      @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

      Did you miss the part where he didn't want an RSS feed because it might be to hard to update the XML file?

      Yes, the end user says that is too complicated.

      Don't let the end user put these changes in then?

      . . .

      She's the boss. I work for her, not the other way around.

      posted in IT Discussion
      CCWTechC
      CCWTech
    • RE: 'Ticker' at bottom of the screen

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

      @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

      Did you miss the part where he didn't want an RSS feed because it might be to hard to update the XML file?

      Yes, the end user says that is too complicated.

      posted in IT Discussion
      CCWTechC
      CCWTech
    • RE: 'Ticker' at bottom of the screen

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

      posted in IT Discussion
      CCWTechC
      CCWTech
    • RE: '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.

      posted in IT Discussion
      CCWTechC
      CCWTech
    • RE: '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.

      posted in IT Discussion
      CCWTechC
      CCWTech
    • RE: '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.

      posted in IT Discussion
      CCWTechC
      CCWTech
    • RE: '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.

      posted in IT Discussion
      CCWTechC
      CCWTech
    • RE: 'Ticker' at bottom of the screen

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

      posted in IT Discussion
      CCWTechC
      CCWTech
    • RE: 'Ticker' at bottom of the screen

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

      posted in IT Discussion
      CCWTechC
      CCWTech
    • RE: '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.

      posted in IT Discussion
      CCWTechC
      CCWTech
    • RE: 'Ticker' at bottom of the screen

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

      posted in IT Discussion
      CCWTechC
      CCWTech
    • RE: 'Ticker' at bottom of the screen

      Yes, the goal is to have scrolling text to remind employee's of things to do or things coming up.

      "Remember to ask clients if they want..." or "Remember today is 10% off of...."

      posted in IT Discussion
      CCWTechC
      CCWTech
    • RE: 'Ticker' at bottom of the screen

      Looking for something just local, not related to an RSS feed.

      posted in IT Discussion
      CCWTechC
      CCWTech
    • RE: '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.

      posted in IT Discussion
      CCWTechC
      CCWTech
    • RE: 'Ticker' at bottom of the screen

      User entered text.

      posted in IT Discussion
      CCWTechC
      CCWTech
    • 'Ticker' at bottom of the screen

      Is there a suggested software that would be able to do a stock market like 'ticker' at the bottom of a PC's screen. (Not for a website but for the local PC) - Just needs to display on one pc.

      I have seen a lot out there but some looks very shady as far as if it's adware.

      posted in IT Discussion
      CCWTechC
      CCWTech
    • RE: TechSuite Alternatives

      I use Ninja, but I'm looking for something that will automate diagnostics on a PC as well as the ability to use AV scripts etc.

      posted in IT Discussion
      CCWTechC
      CCWTech
    • RE: TechSuite Alternatives

      @wirestyle22 Techsuite isn't a full RMM.

      It's essentially a program that will automate certain tasks like virus cleanup, PC diagnostics, etc.

      It's something that is run ad-hoc vs. a managed services client.

      posted in IT Discussion
      CCWTechC
      CCWTech
    • RE: What Are You Doing Right Now

      But... What am I doing now? I'm headed to a morning meeting... YUK...

      posted in Water Closet
      CCWTechC
      CCWTech
    • 1 / 1