Posts Tagged ‘one’

All-In-One-Gestures Plugin for Firefox

Tuesday, December 20, 2011 posted by CSch

The All-In-One-Gestures plugin for Firefox is a plugin that enables you to accomplish nearly every task you want to in Firefox with the help of drawing lines on the screen. You just need to assign the directions for the common task in the preferences and start drawing:

By default, the key for drawing gestures is the middle-mouse key, meaning the mouse-wheel, which can be changed however. The plugin is highly customizable as you will see on first glance when opening the options window, it is also updated regularly to be up-to-date with Firefox’ fast updates.
To show an example, as seen in the options table above, the following gesture will duplicate the current tab:

Gestures are shown as red lines on the screen by default so that you can see what you are drawing. Additionally, the tool can be misused to draw funny pictures on your Firefox windows!

Merge Lines in VBScript (Windows)

Tuesday, November 15, 2011 posted by CSch

If you need to have multiple commands in one line in MS Windows’ VBScript, you can accomplish that by using the colon (:) operator. The following line of script will display two message-boxes after each other:

Msgbox”Hello.” : Msgbox”Hey!”

You can leave as much space as you want between the commands and the colon.

Handy Firefox Plugins

Tuesday, October 4, 2011 posted by CSch

There is a large variety of Firefox plugins currently out on the market but only a small part of them is really useful for the casual internet user, that is why I tried some of them out and filtered the most effective and handy.

Tab Mix Plus

Tab Mix Plus is a great plugin that adds a large variety of functions when dealing with tabs. It can duplicate tabs, pin them to the tab bar in icon size, make tabs unclosable, undo the closing of tabs and reload them every once in a specified interval, which is incredibly useful if you want to watch videos on the internet multiple times.

Answers

Answers is a plugin that quickly provides you with definitions of whatever word you need a definition of. Simply click on an expression with the predefined key combination (Ctrl+Click on Linux, Alt+Click on Windows) and a notice will pop up that shows you one or more possible definitions:

All-in-One Sidebar

All-in-One Sidebar provides you with a flexible, slim sidebar that gives you quick access to your bookmarks, history, downloads, plugins and website and browser information. It also causes the Downloads window not to pop up but to open inside the sidebar on the same window.

Copy and Paste Multiple Entries (Ubuntu Linux)

Thursday, September 29, 2011 posted by CSch

To be able to copy and paste multiple entries with Control + C and Control + V there is an applet for the GNOME desktop panel called Glipper which is a clipboard manager and is available in the default Ubuntu repositories. If it does not show up in your list of applets after installation, restart your system and it should be available. Its menu is accessible over the panel icon and the key combination which is configured in the Preferences menu (Ctrl+Alt+C by default). The top entry is the one that will be pasted on Ctrl+V. To change it, just select another one.

In Preferences, you can also configure on what actions selections should be copied into the clipboard, if they should be remembered on system restart and how many entries should be remembered.