Blog page 3

Git, GitHub, and GitFlow at PhxJUG

It was my pleasure to present the follow-up to Thinking in Git, “Git, GitHub, and GitFlow” at the Phoenix Java Users’ Group last night....

Backbone.JS presentation at Phoenix JavaScript Meetup

It’s my pleasure to present Backbone.JS at this evening’s Phoenix JavaScript Meetup. Backbone is a great library for achieving separation of concerns in client-side code....

Git on-premise hosting

All else being equal, you should use GitHub (http://www.github.com/) for Git hosting. GitHub is indeed a cloud-hosted git repository, but it’s so much more than that....

Comparing version control systems: SVN, HG, and GIT

It was my pleasure to talk about version control systems: svn (subversion), hg (mercurial), and git at the NWVDNUG....

Git Tools for Windows

I get asked from time to time what tools I would install to use Git on Windows....

HTML5: A Primer

It was my pleasure to speak at the Phoenix Java User Group this evening, discussing HTML5....

IIS Express /protocol:https

IIS Express is awesome, a great upgrade from Cassini. It supports https, Windows Authentication, persistent sites even if Visual Studio is closed, command-line launching, it’s great....

Moving to IIS Express and https

I’ve been asked a few times to help people move from their current use of the Web Development Server to https....

Both Forms Authentication and Basic Authentication

The question was asked: Given an asp.net application that in itself uses Forms Authentication, what is the best practice for securing a public-facing demo site such that nobody who is not in the “in crowd” can see the site at all?...

Elmah: return the ErrorId from Signal.Raise()

ELMAH is an awesome error logging framework for ASP.NET. It provides both an elegant way of capturing errors, and an elegant way of displaying them later....
3