Tech Tip
Cannot Create System Repair Disc Error 0x80070057 With Windows 7 Professional x64
A simple fix to an annoying problem today. If you keep getting issues with creating a system repair disc under Windows 7, getting error 0x80070057, ...
Read More
Monotouch – Calling the App Store Review Page
A quick tip today for Monotouch developers wanting to invoke the App Store’s review page from within their app; UIApplication.SharedApplication.OpenUrl (new NSUrl ("itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=609326726")); And that’s ...
Read More
Monotouch and Testing iOS Apps in Testflight
When developing iOS apps in monotouch, you can distribute beta versions to your testers. They get installed on your user’s iOS devices over the air, ...
Read More
Installing Visual Basic 6.0 on Windows 7
If you have a legacy application written in Visual Basic 6.0, you will find it difficult to install Visual Basic 6.0 on recent versions of ...
Read More
Tech Tip: Excel and Subtotals
If you use SUM() in Excel to calculate totals, you may want to know about the SUBTOTAL() function, which does a similar job, butbetter. SUBTOTAL ...
Read More
Tech Tip: Google Chrome Download Error – Insufficient Permissions
If Google Chrome is failing to download any files, giving an insufficient permissions error, there’s a simple fix. The error is just what it says; for ...
Read More