I still find styling HTML elements difficult at times, trying to figure out where the styling is being inherited from and exactly which elements I need to apply styles to. The Developer Tools in Chrome go a long way to assisting with this. For this tip I'll assume you are familiar with Chrome Developer Tools... Continue Reading →
How to Avoid Chrome Security Issues Developing Office Add-in Hosted on localhost
When developing add-ins for Office you are often serving the add-in from a local web server on a URL using the host name “localhost”. Office add-ins also require the web server to use SSL to serve the resources for the add-in. The Chrome security implementation will fire off a security error under most common development... Continue Reading →