Software DevelopmentRooting the Cruz T301 TabletThe other day, woot.com was selling the Cruz T301 tablet—a 7” Android 2.2 device—for $60. The stock OS was a customized version of Android…
Software DevelopmentProjection Mapping Class resultsLast week I took a course on projection mapping at the Center for Design and Innovation. It was 6 days, 3 hours per day, and I learned a LOT…
Software DevelopmentManually running MongoDB in KubuntuWhen I am developing against MongoDB I don’t want the server to run all the time and use up my memory. Instead, what I do is manually start…
Software DevelopmentTarget SQL Server and SQL CE with the same Entity Framework objects while using Sync FrameworkWhen developing a sometimes-disconnected application in .NET, you have the ability to create a “local data cache” (Sql CE file) and then…
Software DevelopmentForce Restart in LinuxWhen the computer freezes (as has happened multiple times under Ubuntu w/Unity to me), press
Software DevelopmentAccessViolationException, EntryPointNotFoundException, and Change Tracking Error on SyncAgent.Synchronize()Recently I was working on a data-driven application which needed to continue operating in sometimes-disconnected environments. In theory…