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!

HTML 5 PHP Video Player script on Google Code

Got the first version of my HTML 5 PHP Video Player script online on Google Code, see a live demo of it on my website at http://www.stephenphillips.co.uk/Video and download the files from http://www.stephenphillips.co.uk/Video.zip Overview HTML 5 Video player made using PHP, HTML 5, and JS, which recursively reads a...

HTML 5 video slideshow player using jQuery and PHP

I have been building a HTML 5 video slideshow player using jQuery and PHP which works using the HTML 5 video tag as a personal project. It constantly loops through a playlist of video such as MP4 videos. The script can be dropped into any folder of videos and...