Tag Archives: skill

2 interesting code

Posted on 04. Mar, 2009 by Yao Yuan.

0

code 1
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0

input this in your url bar, then you can edit the website you are viewing.
code 2

javascript:document.body.contentEditable='false'; void 0

exit

Continue Reading

Scroll and Move Background Windows

Posted on 13. Feb, 2009 by Yao Yuan.

0

we always looking for methods for us to work faster on our computer such as using shortcut keys, mouseless browsing firefox addon and etc. In fact, I use my keyboard more than mouse because it has been proven that keyboard works faster than mouse. One annoying problem in Windows that I don’t like is when I have a lot of programs and windows open and navigating around them in my 17″ LCD monitor is somehow tough.

To move an active window in Windows operating system, we’ll have to make sure that the window is not maximized and we’ll have to move the mouse cursor to the titlebar to drag it. However this is done much easily in Linux operating system by holding the Alt key and then just left click anywhere on the window dragging it anywhere we like. This saves you the trouble of moving your mouse all the way to the top to restore down the Window first and then move it by holding the left click on titlebar.

I found a small tool called Flying Windows that is able to enable the Alt + Window drag in Windows plus a few more useful hacks for Windows system. [...]

Continue Reading