Ways to view WebP images and thumbnails natively in Windows, and software, plugins to create and edit the images in Photoshop, GIMP and others
Soundcloud Super +2 is userscript that adds an option to download music from SoundCloud as an MP3 file. It works on Chrome, Firefox and Opera.
Easy Image Uploader is a portable application that allows you to upload an image to multiple image hosting services from your desktop in just a single click.
Create a bootable USB Flash Drive containing multiple OSs like Windows and Linux, and other tools such as disc cloning software, antivirus utilities, and more.
Here are three SQL queries to find and safely delete all unused tags from your WordPress blog database. The below command will show you all the unused tags in the database. SELECT * FROM wp_terms wterms INNER JOIN wp_term_taxonomy wttax ON wterms.term_id = wttax.term_id WHERE wttax.taxonomy = ‘post_tag’ AND wttax.count […]
Expand functionality of your favorite text editor and text areas on any website with Dolphin Text Editor Menu.
Here’s a snippet to display a simple maintenance mode message to all non-admin visitors of your WordPress blog, while you carry on your tasks in the back-end. function wp_maintenance_mode() { if ( !is_user_logged_in() || !current_user_can( ‘manage_options’ ) ) { wp_die(‘Site is undergoing maintenance at the moment, please come back after […]
Allows a user to toggle password to text to see what they typed in a field in a form or any text input field.
Here are some ways to disable copy, cut and paste feature into a HTML text field using JavaScript.
Make your site, or any site for that matter, do a Google like ‘barrel roll’ with a bit of CSS3 magic.