Archive for the Web Development Category

Must have wordpress cheat sheet

Posted by mahmud ahsan Filed Under Web Development, wordpress with 2 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 Filed Under Web Development with 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 Filed Under Web Development with 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“.