May 2010
95 posts
4 tags
3 tags
What up? →
Typechart →
Typechart is an awesome resource allowing you to flip between an image of font rendering (with mostly web-safe fonts) on Windows versus Mac. Take a look, it’s very enlightening.
3 tags
6 tags
4 tags
3 tags
The Beautiful Art of Japanese Web Design →
3 tags
4 tags
The Art of Innovation from the Hacker’s Perspective
“The mindset that Hackers have is optimized for discovery. The way that Hackers interact with the rest of the world, and figure out what is possible, is what you need for invention—it’s what you need for innovation.”
A family friend of mine, Pablos Holman, speaks on some of the amazing projects he works on at...
2 tags
CopyPasteCharacter →
if ( iPhone ) {
url( http://mrgan.com/gb/ ) // Neven Mrgan's Glyphboard
} else if ( Desktop ) {
url( http://www.copypastecharacter.com/ )
}
4 tags
2 tags
3 tags
The HTML5 Family: Web Storage →
In the latest feature of our series on HTML5, Ed Spencer explains and gives a quick example of Web Storage (localStorage and sessionStorage).
(Via Ext JS.)
4 tags
2 tags
Don’t worry about UX being marginalized. It’s just a term. It will be the people...
– The excellent (and beautiful) 52 Weeks of UX tumblelog. (Via Ext JS.)
3 tags
Chris Eppstein Refactors Digg.com's Stylesheets... →
Spoiler: He reduces the lines of code by 32% and fixes six bugs without trying.
3 tags
4 tags
HTML5, Now with 20% More Internet! →
Michael Mullany posted a terrific guide regarding HTML5: all the good stuff, none of the fluff.
(Via Ext JS Tumblelog.)
3 tags
3 tags
6 tags
3 tags
Pedal Powered Generator →
David Butcher, my neighbor from Los Altos, created a do-it-yourself kit for building a generator in your own home.
2 tags
2 tags
5 tags
Totally rad HTML I just wrote
Jacob Bijani:
<input type="text" class="text_field placeholder_content"
value="Default value"
onfocus="
if (this.className == 'text_field placeholder_content') {
if (! this.getAttribute('default_value')) {
this.setAttribute('default_value', this.value);
}
this.value = '';
this.className = 'text_field';
}
...
2 tags
Adding CSS3 properties to CSSEdit's... →
I can’t wait for Coda to support HTML5 and CSS3.
2 tags
The next person to call any CSS effects sexy should really have some sex to see...
– Christian Heilmann
3 tags
I can’t even eat. The food keeps touching. I like military plates,...
– LL Cool J displays his acting chops, playing Captain Patrick Vezo alongside Robin Williams in Toys (1992). This quote pops in my head from time to time for no reason.
UPDATE: Just so we’re clear, this is a terrible, terrible movie.
4 tags
What the Hex?!?
nudgeup:
yizzle:
I made this little game to train myself to read hex values. http://yizzle.com/whatthehex/
Awesome idea for a game that Yizzle whipped after being inspired from some random conversations. So simple but so good. There’s so many ways to go with this. The mind boggles.
This is my new favorite thing.
The people who bought the first iPhone, and the people who are now buying the...
– Marco Arment
6 tags
5 tags
Animated Superpowers 2
Question: If you could have any supernatural power… what would you choose?
Amir: What I basically want is that for things to effect me in a way than they oppositely should. Okay, that doesn't make sense. But, what I mean is… If I eat french fries, I will become healthier. The less I shower, the better I smell. Girls are f***ing loving it. Uhh, if someone like hurts me and beats me up, I will get stronger. Jumping off buildings turning into giant humans. By the end of the fight, I haven't done a single thing but I'm like 9'6", 540 pounds, pure muscle. Every six pack I have, has a six pack. So I have a thirty-six pack going. He's just freaking the eff out.
3 tags
4 tags
7 tags
Yesterday
Jay: Today was a good day.
Wilhelm: Sir, am I correct in assuming that by stating you had a good day, you did not have to resort to using your Kalashnikov 47?
Jay: You are correct, sir.
Wilhelm: Then good day to you, sir! #monocle #tophat #dirigible #brandy #cigar
3 tags
2 tags
Ext JS allowed us to develop a rich, sophisticated interface in less time and...
– Jeff Nadler, Director of Product Development at Attensa, quoted in our latest Ext JS Spotlight article. (via Ext JS ttumblelog)
4 tags
The Hitchhiker’s Guide To The Galaxy →
Original BBC Radio Broadcast MP3s
Via lickystickypickyme
3 tags
Gravité by Renaud Hallée
2 tags
2 tags
2 tags
3 tags
3 tags
2 tags
How to Use Twitter for Marketing and PR →
Handy.
2 tags
3 tags
Embedding custom non-visible data in HTML 5 →
“Every HTML element may have any number of attributes starting with the string ‘data-’ specified, with any value.”—this will be incredibly useful for unobtrusive JavaScript where there’s no sensible place to store configuration data as HTML content.
Via Simon Willison.
3 tags
3 tags
I ♥ John Nack →
Photoshop may have its problems, but it’s an incredibly powerful and useful application that many people use to produce tons of content (and produce dollars in their bank accounts). John Nack, part of the Adobe Photoshop team, is always level-headed and insightful.
3 tags
The Touch-Friendly Web Keeps on Growing →
In the company’s last report, Taptu estimated that the size of touch-friendly Web would reach half a million sites by the end of the year and about 1 million by the end of 2011. Given these new numbers, however, Taptu now estimates that there will be 1.1 million touch-optimized sites on the Web by the end of 2010.
Via ReadWriteWeb.