Click here to Skip to main content
15,880,469 members
Articles / Web Development / CSS
Article

CSS

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
11 Oct 2013CPOL 8.9K   4  
Take control of your angle-brackets and optimize. Note: This article spans over the debugging tools for your CSS, JavaScript and other

This articles was originally at wiki.asp.net but has now been given a new home on CodeProject. Editing rights for this article has been set at Bronze or above, so please go in and edit and update this article to keep it fresh and relevant.

Take control of your angle-brackets and optimize. Note: This article spans over the debugging tools for your CSS, JavaScript and other codes. 

  • Code Beautifier - An amazing online CSS "tidy"
  • YSlow - This FireFox AddOn gives you a performance report card on your pages. Highly Recommended.
  • Jazmin - An MSBUILD Task that will filter your JavaScript and remove whitespace. Fabulous.
  • Edwards JS Packer - Online JavaScript base62 compressor. It has downloable version in C#.
  • Firebug - An awesome FireFox browser add-on (targeted for developers) with tons of features. It allows you to inspect/view HTML and CSS, debug JavaScript, monitor how long it takes to download resources used in pages and much much more! It's a great tool especially for debugging AJAX calls and DOM manipulation.
  • Web Development Helper - is a free browser extension for Internet Explorer that provides a set of tools and utilities for the Web developer, esp. Ajax and ASP.NET developers. The tool provides features such as a DOM inspector, an HTTP tracing tool, and script diagnostics and immediate window.

Enjoy! 

This article was originally posted at http://wiki.asp.net/page.aspx/79/css

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
The ASP.NET Wiki was started by Scott Hanselman in February of 2008. The idea is that folks spend a lot of time trolling the blogs, googlinglive-searching for answers to common "How To" questions. There's piles of fantastic community-created and MSFT-created content out there, but if it's not found by a search engine and the right combination of keywords, it's often lost.

The ASP.NET Wiki articles moved to CodeProject in October 2013 and will live on, loved, protected and updated by the community.
This is a Collaborative Group

755 members

Comments and Discussions

 
-- There are no messages in this forum --