Archive for the ‘tools’ Category
- In: ASP.NET | Programming | tools
- Leave a Comment
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>
- In: Education | General | how to | tools
- Leave a Comment
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.
- In: Design | how to | tools
- Leave a Comment
- Scriptaculous Combination Effects
- What’s Ajax
- Form Helpers
- CSS
- xHTML
- SEO
- JavaScript
- Firefox
- mod_reqrite
- PHP
- Ruby on Rails
- Python
- MySQL
- Prototype.js
- jQuery
- Regular Expression
- Adobe Photoshope CS3 Keyboard Short cuts
- Photoshop Toolbox Reference
- Photoshop Lasso Tool
- Photoshop Brush Tool
- RGB Hex Color Chart
- Color Reference Guide
- Web Designer Color Reference Hexagon Mouse Pad
- Web Safe Color Chart
- Hexa Decimal Color Chart
- Typography
- Common fonts to all versions of Windows & Mac equivalents
- Mixing Typefaces
- Approximate Conversion from Points to Pixels
- Megapixels Chart
- Blueprint CSS
- Yahoo Library: CSS Reset,Base,Fonts, and Grids
- CSS Short Hand
- HTML & xHTML Tag Reference
- HTML/xHTML Character Entities
- Dreamweaver CS3 Quick Reference
- Will the browser aplly the rule(s)
- Subversion
- SQL Server
- Microformats
- Ruby on Rails
- ASP/VB Script
- MySQL
Great Tools for Web Developers
Posted April 7, 2007
on: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#)