This looks like a pretty useful application if you have a computer (Mac/Win/Linux) hooked up to your TV and you want to control it remotely with your iPhone or iPod Touch:
HippoRemote — A remote control for your computer
Tuesday, October 6, 2009
Monday, October 5, 2009
Why I hate doing business on eBay
ARRRGGGHHH!!!! Fie on UPS and idiot eBay buyers!
OK... so I put up some DVDs on eBay for a pretty decent deal, bundled in the shipping price, and someone bought the item. Great.
Pack. Ship. Bye!
Time passes....
Hey, why is this package on my doorstep???
Crap.
UPS tried three times to deliver it, and then sent it back to me.
Thanks, Guys!!!!
Email customer... nothing for several days.
Then... email:
So I respond with... it's gonna cost another $XX to ship it out again (duh.).
Response:
Unfortunately my inclination was to refund the entire amount, even though it pains me and cost me to do so.
I'd rather have a happy customer than a ding on my eBay rating, but it really torques me and makes me think twice about doing any more eBaying...
Grrrrrr....
OK... so I put up some DVDs on eBay for a pretty decent deal, bundled in the shipping price, and someone bought the item. Great.
Pack. Ship. Bye!
Time passes....
Hey, why is this package on my doorstep???
Crap.
UPS tried three times to deliver it, and then sent it back to me.
Thanks, Guys!!!!
Email customer... nothing for several days.
Then... email:
"Hey where's my package? I moved and tried to pick it up..."Give me a break!!! Who buys something on eBay right before moving?????
So I respond with... it's gonna cost another $XX to ship it out again (duh.).
Response:
"Nevermind...I dont want the movies now since i have to pay extra. How do i get my money back?"OK... so now, I'm faced with a dilemma. Her move cost me approximately $22 in shipping ($16), eBay ($4), and PayPal ($2) fees.
Unfortunately my inclination was to refund the entire amount, even though it pains me and cost me to do so.
I'd rather have a happy customer than a ding on my eBay rating, but it really torques me and makes me think twice about doing any more eBaying...
Grrrrrr....
Wednesday, August 12, 2009
Odd IE7 Message
here’s an odd error message I’ve never seen before:

weird, huh?
…it should be said, however, that this was on startup of the browser, and I had instructed it to open the previously opened tabs (my default in firefox, but I don’t know if I’ve ever worried about it in IE since I generally don’t use it), then BLAM!
anyway, I just thought it was kind of funny and wanted to share it, FWIW.

