-
Recent Posts
Recent Comments
Twitter Updates
- If you like tinkering with the Arduino, Netduino then you got to check out the Electric Imp! http://t.co/lxiQJk2p 1 day ago
- I'm attending That Conference 2012 -- http://t.co/KPdNFA2k 2 days ago
- I'll be learning to code this weekend for free thanks to @codeschool and @cloudspokes. http://t.co/4yigfZxc 3 days ago
Archives
- October 2011
- July 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
Categories
- .net
- .netmf
- agile
- ajax
- arduino
- asp.net
- best practice
- build
- business logic
- c#
- ci
- css
- dasBlog
- data access
- design
- di
- engineering
- geolocation
- GoDaddy
- hardware
- heartland
- html
- javascript
- jQuery
- linq
- linux
- mac
- mapping
- mono
- mr marky
- mvc
- mysql
- netduino
- nhibernate
- ninject
- paint.net
- photogallery
- php
- preso
- product review
- python
- release
- Remote Desktop
- repository
- security
- silverlight
- subversion
- technology
- testing
- tools
- Uncategorized
- VISTA
- visual studio
- WCF
- web
- web service
- WIN32
- WIN7
- winform
- wordpress
- wp7
Meta
Monthly Archives: August 2010
Truck Tracker Is Live
I have deployed the Truck Tracker application to here for now: http://bobcravens.com/trucktracker/ The application is built using the following technologies: ASP.NET MVC Google Maps API v.3 jQuery DotNetOpenAuth MySQL NHibernate Ninject The intent of the application is to create a … Continue reading
Posted in arduino, asp.net, geolocation, jQuery, mvc, nhibernate, ninject
10 Comments
Making The Web Growl Using jQuery
I really like how the Growl application for the Mac works. It provides a notification framework that all applications can use. I often find my self needing to display notifications to the user in my web applications. For instance, when … Continue reading
Posted in Uncategorized
3 Comments
Create a GPS Data Logger Using The Arduino
Recently I have been developing an application that leverages GPS tracking. The high-level concept is to track mobile assets via GPS tracking. Each asset will have a GPS unit installed that logs its location. With the availability of low cost … Continue reading
Posted in arduino, geolocation, hardware
9 Comments
OpenID and OAuth using DotNetOpenAuth in ASP.NET MVC
I have an ASP.NET MVC application that I would like to have both public and private features. Typically this is done by implementing an authentication / authorization gateway to gain access to the private features. Previously I blogged on an … Continue reading
Posted in asp.net, mvc, security
25 Comments
A Rubber Band Selection Highlight Box For The Web
I recently released a web presentation framework that includes a handy highlighting feature. Below is a video of the highlighting feature in action. flowplayer(“player”, “http://bobcravens.com/vids/flowplayer/flowplayer-3.2.2.swf”, { clip: { url: “http://bobcravens.com/vids/rubberband/rubberband.mov”, autoBuffering: true, autoPlay: false } }); I also provided a … Continue reading
Posted in css, html, jQuery, javascript
Leave a comment