Agile Development Practices suggest developers keep a solutions log. I think we can all benefit from a combined solutions log. As I encounter errors or problems I intend to record the solutions on this blog. Please feel to leave your comments, solutions and email me with your errors and solutions.
Aug 26, 2009
Monitor Contains a Black Border
I purchased a new monitor today and when I plugged it in and turned on my computer the video contained an ugly black border. Turns out the problem is because my video card has an HDTV setting that needed to be turned off under the video card software control panel. I was able to fix the problem by enabling SLI on my dual video cards.
SVN Cheat Sheet
Add add a file/directory:
svn add file1
Update:
svn up
Commit:
svn commit -m "Message goes here"
Revert a file to a specific revision:
svn up -r12345 file1 file2 file3
http://www.yolinux.com/TUTORIALS/Subversion.html
Aug 24, 2009
Adobe Acrobat Installation Error
Error Message: Installed RAM must be at least 256 MB to run this program
Troubleshooting Guide: http://kb2.adobe.com/cps/403/kb403613.html
Troubleshooting Guide: http://kb2.adobe.com/cps/403/kb403613.html
Aug 13, 2009
Vista Save Window size and location
I have found it very annoying that when you close and reopen windows explorer (along with other windows) in Vista it does not save the size and location of the window. If you hold the shift button down when you close the window it will save the size and location of the window for the next time you open it.
Aug 6, 2009
Subscribe to:
Posts (Atom)