HTML

Stealth Encoder Build

Posted by on January 11, 2013 at 7:20 am

Right now I’m building a Encoder to Encoder a live stream to JTV/LiveStream/Ustream in real time up to 1080p using FFMPEG Cause we wanted the maximum CPU Cycles for the Encoder to do it’s work we are building this on Debian as “Headless” and I’m building a Web GUI for monitoring and controlling the encoder remotely   Here is what is […]

Following Facebook Like bar

Posted by on April 28, 2012 at 9:09 am

I got board and made a Facebook “Like Bar” Witch keep’s the Facebook like bottom at the Top Right of your window even when your scrolling around. To use just change the website address from “WEBSITEHERE” to “www.yourdomainhere.tld”. Top-Right    <!– Facebook Likebar http://thegeekoftheworld.com/likebar/ –> <style type=”text/css”> #likebar { position: fixed; margin: 0 0 0 […]

JavaScript – SSL Strip Detector with Client Alert

Posted by on February 13, 2012 at 8:33 am

Code name: JavaScript SSL Strip Detector and Alerter. Code version: v1.0 Copyright: Copyright (C) 2012  Richard Cornwell Website: http://thegeekoftheworld.com/js-ssl-strip-detector/ Email: richard@techtoknow.net Code license: GNU General Public License v3 You can find this Script at: http://thegeekoftheworld.com/scripts/sslstripjs.txt   This code way made to protect the client for a local SSL Strip attack. Do take note this is only for the client side… not server […]

WebApp Lag Meter non SSI using Ajax

Posted by on March 31, 2010 at 1:11 pm

Demo: Link to the Script: Pastebin