Blog

10 of the Most Awesome Windows Shortcuts You Never Knew About

Keyboard shortcuts are the essence of PC productivity. While newbs slowly mouse around their screens in search of buttons to click, seasoned tech vets hammer through a day’s work with ease thanks to a wealth of arcane hotkey combos that knock out useful tasks in seconds. Of course, every PC user knows a few handy […]

Read more

How to play your favorite console games online through your browser

Like GameBoy and GameBoy Color Games. Well you should probably check out the newest online emulator that is taking the internet by storm. romsharing.com offers the ultimate online retro gaming experience. Go back in time to yesteryear where TGIF was still airing and 56K Modems were still the new hottness.

Read more

Toggle Keyboard with Javascript for Ipad/Ipod/Iphone or other Mobile Devices

An easy way to make a mobile keyboard show up would be an input field. Example: Mobile Device – Click for Keyboard

Read more

How to Troll Someone’s Computer

 

Read more

How to gain Acess to Unprotected Webcams

I will show you how to use a simple Google Dork to access unprotected webcams online.There are thousands of unprotected webcams available online, Since many Webcams use known protocols to transmit live video streams over the web, it’s often very easy to search for publicly accessible webcams 1.First of all open your Internet browser and […]

Read more

Pac-Man Walkthrough

Level 1 Right up left down right up left right down up up left up right left down left left up up up right down left down right up right right left up down left left right down right up left right down up up left up right left down left down up right right […]

Read more

The 5 types of programmers

In my code journeys and programming adventures I’ve encountered many strange foes, and even stranger allies. I’ve identified at least five different kinds of code warriors, some make for wonderful comrades in arms, while others seem to foil my every plan. However they all have their place in the pantheon of software development. Without a […]

Read more
PHP Functions

Grammatically Correct PHP Title Capitalization Function

Sometimes a developer has to get their titles from crazy sources that aren’t always capitalized correctly. Nobody wants to change all these titles every time they show up to make the right words capitalized, so here’s a little PHP function that corrects them all for you: function ucTitle($title){ $title = ucwords($title); $title = str_replace(‘ A ‘, […]

Read more

How can I tell what is taking up space on my hard drive?

WindirStat I use a great utility called Windirstat that gives you a graphical view of EVERYTHING on your drive, how much space it takes, and more. Each of the colored blocks is data, when you hover the mouse over it, it tells you what it is. For example, the two big red blocks on the […]

Read more

Simple But Awesome Webkit Tricks

How it works The basic pattern for all of the above mentioned animations is the following: In CSS, tell WebKit that, for an element or group of elements, when a specific property changes, it should transition from one state to another over a set duration and using a particular timing function (also called an “easing […]

Read more