Tag: JavaScript

  • Minify inline JavaScript in ASP.NET MVC with WebGrease

    ASP.NET 4.5 comes with great new feature to make web faster – JavaScript bundling and minification. It allows to bundle multiple js file into one and minfiy them. This works great for external JavaScript files but what about inline scripts? There is library BundleMinifyInlineJsCss to do this but it has two downsides: It has to parse…

  • Wake on LAN for Google Apps

    Google Apps is great framework for your business and provides ready-to-use application to cover most of the business flows in your organization. However there is no way to fulfill every single need of even small organization and custom solutions are often required. Most of business face two questions when using Google Apps: How we can integrate Google…