Check Out Dave's New game for iPhone and iPod Touch: Smiled Out!

Archive for August, 2009

Distance Between Two Latitude and Longitude Points in SQL Server

Posted in SQL on August 28th, 2009 by Dave Andrews – Be the first to comment

I had to create a process to search locations within a given radius recently. I found this page which describes the Haversine formula to calculate distances. I implemented this as a SQL Server Function to calculate the distance.

read more »

Learn to Program Table of Contents

Posted in Programming in Python on August 27th, 2009 by Dave Andrews – Be the first to comment

I’ve gotten the majority of the Learn To Program series Table of Contents uploaded. The content for those pages will be posted 9ver time, probably over the next month or so.

Table of Contents

Check back here for updates!

Welcome to My Blog/Microblog

Posted in The Beginning on August 27th, 2009 by Dave Andrews – Be the first to comment

Welcome to my blog! This will include my personal programming stuff as well as my Twitter micro-blog.

Please check back for content, as I have several multi-post entries lined up!

  1. Writing a chat server in C#
  2. Drawing on a form in C#
  3. Loading files into SQL Server
  4. More to come…