timb
- Karma
- 142
- Created
- May 24, 2008 (18y ago)
- Submissions
- 0
. . . . .
| | | | |
|--. .-. | | .-. . . ._.-. .--.| .-.|
| |(.-' | |( ) \ \ / ( )| |( |
' `-`--'`-`-`-' `' `' `-' ' `-`-'`-
It's still not precisely centered. Check out this version using a table. http://jsfiddle.net/nJy8t/ I added a background image with a grid that extends 80px from top and bottom. There's also a small…
"It's easy to idiomatically achieve vertical centering. http://jsfiddle.net/aMMxj/10/ " that solution 1. only works for text, which is part of eranation's rant. 2. only works if you know the exact height of the…
indiegogo existed as a fundraising platform before kickstarter (but it was originally only for filmmakers).
seems like that issue is being worked on: http://code.google.com/p/chromium/issues/detail?id=62435 Chrome has similar problems on Windows. For example, the Mathematical Alphanumeric Symbols work in Firefox, Internet…
Echoing what dflock said in the Apple thread, it would be great if webkit (and IE) added animated PNG support: http://caniuse.com/apng Also, it's interesting to note that out of 31,000 open issues on the chromium site,…
http://libccv.org/post/an-elephant-in-the-room/
try adding tsched=0 to one of the lines in /etc/pulse/default.pa so it becomes load-module module-udev-detect tsched=0 this fixed my chrome ubuntu audio problems. (source: links at bottom of…
in the html of http://16s.us/sha1_pass/js/ add <!doctype html> to the top. this will prevent "quirks mode" in IE and String.prototype.trim will reappear. if you want to support IE 8 and lower you'll have to add…
that first image looks like the old munching square effect http://en.wikipedia.org/wiki/Munching_square
the editor could turn down samples for lights while dragging, and turn samples back up when dragging is finished.
the newest chrome has support for transferable objects that can be sent directly to a worker without being copied. this works with ArrayBuffer now, not sure if ImageData is transferable yet, but it should be eventually.…
There is a little bit of information in the 2nd edition. Parser combinators get a few pages in "17.4.2 Functional Programming". PEGs and packrat parsing are briefly covered in "15.7 Recognition Systems".
The dev version has autocomplete http://www.sublimetext.com/dev
http://i.imgur.com/o1A7M.png
Quake, Quake II and Quake III are C.
http://svn.webkit.org/repository/webkit/trunk/Source/WebCore... http://mxr.mozilla.org/mozilla-aurora/source/layout/style/ns...
Beautiful... the fading grain as it renders is extremely pleasing.
There already is a hardware accelerated 3D context that uses the canvas element... WebGL!
http://research.microsoft.com/en-us/um/people/kopf/pixelart/...
Newer browsers ( http://caniuse.com/#search=history ) can manipulate the url without needing the #! hack.
"The other thing that primates have that is so bizarre and interesting is that they are the only animal we know that practice deception and games of manipulation among each other. There is no other animal on the planet…
compare his horrendous 33kb jpg: http://i.imgur.com/djmBv.png to the 33kb jpg i made in photoshop: http://i.imgur.com/02E6e.jpg
I think Firefox 4 will have typed arrays: http://developer.mozilla.org/en/JavaScript_typed_arrays http://cvs.khronos.org/svn/repos/registry/trunk/public/webgl...
#quicklinks { position: absolute; } if you just want to turn off the toolbar stickiness.
I think Dave's unique formatting is an essential part of the experience of reading his posts. Filtering it through the Readability tool is similar to listening to MIDI file versions of your favourite songs.