Useful Version Control Software and Manuals

 7 Version Control Systems
http://www.smashingmagazine.com/2008/09/18/the-top-7-open-source-version-control-systems/


CVS manual
http://ftp.gnu.org/non-gnu/cvs/source/stable/1.11.23/cederqvist-1.11.23.pdf


Subversion manual
http://svnbook.red-bean.com/


Git manual
http://www.kernel.org/pub/software/scm/git/docs/v1.7.0.5/git.html

 

Tourtoise CVS
http://www.tortoisecvs.org/download.shtml


RapidSVN
http://rapidsvn.tigris.org/

 

Tourtouse SVN
http://tortoisesvn.net/downloads

 

ASP.net Paging Useful Websites

Data Paging is a common task in my daily actvities and Microsoft's zillion of controls (Apr 2010) have yet to address data paging efficiently. Here are a couple of web sites that provide some interesting solutions to this common problem.

http://www.asp.net/LEARN/data-access/tutorial-25-cs.aspx

http://weblogs.asp.net/scottgu/archive/2006/01/01/434314.aspx

http://www.codeproject.com/KB/aspnet/dspaging.aspx

http://www.codeproject.com/KB/aspnet/paging.aspx?msg=2104174

http://aspnet.4guysfromrolla.com/articles/031506-1.aspx

CENTOS make environment variables permanent

1. Log into  Shell

2. go to your home directory usually (/home/ycsoftware or /root/) for example.

3. vi .bash_profile

4. enter your environment variables in the $PATH line separated by colon.

5. Log out an Log back in and your $PATH should still be in there

use the command #  $PATH to output your environment variables