Given the importance placed on site speed and performance (not only by us, but also by search engines), it’s crucial to make optimization a regular part of the development process. Having a product that works is great, but having a product that is lightning-fast and as efficient as possible is even better! I recently worked on optimizing the JavaScript for […]
As you may know, we recently built a THIRTEEN Explore app for Amazon’s Fire TV using their Web App Starter Kit. The app is built in JavaScript, and uses the templating engine Mustache.js to generate content and display information in the app. Here, I’ll explain some of the benefits of working with Mustache, and will provide a basic introduction to […]
Using JavaScript and jQuery, I recently built an interactive online coloring page to promote an episode of PBS’ Secrets of the Dead that focused on Van Gogh. The page allowed users to color in a stylized sketch of the Van Gogh’s famous painting, “Bedroom in Arles.” It was clear that an SVG for the stylized sketch would be the best […]