|
|
|
Written by WATYF on Friday, 23 March 2007 (2852 hits)
Category: .NET Programming
OK. Here's the problem... I want my .NET application (in this case, TaskRunner) to open a new instance of the user's default browser and direct it to a URL. Sounds simple, right? Well of course not.... this is Microsoft we're talking about.
Now, this is the part where you offer your pointless suggestions and ask irrelevant questions and tell me how I'm being an idiot for ignoring the oh-so-obvious solution to this problem... ("Hey stupid... just use Process.Start and pass it the URL!!"). But notice that I said that I want to open a NEW instance of the user's browser. Unfortunately, if the user has Internet Explorer as their default browser, Process.Start (with a URL) will very often... not always, but sometimes (for reasons only known to Bill Gates himself) reuse an existing browser and direct it to the URL. So let's say you're sitting there replying to an email.... you've been up all night typing out some sappy love note to your girlfriend to try to get her to change her mind about dumping you... and you open TaskRunner's "WebSearch" app so you can search for snippets of crappy poety to include in your letter. Well, if IE is your default browser, then the WebSearch may very well commandeer the browser that you were using to compose that masterpiece of an email and direct you away from the work that you've spent hours pouring your heart into, thus erasing all that effort (and waste of emotion ).
Why, you ask? Because Process.Start(URL) does NOT always open a new instance of IE... but fortunately, I figured out how.... so you don't have to go through all the pain and emotional anguish of losing that email.
|
|
Read more...
|
|
Written by WATYF on Monday, 12 March 2007 (1237 hits)
Category: Apple Bashing
Just a quick link for y'all. One of my favorite internet writers has finally chimed in on Macs. Why am I not surprised which side he came in on?
Maddox on Macs.
WATYF
|
|
Written by WATYF on Wednesday, 07 February 2007 (1462 hits)
Category: Misc Mentations
Demotivators have been around for a while. I remember getting a good laugh out of them back when I first discovered the site. My favorites are the ones that best portray my own personal worldviews... such as Indifference... and Pessimism... and my personal favorite, Procrastination.
At some point since I've been there last (which was quite a while ago), they added this nifty new feature where you can make your own Demotivator. Well, now... that's the type of fun I can really get into... and after a buddy of mine sent me a feeble attempt to insult my superior computing skills, the floodgates opened... and these are the results.
|
|
Read more...
|
|
Written by WATYF on Tuesday, 06 February 2007 (1472 hits)
Category: Apple Bashing
A buddy of mine who uses a Mac made me my very own Demotivator... I thought you all might like to see it.

