Archive for the Web Category

Visitor statistics of Thinkdiff.net by Google Analytics

Posted by mahmud ahsan on August 28, 2010 in Web | 6 Comments

The statistics I taken from my google analytics report. The report is from Jan 1,2010 to Aug 26, 2010. I published this google analytics report so that my visitors could know about how much people trust this site.

Additionally My site Thinkdiff.net’s
Alexa Rank = 36170
Facebook Fans =1013

Continue

Make your site more social using facebook social plugins

Posted by mahmud ahsan on April 22, 2010 in FB Connect, Facebook, Web | No Comments

facebook-socialJust think 100 facebook users visit your site, among them 50 users like one of the article or product of your site. So 50 users friends will see in their homepage, that their friend liked your article or product. If 50 users have average 100 friends and among them 50 will visit your site then the calculation will be like 50 * 50 * …… = 2500 and more.

So using facebook social plugins you can make your site more social and engaging. Do you know how many users currently using facebook ? Its 400 milion. So why you will not take the power of facebook to promote your site.

Continue

Manage your VPS by VirtualMin web server control panel

Posted by mahmud ahsan on March 18, 2010 in Linux/ubuntu, Web | 8 Comments

virtual min web server control panel This article is for advanced user who know how to manage hosting either shared hosting or virtual private hosting. Normally if you bought a shared hosting you’ll see a control panel named cpanel in most hosting service provider. cpanel is very popular and user friendly. Now think you want to buy a unmanaged VPS. Why unmanaged because if you bought a managed VPS it will cost almost double than unmanaged VPS. So I prefer unmanaged VPS for myself as cost is almost half. And its not too difficult to manage a VPS.

In this post, I’ll show you how could you easily manage your VPS hosting using Virtualmin and Webmin web server control panel. Virtualmin has 2 types of license one is professional, which you have to buy and another is GPL license which is free.

virtualmin

Continue

Must have wordpress cheat sheet

Posted by mahmud ahsan on January 23, 2010 in Web, wordpress | 3 Comments

wordpress cheat sheet logoIf you’re a programmer and blog writer and like wordpress for your blog then you may need to modify some common functionality of your blog template. I’m not a professional wordpress template creator but sometimes I’ve to work to modify my blogs and some other blogs.

To modify existing wordpress template you have to know some common functions, rules of wordpress blog publishing application. And I found a cheat sheet that is very handy and helpful for this purpose. The cheat sheet is developed by Ekin Ertaç and you may also download the cheat sheet from here.

authenticate your site using google friend connect – api

Posted by mahmud ahsan on March 19, 2009 in Web | 1 Comment

in my previous article http://www.thinkdiff.net/?p=430 i described how to add google friend connect gadget in your site. in this article i am describing how you will fully authenticate your site by integrating google friend connect.

suppose your site has a default authentication system. but for new users who doesn’t want to register, how could you authenticate him. one of the solution of this problem is google friend connect.

gfc-signin Continue

Subversion – A tool for controlling version of source code.

Posted by mahmud ahsan on February 28, 2008 in Web | No Comments

tyrus-svn2

SVN (Subversion) is a tool used by many software developers to manage changes within their source code tree. SVN provides the means to store not only the current version of a piece of source code, but a record of all changes (and who made those changes) that have occurred to that source code. Use of SVN is particularly common on projects with multiple developers, since SVN ensures changes made by one developer are not accidentally removed when another developer posts their changes to the source tree. Information about accessing this Subversion repository may be found in “Subversion (Version Control for Source Code)“.

In order to access a Subversion repository, you must install a special piece of software called a Subversion client. Subversion clients are available for most any operating system. Information about Subversion client software may be found in our document titled “Recommended User Software Configuration“.