Friday, 7 September 2012

Tools For Developers

Here I am giving list of useful tools for development. All these tools are free. You can download these tools easily from internet. Here I am giving short description, you read in details.

1. Firebug:
Firebug is one of the add-on which comes with mozilla firefox browser. Just go to "Tools" option of browser. In that select "Add-on". And search "firebug". Select the one which is having symbol like given below.
Using this you can easily develop css for your web page and can debug with scripts like java script.

2. Colorzilla:
This is another add-on with mozilla firefox. In the same way go to "Tools" then "Add-on". Now search colorzilla. Select one which is having symbol like given below.
You can use this add-on for getting hex code of color of any component on web page.

3. Measure it:
You have to search this add-on at the same place. With symbol like this,

You can use this for measuring height and width of components on web page. You can use this only for web pages opened in mozilla firefox.

4. Jing:
You can use this tool for taking screen shots and measuring any component on your computer screen. When you will start this tool it will give you pointer to measure and taking screen shots. Just search this tool on google.

5. SQLite database browser:
This tool will help you to browse through the SQlLite database. I have used this tool for phone gap development, where I used to take database file out from eclipse and open it in SQLite database browser for analysis.

6. Beyond Compare:
Beyond compare is a tool for comparing different versions of files, folders. It is very useful when number of people are working on the same project. You can go for google search for this. Symbol is like this,



7. Team box:
Team box is one of the online project management tool for simple projects. You will find this tool at http://teambox.com/. This is good for small team, small project. It allows you to create tasks and then you can have conversation for that task.

8. Rally dev:
This is another online project management software. It is designed for handling complex projects with big teams. You can find details at http://rallydev.com/. It provides more facilities to user from design to testing.

9. JDeveloper:
http://www.oracle.com/technetwork/developer-tools/jdev/overview/index.html
Check out this link for more details. It is one of new tool by oracle for java.

Enjoy these tools.

No comments:

Post a Comment