weird, huh?
…it should be said, however, that this was on startup of the browser, and I had instructed it to open the previously opened tabs (my default in firefox, but I don’t know if I’ve ever worried about it in IE since I generally don’t use it), then BLAM!
anyway, I just thought it was kind of funny and wanted to share it, FWIW.
Wednesday, June 17, 2009
Notepad++: How to Associate Syntax Coloring for a File Extension
For the life of me, I could not figure out how to permanently associate the XML syntax coloring for files with a .config extension in Notepad++.
The help did not help, nor did the FAQs.
At any rate, this is how you do it:
Help the user out by doing one of the following:
The help did not help, nor did the FAQs.
At any rate, this is how you do it:
- Settings Menu --> "Styler Configurator" (which then displays the "Style Configurator" window (note the discrepancy)).
- Click on "XML" in the Language list on the far left.
- Notice at the bottom there are two text boxes: Default ext and User ext.
- Enter config in the User ext text box.
- Click Save & Close.
- Open a file with .config extension - file should be automatically highlighted.
Help the user out by doing one of the following:
- When an unrecognized file is opened ask what kind of file it is, or
- When the user clicks on an entry in the Language menu, save it as the default for files with that extension.
Friday, May 22, 2009
iPhone Conspicuously Missing from ASP.NET Mobile Controls Tested Devices
Interestingly, the iPhone is conspicuously missing from ASP.NET Mobile Controls Tested Devices:
ASP.NET Mobile Controls Tested Devices : The Official Microsoft ASP.NET Site
...reminds me of ballmer's comments on the iphone: http://tinyurl.com/ok8qcu
My favorite quote: "now, it may sell very well..."
LOL.
ASP.NET Mobile Controls Tested Devices : The Official Microsoft ASP.NET Site
...reminds me of ballmer's comments on the iphone: http://tinyurl.com/ok8qcu
My favorite quote: "now, it may sell very well..."
LOL.
Friday, January 23, 2009
Ultralingua: o meu amigo!
In my recent learning of the Portuguese language, I have found the Ultralingua dictionary to be very helpful!
Ultralingua.com
It has iPhone, Mac and Windows versions and I've found the iPhone and Mac versions to be excellent. Windows, while functional, feels a bit like a red-headed stepchild. However it's still an excellent tool no matter which flavor you download it.
It's not free (it has a free trial), but it is definitely worth the very affordable price tag - especially the iPhone version!!!
Ultralingua.com
It has iPhone, Mac and Windows versions and I've found the iPhone and Mac versions to be excellent. Windows, while functional, feels a bit like a red-headed stepchild. However it's still an excellent tool no matter which flavor you download it.
It's not free (it has a free trial), but it is definitely worth the very affordable price tag - especially the iPhone version!!!
Friday, September 26, 2008
Free Wireless at Peet's
Finally! Wireless at Peet's Coffee & Tea and it's FREE!!!
Peet's Coffee & Tea
Looks like they one-upped their main competitor again. Now awesome coffee and free wireless!
Now if we could just get them to also offer non-baked-goods for food.. hmmm...
Peet's Coffee & Tea
Looks like they one-upped their main competitor again. Now awesome coffee and free wireless!
Now if we could just get them to also offer non-baked-goods for food.. hmmm...
Monday, September 22, 2008
twitterfeed
OK... as usual, I'm a little slow finding out and signing up for the latest social productivity tools, and this time I recently discovered twitterfeed from seeing it being used by some folks who I'm following on Twitter:
twitterfeed.com : feed your blog to twitter - post RSS to twitter automatically
...it's very handy and simple to use.
twitterfeed.com : feed your blog to twitter - post RSS to twitter automatically
...it's very handy and simple to use.
Thursday, August 28, 2008
WPF Window Events - Loaded or Initialized?
So I was trying to determine which event to use for handling window initialization in WPF, since there seems to be a couple of options that are a little different from Windows Forms: Initialized and Loaded.
Thankfully MSDN came to the rescue and clarified things a bit in the documentation for the Initialized event:
Thankfully MSDN came to the rescue and clarified things a bit in the documentation for the Initialized event:
[Initialized] will be raised whenever the EndInit or OnVisualParentChanged methods are called. Calls to either method could have come from application code, or through the Extensible Application Markup Language (XAML) processor behavior when a XAML page is processed.
Whether you choose to handle Loaded or Initialized depends on your requirements. If you do not need to read element properties, intend to reset properties, and do not need any layout information, Initialized might be the better event to act upon. If you need all properties of the element to be available, and you will be setting properties that are likely to reset the layout, Loaded might be the better event to act upon. Be careful of reentrancy if your handler resets any properties that are interpreted by the layout system to mean that a new layout pass is required. (You might need to check the FrameworkPropertyMetadata values on the property if you are unsure of which properties can require a new layout pass if they are changed.)
Tuesday, August 5, 2008
Disabling Windows Desktop Search Explorer Integration
If anyone hates the steaming turd that is Windows Desktop Search's Explorer Integration as much as I do (i.e. the search utility that can't find anything), please read Scott Hanselman's blog article outlining the very simple fix to disable this piece of total crap software:
Scott Hanselman's Computer Zen - How to disable Windows Desktop Search explorer integration after installing Office 2007
I feel much better now.
Hope this helps!
Scott Hanselman's Computer Zen - How to disable Windows Desktop Search explorer integration after installing Office 2007
I feel much better now.
Hope this helps!
Tuesday, July 1, 2008
Visual Studio Tip: "You Are Here"
This is a tip that I got from a colleague several years ago when I was developing in VB 6, but I've kept doing it in Visual Studio and C# and it still works great...
At the beginning of the day I like to know exactly where I left off, so one way of accomplishing that is to just insert "you are here..." in the body of your code where you left off. This accomplishes two things:

Hope this helps!
At the beginning of the day I like to know exactly where I left off, so one way of accomplishing that is to just insert "you are here..." in the body of your code where you left off. This accomplishes two things:
- it prevents compilation since "you are here..." is not valid code
- the IntelliSense picks up the self-inflicted bug in the code and insterts red squigglies to show you the exact location where you left off...

