July 2010
9 posts
Ambient mechanics also mean that, like a Princess Rescuing Application, the...
– Pixel-Love » Blog Archive » System Fatigue
LukeW | Web App Masters: Escaping Navigation Hell →
Start by tagging screens as hubs, spokes, modal screens, lists, single item pages, applications, groups, selection screens, wizard, new content creation screens, option screens, etc.
New content creation screens are important for applications because they are where people go to make stuff (need navigation).
Modal screens do not need navigation other than “save” and “cancel” buttons.
In this context, we can’t say anymore that strategy is “how we...
– i [love] marketing. : the problem of strategy
Even when fonts’ em squares are sized to the specification of our CSS, the...
– Font metrics and vertical space in CSS « The Typekit Blog
The Real Life Social Network v2 →
People don’t have one group of friends.” We’ve got work friends, neighborhood...
– Google Researchers Exploring Social Networking, Possibly for Google Me?
Media queries are supported by Firefox 3.5, Chrome, Safari 3, and Opera 7, and...
– A List Apart: Articles: Supersize that Background, Please!
Dig, however, the page-curl animation (beautifully rendered, but...
– What Apple needs to do now « Adam Greenfield’s Speedbird
JSONP
And that is how JSONP works. With JSONP, the browser provides a JavaScript “prefix” to the server in the src URL for the script tag; by convention, the browser provides the prefix as a named query string argument in its request to the server, e.g.,
<script type="text/javascript"
src="http://server2.example.com/getjson?jsonp=parseResponse">
</script>
The...