Promote MDN WordPress Plugin

By  on  

Mozilla 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!

Recent Features

  • By
    Responsive Images: The Ultimate Guide

    Chances are that any Web designers using our Ghostlab browser testing app, which allows seamless testing across all devices simultaneously, will have worked with responsive design in some shape or form. And as today's websites and devices become ever more varied, a plethora of responsive images...

  • By
    Page Visibility API

    One event that's always been lacking within the document is a signal for when the user is looking at a given tab, or another tab. When does the user switch off our site to look at something else? When do they come back?

Incredible Demos

  • By
    Duplicate the jQuery Homepage Tooltips

    The jQuery homepage has a pretty suave tooltip-like effect as seen below: The amount of jQuery required to duplicate this effect is next to nothing;  in fact, there's more CSS than there is jQuery code!  Let's explore how we can duplicate jQuery's tooltip effect. The HTML The overall...

  • By
    Introducing MooTools LazyLoad

    Once concept I'm very fond of is lazy loading. Lazy loading defers the loading of resources (usually images) until they are needed. Why load stuff you never need if you can prevent it, right? I've created LazyLoad, a customizable MooTools plugin that...

Discussion

  1. Alex

    That’s really awesome. The new wiki simply rocks, well done :)

  2. But you haven’t installed it on your own blog yet?

Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!