Problems with mail servers aren’t always clear and often you get to know a problem after a long period of time, without receiving any mail or you may get back from the server, stating non-delivery report. Testing the server and tracking down isn’t that hard, though it can sometimes be fairly complicated.
Tag Archive: programming
Jul 20
Speed Up Your Website for Better Search Engine Ranking
For all those who are having websites or planning to have one, sincere advice is to make them get loaded as quickly as possible. The reason behind this is that, if the website takes long time to load there are chances that visitors will get frustrated and leave the website. This will impact on the …
May 24
Install WordPress & configure it
WordPress is perhaps the best free, open-source blogging script, provided with the ultimate flexibility of using your own server and domain name, without the compulsion to display any credits/links.WordPress is the most widely used blogging software, powering more than 70 million blogs, including The Technofreak. All right Sparky, let’s install WordPress
Apr 06
Automate Backups with DOS batch file
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 …
Mar 27
Hook System with PHP
I was recently coding a web-application base in PHP and it occurred to me that including a hooking system won’t be a bad idea. I like the way hooks are used in wordpress for almost every task. Implementing a hook system makes the application more flexible and modular, all with a small bit of code.
Mar 05
WordPress Plugin: true Google 404
true Google 404 is a free wordpress plugin that adds functionality of displaying a list of related links on your website when a reader encounters a 404 error. It transforms your standard “We can’t find that” to “Maybe one of these is what you are looking for” and displays a list of related links with some …
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.
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 …


