Archive for January, 2012


Hierarchy for WordPress

Monday, January 9th, 2012

Excited about this new WordPress plugin by Jonathan Christopher called Hierarchy: Hierarchy allows you to (optionally) remove CPT items from the Admin Menu and integrate them within a Page-like hierarchical view labeled “Content”. I can say that nearly every client I have built a WordPress site has had at least some initial confusion regarding posts, [...]


Deploy a .NET Project using TeamCity and Git

Thursday, January 5th, 2012

I was thrown headfirst into a .NET development environment, and didn’t have time to learn the proper way to setup such a thing. Hence, my deployment process looked like this: Build on a development server Commit my code changes Log into live server Pull down code changes Include any new files into the Visual Studio [...]