Archive: September 2012

Reading Binary Tile Map Data on Windows Phone

Scott Walker · Sep 28, 2012

When building a tile‑mapping engine for Windows Phone, one of the first challenges is reading binary data from the device. Unlike full .NET Framework applications, Windows Phone does not support the System.Runtime.Serialization.Formatters.Binary namespace, which means traditional binary serialization is not available.

πŸ’¬ 0 C# Windows Phone

Using jQuery Templates to Search Blog Posts

Scott Walker · Sep 13, 2012

Before modern client-side frameworks became the norm, jQuery Templates offered a simple way to render dynamic HTML using JSON data returned from the server. Although the plugin is now deprecated, many legacy applications still rely on it for lightweight templating.

πŸ’¬ 0 Jquery Templates