NOC display software

2013-02-13 Thread JoeSox
Just wondering if anyone can recommend Windows software (it could be Linux too but I might need to create a separate host for that configuration) that enables rotating [on one monitor] several webpages (dashboards) or windows (application dashboards). It would be nice if it was freeware or open

Re: NOC display software

2013-02-13 Thread Nat Morris
On 13 February 2013 15:19, JoeSox joe...@gmail.com wrote: Just wondering if anyone can recommend Windows software (it could be Linux too but I might need to create a separate host for that configuration) that enables rotating [on one monitor] several webpages (dashboards) or windows

Re: NOC display software

2013-02-13 Thread Marcus Taylor
On 13/02/13 15:19, JoeSox wrote: Just wondering if anyone can recommend Windows software This pains me to do this My quick google fu: http://www.autohotkey.com/ Loop { Send {Alt down}{Tab down}{Alt up}{Tab up} Sleep 6 ; wait 60 seconds } You may have to switch off 'Tab through

Re: NOC display software

2013-02-13 Thread Seth Mos
On 13-2-2013 16:19, JoeSox wrote: Just wondering if anyone can recommend Windows software (it could be Linux too but I might need to create a separate host for that configuration) that enables rotating [on one monitor] several webpages (dashboards) or windows (application dashboards). It

Re: NOC display software

2013-02-13 Thread Calin Chiorean
Hello, This should also work and can be customised however you want: http://pastebin.com/ty324mr8 I did add a test version at http://atl.ezeea.com/rotate.html just to check it if you want. HTH, Calin On 2/13/13 4:19 PM, JoeSox joe...@gmail.com wrote: Just wondering if anyone can recommend

Re: NOC display software

2013-02-13 Thread Livio Zanol Puppim
You can do this using Javascript as well... 2013/2/13 Calin Chiorean calin.chior...@secdisk.net Hello, This should also work and can be customised however you want: http://pastebin.com/ty324mr8 I did add a test version at http://atl.ezeea.com/rotate.html just to check it if you want.

RE: NOC display software

2013-02-13 Thread Kenneth M. Chipps Ph.D.
I use a VBScript that just ALT Tabs to go from screen to screen. -Original Message- From: Livio Zanol Puppim [mailto:livio.zanol.pup...@gmail.com] Sent: Wednesday, February 13, 2013 4:17 PM To: Calin Chiorean Cc: nanog@nanog.org Subject: Re: NOC display software You can do this using

Re: NOC display software

2013-02-13 Thread Bryan Irvine
On Wed, Feb 13, 2013 at 7:19 AM, JoeSox joe...@gmail.com wrote: Just wondering if anyone can recommend Windows software (it could be Linux too but I might need to create a separate host for that configuration) that enables rotating [on one monitor] several webpages (dashboards) or windows