chmac: web development

Sort by: Date / Title / URL

  1. http://www.fiddler2.com/fiddler2/
    Similar to Charles Proxy, but only on Windows, a web debugger that acts as a proxy between browser and web and allows the user to monitor / modify request on the fly.
  2. http://www.charlesproxy.com/
    A paid ($50/user) program that acts as a proxy between browser and web and allows the developer to monitor / modify / etc traffic including SSL. Handy. Want open source.
  3. http://leftlogic.com/lounge/articles/entity-lookup/
    An HTML entity lookup service. Type in part of the name or character and it'll show you the options. Useful.
  4. http://www.getwindmill.com/
    Web browser testing and automation framework / suite. Similar to selenium. Cross platform, cross browser. Hat tip sfllaw.
  5. http://www.odesk.com/w/
    oDesk is a little like RentaCoder but provides a fuller service including staff monitoring so projects can be paid by the hour.
  6. http://developer.yahoo.com/yslow/
    YSlow is an extension for Firebug which shows ways to speed up page loads. It's published by Yahoo as part of their developer network.
  7. http://tredosoft.com/IE7_standalone
    How to install Internet Explorer 6 and 7 side by side. *Very* useful for development and testing.
  8. http://collectl.sourceforge.net/index.html
    Collectl is a system monitoring tool. It logs a wide range of system metrics (disk, cpu, io, etc) and stores them in a variety of formats. It tries to cover all the bases unlike some other tools which focus on one or two methods.
  9. http://lindsay.id.au/code/2006/faster-javascript-sorting/
    A great article on how to implement multi-dimensional array and object sorting in Javascript in the most efficient manner. The article compares the speed of multiple approaches and provides code to implement the fastest approach.
  10. http://www.getfirebug.com/
    Firebug is a powerful debugging tool for web development. It's primarily a Firefox extension with a lite version available for IE, Opera and Safari. It allows you to debug, inspect, edit on the fly, and much more.
  11. http://www.hunlock.com/blogs/Mastering_Javascript_Arrays#filter
    This is an article on javascript arrays. It provides a good walkthrough on how to filter an array, including some prototype code to add the .filter() method in IE.
  12. http://uk3.php.net/autoload
    The PHP autoload function which can lazy-load classes just in time as they are instantiated.
  13. http://www.confiz.com/
    The web design / development company based in Pakistan behind Vator.tv and other projects.

First / Previous / Next / Last / Page 1 of 1