A small yet revolutionary tool to help us manage and use Google Docs and other files. Extremely useful when you want to view/edit docs that are online locally on your computer (using Word,Excel) and not with the online editor. For more information visit: https://www.insynchq.com Click on Learn More… and watch the video, you’ll get all the [...]
Category > Tools
AWS Toolkit for Visual Studio
Two weeks ago Amazon released the new AWS Toolkit for Visual Studio. The toolkit includes the AWS Explorer: Using the explorer, you can do many operations in your AWS accounts. For more information, check out the Amazon Web Services Blog. Roei
Subversion, JIRA and Visual Studio – Some integration options
There is a good reason why you would want to be able to link from a Jira issue to an svn commit(s) and vice versa.If you cant think of a reason you can’t be my friend (and you may not want to further read this post). I would like to describe here some tools and [...]
Kill Process
Did you ever tried to kill a stuck process (using Task Manager for example) and didn’t manage do kill it? You can kill the process forcefully manually using taskkill command: Open command line and run the tasklist command to display a list of all the running processes: Find the PID of the process you desire to [...]
Great tools for Development & Debugging
Hi, I work with these two tools and I’d like to share the benefit from them with everyone: 1. Beyond Compare – Great application for comparing files http://www.scootersoftware.com/index.php It is possible to download 30 days trial from this site. This application specializes in doing SEMANTIC comparison between two files. For example, if you compare 2 [...]
PowerCommands – Useful Tool for VS2008
This tool enhances the programming experience in VS2008, it is safe (published by Microsoft). It is being updated automatically in “Windows Update”. Main features: Enables sending code snippets by email from within the code. Clears all Output panes with a single click. Generate & inset GUID to code instantly. Undo close. Enables doing “Collapse” to [...]
SQL Server Express – Where is the scheduler?
There isn’t one, Apparently. SQL Server Express edition does not come with the “SQL Agent” component which among other things is responsible for job scheduling. In order to still be able to schedule jobs, several options are available: Stone age technique – Create batch files to run sql scripts using the command line utility “SQLCMD“. Schedule [...]
ClipX – Clipboard History Manager
Since we all know that developing is mainly copy/paste… Here is a sweet tool to manage your clipboard, it’s light, simple and easy to use. Try it: ClipX
New Handy Gmail Feature – Find Docs And Sites
New to Gmail, through Labs, you can Find docs and sites quickly with Apps Search. I find it very handy.
Useful Chrome extensions for delevepoers/QA
Web Developer Adds a toolbar button with various web developer tools. The official port of the Web Developer extension for Firefox. Pendule Extends the built-in Developer tools.


(2 votes, average: 4.50 out of 5)