Want to be a programmer, check out below websites where you can become a Novice programmer to a Ninja. Free MOOCS Websites List 1. w3schools.com : w3schools tutorials list includes HTML, CSS, Javascript, PHP, VB Script, ASP.Net, SQL, XML, Jquery, Ajax, Web services. The Good thing in w3schools is “Try it yourself Editor” by using this editor you […]
Tutorials
10 Must Have Chrome Extensions Plugins on Every System
Check out Best 10 Chrome Extensions : 1. Bored of Ads on Websites? Check Adblock.2. Find Instant Meaning of a Word on browser, Check Google Dictionary.3. Spending More Time Browsing useless stuff? Check Limitless.4. Want to Enlarge thumbnails on mouse over, Check Hover Zoom.5. Want to Save Text Instantly?, Immensely fastly? Check Write Space.6. Want […]
Sub Version SVN Commands for SVN Check Out SVN update Svn Status InfoDelete
Trunk url: file:///home/svn/folder/svnrepos/Trunk Description: Checkout code from file:///home/svn/folder/svnrepos/Branches/BRANCHNAME to /var/www/html/users/Command: svn co file:///home/svn/ap_project/svn_repos/Branches/BRANCHNAME /home/test/ Description: To get the update from svnCommand: svn update Description: To add the files to svnCommand: svn add filename.php Description: To commit the files to svnCommand: svn commit filename1.php filename2.php -m “Mention Why you Changed the file in comments” Description: To […]