Support My Ride to Conquer Cancer

Support My Ride to Conquer Cancer The Rio Tinto Ride to Conquer Cancer is a cycling journey throughout Queensland’s scenic countryside that I’m embarking on to fight cancer. It will be a challenge in a number of ways, but with my bike, my helmet, and your generosity, a real impact will be made! Contribute to … Read more

How do you test a web UI ?

We all understand the importance of a good testing framework, Test Driven Development (TDD) significantly reduces the maintenance cost of software and provides for cleaner, tidier code, but what about the UI elements of a web site or HTML5/JS Application? what’s involved in running tests on different browsers, different operating systems and devices? I recently … Read more

Mobile Evolution: Obj-C –> TypeScript with DevExtreme

It still amazes me, the number of developers who have put writing mobile apps into the ‘too hard’ basket. The scenario is the same around the world… someone at a corporate level decides it would be cool to have an ‘app’, but when you start looking into it, well, it’s a nightmare. There is framework … Read more

100% DX – What’s New for 13.2

It’s no secret that I think an application should be built with one set of tools, I’ve been running the 100% DX challenge for 18 months now, so imagine how excited I am about the 13.2 release of the DevExpress controls!!! There are so many new things to be delivered it’s like Christmas came early. … Read more

Azure, iOS and enterprise deployment

If you want to deploy an iOS application provisioned under an enterprise license on an IIS box the steps are simple enough: – Create a folder where the .ipa file will be stored such as \inetpub\wwwroot\myApp – Create a manifest (.plist) file, here is an example of what that should look like [code language=”xml”] <?xml … Read more