Sharing Knowledge
Posts tagged tutorial
Creating a .plist file from SQL using XMLTextWriter (C#)
01 year ago
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
Nesting a Repeater in an Ajax Toolkit Accordion
31 year ago
Adding an ASP.Net Repeater to a web page is a fairly easy task, however I recently ran into a brick wall when I nested this control within an AjaxToolkit Accordion. Although the Repeater control can be referenced as an object in the class, it cannot be manipulated.
Requirements for Developing an iPhone App
01 year ago
by Dave Yules
in iPhone and iPad
What does one need to know to develop and iPhone App?