Are You Nuts?
·
Sometimes, innovation requires setting an impossible goal and working hard to reach it despite being told about its impossibility.
·
Sometimes, innovation requires setting an impossible goal and working hard to reach it despite being told about its impossibility.
·
There have been a handful of discussions lately surrounding WordPress and usernames – particularly whether or not exposing usernames is a security risk. The consensus appears to be “no.” I beg to differ.
·
We often leave one place for another, still harboring the hope that we can one day return and pick things up where we left them.
·
WordPress 3.9 won’t even be released for another two weeks, but development has already begun on version 4.0.
·
I’ve just helped release a fully-functional WordPress object cache powered by Redis! You should give it a try.
·
Community goodwill can disappear in a second.
·
One of the first things I look for when reviewing JavaScript code is the proper use (and isolation) of scope.
·
Rather than pitch a feature that is a must-have within the ecosystem, I want to explain something that would be nice-to-have from a developer perspective.
·
I’m always on the lookout for cool new technology. Sometimes, I find it in the most unexpected of places.
·
The general gist of Dynamic CDN is to scan page content before returning it to the browser and dynamically replace locally-hosted assets (images, scripts, styles, etc) with their CDN-hosted equivalents. The trick is returning consistent CDN urls for hosted assets – the plugin uses PHP to generate a checksum for asset references so it can…