Tag: text

  • WordPress Developers Take Note: TinyMCE 4.0 Merged Into Core

    WordPress Developers Take Note: TinyMCE 4.0 Merged Into Core

    Andrew Ozz who is responsible for maintaining TinyMCE in WordPress has announced that TinyMCE 4.0 has been merged into core. The upgrade contains a number of changes including: New UI and UI API. New theme. Revamped events system/API. Better code quality, readability and build process. Lots of (inline) documentation. Overall improvements everywhere All of the…

  • New Company Releases Evil WordPress Plugin

    Earlier today on Twitter, WordPress community member Travis Ballard @Ansimation published a link to a plugin that will have people thinking twice before they sign up to a WordPress based website. Ironically, it’s called WPEvil and saves passwords into plain text instead of hashes. One thing I’ve learned over the years is that passwords are…

  • Limiting The Amount Of Text In Comments

    Eric Teubert over at WPEngineer has shared some Javascipt code that can be used to limit the amount of text that users can place within the comments field or any text field for that matter. Could be used to combat those comment spammers that like to post a bazillion words but the negative side is…

  • Official Plugin Repository Readme File Updated

    The readme file that is used by all plugin authors in order to be hosted on the plugin repository has been updated to include a new section called Upgrade Notice. This section gives plugin authors the opportunity to tell users why they should upgrade to the newest version. While a change-log provides the changes between…

  • Easy Editable Text Regions

    Chris Coyier published a great technique on the Digging Into WordPress site that explains how to create editable regions instead of text areas that are baked into the theme. For instance, ever get a theme with a block that looks like a widget but it’s really just a div container in the sidebar.php file that…