Perfect Safari Theme Setup FireFox 3

RE: http://macvswindows.com/forums/index.php?showtopic=472

 I'll take this one step further.  Type about:config in the address bar.  Set the filter to 'browser.tabs'.  Change values browser.tabs.tabMaxWidth and browser.tabs.tabClipWidth to 180 and 150 respectively.

 Open 'Stylish' Add-on preferences and add

#throbber-box { display: none !important; }

 to the "Combine Stop/Reload buttons" style.

 

Posted on Tuesday, June 17, 2008 at 07:30PM by Registered Commentersybersnake | CommentsPost a Comment

Jedai API Docs

I just uploaded the API Docs for Jedai ( jedai.googlecode.com ) to http://labs.emoten.com/jedai/docs/html/. Have fun!

Posted on Thursday, June 5, 2008 at 11:35PM by Registered Commentersybersnake in | CommentsPost a Comment

Simple Variable Naming Prefix(s)

"_" private / protected
"__" item used for caching
"$_" pointer reference
"$__" cached pointer reference

Posted on Monday, April 28, 2008 at 01:29PM by Registered Commentersybersnake | CommentsPost a Comment

the Dictionary, and Weak References.

I was trying to figure out some sort of IoC type control to force unlinking of all external items referencing item B when item B was about to be deconstructed and marked for recycling. Then it hit me, all I have to do is make sure the referencing ( the Signal/Slot system ) was using Weak References. Therefore, by design, when the only reference to item B exists is in a Weak Reference in a Dictionary, it will still be gc'd and how the signal/slot is setup the gc process actually unlinks all the event handlers automatically since they are, themselves, bound to the instance.

Now that I have it written, I've got to test it.. now how do I go about that -- Uggh.

Posted on Friday, April 18, 2008 at 01:43AM by Registered Commentersybersnake | CommentsPost a Comment

Save State Web Browsers

I don't know why but there isn't a web browser out there yet that will allow you to save the entire state of a single window ( tabs'all ) so you can go and check it out later without having to simply minimize it and hope to god that the browser doesn't crash sometime between now and 'then'.

UPDATE: Shit, Safari does this. Bookmarks>Create Bookmark for these X tabs.

Posted on Monday, March 17, 2008 at 10:00AM by Registered Commentersybersnake | CommentsPost a Comment
Page | 1 | 2 | 3 | 4 | Next 5 Entries