nemeth's comments

nemeth | 14 years ago | on: A better way of validating an email address

> The whole point of not loading images is the privacy concern, so if your email client (which is any email client with any kind of traction in the past decade) offers (and defaults to) not loading images, it will indeed not hit the URL.

I'm not sure this is accurate, this link is a little old but it indicates quite a few webmail/desktop clients load images by default: http://www.campaignmonitor.com/blog/post/2559/current-condit...

nemeth | 14 years ago | on: “But The Client Wants IE 6 Support”

That's not just an IE6 problem. IE8 has full CSS 2.1 support but can't do css3 rounded corners, opacity, or shadows. You can sometimes fake it with -ms-filter and CSS expressions (htc files) but those work just as well on 6 and 7.

That said, I'm happy to drop IE 6 where not required by the client - 8 may not have html5 or CSS 3 features, but at least it's relatively bug free.

nemeth | 14 years ago | on: Robohash Wars

After scrolling down to the footer, I found http://robohash.org/ linked: "Robohash is a easy web service that makes it easy to provide unique, robot/alien/monster/whatever images for any text. Put in any text, such as IP address, email, filename, userid, or whatever else you like, and get back a pretty image for your site."

nemeth | 14 years ago | on: Pogue bends over backwards to fight in support of Apple

His final words on the subject (from the next blog post):

"Having read through hundreds of comments from professionals, both civil and uncivil, I’m now convinced: Final Cut Pro X may indeed be ready for the future. But for professional video editors, it’s not yet ready for the present."

nemeth | 14 years ago | on: PHP Short Syntax for Arrays: developers say no.

I think the "vote" recorded in the link is from a long time ago. Looking at the php.internals mailing list from today, this is what Rasmus is saying:

"Other than a couple of grumpy old-timers, I think we are in agreement that we should add a short array syntax. Whether we should extend that to also add a short object syntax is a secondary question." (http://news.php.net/php.internals/52597)

nemeth | 15 years ago | on: Calipso - A Node.JS CMS

WordPress themes can and do embed arbitrary PHP, so wouldn't you have to basically build in a PHP interpreter in order to read them?

nemeth | 15 years ago | on: How Google Docs Killed GDrive

If the GDrive were similar to Dropbox, a copy of all files would be stored locally and be accessible without an Internet connection.

Google Docs offline access isn't even going to relaunch till later this year, so right now, storing files exclusively in Docs is a non-starter without an always-on Internet connection.

nemeth | 15 years ago | on: The surprising accuracy of Minority Report 10 years later

The last scene of the movie demonstrates that knowing that a pre-crime report was generated does allow the future to be changed (Burgess chooses to shoot himself, rather than Tom Cruise). The earlier plotline had suggested there was no way to escape fate - the protagonist ends up committing the exact killing he had been desperately trying to avoid (a la Oedipus Rex).
page 1