July 8, 2010

Developer Launches HTML5 Coding Start-Up

Former Apple developer and co-creator of SproutCore has started a new company called Strobe Digital Publishing. The company will continue to develop the SproutCore tools for building rich Web applications and offer training. However, SproutCore itself will remain open source. “Every so often a few technology trends converge that yield

Apple Blocks Mobile App Developer

While it hasn’t released many details about the incident, Apple has confirmed that it has removed all of developer Thuat Nguyen’s apps from the App Store. Approximately 400 users complained that their iTunes accounts had been fraudulently used to buy his Nguyen’s apps. That activity helped push his apps to

Microsoft Unveils WebMatrix Web Development Suite

Microsoft has taken the wraps off WebMatrix, a new free all-in-one solution for Web development on Windows. The package combines three new products released last week–IIS Developer Express (a Web server), SQL Server Compact Edition (a free database), and ASP.NET “Razor” (a streamlined ASP.NET templating language)—along with a new development

iPhone Programming: Using the Scroll View

One of the most common questions I hear often during an iPhone development course is how do you populate your View window with more views than what you can see on the View window? The obvious answer is to use a UIScrollView and then add all other views into it.