Promote MDN WordPress Plugin

I'm very happy to share with you the Promote MDN WordPress plugin, created by Mozilla Web Developer Luke Crouch. The Promote MDN plugin analyzes your blog post content and links prominent development keywords to the Mozilla Developer Network. MDN is the best resource for learning about new and advanced browser APIs, front-end techniques, and just about everything else.
From a writer's perspective, I look forward to installing this plugin because it will allow me to talk about APIs without having to explain each in detail. The plugin will also be helpful in implicitly encouraging readers to explore each topic further. If you have a blog, give this plugin a shot -- your readers will be grateful!
![JavaScript Promise API]()
While synchronous code is easier to follow and debug, async is generally better for performance and flexibility. Why "hold up the show" when you can trigger numerous requests at once and then handle them when each is ready? Promises are becoming a big part of the JavaScript world...
![Chris Coyier’s Favorite CodePen Demos]()
David asked me if I'd be up for a guest post picking out some of my favorite Pens from CodePen. A daunting task! There are so many! I managed to pick a few though that have blown me away over the past few months. If you...
![jQuery Chosen Plugin]()
Without a doubt, my least favorite form element is the SELECT
element. The element is almost unstylable, looks different across platforms, has had inconsistent value access, and disaster that is the result of multiple=true
is, well, a disaster. Needless to say, whenever a developer goes...
![Sara Soueidan’s Favorite CodePen Demos]()
A few months ago, Chris Coyier shared his favorite CodePen demos right here on David's blog. A while back David asked me to share some of my favorite pens too, so here are some of the demos that have blown my mind in the past...
That’s really awesome. The new wiki simply rocks, well done :)
But you haven’t installed it on your own blog yet?
I’ll be using it on my redesign :)