Updated Wiki: Seadragon Control
Ajax Control Toolkit Seadragon The Seadragon control can be used for interactively viewing images. Use your mouse to pan and zoom around the image. Learn how to create images that work with the...
View ArticleUpdated Wiki: Seadragon Control
Ajax Control Toolkit Seadragon The Seadragon control can be used for interactively viewing images. Use your mouse to pan and zoom around the image. Learn how to create images that work with the...
View ArticleNew Comment on "ComboBox Control"
The Combobox drops down to a new line. What can I do to make it follow a Label control placed just before it?
View ArticleUpdated Wiki: Default JavaScript Minification
Default JavaScript Minification Default JavaScript Minification Microsoft Ajax Minifier minifies script by parsing the source code into a JavaScript syntax parse tree using code based on the ROTOR...
View ArticleUpdated Wiki: Local Variable and Function Renaming
Local Variable and Function Renaming Local function and variable names are renamed to shorter names, while global functions are left alone. Function scope chains are respected, so global and outer...
View ArticleUpdated Wiki: Conditional Compilation Comments
Conditional Compilation Comments AjaxMin supports only a subset of conditional compilation comments. The @cc_on, @if, and @set statements are supported – it’s where they are in your code that...
View ArticleUpdated Wiki: Variable Renaming WITH and EVAL - Not!
Variable Renaming With and Eval Statements- Not! Renaming of local variables and functions really only works if the code is completely known at parsing time. Unfortunately that isn’t always the case...
View ArticleUpdated Wiki: Analyzing Your Script
Analyzing Your Script Because JavaScript is an interpreted language, and a type-less one at that, developers do not get the advantage of compile-time checks available to developers in other languages....
View ArticleUpdated Wiki: Maximizing Your Local Variables and Functions
Maximizing Your Local Variables and Functions It’s not enough to take any JS file and run Microsoft Ajax Minifier on it. Yes, it should make your downloaded JavaScript file smaller, but there are way...
View ArticleUpdated Wiki: Cross-Browser Peculiarities
Cross-Browser Peculiaraties It should come as no surprise to any web developers that different browsers implement the JavaScript language and run-time differently. Most of the time they are pretty much...
View ArticleUpdated Wiki: Other Coding Tips
Other Coding Tips Try to use object and array literals instead of the new operator and the Array and Object constructors. This will save nine or ten bytes per instance: var o = new Object(); // long...
View ArticleUpdated Wiki: Introduction to CSS Minification
Introduction to CSS Minification CSS minification as performed by this tool is not as complicated or in-depth as JavaScript minification. The CSS minification mostly consists of removing whitespace and...
View ArticleUpdated Wiki: Merging Localized Resource Files
Merging Localized Resource Files Complex and global web applications frequently require localized JavaScript and CSS. There are many ways to perform that task. Microsoft Ajax Minifier provides support...
View ArticleUpdated Wiki: Merging Localized Resource Files
Merging Localized Resource Files Complex and global web applications frequently require localized JavaScript and CSS. There are many ways to perform that task. Microsoft Ajax Minifier provides support...
View ArticleUpdated Wiki: Merging Localized Resource Files
Merging Localized Resource Files Complex and global web applications frequently require localized JavaScript and CSS. There are many ways to perform that task. Microsoft Ajax Minifier provides support...
View ArticleUpdated Wiki: Pretty Print
Pretty Print Sometimes you need to debug your minified code. Trying to debug a single line of JavaScript thirty thousand characters long will drive you crazy – if your debugger can even handle it....
View ArticleUpdated Wiki: DLL Version of Microsoft Ajax Minifier
DLL Version of Ajax Minifier A DLL version of the code is also distributed. It does not contain any of the advanced switching or lint-style reporting that the EXE contains, but it does provide access...
View ArticleUpdated Wiki: DLL Version of Microsoft Ajax Minifier
DLL Version of Ajax Minifier A DLL version of the code is also distributed. It does not contain any of the advanced switching or lint-style reporting that the EXE contains, but it does provide access...
View ArticleUpdated Wiki: Task Version of Microsoft Ajax Minifier
Task Version of Ajax Minifier You can use the following properties with the Ajax Minifier Task:JavaScript Properties For an explanation of these properties, please see the properties of the...
View ArticleUpdated Wiki: Error Output
Error Output The output of Microsoft Ajax Minifier conforms to the MSBuild/Visual Studio format for error and warning messages. In order for MSBuild to properly recognize and parse error messages in...
View Article