SharePoint 2010 & PowerShell: Creating the Farm
A technical guide on using PowerShell scripts to create and configure a new SharePoint 2010 server farm, including database setup and central administration.
A technical guide on using PowerShell scripts to create and configure a new SharePoint 2010 server farm, including database setup and central administration.
How to install and use the MvcSiteMapProvider library for ASP.NET MVC 2 projects using the NuPack package manager in Visual Studio 2010.
An article on designing cost-effective applications for Windows Azure, focusing on the unique financial considerations of cloud computing.
A critique of the notmuch email tagging tool, arguing that IMAP with Sieve filtering is a superior, server-side solution for email management.
A guide to analyzing large Java heap dumps using Eclipse Memory Analyzer (MAT) to diagnose OutOfMemoryError issues.
Explains how to dynamically add methods to Python classes or instances using types.MethodType, covering bound and unbound methods.
Explains how to use lambda expressions with Entity Framework's Include method for type-safe eager loading, avoiding string-based property paths.
A guide to dynamically adjusting log levels at runtime using JMX and Spring, with a custom namespace example.
SQL Azure requires a clustered index on every table. This article provides a query to identify tables missing one.
Slide deck presentation on running PHP applications on the Windows and Azure platforms, from a tech conference session.
Slides and code from a 2010 Remix session on building and deploying a Silverlight application to Windows Azure cloud platform.
A SharePoint 2010 PowerShell script for creating Host Header Site Collections fails to automatically create the required IIS binding, requiring a manual workaround.
Developer adds asynchronous Gravatar support to Gnus email client, detailing the implementation and community feedback.
Explains how to use Windows Azure Diagnostics with PHP to collect and analyze logs, traces, and performance counters from cloud applications.
Explores the design principle that tools with limited, well-defined options foster greater user intimacy and enduring value than feature-packed alternatives.
A developer details their contributions to the Gnus email/news reader for Emacs, including patches for HTML rendering, IMAP support, and icon functionality.
Announcing the release of django-taggit 0.9, a Django app for tagging, with new features, bug fixes, and breaking changes.
A developer solves a TortoiseSVN authentication issue caused by using the svn:// protocol instead of https:// for commits.
A programmer details their journey back to using Vim as their primary text editor after years with TextMate, explaining the efficiency gains and core concepts.
Microsoft announces Windows Azure Companion, a tool for deploying popular PHP applications like WordPress to the Azure cloud platform.