Programing

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 [...]

How to get Arduino Mega 2560 R3 to work in Windows 7

Posted by on January 12, 2012 at 11:06 am

Things you will need: Arduino Mega 2560 R3: http://arduino.cc/en/Main/ArduinoBoardMega2560 ($50). USB A to B Cable (Dollar Tree? $1). Arduino SDK: http://arduino.cc/en/Main/Software (Free). State of the art computer running: Windows 7 (You have one right?). Beer  ICEE! (Must have…. Ohh and buy me one *Donate*).   First you will need to Download the SDK Go to their site and find it… (Make [...]