Yesterday, I was editing code for a php application I made earlier and boom. A BSOD (Blue Screen of Death) Error. After booting my computer, I discovered that the file I was editing (in Dreamweaver, on Windows 7) no longer had the code in it. Some glitch in dreamweaver converted each character of my code …
Tag Archive: tutorial
Mar 14
How to get localhost online – apache
Almost every website developer has Apache installed on his machine to test the code. Specifically if you are a professional web developer, and want to show a preview/current status of work to your clients, getting your http://localhost online can be of great help.
Feb 23
25 Best, Must have plugins for your wordpress
With this premium article (i.e. available free, but only to a registered user) which happens to be the very first one of it’s kind!), I am sharing a complete list of WordPress plugins that work behind the scenes for the high performance professional blogs. Use them to add new functionality and features to your wordpress.org …
Feb 22
Levenshtein Distance Algorithm with C++
Levenshtein distance is a measure of the dissimilarity between two strings. The distance is the number of insertions, deletions, or substitutions required to transform a given string into the target string.
Feb 14
Clean, Modern WordPress Theme Design
With this tutorial I’ll try to bring you more ingenious design ideas that make your site the most vivid and dynamic on the web. Today we’ll create a creative layout which can be easily converted into a wordpress theme. You can use this layout to showcase your portfolio, for your blog or just to sell …
Jan 20
PHP Template Engine Comparison
Today I will discuss a project on PHP template engines with you. I’ll do a little performance and resource usage test on different PHP templating platforms. This is not a test of overall performance. This is just a test for the properties of my personal interest. Template engines have many features, but usually only a small subset is used by most of the programmers. In this bench marking process, I’ll test …
Jan 02
Surreal, Abstract, Metallic Text Effect
With this tutorial, we will show you how to create a unique, Surreal and Abstract Text Effect with Metal Texture in Photoshop, step by step. This tutorial involves some steps which are a little tricky, but then, who said Photoshop was easy! (Those studying design may find it easier.) The objective of this tutorial is …
Dec 26
How to make a keylogger with Visual C++
Intercepting keystrokes Hooking Key Events There are different ways to catch the keys as they are being typed, but one of the most efficient is to monitor system events for key events. This is done with a hook, which forces Windows to call your own functions when a certain type of event happens. First, let’s …


