Every now and then I need to make a cardboard box that’ll just fit the items I want to put in it for shipping. To simplify the process, I created an online cardboard box calculator. If you need to make a cardboard box, this could save you some time.
jQuery: Easily List All Input Elements in a Form
$(":input").each(function(index, element) {
var name = $(element).attr("name");
var value = $(element).val();
console.log(name + " : " + value);
});
Filter / Remove Duplicate Rows in MS Excel
Best Image Background / Removal Tool
Removing backgrounds from images is boring and sometimes difficult when there isn’t much contrast between the subject and the background. Of all of the background removal tools I’ve found, Fluid Mask 3 appears to be the best.
http://www.vertustech.com/fluidMask/
Save yourself some time and use this tool or outsource to Indians in India for $1.00 an image.
Free HTTP Traffic / Packet Analyzer / Fiddler
This can be useful when browser inspectors (Firebug, Chrome) won’t do.
http://www.fiddler2.com/fiddler2/
Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet. Fiddler allows you to inspect traffic, set breakpoints, and “fiddle” with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using any .NET language.
Fiddler is freeware and can debug traffic from virtually any application that supports a proxy, including Internet Explorer, Google Chrome, Apple Safari, Mozilla Firefox, Opera, and thousands more. You can also debug traffic from popular devices like Windows Phone, iPod/iPad, and others.
Web-Based HTML/CSS/Javascript Fiddling Tools
Here are a couple of web-based fiddling tools for HTML, CSS, and Javascript.
They tools are great for fiddling as are the various browser inspectors.
Photoshop to HTML + CSS Automatically, Within Minutes
I just came across this app / service that claims to be able to automatically convert Photoshop designs to cross-platform HTML + CSS within minutes. If this actually works, this would be great.
Color Correction in Photoshop (Levels & Curves)
Web Developer Google Chrome Browser Extensions
Here are some Chrome browser extensions that are really useful for web developers:
- JSONView
Validate and view JSON documents - PHP Array View
I couldn’t find a PHP array prettifier but if you var_dump a PHP array and inspect it in Chrome, it’s pretty. - PageRank Status
Shows Google PageRank and AlexaRank of current web page, quick access to Geo IP Location, Whois, Alexa, backlinks and indexed pages - Show Title Tag
Shows title in top of the page, since you cant read the title in the small tabs. - Rulers, Guides, Eye Dropper and Color Picker
For UI developers. Pick any color from webpage using eye-dropper tool; display rulers, guides and grid on the page. - Page Ruler
Measure any distance on a page
SVN / Git Clients for Windows
Here are the best SVN and Git clients I’ve found for Windows.
SVN
Git



