Hyperlinks
Link Log
Thursday, June 30, 2005
- ohnotheydidnt: Tits, tits, tits! Celebrities
- Let's hear it for Livejournal!
- Apple - Trailers - Domino
- Clear/y Keira is blowing all the right people. Four movies in 2005. Missed the Pride and Prejudice screening earlier this week. Worried that they're going to butcher that one, the 1995 mini series (i haven't seen the 1980 one) had everything going for it, good acting, plot, dialogue and production value. I just don't know if they could pull off anything that could a candle to it in a single movie format.
Tuesday, June 28, 2005
- Could a hotel be built on the land owned by Supreme Court Justice David H. Souter?
-
"This is not a prank" said Clements, "The Towne of Weare has five people on the Board of Selectmen. If three of them vote to use the power of eminent domain to take this land from Mr. Souter we can begin our hotel development."
Let's not forget New Hampshire's state motto: "Live free or die." This could actually happen.
- Google Earth - Home
- the long awaited google earth public beta
Monday, June 27, 2005
- Script Type Face in CSS
-
Yes, I am being a total dork linking to a CSS file from Joe Clark's blog. What's worse, I'm going to highlight some code that I think is particularly excellent:
font-family:
Zapfino,
"Apple Chancery",
"Lucida Handwriting",
"Caflisch Script",
"Poetica",
"Sanvito",
"Ex Ponto",
"Snell Roundhand",
"Nuptial Script",
"Palace Script",
"Park Avenue",
"Poetica",
"Shelley",
"Kaufmann",
"Zapf Chancery",
"Zapf Chancery Medium Italic",
"ITC Zapf Chancery",
"ITC Zapf Chancery Medium Italic",
"Monotype Corsiva",
Corsiva,
"Zurich Calligraphic",
"Bickley Script",
"BriemScript",
"Brush Script MT Italic",
"Brush Script MT",
"Brush Script",
"Edwardian Script ITC",
"Edwardian Script",
"Freestyle Script",
"French Script MT",
"French Script",
"Kunstler Script",
"Matura MT Script Capitals",
Matura,
"Mercurius Script MT Bold",
"Mercurius Script MT",
"Mercurius Script",
Mercurius,
"Palace Script MT",
"Palace Script"
"Script MT Bold",
"Vladimir Script",
"Chancery",
Sand,
Textile,
Mead,
Script,
"URW Chancery L",
"URW Chancery L Medium Italic",
cursive;
What do you think of that as an image replacement alternative? On this here win2k machine without any nice text smoothing it's rather rough, but the idea of just using CSS and the fonts on the visitors machine is appealing. I didn't see any notice about "borrowing" code on Joe's site, but I'm guessing that if he thought people would actually use it he'd be asking people to use this code, not bemoaning the theft of code (that must have taken some work to put together).
- FedexFurniture.Com
- surprised this wasn't a dorm room, but I guess right out of college you're even more desperate than a starving student.
Wednesday, June 22, 2005
- HE-MAN Meets The Big Lebowski
- The voices match the characters uncannily.
- dog_bites.wmv
- I've gotta id this park so that I can make a note NOT to walk the family dog there.
Monday, June 20, 2005
- The Elements of Typographic Style Applied to the Web - a practical guide to web typography
- first noticed this over at Cameron's Screen Grab Confab, vol. IV #213, so I set up a Google alert which pulled up this link dump and that's how I found this webtypography.net preview. My only concern is the use of Flash. But then again many would have the same concerns about my use of JavaScript.
Thursday, June 16, 2005
- 2nd to last Futurama Tagline
-
Yeah, so I translated it using the Futurama alphabet on Omniglot:
thanks for watching,
futurama slave army!That Omniglot site is pretty cool, they've got Klingon and Romulan, and some cool real world stuff like undeciphered scripts.
Tuesday, June 14, 2005
- Kanan Dume Road Backbone Trail Head
-
Ok, check this out. Zoom in a bit and you'll see that the map is centered on what is actually a tunnel, a bunch of trees and earth covering the road. If you follow the road north a little ways you'll see a turnoff on the west side. That's the parkshuttle stop. The trail goes down into the trees to the north of the stop, that's Newton Canyon where last I knew there's a dead deer carcass rotting away.
If you go back to were we started and follow the trail over the tunnel you can see where it winds through the valleys and then up again to a small circular turnoff on Latigo Canyon Rd (switch to map mode if need be). That's where I began my hike last Friday. The trail continues east until it gets to Tapia Park, just south of Malibu Creek State Park.
- pussy.istheshit.net
-
- lesbian.istheshit.net
- porno.istheshit.net
- and so on...
of course you could always put in somebody's name as is intended, http://doug.istheshit.net is particularly funny.
Monday, June 13, 2005
- Veer: Shuttleboard
- note to self: try this out on the csolyn.com redesign.
Sunday, June 12, 2005
- Eric's Archived Thoughts: Universal Child Replacement
- another use for the * selector in CSS, child selection. be sure to read comment 14 for the specificity problems.
Friday, June 10, 2005
- Santa Monica Mountains National Recreation Area - Maps
- just printed the Backbone Trail Map (pdf) and I'm off for a hike. Summer half day Fridays ar the best!
Thursday, June 09, 2005
- CoalTrain
- smoking train bearing coal stops on top of kindling. hilarity ensues.
- Email Mystery: The Daughters of Freya
- fascinating. it's a novel in the form of emails that you recieve at varying intervals. I wonder how they time it all, and how much that has to do with the plot? Do shorter emails come closer together, do they alter the length of time between sending particular emails as a story telling device, like dramatic pauses? with the novel itself sounded more like something i'd be interested in reading. sounds rather anti-sex cult. foo on that.
- Welcome to Streamripper
- should they broadcast something on KUSC that I really want to keep (and know about enough in advance to set this up) then I'll be able to record live streaming audio.
Wednesday, June 08, 2005
Monday, June 06, 2005
- Pure TnA :: Details for torrent "Gal Gets Her Clit Pierced (CLIP)"
- Now there's a novel little clip. Not nearly as good as this story (ack! so much not yet moved from the old template), but I guess that's the best you're gonna get with the chick's boyfriend filming.
- Monkey Business - New York Times
- The first monkey hooker!
Sunday, June 05, 2005
- bobbyvandersluis.com | Unobtrusive dynamic select boxes
-
One concern that has come about these related dropdown interfaces is that, since both dropdown appear when the page loads, who is to say that the user fills them out in order? And if they try to select the second one before the first they will be disappointed by an empty dropdown. One solution would be to initially hide the second menu. Another would be to leave the default code alone (with a fully populated dependant menu) when the page loads. The second option would require a little error catching in case the user's first menu selection eliminates their second one.
On a side note, I'm a bit concerned about a couple variable scope issues in these functions. In the first function he's passing locally defined variables to the onchange function. Maybe that's not a problem and I'm just being thrown off by the fact that the variables have the same names as the arguments in the function's definition. Either way something smells a little funny. I'm suspicious that there might be problems if there were two of these on a page.
- Primer Timeline
- If I were a fan of independent films (i.e. had the attention span to watch them and pay attention the whole time and then go back and re-watch them again so I could figure out what the fuck happened) this timeline would be exceedingly helpful. via kottke's review.
Thursday, June 02, 2005
- Curiosity is bliss: AJAX Debugging with Greasemonkey
- note to self: when get around to installing greasemonkey and trying this out don't forget to adjust the z-index
Wednesday, June 01, 2005
- Shut The Fuck Up
- the flash movie linked at the bottom is a must watch.
- Tumbleweed Tiny House Company | Houses
- If I were single (and looking to stay that way) I'd be searching for a plot of land.