Tweets.Take(5)
- Seems like @FlyFrontier and @United are in a battle for crappiest online reservation systems. #ItsNotThatHard #WhenWillAmazonStartAnAirline 1 day ago
- Mountains + Lake = ;-) instagr.am/p/LLxocLm5-J/ 2 days ago
- The view from here... Yesterday these were hard to see b/c of smoke instagr.am/p/LIktZxm579/ 3 days ago
- It's amazing how much you learn by actually building something that's "just complex enough" to reveal corner cases 1 week ago
- Success with ASP.NET MVC4 ApiControllers *in Areas* (req custom IHttpControllerFactory), and Autofac. #OnTheShouldersOfGiants 1 week ago
-
Recent Posts
Categories
Meta
Category Archives: Uncategorized
Zen and the Art of ServerObjectExtensions
I was going to cook up a full SOE example, but that was going to take way more time that I don’t have, so here’s the abridged version – just the major points… Projects in the Solution SOE’s have … Continue reading
Posted in Uncategorized
Leave a comment
Re-mixing the Flex Sample Viewer
The ESRI Flex Sample Viewer is a great starting point for creating map centric RIA’s. The widgetized nature of the starter kit facilitates significant re-use of components, and there are a couple dozen plug-and-play components available from the Flex Code … Continue reading
Posted in Uncategorized
2 Comments
Usability for Emergency Response Applications
I finally got around to loading a video of my talk on Usability in Emergency Response Applications, given at the ESRI South West User Group (SWUG) meeting. In this talk I give a walk-through of an app we built using … Continue reading
Posted in Uncategorized
Leave a comment
Using Log4Net in ArcMap COM Extensions/Commands etc
I was building an edit task for ArcMap today, and got to a point where I had the geometry operations solid (using Test-Driven-Development for them) but when I got to iterating over sets of real data, I though it would … Continue reading
Posted in Uncategorized
4 Comments
Speaking at ESRI SWUG Next Week…
Just a quick note that I’ll be giving two talks next week at the ESRI South West Users Group (#SWUG09) meeting in Pueblo, Colorado. It will be nice to attend another conference that I don’t have to fly to! I’ll … Continue reading
Posted in Uncategorized
Leave a comment
GeoGeek.tv: Talkin Flex with Royce Simpson
UPDATE: Apparently Royce has been slammed by the flu and will be re-scheduling – we’ll still talk Flex, and other random stuff though Tomorrow, Oct 9th, we will be chatting with Royce Simpson, the developer who built the award winning … Continue reading
Posted in Uncategorized
Leave a comment
Rethinking Conferences
Over the last year I’ve been to many geo-conferences, and been privileged enough to speak at most of them. However, I think that there is something amiss in the current conference landscape. To quote Mark Frost in Fortune Magazine… We’ve … Continue reading
Posted in Uncategorized
2 Comments
Creating GeoGeekTV: Domain Model, Controllers and Views
Now that we have the look and feel stubbed out, it’s time to build out the rest of the site. Since nearly every page is data driven to some extent, the best place to start is with the domain objects. … Continue reading
Posted in Uncategorized
Leave a comment
Creating GeoGeekTV.com: Implementing the Design
Welcome back to my on-going series about the creation of GeoGeekTV.com. With the solution set up, it’s time to setup the master page. For this site I’m using the 960 grid system (960.gs). This is a super easy to use … Continue reading
Posted in Uncategorized
Leave a comment
Creating GeoGeekTV.com: Solution Setup
Welcome back to my on-going series about the creation of GeoGeekTV.com. Now that I’ve got the routes all setup, it’s time to setup the solution. Typically I break things up into (at least) 4 projects: Site, Domain, Data and Fakes. … Continue reading
Posted in Uncategorized
Leave a comment