-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have the following code:
use Imager::Screenshot 'screenshot';
my $img = screenshot(hwnd => 'active', left => 450, right => 200, top => 50, bottom => 50);
$img->write(file => 'screenshot.png', type => 'png' ) || print "Failed: ", $img->{ERRSTR} , "\n";
it returns:
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm looking for a way to make it easy for technically unsophisticated users to submit screenshots of their browser to me, to aid in debugging web application problems.
There will be a button on all pages inside a web application they can use to report problems, which I would like to submit a screenshot…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Some of our FogBugz users experience that the Screenshot tool does not start-up automatically at boot. The quickest work-around is to re-install it. Any ideas on what causes this to happen? And how to prevent it from happening?
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I've been building a website for a guy who uses Mac OS X and occasionally he sends me screenshots of bugs. They come out looking like this:
This is fairly typical of Mac screenshots. You get the window decorations, the shadow from the window and a white or transparent background (not the desktop…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
Are there any sort of configuration options for specifying the default save location for gnome-screenshot, or is this hard-coded into the source code?
It used to be ~/Desktop, which seems to have changed to ~/Pictures (in 12.04).
The only possible solution I've seen is about Setting the default…
>>> More
-
as seen on Oracle Blogs
- Search for 'Oracle Blogs'
More than 50 utilities worldwide have selected or implemented Oracle Utilities applications in the current fiscal year to date to respond to environmental imperatives, adapt to changing business conditions, meet and exceed customer expectations, implement smart grid components and address operational…
>>> More
-
as seen on Oracle Blogs
- Search for 'Oracle Blogs'
We're reposting the list of technical whitepapers for the Oracle ETPM framework (called OUAF, Oracle Utilities Application Framework). These are are available from My Oracle Support at the Doc Id's mentioned below. Some have been updated in the last few months to reflect new advice and…
>>> More
-
as seen on Oracle Blogs
- Search for 'Oracle Blogs'
The Oracle Utilities Application Framework is a reusable, scalable and flexible java based framework which allows other products to be built, configured and implemented in a standard way.
Note: Even though the Framework is built in java it can be integrated with COBOL based extensions for backward…
>>> More
-
as seen on Oracle Blogs
- Search for 'Oracle Blogs'
Smart Grid Background
What Are Smart Grids?Smart Grids use computer hardware and software, sensors, controls, and telecommunications equipment and services to:
Link customers to information that helps them manage consumption and use electricity wisely.
Enable customers to respond…
>>> More
-
as seen on Stephen Walter
- Search for 'Stephen Walter'
The goal of this blog entry is to explain how to perform queries using selectors when using the WinJS library. In particular, you learn how to use the WinJS.Utilities.query() method and the QueryCollection class to retrieve and modify the elements of an HTML document.
Introduction to Selectors
When…
>>> More