Thursday, January 07, 2010
Monday, November 16, 2009
TIP: FiddlerHook: Easier Support for Fiddler in Firefox
PS. Up until now I had been using something called “SwitchProxy” to do almost the same thing, but this is definitely better.
Trying out Friendbinder for the first time.
My Google Wave experience over with, I'm on another Web 2.0 binge...trying out every service I can. Right now: Friendbinder.
A 'Go' Linked List Implementation
Wednesday, November 04, 2009
How to get Facebook to recognize your Flickr username.
Here's what I did. I went to my flickr profile. I right-clicked on the main photostream page and hit "View Source." In the HTML source I found my flickr ID. This was in a line formatted as follows:
global_nsid = '12176869@N00',This means that my flickr ID was "12176869@N00" (minus the quotes). Went back into Facebook. Went to my profile. Hit the options button on the top right hand side of my Wall. Hit the Settings button. Next I re-added Flickr integration in the "Imported Stories" section, but instead of using my username I used my flickr ID. That was it.
-David

Simon Page
Simon Page: "




This series by Simon Page is great. I’m always a fan of this retro minimalist look. I think he does a great job making it feel aged without going overboard. The color and texture is spot on and the vintage feel is skillfully conjured. Sounded like what started as a personal project turned into a successful client job after they saw the work. Got to love when that happens!
Permalink |
Comment On This Post (10) |
Tweet This Post | Add to
del.icio.us | Stumbleupon
Post tags: retro minimalism, simon page, space
"
Wednesday, October 28, 2009
Neon Indian
Carson Daly
Sunday, April 12, 2009
check this out. it's awesome
this video makes me want to cry:
Welcome to Monome from sam_square on Vimeo.
these people make synthesizer controllers from computers. very very cool.
Labels: computers, synthesizer
Saturday, March 21, 2009
delicious thumbnails
Labels: delicious, feedsnapr, images, links, thumbnails
Monday, October 06, 2008
iPhone Programming Tip: How to find the full URL of a file within your Application's Bundle
This would return the full URL of a file named "Sound2.caf":
CFURLRef fileURL;
NSString *path;
path = [[NSBundle mainBundle] pathForResource:@"Sound2" ofType:@"caf"];
fileURL = (CFURLRef)[NSURL fileURLWithPath:path];Labels: iphone programming