now... we all know that it should say, "When you are too smart to run a Mac"... but hey... it's the thought that counts.
And since I'm such a thoughtful guy... I figured I'd make him his very own demotivator too...
|
|
Read more...
|
|
Written by WATYF on Tuesday, 06 February 2007 (1759 hits)
Category: Apple Bashing
I've spent so much time lately complaining about my unfortunate brush with the lousy new "Office 2007" (which I narrowly avoided , much to my delight), that I've completely forgotten to waste any of my time berating Apple computers and their pretentious users..... silly me!
So let's rectify that little problem right now. I have not one.... not two.... but THREE different stories that I will use to ridicule Apple, and Macs, and Mac users, and pretty much anything Apple related in general. It should be loads of fun, so pull up a chair...
|
|
Read more...
|
|
Written by WATYF on Wednesday, 31 January 2007 (2366 hits)
Category: Nerdery
Just as the darkest hour seemed to be upon me.... just as I was ready to give up my quest to get a decent, efficient customized GUI in Office 2007.... just as I was about to throw up my hands and give in to a life of slow, inefficient navigation at the hands of the bloated "Ribbon"....... my Corporate office saves the day.
So I'm sittin' at my desk minding my own buidness when I get an email... someone in IT informs me that Corporate has raised some concerns about us using Outlook 2007 because it causes some kind of issue with the corporate email server. My eyes lit up.... what's that I see on the horizon??? Is it a gleaming beacon of hope??!? Is there a chance that I don't have to suffer through using Outlook 2007 anymore, or possibly even --*gasp*-- any Office 2007 applications???
|
|
Read more...
|
|
Written by WATYF on Thursday, 14 December 2006 (7461 hits)
Category: Nerdery
Normally, right about now I would link you to a previous article about how much I hate the new Office 2007 GUI (as a means to get you caught up).... but there are just so many of them now... it would take too long. Suffice it to say, I hate the new interface and find it extremely counter-intuitive and inefficient.... so I decided to change that.
As anyone who's spent any time looking into customizing Office 2007 knows.......... it sucks. Modifying the Ribbon is much more involved and restrictive than modifying the CommandBars, and QAT modification is a slow waste of time. The only hope (kind of) that we've been given is that whenever we use code (for Office 2000-2003) to add a button to a CommandBar, that button gets dumped into a Ribbon called "Add-Ins". Well.... this gave me an idea. Since I know how to control CommandBars quite easily... and since any CommandBars I create are gonna end up in the "Add-Ins" ribbon... why don't I just recreate the entire Menu and Toolbar system in the Add-Ins ribbon and just ignore the rest of the Ribbons.
After much toil and tears... I was able to do just that......... for the most part.
|
|
Read more...
|
|
Written by WATYF on Tuesday, 05 December 2006 (2503 hits)
Category: Nerdery
In a previous article, I ranted on about how much I hate the new look and navigation system of Office 2007. Well, this article will be less "rant" and more "informative".
As many people know, with the advent of the new Office 2007 interface, there is no longer a menu system... and there is no longer a standard toolbar system.... there are only "ribbons". If you can't find it right in front of your face on one of the ribbons, then chances are, it's gonna be hard to find and less-convenient to use. There are also a few things behind the scenes that have to be done differently. This article will be an attempt to help poor souls like myself find all of the functionality that they've been using for years, which has now been moved to a completely different location just to make our lives more eventful. I'll be providing some MS docs, as well as stuff that I personally stumble across or find on the net.
Note: I probably wouldn't have felt compelled to do this if it weren't for the fact that the first two major functionality needs that I was looking for were nowhere to be found in the "amazing" new "Help" feature. I searched every way from Sunday for what I needed to do and not one search result even hinted at where I could find it.
|
|
Read more...
|
|
Written by WATYF on Friday, 01 December 2006 (1751 hits)
Category: Nerdery
So as if my woes with Office 2007 weren't bad enough, today I discovered a new aspect of my daily Windows usage that has been ruined by Microsoft's latest "improvements" to their software.... and that would be File Searches.
That's right folks... "Searching" is the new thing... it's the way to do everything. Sure, it's faster to put your commonly used apps/files in a standard location and just open them directly, but wouldn't you rather put some criteria into a search box and have it return you a bunch of results, most of which aren't what you're looking for??? Or better yet... how about you put in a very specific set of criteria, and have it return you ABSO-FREAKING-LUTELY NOTHING, even though you know that what you're searching for is right there?
Well... that's what happened to me. Part of the new Office 2007 paradigm involves forcing you to upgrade to Microsoft's new "Desktop Search". They do this by annoying the hell out of you every time you open Outlook with messages about how you need to install Desktop Search, until you finally cave and go download the piece of crap and install it. Not that there's ANY noticeable different in Outlook after you install the "oh so crucial" Desktop Search tool... but hey... I'm sure it's doing something.
So I installed it, and didn't notice any difference (except for having to remove the annoying thing from my Taskbar, and from the Startup menu, so it wasn't running in the background all day long). Yeah... I didn't notice a thing... that is... until I went to do a file search in Explorer.
|
|
Read more...
|
|
Written by WATYF on Thursday, 30 November 2006 (2452 hits)
Category: Nerdery
I remember it fondly... the days of my youth... (ok, so I can't really remember my youth at all, but that's beside the point)... The good ol' days of playing with computers... teaching the other kids in my class how to use the Commodore 64's... writing dumb little programs in BASIC that never worked... Running pointless commands on the Apple IIe's... and then came the Windows GUI. I was in love. As if by natural instinct, I could find everything. It all made sense to me. When I opened an application, I could learn pretty much anything that the application was capable of, just by looking though its menu system... the old familiar menu bar... File.... Edit.... View... Tools... Help.... ah... good friends...... its too bad that Microsoft has decided to plunge a rusty knife straight into their hearts and send them, screaming, to their demise.
You see... I've been noticing a disturbing trend lately. Every time I try the Beta (or latest) version of Microsoft software, I find that they've decided to completely change how navigation works in a Windows application. And, I guess, in some way, that might be cool... IF they were smart enough to make the same changes across all of their apps AND if the new way was actually better than the old way... but we're not so lucky. Open up the new Windows Live Messenger... where's the menu? Well... it's hidden... you can choose to display the menu, if you can find the option that does so. Open the latest Windows Media Player... similar deal... nothing is where it used to be and finding anything more advanced than "play" and "stop" is a chore. But if you search long enough, you'll find the old menu. This is the disturbing trend showing up in much of Microsoft's newest releases. They take the navigation system that you're used to, and that works, and that has worked for countless years, and they hide it from you... only offering it up if you're smart enough to find it.
But then comes Office 2007...
|
|
Read more...
|
|
Written by WATYF on Thursday, 31 August 2006 (2360 hits)
Category: .NET Programming
Well... it's that time again... I've gone back to messing around with TaskRunner. I'm updating (and adding to) the list of things that I plan to cram into its feature-set, and doing some preliminary code tests. That's not to say that a new version will be out "soon"... but at least I'm finally back to doing some coding. And as a result, I can take a break from the monotony of bashing Mac users, and actually post something useful.  One day into working on TaskRunner again, and I already have run into the typical scenario: I think of something simple that I want to do, and go out in search of a straightforward solution, only to find that no one seems to want to do it the easy way. All those C# nerds out there are too good for a three-lines-of-code solution. They've gotta go making up a bunch of classes and methods and properties and crap just to do what can be done in a few short lines. Well I'm a VB.NET hack, thank you very much... I don't wanna have to add classes and functions... just tell me how to do it in two lines or less.  So without further ado, I present... how to read an XML document, when you're behind a proxy (in 5 lines or less )... |
|
Read more...
|
|
| << Start < Prev 1 2 3 4 5 Next > End >>
| | Results 12 - 22 of 53 |
|
|
|
|
|
|
|
|
|
|
|
TaskRunner Spam-a-lot |
It's cool. It's nifty. It does stuff. It's...
TaskRunner 3.2!!
Click here to get the brand spanking new version of TaskRunner... 3.2!!
|
|
Who's Online |
|
We have 1 guest online |
|
|
| |
|
|
|
|
|