<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; popups</title> <atom:link href="http://www.ghacks.net/tag/popups/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 13:29:21 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Mouseover Popup Image Viewer Userscript</title><link>http://www.ghacks.net/2011/11/23/mouseover-popup-image-viewer-userscript/</link> <comments>http://www.ghacks.net/2011/11/23/mouseover-popup-image-viewer-userscript/#comments</comments> <pubDate>Wed, 23 Nov 2011 16:24:36 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[Google Chrome]]></category> <category><![CDATA[image preview]]></category> <category><![CDATA[mouse zoom]]></category> <category><![CDATA[popups]]></category> <category><![CDATA[userscript]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=53079</guid> <description><![CDATA[One of the not so comfortable experiences that users can make on the Internet are websites where small images or thumbnails are displayed that reveal little to no information due to their size. Some of those images link to a bigger version, and while that may provide the information the user is looking for, it [...]]]></description> <content:encoded><![CDATA[<p>One of the not so comfortable experiences that users can make on the Internet are websites where small images or thumbnails are displayed that reveal little to no information due to their size. Some of those images link to a bigger version, and while that may provide the information the user is looking for, it also means another click and another page load in the browser (unless JavaScript galleries are used that display images on top of the page, the click however still needs to be made).</p><p>One solution for the issue are scripts or extensions that automatically display the bigger picture when the mouse hoovers over the image. I have reviewed several extensions and scripts in the past that provide users with that functionality. From <a
href="http://www.ghacks.net/2010/09/28/display-full-images-with-hover-zoom-for-chrome/">Hoover Zoom</a> for the Chrome browser to the <a
href="http://www.ghacks.net/2010/11/23/image-search-preview-userscript-to-display-direct-image-previews/">Image Search Preview</a> and <a
href="http://www.ghacks.net/2011/04/09/zoom-image-userscript/">Zoom Image</a> userscripts.</p><p>Mouseover Popup Image Viewer is a new userscript that is compatible with the Firefox and Google Chrome browser (the Chrome functionality is limited though according to the developer as http referrers cannot be faked).</p><p>You can simply hoover over an image to see a larger version of that image directly in the browser window.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/11/mouse-over-popup-image-viewer.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2011/11/mouse-over-popup-image-viewer-600x442.jpg" alt="mouse over popup image viewer" title="mouse over popup image viewer" width="600" height="442" class="alignnone size-medium wp-image-53080" /></a></p><p>This works for all images that are directly linked and dozens of image hosting websites including Imagebam, Imagefap, Flickr, Imageearn or Pixhost. Firefox users get the additional benefit that the script can bypass the hotlinking protection of some of the image hosting sites. Instead of having to visit the site to view the image, Firefox users see those images directly in the same browser tab.</p><p>The image popup can only be as large as the browser window. This can be a issue if the original image is larger than the browser window. In this case, only part of the image is shown on the screen in the preview.</p><p>Firefox and Chrome users can download and install Mouveover Popup Image Viewer from the official <a
href="https://www.userscripts.org/scripts/show/109262">Userscripts.org</a> website. (Thanks Vineeth for the tip)</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/11/23/mouseover-popup-image-viewer-userscript/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Easy desktop notification system</title><link>http://www.ghacks.net/2010/06/08/easy-desktop-notification-system/</link> <comments>http://www.ghacks.net/2010/06/08/easy-desktop-notification-system/#comments</comments> <pubDate>Tue, 08 Jun 2010 11:16:47 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Desktop Manager]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[desktop notification]]></category> <category><![CDATA[GNOME]]></category> <category><![CDATA[messages]]></category> <category><![CDATA[notify]]></category> <category><![CDATA[popups]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=26328</guid> <description><![CDATA[Tired of having to get clever with your bash scripts so that you can be notified when something happens? What if you want instant notification on an event? Say you run a regular backup sync every, oh, 30 minutes and you want to be notified while you&#8217;re sitting at you computer the minute it happens. [...]]]></description> <content:encoded><![CDATA[<p>Tired of having to get clever with your bash scripts so that you can be notified when something happens? What if you want instant notification on an event? Say you run a regular backup sync every, oh, 30 minutes and you want to be notified while you&#8217;re sitting at you computer the minute it happens. Oh sure you can be emailed on an event, but this requires an email server setup and you have to check your email. What if you just want a simple message to pop up on your desktop informing you that your script has succeeded? Well you can have that with the notify-send command.</p><p>The notify-send command allows you to display messages right on the desktop via the notification daemon. These messages are fairly unobtrusive, fit it with your desktop scheme, and are really easy to set up in your scripts. And in this article I am going to show you how you can add this little system for easy message pop ups.</p><p><span
id="more-26328"></span><strong>Installation</strong></p><p>The notify-send tool  is a part of the libnotify package. So to install this do the following:</p><ol><li>Open up a terminal window.</li><li>Issue the command <em>sudo apt-get install libnotify-bin</em>.</li><li>Enter your sudo password.</li><li>Accept any necessary dependencies.</li></ol><p>That&#8217;s it. You are ready to start using this handy command.</p><p><strong>Usage</strong></p><p>The basic usage for the command is:</p><p><em>notify-send OPTIONS MESSAGE</em></p><div
id="attachment_26330" class="wp-caption alignleft" style="width: 276px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/06/notify_send_basic.png"><img
class="size-full wp-image-26330" src="http://www.ghacks.net/wp-content/uploads/2010/06/notify_send_basic.png" alt="" width="266" height="74" /></a><p
class="wp-caption-text">Figure 1</p></div><p>Let&#8217;s take a very simple example of popping up the message &#8220;Hello Ghacks&#8221; on the desktop. To do this you would issue the command <em>notify-send &#8220;Hello Ghacks&#8221; </em>and hit enter. When you do you will see a small message pop up at the bottom of your desktop as you see in Figure 1. Of course the appearance of this message will depend upon which desktop you are using. I am using GNOME Shell so mine will be a variation on those of you using standard GNOME.</p><p>Let&#8217;s add an image to the message (the image you see in Figure 1 is the default). To add an image you use the <em>-i </em>option. The image used must be a .png file. You can find plenty of these in the <strong>/usr/share/pixmaps</strong> directory. So I am going to use the GNOME logo to remind me to take a walk. The command would look like:</p><p><em>notify-send -i /usr/share/pixmaps/gnome-about-logo.png &#8220;Take a walk!&#8221;</em></p><div
id="attachment_26331" class="wp-caption alignright" style="width: 215px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/06/notify_send_walk.png"><img
class="size-full wp-image-26331" src="http://www.ghacks.net/wp-content/uploads/2010/06/notify_send_walk.png" alt="" width="205" height="42" /></a><p
class="wp-caption-text">Figure 2</p></div><p>And the message would look like the one you see in Figure 2.</p><p>When you use this command you will notice the messages don&#8217;t last very long. You can change that with the <em>-t</em> option. You can set this so the message stays up until the user tell it to go away (by clicking on it) or you can set it to remain in milliseconds. So let&#8217;s say you want to give yourself a message to take a walk and you want it to remain open for ten seconds. To do this the command would look like:</p><p><em>notify-send -t 10000 -i /usr/share/pixmaps/gnome-about-logo.png &#8220;Take a walk!&#8221;</em></p><p>Or, if you want that message to remain until you click it away, the command would look like:</p><p><em>notify-send -t 0 -i /usr/share/pixmaps/gnome-about-logo.png &#8220;Take a walk!&#8221;</em></p><p><strong>Final thoughts</strong></p><p>You can imagine how much easier it has now become to notify yourself when a script has finished. You no longer have to rely on email messages or hacked-up notifications. Linux has a nice, built-in notification system you can use in your scripting or your cron jobs to let you know the things you need to know.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/06/08/easy-desktop-notification-system/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Monitor And Automatically Close Windows</title><link>http://www.ghacks.net/2008/11/19/monitor-and-automatically-close-windows/</link> <comments>http://www.ghacks.net/2008/11/19/monitor-and-automatically-close-windows/#comments</comments> <pubDate>Wed, 19 Nov 2008 14:49:21 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[automate]]></category> <category><![CDATA[clickoff]]></category> <category><![CDATA[popups]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=8400</guid> <description><![CDATA[Click Off is a lightweight Windows application that can be used to automate a few tasks in Windows. Its three main functions are to automatically click a button, to automatically close a window and to automatically fill in text in a form. Usage for most operations relies on the keyboard shortcut [CTRL ALT D] which [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.johanneshuebner.com/ge/clickoff.shtml">Click Off</a> is a lightweight Windows application that can be used to automate a few tasks in Windows. Its three main functions are to automatically click a button, to automatically close a window and to automatically fill in text in a form.</p><p>Usage for most operations relies on the keyboard shortcut [CTRL ALT D] which has to be pressed when the window is active or when the mouse is hovering over the element that should be clicked on. This can be used for instance to automatically close popup windows or to check radioboxes on an Internet page.</p><p>Automatically adding text to a form on the other hand requires some additional work. Pressing the keyboard shortcut while hovering the mouse over the text field will add it to the program&#8217;s list of items. A double-click on the entry will provide options to enter the desired text for the form.</p><p><span
id="more-8400"></span><img
src="http://www.ghacks.net/wp-content/uploads/2008/11/clickoff.jpg" alt="clickoff" title="clickoff" width="272" height="344" class="alignnone size-medium wp-image-8401" /></p><p>Please note that the program does not work with all program windows, buttons or forms.  This is usually the case if the button or text field have not been created from the windows standard libraries. There is unfortunately no fix for that.</p><p>Clickoff uses roughly 5 Megabytes of computer memory. There is no information about system compatibility. It ran fine on a Windows XP Service Pack 3 test system. The website of the program is in German. Just scroll down to the bottom and click on the Download link to download the file. The program itself is available with a German and English interface.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/11/19/monitor-and-automatically-close-windows/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Remove notifications for blocked popups in Opera</title><link>http://www.ghacks.net/2007/10/15/remove-notifications-for-blocked-popups-in-opera/</link> <comments>http://www.ghacks.net/2007/10/15/remove-notifications-for-blocked-popups-in-opera/#comments</comments> <pubDate>Mon, 15 Oct 2007 06:32:07 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Opera]]></category> <category><![CDATA[block popups]]></category> <category><![CDATA[popup message]]></category> <category><![CDATA[popups]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/10/15/remove-notifications-for-blocked-popups-in-opera/</guid> <description><![CDATA[The build in Opera popup blocker notifies the user every time that it blocked a popup successfully resulting in a small notification overlay in the top right corner of the screen. While this might be useful under certain circumstances it becomes quickly annoying especially for web savvy users who know their way around the web.]]></description> <content:encoded><![CDATA[<p>The build in Opera popup blocker notifies the user every time that it blocked a popup successfully resulting in a small notification overlay in the top right corner of the screen. While this might be useful under certain circumstances it becomes quickly annoying especially for web savvy users who know their way around the web.</p><p>It is possible to disable that small notification window when popups are blocked in Opera by going to Tools > Preferences > Advanced > Notifications and unchecking &#8220;Show notification for blocked pop-ups&#8221;. From then on the notification window will not be shown anymore.</p><p>I came only across a handful of sites that use popups to display site content. Most use them simply to display advertising which is really annoying.</p><p><span
id="more-2129"></span>via <a
href="http://operawatch.com/news/2007/10/how-to-remove-the-notifications-for-blocked-pop-ups-in-opera.html">Opera Watch</a></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/10/15/remove-notifications-for-blocked-popups-in-opera/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> </channel> </rss>
