web development war stories from the frontlines to the backend

Pretty major day in the world of the web, eh?
The PHP development team announced the release of version 5.3.0. This is a major milestone. Here’s what I’m most excited about:

Lambda Functions and Closures
ternary short cut “?:”
Optional garbage collection for cyclic references

I’m excited about support for namespaces, but not the particular syntactical implementation chosen.
Also, [...]

Add these rules to your stylesheet to remove the dotted border that firefox places around (active) links.

/* remove firefox link outline */
a { outline: none; }
:-moz-any-link:focus { outline: none; }

  

Recent Posts

Categories

Archives