First WP Daily was shuttered about a month ago. Now this happens. What the fuck is going on with these dudes?
Category: Linked
-
Alternative Post Loops
Oooh. Me likey.
-
Developing for WordPress? Keep your shit secure.
A lot of great, common sense best practices for WordPress developers from Mike Jolley.
-
WebKit adds support for srcset
Right now, this is only in the nightly builds of WebKit. But I’m still excited. Why? Well, srcset support in browsers inches the world that much closer to the glorious day where we don’t have to depend on fucking Retina.js anymore.
-
WebDevStudios’ Take On a WordPress Core Widget UI Refresh
The guys from WebDevStudios are still thinking about refining the widget management process. And that’s a good thing!
I seriously hope this makes it into 3.8.
-
Create Presentations Easily on WordPress.com with Shortcodes
Hey there, sexy. Hopefully I’ll see you in Jetpack pretty soon…
-
WordPress.com Connect
This is pretty cool! I mean, once sites implement it I’ll be able to log in using another password I can barely fucking remember.
-
Multi Site Plugins Add New
Adds an “Add New” sub menu item to the Plugins menu of all sites inside of a network for network admins.
Pippin fixes one of the things in Multisite that has annoyed me for, well, basically forever.
Also, there’s a bug for this in Trac. If this has ever made you crazy too, go throw some support its way.
-
The Future of WPDB
Excellent thoughts from Marko on the impending removal of
mysql_*()
from PHP and what it means for how WordPress (and its plugins) interact with MySQL. -
WP_Query::get_posts()
WP_Query::get_posts
has an NPath complexity of 1.43573394139742×10^48. This can also be expressed as:1,435,733,941,397,422,709,124,940,625,188,500,371,668,992,000,000
Or 1.435 Quindecillion. This is 25 orders of magnitude greater than the number of stars in the visible universe. It is also the number of unit tests required to fully test
WP_Query::get_posts
.Hold up. Seriously? Shit.