The Google Closure Compiler is a great tool for minifying JavaScript – it has the ability to both minify and optimize code, with output that’s both lightweight and performant. If you’re living on the .NET stack though, the fact that it’s in Java might be an impediment to either use or integration. In this post …
Tag Archives: google
Google Docs API: get all spreadsheets/docs in a folder
It’s easy enough to get a list of spreadsheets for a user, or a list of folders, but there’s a trick to getting the contents of a folder. The first part of the trick is to ignore the category. Firstly, because it’s removed in version 3.0 of the API, and secondly because it filters by …