The weirdness of large monitors
[neekole.com] The weirdness of large monitors Okay, not all that weird, really. I just bought a 19”³ Dell LCD monitor, and I dont think I was prepared for...
Some related posts from Technorati and Google.
[Neekole.com] neekole.com: I just bought a 19”³ Dell LCD monitor, .So go forth and tag those Flickr photos, those blog entries, or what have you.
[Gizmodo.com] Filesharing in Singapore = A Trip to the Pokey and Other Portable ...: wife of a venture capitalist, Mandy Coulton, is having some whine with her cheese, complaining that she was paid only $1500 to become one of the iconic iPod models. Well, get this, Mandy, the guy who invented the Apple logo got 50 cents and a bottle cap, so your charming, anonymous silhouette is just another cog in the Apple marketing blitzkrieg.
[Pinds.com] Pind's Blog Archive: namespace eval flickr {} namespace eval flickr::people {} ad_proc flickr::api_key {} { return "your api key here" } ad_proc flickr::people::findByUsername { username } { set doc [util_httpget [export_vars -base http://www.flickr.com/services/rest/ \ { { method flickr.people.findByUsername } { api_key [flickr::api_key] } username }]] set xml [xml_parse -persist $doc] set root [xml_doc_get_first_node $xml] set user [xml_node_get_first_child_by_name $root "user"] return [xml_node_get_attribute $user nsid] } ad_proc flickr::people::getPublicPhotos { {-multirow images} user_id {per_page 5} {page 1} } { set doc [util_httpget [export_vars -base http://www.flickr.com/services/rest/ \ { { method flickr.people.getPublicPhotos } { api_key [flickr::api_key] } user_id per_page page }]] set xml [xml_parse -persist $doc] set root [xml_doc_get_first_node $xml] set photos [xml_node_get_first_child_by_name $root "photos"] template::multirow create $multirow url src width height title foreach photo [xml_node_get_children_by_name $photos "photo"] { foreach attr { id secret server title } { set $attr [xml_node_get_attribute $photo $attr] } template::multirow append $multirow \ http://www.flickr.com/photos/$user_id/$id \ http://photos${server}.flickr.com/${id}_${secret}_s.jpg 75 75 $title } }
[Neekole.com] neekole.com: I just bought a 19”³ Dell LCD monitor, .Im still freelancing for Wired, Im getting paid to blog, Ive been watching a .
Reflected tags on Technorati: Blog, Lcd, LCD Monitor News
Posted at August 21, 2005 03:13 PM