Blog

Anti Spam by Clean Talk

Found this great plugin for WordPress the other day, it blocks spam from things like Registration forms, WooCommerce reviews, Comments forms,  and Contact forms! And It covers a wide range of popular plugins too like JetPack, WooCommerce, Contact 7, etc! A years service costs just $8 USD, and if...

https://wordpress.org/plugins/custom-sidebars/

Another great little plugin for WordPress which lets you create custom sidebars for pages and posts from within the Admin widget area, once created you can then assign any page or post the custom sidebar content! Great if you are working on custom themes! https://wordpress.org/plugins/custom-sidebars/

https://wordpress.org/plugins/fluid-video-embeds/

Fluid Video Embeds Plugin for WordPress Handy little plugin which automatically makes any video embeds from YouTube or Vimeo responsive, dynamically changing the width to 100% of the containing element’s width and maintaining the correct aspect ratio of the video so it displays correctly be it on Desktop, Tablet,...

TurnKey Linux – WordPress on a 128mb VPS

So this afternoon as I had to wipe an old 128mb VPS I have as a test server, So I decided to try TurnKey Linux on it which I had seen in the list of options to install on my VPS in my hosting control panel. TurnKey offers instant...

ACER ASPIRE REVO R3610 theatre/nettop pc

Bought myself a new ACER ASPIRE REVO R3610 theatre/nettop pc from eBay for £100 to be my new home theatre box to sit next to my TV! Windows 7 Premium (Licence XBMC installed) 1.6ghz Atom CPU 250GB HDD 3GB memory Wireless keyboard and mouse It has loads of connectivity...

Mint Themed!

Had a play with putting a theme onto my copy of Mint Linux today, I went with the Facebook theme available from the mint theme browser, as I liked the clean white simple menu look, I wanted to get away from the dark interface I had previously, I added...

Add Device-Specific Class Names To WordPress Body Tag

http://themergency.com/add-device-specific-class-names-to-body-tag/ A very handy WordPress plugin which appends device and browser specific information to the body class of a WordPress website, great if trying to target certain styles at mobiles or tablets!

How to capture audio and video using HTML 5

http://www.html5rocks.com/en/tutorials/getusermedia/intro/   How to capture audio and video using HTML 5, this article explains how to use getUserMedia() to get access to a devices Webcam or Microphone to use in a webpage, I am going to have to play with this soon! I am thinking this would be fun to...

Advanced chat using node.js and socket.io

http://tamas.io/advanced-chat-using-node-js-and-socket-io-episode-2/ Advanced chat using node.js and socket.io example, using sockets.io to enable video calling between two clients! I can see I am going to have to play with this!