Category: Development

My Default .gitignore File

November 12, 2012 · 5 min read
A comprehensive .gitignore file template for modern development projects - updated for 2025.

Preloading Multiple Audio Tags in Internet Explorer 9

November 2, 2012 · 5 min read
Learn how to preload multiple audio files in Internet Explorer 9, including workarounds for IE's limitations with HTML5 audio preloading.

Maintaining SignalR ConnectionIds Across Page Instances

February 15, 2012 · 5 min read
Learn how to maintain SignalR ConnectionIds across page refreshes using cookies and custom connection ID factories.