MRU Cleaner v1.0.0.5 - Now serving your file-cleaning needs too
posted on Saturday, April 14, 2007 by
bobby
@ 12:47 pm
This version includes the ability to now clear your Most Recently Used Files list in addition to the already-existing ability to clear your Projects list. I also changed the name from Project MRU Cleaner to just MRU Cleaner. Screenshot below:

Continue reading...
Explore in Windows Add-In updated - 1.0.0.2
posted on Sunday, March 11, 2007 by
bobby
@ 5:15 pm
This is an update I've been meaning to do for some time. This update expands on the initial version in a few ways. Web projects will always be opened in Windows Explorer now, even if the web project was loaded via IIS.
Secondly, the ability to explore an item in Windows Explorer has been added to individual files, solutions, setup projects, and other miscellaneous project types.

Continue reading...
MethodInvoker + Anonymous Methods = tEh r0x0r
posted on Thursday, February 15, 2007 by
bobby
@ 3:23 pm
If you've ever tried to update a property of a windows form control inside a thread other than the original thread that said control was created in, you've probably gotten a nasty little error.
Say, for example, you want to update the text of a Label control. You might simply write:

myLabel.Text = "What a great post";
This will break if the above code is called from another thread. To get around this issue, you need to call the method on the thread that the owns the control's
underlying window handle. This is easily accomplished using the control's Invoke method. But the Invoke method takes a delegate as a parameter, along with an object array of arguments to pass. So now you get to create a delegate and a unique method that accomplishes your task.
Continue reading...
Kick-ass Vista Firefox Theme
posted on Monday, February 12, 2007 by
bobby
@ 7:05 pm
Man, this one is so much nicer than any other Vista theme I've seen for Firefox so far - so this'll be my official bookmark next time I need to install it.

Continue reading...
New Clipboard Manager Upgrade 1.0.0.7
posted on Tuesday, January 23, 2007 by
bobby
@ 12:47 pm
Dudes - I know it's been forevs since an upgrade to Clipboard Manager, so last weekend I spent my Saturday on good ol' CM. I added this really cool little animated character to the clip list... so every time you copy something onto your clipboard, he pops up and asks what you want to do. I call him 'Clippy'.
But in all seriousitivity, the cool new addition for Clipboard Manager is the intellisense-like popup of your last 10 clip entries, with the item count configurable.

Continue reading...
Project MRU Cleaner 1.0.0.4 - Vista Ready and stupid dope
posted on Thursday, January 18, 2007 by
bobby
@ 11:15 pm
Update 4/15/2007 03:13 pm
New version 1.0.0.5. Click
here to there now.
Made a few minor tweaks to make MRU Cleaner for Visual Studio 2005 to be a little bit more Vista-friendly. This little Add-In throws a "Clear Recent Projects" menu item in your File menu - giving you access to a checkbox list of recent projects.

Continue reading...
Firebug - My New Favorite Extension
posted on Friday, December 22, 2006 by
bobby
@ 4:52 pm
This extension fuggin rules. Firebug is the ultimate JS debugger and DOM inspector. Firefox should ship with this pre-installed.
"FireBug lets you explore the far corners of the DOM by keyboard or mouse. All of the tools you need to poke, prod, and monitor your JavaScript, CSS, HTML and Ajax are brought together into one seamless experience, including a debugger, an error console, command line, and a variety of fun inspectors.
Continue reading...
Commercial Skip for Media Center Vista RC2
posted on Tuesday, November 14, 2006 by
bobby
@ 5:58 pm
I found a killer add-in for Media Center running on Vista RC2. Here's the jist:
Written in C#, it runs a few utilities against your DVR-MS files, scouring the video for commercials using a few techniques. The recognized commercial time slots are logged in an XML file and associated w/ the DVR-MS file. When playing the DVR-MS file in Media Center, the commercials are automatically removed - and quite seamlessly in most instances.
Continue reading...
Dispatch v0.9.0.59 Released
posted on Tuesday, November 14, 2006 by
bobby
@ 5:47 pm
New version of Dispatch is available. This release includes a slew of bug fixes and a new feature called Remote View Overlay - giving you an instant view of your remote file system.

Here's a list of the changes:
Continue reading...
New Remote-Overlay View Feature for Dispatch
posted on Sunday, November 05, 2006 by
bobby
@ 7:22 pm
Last release (0.9.0.58) I added a new feature called String Replacement, which allows you to dynamically change a string in a file when said file is uploaded. This makes it easy to ensure that your web.config settings are tuned for a public scenario (ie. debug="false").
This upcoming release (0.9.0.59) will see a pretty cool feature called Remote-Overlay. This is a view that you can apply to your solution tree and it just overlays the remote file system directly on top of your local solution tree. Pictured below is a solution with only local files displayed.

Continue reading...