Hope this helps!
Sunday, May 18, 2008
Rumor: 3G iPhone to sell for US$199 | The Apple Core | ZDNet.com
If this rumor doesn't end up being even remotely close to reality I'm going to be totally bummed...
Rumor: 3G iPhone to sell for US$199 | The Apple Core | ZDNet.com
we'll see, but if it's at that price point, I'm buying TWO!
Rumor: 3G iPhone to sell for US$199 | The Apple Core | ZDNet.com
we'll see, but if it's at that price point, I'm buying TWO!
Wednesday, May 14, 2008
Livescribe Smartpen
This just popped up on the radar on the IxDA List:
Livescribe - Pulse Smartpen
It looks pretty awesome, and almost magical if it lives up to its marketing description...
Livescribe - Pulse Smartpen
It looks pretty awesome, and almost magical if it lives up to its marketing description...
Wednesday, May 7, 2008
echominder: a home run from Intuit (and it's free!)
Being an ex-Intuit employee, I always like to keep tabs on stuff that they've been researching.
One of the coolest services that has come out of their research group is Echominder:
Now that I've used echominder a few times, I've found it to be invaluable since it takes out the variables that caused my older methodology to break down:
One of the coolest services that has come out of their research group is Echominder:
echominder
Here's a[n edited] description from the echominder site of how the service works:
scenarioI had actually been using a similar system before signing up for echominder: I'd call my voice mail at work to remind me to do certain things, but I would have to actually be in the office and then log into my voice mail to get the message.
you've got a flight tomorrow and just remembered you need to pick up your dry cleaning and set your out of office message. you're driving to work and can't stop to write it down, but echominder is in your speed dial:
- as you're driving home, call echominder and instruct it to have your cell phone ring at 4:30pm with a reminder to pick-up the dry cleaning.
- leave another message to call you at 8:00am tomorrow morning to remind you to turn on your out of office message on your computer before you shut down and leave for the airport.
- your phone rings right on time and you get the important things done.
Now that I've used echominder a few times, I've found it to be invaluable since it takes out the variables that caused my older methodology to break down:
- Location: I don't have to be in the office, because echominder calls me wherever I am.
- Timing: echominder calls me at the time I specify; I don't have to get a message and then remember to act on it at a particular time, or enter it into Outlook to remind me.
Monday, April 7, 2008
DomQuery for Windows Forms in .NET
Seems like it would be useful to be able to say, "Give me all the controls on this Windows Form that are check boxes," or add other critera and have the system return a collection of those objects that one could act upon.
Anyone know if such functionality exists?
Anyone know if such functionality exists?
Friday, January 25, 2008
Once again the last person on earth to hear about a cool application
How did Apple's Quartz Composer never come up on my radar? I had to find out about it from this post on CreateDigitalMusic.com:
Lily: Browser Beatboxes and the Rebirth of Max-Like Patching
...and that was posted in August of last year.
Anyway, here's the official Apple intro page for it, and QC looks very interesting.
Working with Quartz Composer
Additionally, it comes free with Apple's development tools on Mac OS X, so that makes it even better!
Here's a quote from CDM that I particularly liked:
Lily: Browser Beatboxes and the Rebirth of Max-Like Patching
...and that was posted in August of last year.
Anyway, here's the official Apple intro page for it, and QC looks very interesting.
Working with Quartz Composer
Additionally, it comes free with Apple's development tools on Mac OS X, so that makes it even better!
Here's a quote from CDM that I particularly liked:
First, Apple quietly acquired the developer of a little-known live visual/VJ app called Pixelshox, transformed it into a new app called Quartz Composer, made it part of the Mac OS X developer tools, and made it central to their UI efforts. One day, a tiny VJ app with a cult following, the next, central to Cupertino’s OS strategy? Interesting.
Wednesday, December 19, 2007
Mac OS X - Keyboard Shortcuts for Screen Captures
I had recalled that there were keyboard shortcuts for doing screen captures (instead of always using Grab). The following is from the Apple Help that describes how to do it. The important part is holding down the Control key so that the image goes to the clipboard instead of as a file on the desktop...
I just needed this in a convenient spot that I could reference later (i.e. here).
Shortcuts for taking pictures of the screen
Use these shortcuts to take pictures of the screen in Mac OS X.Take a picture of part of the screen
- {Command}-Shift-3
To Take a picture of a window, a menu, the menu bar, or the Dock.
- {Command}-Shift-4, then drag to select the area you want in the picture.
- To cancel, press Escape.
Screen shots are saved as files on the desktop. If you want to put the screen shot in the Clipboard, rather than create a file, hold down the Control key when you press the other keys. You can then paste the picture into a document.
- Press {Command}-Shift-4, then press the Space bar. Move the pointer over the area you want so that it's highlighted, then click.
- To drag to select the area instead, press the Space bar again.
- To cancel, press Escape.
I just needed this in a convenient spot that I could reference later (i.e. here).
Monday, December 17, 2007
Wednesday, December 12, 2007
Skype for iPhone
Shape Services has created a Skype client for iPhone:
IM for Skype :: Products
...and it apparently enables IM and voice!
IM for Skype :: Products
...and it apparently enables IM and voice!
Tuesday, October 23, 2007
XNJB - Use your Creative MP3 player on Mac OS X
While considering purchasing a Creative Zen Micro MP3 player, I found that they do not (unbelievably!) list Mac OS X compatibility on their system requirements.
Be that as it may, all hope is not lost. Thanks to the guys on the XNJB OpenSource project, Mac compatibility is a reality with most Creative devices (like the Zen Micro & various Nomad models):
XNJB
So it may not be a really interesting name, but this is just another case where intelligent, benevolent developers saw a need and filled it.
Thanks, guys!
Be that as it may, all hope is not lost. Thanks to the guys on the XNJB OpenSource project, Mac compatibility is a reality with most Creative devices (like the Zen Micro & various Nomad models):
XNJB
So it may not be a really interesting name, but this is just another case where intelligent, benevolent developers saw a need and filled it.
Thanks, guys!
Subscribe to:
Posts (Atom)
