Browse by Tags
So I'm back to doing some XSLT work now. I did quite a bit during my work at HP and absolutely love it (don't ask me why). Since I've spent so much time working with it, I've learned a few tips and tricks not covered in a lot of books. So, is there any
Read More...
Skydrive yesterday... Skydrive today... Find out more about the new Skydrive release (note, no beta tag anymore) here .
Read More...
Has this ever happened to you? You find some code on the Net so you copy and paste it into a source file within Visual Studio and notice that all the formatting is somehow messed up. For example. some lines might be indented while others are not. To have
Read More...
Awhile ago I created the screensaver Vista Sidebar gadget and promised I would put some code up. As promised, here it is. It's actually quite easy to create something like this, and truth be told I actually had the code lying around for a few years since
Read More...
For those that follow my crazy forays into stuff that I think is just plain cool, I have begun yet another project. No crazy hacking in the sidebar. No more new webcam stuff (yet). No screen scraping with Outlook calendar appointment setting. I'm off
Read More...
Most people have seen it at least once in their life. In my family, the picture below is referenced every year. Merry Christmas and Happy Holidays. -Mark Schmidt Oh and a extra special shout out to all the Schmidt's at Microsoft including the 3 other
Read More...
I also run a personal blog which I use to post about things that I don't think fall under the realm of "work" although there is still a fair amount of code there too since coding is not only a job, but a hobby as well. More often than not, I'll post a
Read More...
My son's high school (and eventually other 3 kids' high school) is playing in the AAA state football championship game at the Tacoma Dome tonight. I wish them the best of luck. Unfortunately, I can't make it due to other commitments. When I moved up to
Read More...
Some people have asked if they could take a look at the source for the WebCam Vista Sidebar gadget. After a little bit of cleaning up, I'm posting it now for you to take a look at. Here are some things worth mentioning: 1. Uses the DirectShow.NET library
Read More...
Ok, I've added the ability to fine tune the screen scraping. Sometimes the page I'm scraping changes just a bit which messes up the scraping that I'm doing. I've added a numeric up/down control which tells the app which table index on the page to scrape.
Read More...
Today, Microsoft announced the new Windows Live Messenger IM Control and Presence API. This is just way cool. I'm going to try it out on my blog to see how it goes. If you look on the left side, you can see my status under the News heading. Just click
Read More...
The nhl.com web page changed and since my app is a screen scraper, it broke. Here's the current working version. The installer should remove your old version and install the new version.
Read More...
*EDIT* Looks like the nhl.com scheduling page has changed thus breaking my importer. I'm working on a new version but no idea when it will be done. I've taken the link down. Ok, I redid the whole application (since I lost the source code) and added some
Read More...
I decided to revamp my NHL Schedule Outlook Importer application. By revamp, I mean start over (since I lost the code anyway). No more messing around with excel and XML. Going to do some good ol' fashioned screen scraping. It should be ready to go by
Read More...