RSS

Archive for the ‘Software Development’ Category

Picking Images with the iPhone SDK UIImagePickerController

Wednesday, March 19th, 2008 Posted in Software Development, iPhone | 18 Comments »

The UIImagePickerController is the class you use when you want to import a picture from the iPhone photo library into your application. You can also use this class to open an interface that will allow you to take a picture ...

iPhone SDK Simulator Limitations

Monday, March 17th, 2008 Posted in Software Development, iPhone | 1 Comment »

I've been playing a lot with the iPhone SDK and the "Aspen" iPhone Simulator. The simulator works great for testing standard application features like navigating through views and pressing buttons. Where the simulator is severely lacking is in testing with ...

iPhone Development: Objective-C Primer

Tuesday, March 11th, 2008 Posted in Software Development, iPhone | 1 Comment »

This article is a summary of what I learned from reading Learning Objective-C: A Primer on the Apple iPhone developer web site. You'll probably need to be registered and logged in to the Apple developer web site to access this ...

Creating a Web Page Tweaking Helper Tool(Part 3)

Monday, March 10th, 2008 Posted in Software Development, Trails, Utilities | No Comments »

In this article we will add a profile dialog box to the Trails Web Tweaker applicaiton. This dialog box will be opened from the File - New..., Open... and Change... main menu options. Step 1 - In the Solution Explorer window ...

Creating a Web Page Tweaking Helper Tool(Part 2)

Sunday, March 9th, 2008 Posted in Software Development, Trails, Utilities | No Comments »

You can consider this Trail as beginner level. Those experienced with Visual Studio may want to skip ahead.  I will be developing this application in C# using Visual Studio 2008. I generally use the professional edition but will be using the express edition ...

Creating a Web Page Tweaking Helper Tool(Part 1)

Saturday, March 8th, 2008 Posted in Software Development, Trails, Utilities | No Comments »

  This is my first Trail. What is a Trail? A Trail is what I’m calling a series of articles centered around a specific project or task such as building a software application, configuration a piece of software, working with some kind of hardware, etc. I will take ...