source files

How to Change Your Default “View Source” Application With A Registry Hack

  Viewing web-page source files in Notepad is hardly a user-friendly experience. You can hack the registry to change which app opens source files, but using TweakUI is a better choice. Load TweakUI (http://tinyurl.com/553fw6), browse to Internet Explorer > View Source. Click Change Program… and browse for whatever app you prefer. This only changes the [...]

How to Repair Damaged Winsock2 in Windows XP

The symptoms when Winsock2 is damaged shows when you try to release and renew the IP address using IPCONFIG. And you get the following error message: An error occurred while renewing interface ‘Internet’: An operation was attempted on something that is not a socket. Also Internet Explorer may give the following error message: The page [...]

How to Set up and run Subversion and Tortoise SVN with Visual Studio and .NET

This document describes the steps to install and configure Subversion, create a new repository and then walks through the basic steps required to set up local Visual Studio projects using Tortoise SVN. This isn’t meant to be an all comprehensive tutorial on Subversion, but rather a quick step by step of the essential things to [...]

How to Install and Configure Subversion on Ubuntu

Subversion is an open source version control system. Using Subversion, you can record the history of source files and documents. It manages files and directories over time. A tree of files is placed into a central repository. The repository is much like an ordinary file server, except that it remembers every change ever made to [...]