Showing posts with label tools. Show all posts
Showing posts with label tools. Show all posts

Sunday, May 09, 2010

26 Useful Softwares & Tools

1. Google Chrome
2.
Mozilla Firefox
3. TreeSize (TreeSize Free tells you where precious space has gone to.)
4.
Bayden MezerTools (Screen Capture, Text Generator, Color Grabber, Hexer, Screen Measurement)
5. Unlocker
6. BitComet
7. VLC Media Player
8. SWFRIP (to Rip the *.swf files)
9. Celestia (Space Simulation to explore Universe)
10. Cooliris (Media Browser)
11. Google Earth
12. AoA Audio Extractor
13. Cartes du Ciel (sky chart creator)
14. GOM Player
15. mIRC
16. FileZilla
17. K-Lite Codec Pack
18. Stellarium
19. Adobe Reader 9
20. Skype
21. Active Hard Disk Monitor
22. Picasa
23. FLV Player
24. WinRAR
25. Download Accelerator
26. DVDVideoSoft (Media Converters and Youtube Video Downloader)

Thursday, June 11, 2009

Using Fiddler with ASP.NET Applications

Most of the web developers will know about Fiddler.

Using Fiddler u can log the HTTP traffic between your application & Webservice, here Fiddler acts as a proxy in between your application & the Webservice.

To Use with ASP.NET set the following into your web.config, it will start logging all the HTTP Traffic.

<system.net>
<defaultProxy>
<proxy proxyaddress="http://localhost:8888" />
</defaultProxy>
</system.net>

Monday, April 13, 2009

Want to know how to pronounce certain words?

I came across this wonderful site called Forvo where you can find the pronunciation of certain words and also you can add a word (your native language) and pronounce it.

Saturday, April 07, 2007

Great Tools for Web Developers

With the advancement of Web 2.0, many people started to work in web related fields. And to help them so many great tools have been developed. Here i will provide you with the list of great tools you can use for your web related work like development and debugging.

For Internet Explorer:
1. Web Development Helper (www.nikhil.net)
2. DebugBar (www.debugbar.com)
3. CompanionJS (http://my-debugbar.com/wiki/CompanionJS/HomePage)

For FireFox:

1. Firebug (www.getfirebug.com)
2. Web Developer (www.chrispederick.com/work/webdeveloper/)
3. Colorzilla (www.iosart.com/firefox/colorzilla/index.html)
4. Live HTTP Header (http://livehttpheaders.mozdev.org/installation.html#)