Creating a new SQL Server DB user is one of those tasks I do often enough that I get frustrated that I don’t remember how to do it, but not often enough to actually remember it. And for some reason,…
Creating a new SQL Server DB user is one of those tasks I do often enough that I get frustrated that I don’t remember how to do it, but not often enough to actually remember it. And for some reason,…
In the previous chapter of this story I talked about prototyping my 37 App – an app I’m building to help me learn new, not so common words. I had mentioned a database that would contain the words, their definitions…
I want to increase my vocabulary, there’s an app for that, right? Well, there are several, but none did what I wanted. My Spanish teacher back in college told us once that you need to hear a word 37 times…
I feel like I’m looking up how to do things in Git more often than anything else. It’s all sunshine and roses if all you do is make changes, commit them, and solve a few merge conflicts here and there.…
With the introduction of Data Driven Pages, ESRI has made creating Map Books a breeze. You create the index layer which represents a grid, enable data driven pages, export to PDF and you have Map Book. Details here: http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00sr00000006000000 But what…