Thursday, December 1, 2011

Integrate SVN into VS2010

1.      1. Install below two tools in your PC

http://tortoisesvn.tigris.org/
http://ankhsvn.open.collab.net/

2.             2. Open Visual Studio 2010

a.      Goto Tools -> Options -> 
b.      On left hand side select “Source control”
c.      Select ankhsvn and click OK

  
d. Setup these settings for better usability


  
e. Click on “Edit” Authentication cache and remove if you see any old SVN settings. To avoid SVN conflicts

3.             3. Create a new  folder “XXX” in your local box

4.                     Open the folder and Right click on the folder space
5.                     Select “Tortoise SVN” -> Repo browser and type URl as : http:// < Your repository URL in SVN

6.                     Right click on right panel folder and select “CheckOut “

7.                     Set checkout directory as you created XXXX

    4. Open Project / solutions 

8.                       Goto  folder and open the solution file. It will automatically open VS 2010
9.                       Right click on solution and select “Update solution to latest version”
10.                    Right click on project and select “update project to latest version”

11.                    That’s it you are good to use VS2010 integrated with SVN
       
               Good Luck
        

JQuery Tools

Here are the list of tools essential for JQuery designers  and web developers.

jQAPI - Alternative jQuery Documentation

jsFiddle

FireQuery for Firebug. (Another thing FireQuery does is place event handlers on all your DOM objects so you know where it is being called like a click event or such.

 I use it help locate what selector I want to use.

jQuery for Designer (really good screencasts on different jQuery stuff).

Also more jQuery stuff on his blog:

Another good blog resource is Elijah Manor’s blog.
He works for the jQuery training co http://appendto.com/ and speaks at conferences such as MIX.