Categories
Software and Programming

Internet Explorer Secrets

Nimster is back-reading my blog and came across this post about the Google-on-Selection menu item in Mozilla. He comments:

“You can do that with explorer too.
regedit \HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt
Add a key the (Default) value, a REG_SZ should be the action: something like
javascript:text=escape(doc.selection.createRange().text);
mywin=window.open('http://www.google.com/search?'+text,
'Google','scrollbars=yes,width=660,height=460,left=75,top=75,
status=yes,resizable=yes'); mywin.focus();

Add a contexts REG_BINARY field with the value ’31’ (00011111) – I don’t know exactly what this sets, but it works.

You need to restart explorer for this to work.”

Categories
short Software and Programming

paamayim-nekudotayim

Nimster proves to me that PHP is Israeli by pointing me at the PHP manual entry for ::. Notice the name of the page.

Categories
short Software and Programming

Screenplay software

Sophocles is a screenplay writing/managing program that provides all sorts of features for navigation and revision. Link from a blog called Uberchick.

Categories
Software and Programming

Corporate culture and you

Ten handy dandy hints for fitting in at apple:

It doesn’t matter if you’re still working on the same thing you were yesterday. Your boss absolutely must have a complete record of everything you have ever done sitting in his inbox in order for him to function correctly. Ideally, you should send an email every time you press a key on your keyboard.

Categories
short Software and Programming

Javascript techniques

A good site with various JavaScript techniques and how they work in different browsers – updated for Mozilla 1.1alpha, which is pretty cool.