mourfield.com
ASP.NET MVC Mobile ViewEngines Available on Nuget | Peter Mourfield's Blog
http://www.mourfield.com/2011/09/asp-net-mvc-mobile-viewengines-available-on-nuget
Peter Mourfield's Blog. ASPNET MVC Mobile ViewEngines Available on Nuget. September 4, 2011. Lately, I’ve been spending my spare time helping with Nerd Dinner open source project. The other day Scott Hanselman annouced the latest release of Nerd Dinner, one of the fixes he mention was as fixing a release-mode caching bug that was introduced a few years back. Also, Phil Haack published the ASP.NET MVC 4 Roadmap, one of the announced improvements was better mobile application support. The Nerd Dinner proje...
eventbrite.com
Augusta Developer's Guild March 2012 Meeting Tickets, Tue, Mar 27, 2012 at 11:30 AM | Eventbrite
http://www.eventbrite.com/e/augusta-developers-guild-march-2012-meeting-tickets-3047971565
Invalid quantity. Please enter a quantity of 1 or more. The quantity you chose exceeds the quantity available. Please enter your name. Please enter an email address. Please enter a valid email address. Please enter your message or comments. Please enter the code as shown on the image. Please select the date you would like to attend. Please enter an email address. Please enter a valid email address in the To: field. Please enter a subject for your message. Please enter a message. Your card expiration date...
mourfield.com
Speaking | Peter Mourfield's Blog
http://www.mourfield.com/category/speaking
Peter Mourfield's Blog. Hanselminutes: Making your first PhoneGap Application with Peter Mourfield. February 2, 2012. I was interviewed recently by Scott Hanselman about the technology that I used in building the Trail To Eagle app. The podcast is available at http:/ www.hanselminutes.com/304/making-your-first-phonegap-application-with-peter-mourfield . I’m moderating at TechEd 2011. May 3, 2011. And we’ll share how […]. Important events before Tech-Ed 2011. April 18, 2011. There are a few important even...
mourfield.com
Miscellaneous | Peter Mourfield's Blog
http://www.mourfield.com/category/miscellaneous
Peter Mourfield's Blog. Solving Facebook Programming Puzzles using Ruby. April 1, 2011. I really enjoy solving puzzles. That’s probably what drove me to becoming a software developer. So I was thrilled to learn that Facebook has a series of programming puzzles. Once you solve a puzzle, you email your code to Facebook and they email you back your results. What follows are the steps that I took […]. How to send a email message using Telnet. September 1, 2010. Strict Standards: Only variables should be pass...
mourfield.com
Mobile | Peter Mourfield's Blog
http://www.mourfield.com/category/mobile
Peter Mourfield's Blog. Introducing GeoRacing: Augmented Reality iBeacons. March 29, 2015. GeoRacing is an outdoor adventure sport where participants use compatible devices to race through a course of geo-located checkpoints. Once a racer has completed a course their results can be uploaded to the race website. These results may be used for rankings or other social interactions. A course is made up of a series of geo-located […]. Using jQuery Mobile with ASP.NET MVC. March 2, 2011. Strict Standards: Only...
mourfield.com
Refactoring Nerd Dinner – Adding Knockout JS | Peter Mourfield's Blog
http://www.mourfield.com/2012/07/refactoring-nerd-dinner-adding-knockout-js
Peter Mourfield's Blog. Refactoring Nerd Dinner – Adding Knockout JS. July 24, 2012. Ever wonder what Knockout JS. Since it’s going to be a part of the default ASP.NET template in VS2012 I figured that I should take a look. AND what better project to try something new in than Nerd Dinner. The Popular Dinners list in the Home/Index view is already using jQuery to get JSON data and dynamically building the list, this seems like the perfect candidate to refactor to use knockout. NerdDinner. renderDinner...
mourfield.com
Hey Microsoft, please extend ASP.NET MVC 4 View Redirection! | Peter Mourfield's Blog
http://www.mourfield.com/2011/07/hey-microsoft-please-extend-asp-net-mvc-4-view-redirection
Peter Mourfield's Blog. Hey Microsoft, please extend ASP.NET MVC 4 View Redirection! July 21, 2011. There is a lot of discussion going on in the web development world around how to best support mobile devices. Post ‘ A Better ASP.NET MVC Mobile Device Capabilities ViewEngine. Is an interesting look on how to do view redirection using a combination of a custom view engine with extension methods in ASP.NET MVC. Post ‘ Mobile Views in ASP.NET MVC3. Describes how the StackExchange. And finally, Phil Haack.
mourfield.com
Resolving database issues with Nerd Dinner | Peter Mourfield's Blog
http://www.mourfield.com/2011/09/resolving-database-issues-with-nerd-dinner
Peter Mourfield's Blog. Resolving database issues with Nerd Dinner. September 7, 2011. Since releasing the latest version of Nerd Dinner into the wild, we’ve had some reports of people having a variety of issues either getting or working with the databases in the source branch. Hopefully, this post will help clear up some of those issues. Data Source=myServerAddress;Initial Catalog=myDataBase;User Id=myUsername;Password=myPassword;MultipleActiveResultSets=True;. Next, If you’re getting this error:. The d...
mourfield.com
pete | Peter Mourfield's Blog
http://www.mourfield.com/author/pete
Peter Mourfield's Blog. Introducing GeoRacing: Augmented Reality iBeacons. March 29, 2015. GeoRacing is an outdoor adventure sport where participants use compatible devices to race through a course of geo-located checkpoints. Once a racer has completed a course their results can be uploaded to the race website. These results may be used for rankings or other social interactions. A course is made up of a series of geo-located […]. Consuming a WebApi Asynchronously in Xamarin iOS. September 9, 2013. Strict...