Quick 960 Grid with SASS
A quick tutorial on creating a responsive 960px grid system using SASS loops and variables for CSS layout.
A quick tutorial on creating a responsive 960px grid system using SASS loops and variables for CSS layout.
Slides and demo code for a TechDays Belgium 2012 presentation on implementing real-time web features using SignalR.
A student reflects on their university courses in computer hardware, software prototyping, and linear algebra, connecting them to programming.
Explores current limitations in web development that cannot be solved client-side, including templating, localization, screen capture, and accessing POST data.
A developer created a game called Sat-E for the Ludum Dare 22 game jam, inspired by the theme 'Alone' and Wall-E.
Exploring virtual sequences and lazy evaluation in Common Lisp, inspired by Clojure's sequence abstraction and functional programming concepts.
Explores real-time web communication challenges and solutions like polling, long polling, and SignalR for server-to-client updates.
Analyzes the outdated U.S. federal IT procurement model, advocating for regulatory reform and agile development practices to improve efficiency.
A programmer shares their excitement about receiving three classic computer science books: Introduction to Algorithms, SICP, and The Pragmatic Programmer.
Analysis of why tech companies struggle to attract digital talent, citing bureaucracy, lack of challenge, and poor work environments.
A programmer shares their excitement about receiving the book 'Design for Hackers' to improve their design skills for games and websites.
A personal reflection on the Breaking Development web conference, covering speaker talks, attendee discussions, and event organization insights.
A technical guide on creating a full trust proxy for SharePoint 2010 to allow sandboxed code to write to the Windows Event Log.
A guide on using MyGet to create and manage public NuGet feeds, detailing setup, security permissions, and contribution workflows.
Fixing Oracle tnsping error 'Message 3513 not found' on Windows by adjusting the PATH variable order after installing a new Oracle version.
A guide to advanced formatting options for posting source code in WordPress blogs, including syntax highlighting and line control.
A developer shares six recommended programming books covering Cocoa design, sockets in C, Quartz graphics, and classic programming texts.
A guide on using a custom NuGetRole to deploy applications to Windows Azure from a NuGet package feed instead of source control.
Analysis of how multi-tenant architecture dramatically reduces IT infrastructure costs compared to physical servers and virtualization.
Explores a new WPF 4.5 feature allowing event subscription via markup extensions, with a focus on MVVM pattern integration.