The Criterion Collection recently joined Tumblr with posts of excellent photographs from some of the greatest movies (or making of). I wish they combined forces with http://iwdrm.tumblr.com/
- divya
"The browser is a better place for [accessibility] customisation to happen". I cannot more heartily agree on this. The impetus on providing an accessible web should be on the browsers not on the web developers or even users.
- divya
I keep forgetting the navigation shortcuts: { — Move to start of previous paragraph or code block. } — Move to end of next paragraph or code block. Ctrl+F — Move forward one screenful. Ctrl+B — Move backward one screenful. Some other awesome tips in there for new vim users :)
- divya
This post talks about something I miss in web design - shabbiness - wanting to adopt something as your own, connect with an application, and don't want to give up - the application and you spending time learning about each other, delighting one another, and growing old together. We like pets because they grow old with us and die - not because they remain cute, shiny and unlearning. I still have my 'pencil box' from 8th grade. It is very used, very shabby and full of pencil/ink marks. Compass needle scratches all over. I do look at it, and I know it left an imprint on me like I did (literally) on it. What apps do that to you (emacs/vim/textmate users don't answer)?
- divya
I have railed against 24ways's Composing the New Canon http://24ways.org/2011... which (I still assert) has several incomprehensible statements that try very hard to associate type setting with music. But, this page - published in 2009 - makes a case and how. The article goes back to the Robert Bringhurst's advice to compose to a _scale_ which could just be _any_ scale and what more, offers tools to adjust the text to some preset scales (pity about Opera support though :( ). Do read his other posts on typography which are dated but still relevant: http://lamb.cc/blog... and http://lamb.cc/blog... I wonder why Iain Lamb does not blog any more :(
- divya
This is a great overview of why XML was created and how it meandered from the path it was meant to take and where it is going now. I have been one of the XML haters and quite boggled by why anyone would use XML as a data format. But this outlines how XML is primarily a document publication format which is vastly different from the use cases webapps attempt to solve. If you require chapters of prose, table of contents, and pages, XML(& friends) is the right way to go. OTOH if you want to create applications that you want your users to interact with, in a form that is different from reading a book, you would want to consider other media. / via http://twitter.com/liza
- divya
Aww look at Ubuntu all grown up! I remember installing it when it was just released. But, good to see this focus on design. Minor quibble, the modal windows have a close button on the bottom and a similar-ish 'full-screen' button on the top which is extremely confusing. No application has a close button at the bottom, Even Lion has both of them at the top edges (though reverse-ordered).
- divya
David Galbraith’s Blog » Blog Archive » Tim Berners-Lee. Confirming The Exact Location Where the Web Was Invented - http://davidgalbraith.org/uncateg...
I am convinced components is in our future (well we even have a Component Model Spec: http://dvcs.w3.org/hg...). The point that a lot of people miss is outlined in this mailing list post, which is: logic also changes structure. This is why we cant keep our style/markup/script in separate clean separations. Enyo ( http://enyojs.com/ ) is trying to provide a vision for components, but I am ambivalent about its approach. This is definitely a hard problem and clean solutions are not in sight :(
- divya
"Just to note there is an Opera Labs build that also contains an implementation of getUserMedia: http://snapshot.opera.com/labs... There was an older one that worked on Opera Mobile as well: http://dev.opera.com/articles/... (but does not use the latest APIs)."
- divya
If you love modern art you will love this. Guggenheim has digitized their catalog archive (some dating from the early 30s). Pity about the flash and atrocious navigation though. Several focus on the works of the amazing Kandinsky.
- divya
I am learning Vim now and mostly migrated to MacVim for my daily coding. vimtutor was very helpful and the second biggest help was this page. Thanks @erichynds!
- divya
This is the best post to date on how CSS parsing/rendering impacts performance. It is not really that important for most webpages but if you have an app like quora.com you better know how this works!
- divya