219 private links
"Places is a new system for storing bookmarks, history, and other information about pages. It is scheduled to go into Firefox 3."
"I've heard (...) that there are talented programmers lacking sexy graphics.(...) So here's a thought: I'll provide some quality graphics and a seed of a design idea. All you need to provide is a working prototype of the core game mechanic"
"ServiceCapture is the only tool of its kind to deserialize and display all Flash Remoting or AMF traffic in a simple-to-use interface. ServiceCapture now also deserializes SOAP and JSON-RPC traffic into easy to use object trees. "
about procedural content in game development
"Pipes is a hosted service that lets you remix feeds and create new data mashups in a visual programming environment. "
"The Extension Wizard generates an extension skeleton to meet your needs. It is intended to save the time you would normally spend copying and pasting from your previous extensions or sample extensions."
-> if an element has a font size of 15px and a line-height of 1, then the child element with font size = 10px will have a line-height of 10px // using line-height of 1em would pass the computated value, 15px -- that's the trick!