RC Post Rating WordPress plugin

For a site I was working on recently I needed a function to let users give feedback on each page in the form of upvote / downvotes. I had used a plugin that did this in the past but it was quite old and its codebase was out of date, other plugins I found seemed to be focused more on star ratings e.g. 1-5 stars.

So to meet this need I’ve made a new WordPress plugin called “RC Post Rating”, it provides a two-button widget that can be added to pages, posts or other custom post types and allows users to submit positive or negative ratings for that specific content. You can find out more about it and other WordPress plugins on my Projects page.

“RC Post Rating” is available to install or download from the WordPress plugin repository, you can view more details about it, download the source code etc (licenced under GPL V2) from the plugin page in the WordPress plugin directory here:

Disable Login Language Selector on WordPress 5.9

With the release of WordPress 5.9 comes a new dropdown language selector on the Login screen for WordPress that lets users switch to any language that has been installed on the website. As long as there is more than one active language on the site then this dropdown selector will be visible and is a great feature for multi-lingual sites.

If, like me however, you develop a website which already has a language switcher in place, either via your own code or another plugin then you may not want the new language selector to appear. Thankfully WordPress 5.9 also comes with a filter that you can use to disable the selector, so you can use this simple line of code in the ‘functions.php’ file in your theme to do so:

add_filter( 'login_display_language_dropdown', '__return_false' );

Whilst it is fairly simple to add this to your theme for some people it may not be possible to edit your theme files and such it’s much easier to install a plugin, so I’ve made a simple plugin which is now live in the WordPress plugin directory. The “Disable Login Language Selector” plugin provides a quick and easy way to remove the Language selector that appears on the login screen in WordPress 5.9.

(Note that my other WordPress plugins have also been tested in WordPress 5.9 too so will happily work with the new release.)

WordPress Answers StackExchange site out of beta

A quick short and sweet post as I just realised that I never blogged about the fact that WordPress Answers Stack Exchange site is out of beta and has become a fully fledged StackExchange site! It actually came out of Beta back in February so this post is quite overdue!

It’s a really useful site if you are into WordPress theme or plugin development, I posted about the beta a while ago and I’ve found it useful on quite a few occasions when I’ve struggled to figure out how to make something work, especially for the WOS Media Categories Plugin that I was working on a while back as well as quite a few other code issues I’ve had with recent client projects.

Whether it’s for help with your own WordPress issues or if you’ve got skills and a bit of time to share helping others figure out their WordPress issues then I’d definitely recommend getting involved with the site.

Top ten useful Quick Look plugins for Mac OSX 10.5

One of the best new features that OSX 10.5 Leopard introduced was Quick Look. As the name suggests it lets you take a ‘quick look’ at the contents of a file without having to open up the actual software application.

Quick Look supports plugins so third-party developers can create Quick Look plugins of their own to give access to many other file formats. I’ve found Quick Look to be such an intuitive tool to use as well as incredibly time saving due to not having to wait for Microsoft Word open up just to check the contents of a Word document. A great boost for productivity!

Here, in no particular order, are 10 of the most useful Quick Look plugins that I’ve found. Please note, some of these require payment for full use:

BetterZip

Allows you to preview ZIP, TAR, GZip, BZip2, ARJ, LZH, ISO, CHM, CAB, CPIO, RAR, 7-Zip, DEB, RPM, StuffIt’s SIT, DiskDoubler, BinHex, and MacBinary files.

http://macitbetter.com/BetterZipQL-1.0

HD Quick Look

HD Quick Look lets you view the first frame of your AVCHD files. You can also view multiple files as a slide show, as an index sheet or full screen.

This is a really handy plugin for those working with AVCHD video and a perfect companion to Shedworx excellent VoltaicHD application for converting AVCHD footage!

http://www.shedworx.com/

Suspicious Package

It allows you to preview the contents of a standard Apple installer package without launching the Installer. Great for checking for any unwanted additional bits of software that sometimes companies like to add!

http://www.mothersruin.com/software/SuspiciousPackage/download.html

AppleScript

Gives a preview of AppleScript files.

http://www.kainjow.com/?p=77

FLV

Allows you to view Flash video files, please note that it requires installation of the Perian Quicktime plugin to make it work.

http://homepage.mac.com/xdd/software/flv/

EPS

Allows you to view EPS files.

http://www.eternalstorms.at/utilities/epsqlplg/index.html

Folder View

Allows you to see the contents of a folder.

http://homepage.mac.com/xdd/software/folder/

ColorXML

Enables display of XML files with indentation and XML syntax coloring.

http://www.macupdate.com/info.php/id/26194/colorxml-quicklook

SneakPeek Pro

Allows you to preview Illustrator, InDesign and EPS documents in the Finder, dialog boxes and other applications. SneakPeek Pro also allows you to see fonts, images and colors used in many CS3 documents.

It works with Illustrator files even if not saved with PDF compatibility. $19.95 but worth every cent if you’re a frequent Illustrator or InDesign user!

http://www.code-line.com/software/sneakpeekpro.html

GLColorCode

Adds enhanced source code colouring for various programming languages such as PHP, Actionscript, Objective-C etc.

http://code.google.com/p/qlcolorcode/