Take control of your angle-brackets and optimize.
- 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!
Revision number 8, Thursday, December 25, 2008 4:21:57 PM by SGWellens
You must Login to comment.
|
Thu, Feb 5, 2009 2:25 AM
by sharmoon
|
in 4 tier architecture, sequence goes like this order, gui - bll - dal - dao.
|
Revision #4
Thu, Dec 25, 2008 4:16 PM
by
|
Great CSS Tutorials
Great CSS Tutorials When I started web development I was a great pain to manage styles using CSS. But later on as I explored the CSS, I found the power and flexibility of using CSS. Here I am listing some of CSS tutorials which will be usefull for every web
|
New
Fri, Jul 18, 2008 7:06 AM
by
|
AJAX and CSS
Cascading Style Sheets (CSS) is one of the core technologies in the AJAX architecture apart from XML, DOM, JSON and so forth. Here are some links on using CSS with AJAX: Create flickr-like editing fields using AJAX and CSS/ 26 best ways to implement ajax css
|
Revision #4
Fri, May 22, 2009 8:46 PM
by
|
CSS Friendly Pages
From CodePlex: "The CSS Friendly Control Adapters kit (for ASP.Net 2.0) provides pre-built control adapters that you can easily use to generate CSS-friendly markup from some of the more commonly used ASP.NET controls. " Start by reading the original
|
Revision #3
Mon, Feb 16, 2009 8:00 AM
by
|
CSS in ASP.net
Cascading Style Sheets Author: Prakash Singh Mehra Introduction: CSS is a cross platform solution for the standardization of website formatting and provides consistent visual appearance throughout the application. It works with the conjunction of HTML 4 and
|