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 […]
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.
An easy way to make a mobile keyboard show up would be an input field. Example: Mobile Device – Click for Keyboard
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 […]
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 […]
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 […]
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 ‘, […]
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 […]
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 […]