public marks

PUBLIC MARKS from parmentierf with tags web & debug

2009

YAML Debug - an assistive code diagnostic tool for web developers

by 3 others (via)
an assistive tool for web developers, that allows you to quickly review code quality and semantic structure of any website

Web Developer's Toolbox :: Modules pour Firefox

Speed up the development process by using add-ons to troubleshoot, edit, and debug web projects without ever clicking away from Firefox.

2007

CoScripter

by 5 others (via)
CoScripter is a system for recording, automating, and sharing processes performed in a web browser such as printing photos online, requesting a vacation hold for postal mail, or checking bank account information. Instructions for processes are recorded and stored in easy-to-read text here on the CoScripter web site, so anyone can make use of them. If you are having trouble with a web-based process, check to see if someone has written a CoScript for it!

2006

Download details: IE7 Readiness Toolkit

by 1 other (via)
The Internet Explorer 7 Readiness Toolkit provides an easy way for any audience that is involved in the development, test, deployment or support of web sites, extensions, and/or applications to prepare for Internet Explorer 7.

Fiddler HTTP Debugger - Fiddler

by 13 others (via)
Fiddler is a HTTP Debugging Proxy which logs all HTTP traffic between your computer and the Internet. Fiddler allows you to inspect all HTTP Traffic, set breakpoints, and "fiddle" with incoming or outgoing data. Fiddler is designed to be much simpler than using NetMon or Achilles, and includes a simple but powerful JScript.NET event-based scripting subsystem.

pastebin - collaborative debugging tool

(via)
pastebin is here to help you collaborate on debugging code snippets. If you're not familiar with the idea, most people use it like this: * submit a code fragment to pastebin, getting a url like http://pastebin.com/1234 * paste the url into an IRC or IM conversation * someone responds by reading and perhaps submitting a modification of your code * you then view the modification, maybe using the built in diff tool to help locate the changes