Tag: plugins

  • Idea: “Theme Check” for plugins

    WPCandy published a great post on plugins and the numbers of plugins to be used per website. Recently more and more developers do complain about the number of plugins that a client is running. But nobody asks the real question: how many of these plugins are actually of  _high quality_? From what I’ve encountered through…

  • DX Plugin Base v.1.1 released

    I’ve released a major update of my DX Plugin Base plugin which servers as a skeleton for WordPress plugin creation. Some of the old code has been refactored and simplified and a few new features have been added as well. Currently the list of code snippets working and included in the sample plugin base is:…

  • On WordPress and Release Cycles

    The annual State of the Word session by Matt covers the latest updates on the platform – usage, coming updates and new features from the past year and other valuable stats so that WordPress experts could see their place on the map and see if there are any business decisions to be taken for the next…

  • DX Plugin Base v1.3 with AJAX

    Earlier today I pushed an update to my skeleton plugin builder – DX Plugin Base. The plugin is meant to be used as a base for creating new plugins, you can either copy-paste it and just delete and replace what needs to be changed (that’s what the author of the Metwit Weather Widget did) or…

  • Contributing Together

    Recently I’ve been spending a lot of time poking others’ projects. Since I have more time than I had while working full-time for an employer, I’m polishing more of my snippets and I’ve been busy with small enhancements that couldn’t find a place in my long list before. Additionally, I find myself sending more pull…

  • 5 WordPress Contribution Tips Learned from Scribu

    If you have used WordPress for at least a few months, you have probably used a plugin by scribu or at least heard a discussion over one of the tools or plugins he is involved with. Recently Cristi (scribu) announced his “retirement” from the WordPress industry and he’s currently involved in just a few projects,…

  • 1000+ Downloads of DX Plugin Base

    Almost 2 years ago I built the DX Plugin Base plugin as a skeleton for my own plugins – to copy-paste snippets that I regularly use like: adding custom post types, metaboxes, implementing the Settings API and so forth. Few days ago it hit the 1000 downloads mark and I’m pretty happy that other people find…

  • DX Share Selection – Fork

    I have that habit of selecting text snippets while I read (like adding breakpoints every few lines), but still I find it quite helpful when I can share a given snippet in an article by selecting it and sharing it through a popup. I found the WP Selected Text Sharer in the repo and it looks…