Correcting mysterious yellow input fields caused by Google Toolbar's AutoFill featureBrowsers with Google Toolbar AutoFill function enabled, display a yellow background on some of the form input elements. Some users or programmers may question if Microsoft has implemented new standards to use yellow highlighted form input elements.
C# Wrapper for Google Closure Compiler - Compressing Javascript Files on-the-fly with ASP.NET and Closure CompilerClosure Compiler comes with a Java based command line tool and a RESTful API. RESTful API works great and very fast. API can be used with a MSBuild or NAnt script to automatically compress Javascript files. This post includes a C# class library to compress javascript files on ASP.NET sites.
Google Closure Compiler vs. YUI Compressor - Comparing the Javascript Compression ToolsIn terms of Javascript Compression, the most widely used tools are: JSMIN, the DOJO Compressor, Dean Edwards’ Packer and YUI Compressor. The YUI Compressor is designed to be 100% safe and yield a higher compression ratio than the other tools listed above. That’s why most of the JavaScript Frameworks...