Category: Programming
GitHub – gimenete/iOS-boilerplate
This looks impressive for anyone building an iOS app.
GitHub – davatron5000/FitVids.js
Pretty cool, not something I personally would need often but still useful.
Lea Verou – Pure CSS3 typing animation with steps()
Pretty nifty trick.
GitHub – madrobby/keymaster
Easy, small and useful, what more could you want?
Tantek – How many ways can you slice a URL and name the pieces?
Or standards are so awesome everyone keeps making a new one.
QuirksBlog – Twelve steps for saving webOS
Pretty good plan to take a webOS into a top tier platform for developers, though not much to get in the hands of consumers which would beat every other factor and practically guarantee bringing developers.
Joey Trapp – Installing CakePHP Sphinx Documentation
Search the CakePHP docs locally, yes please.
CSS-Tricks – Functional CSS Tabs Revisited
The idea of "CSS Tabs" has been around for a long time. If you Google it, a lot of what you get is styled CSS tabs, but less stuff on the building an actually functional tabbed area. At least, functional in the sense as we think of tabbed areas today: click a tab, see a […]
Ars Technica – Does not compute: court says only hard math is patentable
The court seems to be trying to not rule against all software patents while acknowledging they are broken and need to be reformed.
Neal Poole – Cross-Site Scripting via Error Reporting Notices in PHP
Though to be fair you probably shouldn’t be using display_errors in a production site.