Screensaver to cycle through webpages? - ruby

Does anyone have any suggestions for how to create a screensaver that can cycle through some webpages? I would like to create a screensaver that displays various dashboard and statistics pages that are available in our Hudson CI server. This is a windows machine, with firefox and IE available.
Extra bonus points if I can do it in ruby! :-)
Cheers,
Mike

I programmed a lot of screensavers in Delphi, but I think the following should be applicable to all sorts of development environments.
You create the main form of your screensaver and put an IE-control on it (or if your development environment does not support it, an OLE-container) and then create a timer which changes the webpage shown by the IE-control.
Sorry no solution in ruby....

Ok, so after a few false starts I found a pretty simple solution. I used Visual Studio Express Edition to create a windows forms application. You just need to drag a WebBrowser control onto the form and resize to full screen at startup. Then all you have to do is hook up the event handlers to deal with the mouse and keyboard.
Some more details here:
Blog post on how I made the screensaver
Source code on github

Related

How does Zoom Attendee Attention Tracking (Window Focus Tracking) work?

I just heard about this feature on Zoom Meeting and found it a bit puzzling. Do any of you guys have thoughts on how exactly this would work? It seems like window focus isn't something that should be shared by default. Also, it says that the feature only works in their desktop client on windows / mac, so is installation writing some registry changes? If so, any insight on how it works and why it doesn't work on linux?

How can I lock down a Mac to exhibit one website?

I'm currently working on a website that will be in an exhibition soon. Users will have a keyboard and mouse in front of them, so I need to lock down the machine to be restricted to just one website. Guided Access mode on iOS is a perfect example. I wish Apple had an OS X version for this reason.
I'm currently trying parental controls but it seems to be quite buggy/not responding to my preferences. I'd really love to just have Chrome or Safari locked to fullscreen somehow so users can't exit the browser/redirect to another website.
Thank you in advance!
I'm thinking you could put Chrome in kiosk mode(can't change website) then change the shortcut keys for exiting out of fullscreen mode if you can on a Mac, and maybe having another desktop and monitor for emergencies. I would have made this a comment but I can't :P This isn't really an answer, just a suggestion. It would really be easier on another OS to do the stuff above.
Recently used 'Web Kiosk' software for exactly this purpose: https://www.macproline.com/webkiosk
It has a lot of options for locking down the machine, both in terms of web sites visited, and disabling key commands, preferences, switching apps, quitting apps, etc.
When searching for a solution for this, I was surprised how few options there were. That said, I would give this a look.

Wrapper around web-app under Windows

I have an application with web interface. Unfortunately, it has all disadvantages of being a web page:
It doesn't have a standalone window, so users cannot manage it via the taskbar.
Users see the address line with something like 'http://localhost:8080' that is not a good idea for home users.
If users click on a tray icon, there is no way to activate the tab in a browser, which contain the application interface.
So, it would be nice to have a wrapper application with a browser within.
In case of IE I know it's possible to create a window with Trident ActiveX component. But what if it's Windows XP with IE6 but installed latest Chrome? I'd like to prefer Chrome since it supports a lot more features which the user will never see.
So, is there a way to wrap a page into Chrome/Firefox and make it look like a standalone application, if one of them is presented in the user's system? (The application shouldn't install anything large, so Chromium build is not an option).
P.S. I'm not interested in supporting other platforms than Windows.
Regards,
Take a look at Chrome Apps.
I hope helps you.

Silverlight and Windows 8 Consumer Preview working?

The Windows 8 Consumer Preview is now available. It is known that Silverlight will not run in metrostylemode, but with legacy/desktopmode it is working?
Anything unusual to keep in mind?
Are you able to access Silverlight applications?
(sorry for my bad english)
I have an medium sized SL5 LOB RIA Services app that runs OOB and it is working fine on windows 8 CP. The only thing that did not worked as I expected is that the on-screen keyboard do not show when I enter a text field. probably there is a way to p/invoke this but it would be nice if this happens by default.
I don't think there was anything new posted to that effect (but then the story was already explained in Dev Preview). It basically works the way you describe in Beta.
Apparently you can add a meta tag which causes the metro browser to prompt the user, but I have not yet tested.
Check out the following link:-
http://www.winmatrix.com/forums/index.php?/topic/33701-plug-in-free-web-in-ie10-metro/

How can I integrate with the Windows Action Centre maintenance?

Foxit Reader had a bug with the Firefox plugin that led to Firefox crashing when PDFs were opened. The Windows Action Centre was able to suggest a fix for the bug and link to a relevant thread in a forum. How can I similarly integrate my application with the Windows Action Centre?
This is done via registering your application with Windows Error Reporting. When you do this, you will have a dashboard of your most "popular" crashes, and if you find solutions to them, you can submit responses with links to how to fix it.

Resources