Articles tagged with: open
Cool Tricks, Hacking Windows »
You are in front of your office PC having 20-30 windows open and everything messed up… You are called for an emergency… Urghh…What to do now?? Use Close All.
This tiny tool helps you to close all running applications with one click. It does not use system resources because it only flashes a “close” signal to all open windows on the desktop and then ceases. Just place a shortcut to the tool in the Start Menu, Quick Launch or elsewhere.
You can always add a hotkey to this shortcut. It is really …
Blogger Hacking »
In this small tutorial I’ll explain how to open all external links in new window automatically. There are many ways for it but now I’ll only explain two of them – with and without jQuery. So let’s start.
Tutorial First – With jQuery:
We are going to make sure you have jQuery active on your site, you can do this easily in WordPress, since it’s bundled with the latest installations. Use this code in your header: <?php wp_enqueue_script(‘jquery’); ?> then, below the wp_head add the following:
<script type="text/javacript">
var $j = jQuery.noConflict();
$j(document).ready(function() {
//external attribute
…
Firefox Tips, Google Hacking »
I have a bunch of single-use Gmail accounts for the usual things, like account registrations, site administration, newsletter subscriptions and the like. If you have this same situation, you know that (unless you possess unusual patience) it’s not easy to serially open up multiple Gmail accounts if you have saved the login information for an auto-login. Oh, and forget trying to have multiple parallel Gmail accounts signed in, it’s one-by-one or nothing. Well, until now, that is.
I recently found Gmail Manager for FireFox, an extension that displays your Gmail accounts …
Notepad Hacking »
Are you tired of opening new instance of Notepad everytime you open a new Text Document? If the answer to the above question is Yes then you don’t have to worry about this anymore. You can use NotepadTabs to open different Text Documents in the same instance in form of Tabs as in Firefox.
ScreenShots
Features
Different from classic notepad, ‘Notepad Tabs’ gives the freedom to view multiple text files in a single Notepad just like in IE7 and Firefox, which saves you from the mess in the taskbar.
Allows to open txt files …
Cool Tricks, Hacking Windows »
If you need to access lot of folders on your home PC or on
network regularly, then you can set them re-open automatically
so when you will login, shutdown or restart your computer next time.
There is no need to open regularly used folders manually(it will save ur time)
, for this just have to configure the simple sitting,
your computer will automatically reload all the previously opened windows.
note:By default windows XP disables this option to reload automatically all the previously opened windows, when you login on, shutdown or restart your computer.
steps to …
