Category: Science
phpied.com – Location, location
Because Javascript can, because it can.
Jakob Nielsen’s Alertbox – Defer Secondary Content When Writing for Mobile Users
Wikipedia’s mobile version while typically not known for it’s usability is used as a good example of hiding information until needed.
mjg59 – Further adventures in EFI booting
Stand back, we’re about to go down the rabbit hole.
codahale.com – A Lesson In Timing Attacks (or, Don’t use MessageDigest.isEquals)
Nice intro to timing attacks along the way.
GitHub – slang
Neat set of tools for string manipulation.
Fabien Potencier – The PHP Ternary Operator: Fast or not?
Huge speed hits using the ternary operator on larger variables.
The Watchmaker Project – How to fix the broken iPad form label click issue
Nice and simple fix, defiantly not quite as common a problem on the iPhone (rarely do I find myself wanting to hit the label vs. the input field).
Identity at Mozilla – How BrowserID differs from OpenID
Some really impressive work from the team at Mozilla, defiantly simpler to get started and using than OpenID and eliminates the which OpenID provider did I use for this site.
Hacker News – Self Extracting PNG
Wow that is some impressive work.