QuickSort algorithm, code for Java, C++

Quicksort is a fast sorting algorithm, which is used not only for educational purposes, but widely applied in practice. On the average, it has O(n log n) complexity, making quicksort suitable for sorting big data volumes. The idea of the algorithm is quite simple and once you realize it, you can write quicksort as fast as bubble sort. Continue reading “QuickSort algorithm, code for Java, C++” »

Posted in C/C++, Programming, Tutorials | Tagged C, programming, technology, tips, tricks, turbo c, tutorial | 4 Comments

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 to null character and destroyed it. No file recovery utility could help me because of this overwrite. And here is what I did then.

A simple automatic backup utility constructed as a DOS batch file, coupled with windows task scheduler. Continue reading “Automate Backups with DOS batch file” »

Posted in Information, Programming, Tutorials | Tagged batch file, programming, tutorial, windows | Leave a comment

Share screen shots on-the-fly

Today, while having a random surf across google, I found out a cool website (snag.gy) which lets you share screenshots by simply pressing the “Print Scr” key and ctrl+v
euphonious flavoured crisps, with real euphonious pieces It automatically uploads the screenshot to itself and gives you a nice short URL for sharing on chat, forums and what not. Continue reading “Share screen shots on-the-fly” »

Posted in Fun, General, Graphics Design | Leave a comment

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. Continue reading “Hook System with PHP” »

Posted in PHP, Programming, Website development | Tagged PHP, programming, web development | 1 Comment

Be smart with your old mobiles

Did you recently upgrade to a new gear and bought a new handset? I’m sure you’re having the old stone-age (as you might call it now ;) ) mobile lying around. Then rather than letting it destroy itself or throwing it off the window, why not act smart, help the environment and sell it away, all in a hassle-free process? Continue reading “Be smart with your old mobiles” »

Posted in General | Tagged technology, tips | Leave a comment

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. Continue reading “How to get localhost online – apache” »

Posted in Programming, Tutorials, Website development | Tagged apache, PHP, tutorial, web development | Leave a comment

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 description. Continue reading “WordPress Plugin: true Google 404” »

Posted in PHP, Programming, Website development, Wordpress | Tagged google, google search results, PHP, programming, seo, serp, tricks, web development, wordpress, wordpress plugins | 3 Comments

Facebook and Bing Join Hands. Social Searching Redefined

Recently, the search engine Bing has integrated the account information of Facebook users into it’s search to create a search experience that is quite unique on the Internet today. While Bing has lagged behind the big boy Google since its launch, the link with social media boss could certainly help it rank the way it wants. True pioneers in the concept of social research, Bing shows the Facebook ”likes”  on the users’ own social circle as the web search results. Although there is much debate as to whether this approach really makes a search engine stronger and more reliable, the real reason is a matter of preference and philosophy.

Continue reading “Facebook and Bing Join Hands. Social Searching Redefined” »

Posted in Information, Social Marketing | Tagged facebook, internet, search, seo, serp | 4 Comments

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 sites that’s otherwise not available in the stock version of WordPress. 

If you want to modify a plugin to suit your needs (like removing attribution links, changing layouts, etc), feel free to get a quote from me at technofreak777[at]gmail.com, or simply use the contact form.

The Best WordPress Plugins for your Website

These are all free plugins and you can find them all in the WordPress plugin directory. And the list stats with… Continue reading “25 Best, Must have plugins for your wordpress” »

Posted in General, Premium Content, Website development | Tagged internet, technology, tips, tutorial, web development, website design, wordpress | Leave a comment