List Out of Lambda
A thought experiment exploring how to build fundamental programming constructs like lists and numbers using only lambda calculus and closures in JavaScript.
A thought experiment exploring how to build fundamental programming constructs like lists and numbers using only lambda calculus and closures in JavaScript.
A guide to modifying web typography by subsetting fonts and using CSS font stacks for granular control without JavaScript or extra markup.
A developer explains the importance of HTTPS for privacy and security, detailing the process and reasons for finally enabling it on their personal blog.
Guide to using the new Geolocation field in SharePoint 2013, including setup, Bing Maps integration, and prerequisites.
A developer refactors and improves the UI of a university grade calculator web app, discussing the trade-offs of adding JQuery and design changes.
The CSS border-corner-shape property is at risk of being removed from the spec. The author calls for developers to provide use cases to help save it.
Guide to customizing the deployment process for ASP.NET apps on Windows Azure Web Sites, including running unit tests during deployment.
Guide to creating a custom UITestMethodAttribute for running unit tests on the UI thread in Windows Phone 8 with Visual Studio 2012.2 CTP4.
Introducing Climate, a new OpenStack project for capacity leasing and resource reservations, aimed at HPC and service providers.
A technical guide on implementing basic paging and sorting functionality in ServiceStack using a QueryBase class and request filters.
Preview the upcoming CSS corner-shape property with an interactive SVG tool, exploring beveled, scooped, and notched corners before browser support.
A guide to vertically centering text using SVG, detailing the method, its advantages, and browser compatibility considerations.
Guide to upgrading SharePoint 2010 Visual Studio projects and solutions to SharePoint 2013, including tools and steps.
A PyCon/PyData attendee discusses the state of Python data visualization, comparing Matplotlib's strengths and limitations with newer tools like NodeBox OpenGL.
Developer announces release of two new .NET projects: LogLive for real-time log monitoring and TextTableFormatter.NET for rendering character tables.
A presentation and guide on using RequireJS and AMD modules for JavaScript dependency management and modular code organization.
A developer introduces a tool to analyze .NET project files, extracting build info and dependencies to automate manual tasks.
A guide to using MathML for web equations with a CSS fallback for browsers lacking native support, based on a real-world use case.
Vagrant creator explains why he abandoned RubyGems for installer packages, focusing on user experience and stability for a diverse user base.
Fixing 'Duplicate field name' error when upgrading SharePoint 2010 solutions to SharePoint 2013 by avoiding reserved field names.