Web Font WOFF MIME Types for IIS 7.5

Published on Author JFLeave a comment

Quick reference for adding .woff and .woff2 fonts to IIS 7.5 as MIME types. You can add the MIME type as a global, or for the specific website. For either, you can add it through IIS Manager or the respective XML config files (web.config, etc.). MIME Type Text: .woff = application/font-woff .woff2 = application/font-woff2 This example shows… Continue reading Web Font WOFF MIME Types for IIS 7.5

Naze32 Configuration for UBLOX NEO-6M GPS

Published on Author JF2 Comments

September 2016 UPDATE: Click here to see my new post configuring the Naze 32 Rev 6 and GPS. It is dead easy! June 9, 2015 UPDATE: Blew my Naze32 (they mean what they say about reversing polarity will instantly fry the board). Should have a new one tomorrow. Will be updating with a new post with… Continue reading Naze32 Configuration for UBLOX NEO-6M GPS

How to run IIS and Apache Tomcat together on port 80

Published on Author JFLeave a comment

Classic problem: you’re running Windows and you need to run Apache TomCat without resorting to using port 8080, or somesuch. For me, I needed to install Atlassian JIRA on a Windows machine that was running some other sites on IIS.  I found this terrific blog post which set the foundation for this post. Take a… Continue reading How to run IIS and Apache Tomcat together on port 80