Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.
Just screwing around this morning, I pulled up the Microcenter page for this monitor and it showed 4 in stock at the Woodridge store. Figured I'd be crazy to pass it up, and got one. From what I've read, I can't get the native resolution off my Mac until I get a Mini DisplayPort to DVI-D...
We use Browsercam. If you're looking for an account, you can always get in on a fundable.com group purchase, and get a year of access for $40: http://www.fundable.com/browsercam
Also, to go the other way (PS/2 devices to a USB port), you can use a chip like the Chesen CSC0101A. It's an ASIC with a 6502 core, RAM, and ROM with a program for doing the conversion.
As far as the mouse goes, the conversion is usually done by a chip in the mouse. The green adapter that comes with new mice is just a mechanical adapter, it doesn't do anything to the signals. The mouse is able to autodetect what kind of port it's attached to.
The built-in stopwatch app is kind of a throwaway thing they did to show the iPod could do more than just play music.
Mad_Pyro is right, there's Nike Plus, which is a pedometer that interfaces with the iPod. The "Nike+ Sport Kit" is only $30, but it only works with the Nano. Apple didn't...
You need to set up a mailbox where your boss's replies go. Make this the "from" address on the automated emails, or use a Reply-To header on the email.
If you're using PHP5 (and you should be by now), the Zend Framework has classes to access POP3 & MIME mailboxes...
I definitely recommend using a library like the Zend framework for dealing with email forms. Spammers have ways of injecting extra CC: or BCC: lines into emails, or even a second message entirely. The major scripts will help you avoid being a spam gateway.
Also, check out the June, 2007...
Go into the BIOS configuration screen (off the top of my head, I think it's F2 when you first boot it up). There will be a screen with a status on the battery's charge as well as its health.
Assuming a separate vote table is keyed on a user_id and an item_id, then finding out if Bob voted for item #2 is a constant-time operation. The primary key is indexed, so the query just looks up where to find that record in the index.
Selecting against a delimited field is a much more...