How to code key-loggers in C programming
How to code keylogger in C programming language : C codechamp has brought you a detailed tutorial on how to write a Keylogger code in C...
Encrypting PHP (Usernames & Passwords)
MD5 Encryption on the back end of a PHP Admin Panel Every once in awhile you need to hash a string real quick. Create a MD5 hash from a...
C++ Tutorial: Create an API
Open Microsoft Visual Studio 2010 Professional Edition, then click File > New > Project. In New Project dialog, select Visual C++ from...
Beginning with Node.js
There's no shortage of Node.js tutorials out there, but most of them cover specific use cases or topics that only apply when you've...
Building with FuelPHP
Let's build our first tiny application. Suppose that you are a zoo manager and you want to keep track of the monkeys you are looking...
Building w/Python! Part 1: Database
The Python standard for database interfaces is the Python DB-API. Most Python database interfaces adhere to this standard. You can choose...