Archive for the ‘cool’ Category.
Campbell free outdoor movie
check it out, This is the free outdoor theatre set up in campbell, on the side of the coffee house building. Every week they play a new movie during the summer. This is Charlie and the Chocolate Factory, next week is "Yellow Submarine", to which, I think we’re going to go. There must have been 200 people there!
some sounds we like second podcast
Hey, I got the second podcast up, check it out over on the music blog: Some Sounds We Like 002 – Derek Scott of DoBox Recordings
it’s a monitor.. it’s a keyboard..
No, wait, it’s a keyboard with a monitor inside of each key!
Go drool yourself dry and check out the other shots illustrations. thanks honey!
Technorati Tags: breakthrough, industrial design, ideas
davemorin: Ta-Da Lists!
Ta-Da Lists are fantastic! I’ve been singing praises of 37signals for months, but their products, ideas, and mission continue to blow me away!
More web application developers, and application developers in general, need to concentrate on design and simplicity. They’ve taken something that we all love and need and made it infinitely better: the To-Do list.
Ta-da lists are web-based, free, fantastically designed, use RSS, are shareable, and brilliantly designed. I’m addicted! You must check it out now!.
Viral marketing, eh Dave?
My brother sent this my way a while back, and I didn’t get it. Well, I get it now. We’re having a very small family and friends get together soon, and R and I made a giant list of things to do. I got to thinking to myself… self, why isn’t there some web tool that lets you set up a todo list, assign resources to get things done, and have an RSS feed for the organizers to keep track of progress. Ha. Well, that almost exactly describes tadalists.com
HOWTO: create a favicon.ico on Mac OS X
what with all this nice new traffic to my site thanks to the Make: blog, I figured it was high time to do a favicon.ico file for my site. On the mac, this is a snap, thanks to Takeshi Ogihara’s IcoMaker. Head over to his page (assuming it’s a he), and look for the link at the bottom of the page, something like: “IcoMaker Distribution Package, 84KB”. Download it and unpack it.
Grab whatever image you want to use for your favicon.ico file, open it in photoshop, the gimp, or whatever you have (uh… iphoto may work too?).
Reduce the imagesize to 16 pixels by 16 pixels and Save a copy.
(optional: Undo the downsizing, and re-resize the image down to 32 x 32 pixels, and save another copy. Undo the resizing again and re-re-resize the image down to 48×48, and save a third copy)
Open up Takeshi’s excellent program and select “File -> new document”. A small multi-paned window will appear with six small windows.
select “File -> Include Image…” and navigate to where your copy (or copies) are. Choose the 16 x 16 pixel copy. A dialog box will appear giving you the option to reduce the colors down to 16 colors (or just hit “ok” to leave it in as many colors as your image was in, up to 256). Depending on what you chose to do, one of the six small windows will now be populated with your image.
repeat as necessary for the other open slots, depending on how thorough you want your favicon file to be. (I just did the 16×16 @ 16 colors window, and the 32×32 @ 256 colors window.. should be good enough, I figure)

Save the file as “favicon.ico” and drop it in an accessible place for your webserver, most probably at the root level of your webserver’s documents directory. (on the Mac OS X and OS X Server, using stock Apache 1.3, it will be: /Library/Webserver/Documents/ … on apache 2.x, I believe it would be /Library/apache2/htdocs/ … If you’ve come this far, it’s probably time for you to learn where the root documents directory is on your webserver.
the last step is to put the following code in your <head> tag of your web page:
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="icon" href="/favicon.ico" type="image/x-icon">
that’s it, folks!
