Friday, November 21, 2008

 

My Kingston Flash Drive Just Survived the Washing Machine & the Dryer!

Just a quick note: if you're looking for a high quality, durable USB Flash Drive, let me suggest the Kingston DTI series flash drives. I just bought it last week and was wondering where it went to yesterday... My wife handed it to me last night as she was doing the laundry - it had been through both a wash and a dry and it still works great! Thanks, Kingston :)

Buy it at amazon or newegg (my two favorite places to shop online for tech stuff)

image


AddThis Social Bookmark Button

 

How to Install Windows Live Writer on Windows Server 2008

So you're annoyed, right? You use Windows Server 2008 as a workstation and now Windows Live Writer won't install. I'm annoyed too - can anyone even think of the logical reason this was not allowed? I doubt it. I assume that it's just some lazy coding.

How to get Windows Live Writer to Install on Windows 2008

That's it!

Why does it work?

Windows Live Writer is built using .NET and, like many .NET applications, it can use xcopy deployment - which means the installer's main function is just to extract the files and create the shortcuts.

I tested this on Windows Server 2008 in November of 2008. I can't support it so, if it doesn't work for you, all I can say is "Works for me!"


AddThis Social Bookmark Button

Wednesday, May 14, 2008

 

Wyatt Whigham is Here! Scott had a baby

Wyatt Whigham was born at 8:57 this morning in Dallas to Scott and Susan Whigham (Scott is the founder of LearnItFirst.com). Wyatt is 9 pounds, 9 ounces and a whopping 22 3/4 inches long. Woohoo!

Labels:


AddThis Social Bookmark Button

Wednesday, February 13, 2008

 

No More Vista for Me!

So this morning, I am at least two things: (1) angry, and (2) fed up. I record my videos on Vista because I want the videos to have the new and fresh look and feel but that's it - I'm going back to Windows XP (and not for the first time). This morning when I logged into my recording machine, it tells me that I might be the victim of software counterfeiting! Oh noes!

LearnItFirst.com is a Microsoft Certified Partner so we have licenses to spare but, since they only give us one key, it gets used on multiple machines - this is common for licensing and not the problem. The problem is that, over the past two years, I've installed Vista on probably ten different machines - virtual machines or "real" machines - and then wiped Vista away because it was awful. Vista has only stayed on two actual machines. So now, the MSFT licensing system thinks I'm a pirate arrrrrr...

I have the same licensing issue with Office 2007 now as well. I've installed Vista, used the product key (and activated it), and then had to uninstall for whatever reason. Of course I installed and activated Office 2007 as well...

Would Microsoft give me my licenses back if I called them? Probably. But from now on I'll have to call in and enter - not kidding - a 45-character provided key and then receive a 45-character product key in return (make no typos!).

No thanks - I just don't need Vista or its headaches that bad. Arrrggh - I'm so fed up with the licensing schemes. I buy a new computer for $1200 and it includes a Windows Vista Home license. I immediately throw that away by installing Vista Ultimate on top of it - one license (Home version) paid for and dumped. Since I've actually bought three PCs, I've purchased three Windows Vista Home version licenses and would up not using them in favor of trying Windows Vista Ultimate. When that doesn't work, I've now burned through (apparently) ten Windows Vista Ultimate licenses.

Back to Windows XP. I have plenty, plenty of licenses and less hassle.

Arrrrrrrrrrr - I'm no pirate but MSFT makes me appreciate the pirates for sure!


AddThis Social Bookmark Button

Wednesday, January 30, 2008

 

Thank you, Ken

Wow - I read some very sad news this morning: the great Ken Henderson passed away this past Sunday. Ken Henderson was the author of the famous "The Guru's Guide" series and honestly, if it wasn't Ken's insights and his ability to "simplify the complicated", I would not have had such a rewarding career. Ken was truly an inspiration for me and the world will definitely not be a better place without him. I never was fortunate enough to meet Ken in person but he sure came across as a nice person in his blog and his books.

Looks like the news outlets are slow to pick this up as well - Google News only has one article as of this writing (http://news.google.com/news?q=%22ken+henderson%22) - although the blogging world is mourning his loss.

Thank you, Ken.


AddThis Social Bookmark Button

Monday, January 14, 2008

 

I'm Using a New CAPTCHA Engine

I've been using Captcha Control by Jeff Atwood (the brilliant mind behind from CodingHorror.com) for a little over a year now on my sites and I've been very happy with it. In case you don't know what a captcha is, a captcha is an acronym (often seen CAPTCHA) which stands for "Completely Automated Public Turing test to tell Computers and Humans Apart". People like me use captchas on signup/etc pages to stop automated scripts/bots from submitting information (such as spam on a forum).

Like I said, I've used Jeff Atwood's freely available Captcha Control (get it here) for a while here on our sites and been happy with it. It is solvable so it isn't 100% foolproof (judging by the automated signups I get) but it probably stops 99.9% of the spam. But it has one recognized problem - if you are visually impaired, it stops you more effectively than it does the spammers. Yikes - not what I wanted :( You see, Captcha Control doesn't feature an audio-only version of the captcha; if you can't read the already-hard-to-read letters, you can't register (or, in my case, download a free video since I use captchas to protect our bandwidth). I've gotten a few comments/emails/phone calls in the past month from people who wanted to download a free video but they were unable to solve the captcha and thus weren't able to download. So I began the hunt for a new captcha engine.

First question I had to solve is the, "Is it better to buy/use third party or build it myself?" Easy - buy. Building and maintaining a captcha engine is tough and requires insane algorithm knowledge - I had no intention of building. Next question - who to use? I ultimately settled on reCAPTCHA (get it here) which is FREE, thus making it quite attractive :)

