Ruby Local Method map Shortcut
Explores Ruby's &:method shortcut for map, its limitations, and proposes a hack to allow mapping local methods.
Explores Ruby's &:method shortcut for map, its limitations, and proposes a hack to allow mapping local methods.
A tutorial on creating a custom Transport Adapter for the Python Requests library, using an FTP adapter as a practical example.
Explores browser inconsistencies in validating HTML5 input type='url' and provides a regex pattern to fix validation issues.
A guide on deploying a PHP application to Windows Azure Web Sites directly from the PhpStorm IDE using Git integration.
A developer shares their journey of leaving a stable job to start independent consulting, focusing on responsive web development, performance challenges, and tech training.
Performance measurement of JSLink property in SharePoint 2013 list views with test results.
A web developer's 2012 roundup of his most popular posts, covering responsive design, CSS techniques, and web standards debates.
A response to DHH's blog on opinionated software, discussing the value of maintainer decisions in open-source frameworks like Rails and Requests.
Introducing JekyllBot, a tool that automatically generates JSON APIs for Jekyll sites hosted on GitHub Pages, bypassing plugin restrictions.
A developer creates a custom PhantomJS test runner for QUnit to improve console output, error handling, and support multiple formats like JUnit.
An article debunking the myth that responsive design inherently causes poor performance, arguing for a broader consideration of network and hardware factors.
Analyzes how U.S. federal IT security policies, while necessary, can stifle innovation and hinder adoption of modern, agile technologies.
Tutorial on using REST Search APIs in SharePoint 2013 to perform searches with JavaScript and jQuery.
Fix for SharePoint 2013 REST API error: missing or invalid HTTP ACCEPT header, requiring 'application/json;odata=verbose'.
A technical tip for iOS developers on how to reuse Xib views within other Xibs or Storyboards using awakeAfterUsingCoder, avoiding unnecessary code.
Recap of Microsoft SharePoint Conference 2012, highlighting sessions on SharePoint 2013, JavaScript, and client-side development.
Explains how to use the JSLink property in SharePoint 2013 to customize field and view rendering with JavaScript.
A guide to implementing centralized logging for a multi-application .NET project using Elmah for exceptions and NLog for diagnostics.
A guide to dynamically add SSH known hosts using a custom Chef LWRP, solving automation issues during server provisioning.
A developer migrates their blog from Tumblr to Octopress for better code support, uptime, and control.