Posts tagged Developer

iPhone Object Animation using Transform, Scale, and Alpha

0
iPhone Animation is surprisingly simple. To initiate and run an animation in Xcode you only need the following code...

LexisNexis InterAction CRM .NET API (5.6 SP4)

0
I recently had the opportunity to start a project involving the build of a custom interface into LexisNexis's InterAction CRM. In the past I would go straight to the pre-built web services which the vendor provides out of the box, however with version 5.3+ you can now take advantage of the .NET API.

Creating a .plist file from SQL using XMLTextWriter (C#)

0
Before doing anything else, manually create a quick example of what your .plist file will look like in Xcode, and then view it as XML. Take note of the structure to gain an understanding of how .plist files are formed. Once you’ve done that, go ahead into Visual Studio

The Sitecore Blog Module

8
Sitecore is one of the leading providers of CMS (Content Management System) solutions and recently they launched an open module called EviBlog enabling you to host a corporate blog within your existing Sitecore environment.

Adding a UIViewController to the MainWindow of your iPhone App (SDK 4)

0
Adding a UIViewController to a XIB file is easy. Too easy in fact, because there are a slew of other processes that are not obvious to an inexperienced iOS developer but are required to get the thing to actually work.
Go to Top