What I like about reCAPTCHA (other than the cost) is that it is sooooooo easy to use both as a developer and as a user. It has tougher-than-average captchas to solve, it features audio captchas, and lastly it is a community effort - solving captchas with reCAPTCHA actually goes to a good cause. From their website:

    About 60 million CAPTCHAs are solved by humans around the world every day. In each case, roughly ten seconds of human time are being spent. Individually, that's not a lot of time, but in aggregate these little puzzles consume more than 150,000 hours of work each day. What if we could make positive use of this human effort? reCAPTCHA does exactly that by channeling the effort spent solving CAPTCHAs online into "reading" books...

    ... how does the system know the correct answer to the puzzle? Here's how: Each new word that cannot be read correctly by OCR is given to a user in conjunction with another word for which the answer is already known. The user is then asked to read both words. If they solve the one for which the answer is known, the system assumes their answer is correct for the new one. The system then gives the new image to a number of other people to determine, with higher confidence, whether the original answer was correct.

Very cool - we all want to help out, right?

Tomorrow I'll record a series of videos on how to add captchas - both Jeff Atwood's control and reCAPTCHA - to your ASP.NET applications but, in case anyone is paying attention, I wanted to give you a heads-up and let you play with the captchas on the sites. If you want to try them out, just append "/FreeVideos/" onto the end of any of our domain names like this:

    * http://www.learnsqlserver.com/FreeVideos/
    * http://www.learnsharepoint.com/FreeVideos/
    * http://www.learnexchange.com/FreeVideos/
    * etc....

Let me know how you like it by dropping me a line through our Contact Us page here!


AddThis Social Bookmark Button

Friday, January 11, 2008

 

What? FeedDemon is now FREE!

If you've watched my videos and/or read some of my other posts, you'll likely remember that I'm an RSS junkie - can't live without it. My feed reader of choice is Newsgator's FeedDemon - and they just announced that it is now FREE. I paid about $30 for it 3-4 years ago (back when Nick Bradbury was sole owner) and it was money well spent. Now that it's free, I hope more folks will learn of the goodness that is RSS :)

Download it here - http://nick.typepad.com/blog/2008/01/free-demon-yes.html

Here's a few of my favorite feeds to get you started:

General Tech:

SQL Based

.NET Based

Here's How I "Do" RSS

RSS, to me, is a lot like data mining - unless you have a lot of data to work with, it's not that useful. What I like to do is to collect tons and tons of feeds (organized into categories) and I have FeedDemon set to update all of my feeds every 5-10 minutes. I have about 1,600 feeds right now in my OPML file that I am monitoring every 5-10 minutes - yikes! That means that, every time any one of the 1,600 feeds posts a new entry, FeedDemon downloads it and I can view it inside FeedDemon - without having to go to that website.

But that's too much info to be useful, isn't it?

Yes. Sometimes I forget to open FeedDemon and, if it goes 2-3 days without launching, I'll have 1,500-2,000 new articles to read. Forget that - you'll never care about or read 1,500-2,000 articles 2-3 days.

So what do you do?

Watches Are the Key to Using FeedDemon Effectively (IMO)

Here's what I do:

  1. I go collect a ton of RSS feeds about a particular topic (Audio Visual - TVs and Stereos, for example)
  2. Create a watch that looks for certain keywords
    1. Sharp Aquos
    2. 1080p
    3. free dvd
  3. Sync the feeds every 10 minutes
  4. Configure FeedDemon to notify me via a popup whenever someone has been added to the watch

The better your watches, the better you'll enjoy FeedDemon. The more feeds you have, the more you'll likely enjoy FeedDemon. One word of caution: some sites are duplicates and post duplicate stories. This can lead to duplicates showing up in your watches. So look for that and prune your feed list periodically.

Go download FeedDemon and get started with it - it's awesome!

http://nick.typepad.com/blog/2008/01/free-demon-yes.html


AddThis Social Bookmark Button

This page is powered by Blogger. Isn't yours?