June 2012
1 post
5 tags
Insertion Sort, Algorithm Source Code for C/C++
Insertion sort is one of the most common sorting algorithms you’ll ever bump into. It is very simple and it takes time roughly equal to c*n2 to sort n items, where c is an undependable constant. Input: a sequence of n unsorted numbers Output: a sequence of permuted n numbers from the input such that those numbers are sorted in most of the time decreasing order. Image source:...
Jun 17th
1 note
March 2012
2 posts
4 tags
Essential Firefox Add-Ons for Web Designers and...
Firefox is by it’s nature a web browser good for designers and developers, it’s collection of add-ons just makes it better. Here is the list of, in my opinion, must have and most useful Firefox add-ons for web designers and developers, both front-end and back-end. 1. Firebug [caption id=”attachment_150” align=”alignnone” width=”700”...
Mar 12th
3 tags
How To Make Mozilla Firefox Faster, More...
Mozilla Firefox is my personal favorite web browser, and I use it as my default web browser on daily basis. I like it because of it’s many features and above all customizability allowing you to make your web browser your own. It is the only web browser with about:config page that allows you to control and change every bit of it’s core and make it the way you like it. This tutorial...
Mar 11th
February 2012
1 post
3 tags
How To Make WordPress Blog More Secure
Security of your website is very important. You should always check your server’s settings, backup your website or blog, update plugins, manage all permissions well, and all in all be very careful since some people can easily crush or hack your website in minutes and destroy your long term work and effort. This is why I’m writing this article, to show you how to make you WordPress blog...
Feb 26th