Tuesday, November 17, 2009

Firefox on Dual Screens

I had the problem that Firefox always opened on my secondary monitor, and I couldn't find a way to make it open on my primary display.

The solution is to drag the Firefox window a bit more then half way to you primary screen and then File > Exit it.

After you restart Firefox it should open on your primary monitor again.

Thanks, Internet!

Tuesday, June 02, 2009

Windows : Shift + F10 is the same as right-clicking on a highlighted icon, file, or Internet link.




Windows shortcut key : Shift + F10 is the same as right-clicking on a highlighted icon, file, or Internet link.



Thank you Internet!

Wednesday, April 01, 2009

Spin solitaire

Press start to begin a new game. Click a card and scroll to spin.



Sunday, March 15, 2009

Franklyn trailer

Wednesday, March 11, 2009

Firefox: adding keyboard shortcuts to show/hide toolbars

I was looking for a way to make keyboard shortcuts for showing and hiding toolbars in Firefox 3 So now I present you with a symbolical 10 steps to make your own toolbar shortcuts show/hide a toolbar on the press of a (or two or three or four) buttons.

1. Install KeyConfig
2. Install DOM Inspector
3. Open DOM Inspector and put chrome://browser/content/browser.xul in the URL bar.
4. Observe the Firefox window in the browser at the bottom
5. Scroll down the Document - DOM nodes tree to document > window > toolbox and expand it.
6. Observe the list of your Firefox toolbars and their ID's
7. Add a new key in KeyConfig and name it appropriately to the toolbar you want to toggle.
8. Replace the /* CODE */ with goToggleToolbar('toolbarid', ''); and then replace toolbarid with the id from the toolbar.
9. Assign a keyboard shortcut to the newly created Key
10. Open a new Firefox window and press they keyboard shortcut.

This will toggle your toolbars visibility (make sure it is showing by default with the checkmark checked at View > Toolbars > Your toolbar).



Now my question is - Does an extension exist who does this?

Sunday, August 31, 2008

Greasemonkey: Search Focus Update

Today I added a keyboard shortcut to my greasemonkey script Search Focus

Press Ctrl + , to put the input to the first matching search textbox.

Tomahawk - God Hates a Coward

Tomahawk - God Hates a Coward

Firefox's default port blacklist

By default firefox doesn't allow connections to these ports
unless the protocol overrides.

To fix this problem add an exception.
1, // tcpmux
7, // echo
9, // discard
11, // systat
13, // daytime
15, // netstat
17, // qotd
19, // chargen
20, // ftp-data
21, // ftp-cntl
22, // ssh
23, // telnet
25, // smtp
37, // time
42, // name
43, // nicname
53, // domain
77, // priv-rjs
79, // finger
87, // ttylink
95, // supdup
101, // hostriame
102, // iso-tsap
103, // gppitnp
104, // acr-nema
109, // pop2
110, // pop3
111, // sunrpc
113, // auth
115, // sftp
117, // uucp-path
119, // nntp
123, // NTP
135, // loc-srv / epmap
139, // netbios
143, // imap2
179, // BGP
389, // ldap
465, // smtp+ssl
512, // print / exec
513, // login
514, // shell
515, // printer
526, // tempo
530, // courier
531, // Chat
532, // netnews
540, // uucp
556, // remotefs
563, // nntp+ssl
587, //
601, //
636, // ldap+ssl
993, // imap+ssl
995, // pop3+ssl
2049, // nfs
4045, // lockd
6000, // x11

Firefox and sites on port 23

Problem:
"This address (%address) specifies a network port which is normally used for purposes other than Web browsing. Firefox has canceled the request for your protection."

If you open up a site located on certain port(s) not normally used for web browsing firefox stops you from going there FOR YOUR PROTECTION

Solution:
The correct workaround is adding a new string value to
about:config
called

network.security.ports.banned.override

Then enter a comma-separated list of port numbers to allow.

Microsoft breaks IE8 interoperability promise


This week, the promise was broken. It lasted less than six months. Now that Internet Explorer IE8 beta 2 is released, we know that many, if not most, pages viewed in IE8 will not be shown in standards mode by default.

What a surprise!