<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6" -->
<rss version="0.92">
<channel>
	<title>Iphone Noob</title>
	<link>http://iphone.zcentric.com</link>
	<description>Learn to program for the Iphone with me</description>
	<lastBuildDate>Thu, 09 Oct 2008 18:33:02 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>View Images like Photos.app</title>
		<description><![CDATA[Make sure you have JSON Framework installed first.
This is a continuation of Using threads for a JSON request
So right now we have four rows in our table. Each row has a image. So what if we want to view all the images at once. I really like viewing images at my own time. So I [...]]]></description>
		<link>http://iphone.zcentric.com/2008/10/08/view-images-like-photosapp/</link>
			</item>
	<item>
		<title>Add a Wiggle</title>
		<description><![CDATA[This will be a continuation of Multiple Objects and UITouch
If you do a long touch in the main section of the iPhone on a icon you will notice the icons will wiggle. This shows the user they can be deleted or moved around. So lets try to mimic that as best we can and when [...]]]></description>
		<link>http://iphone.zcentric.com/2008/09/23/add-a-wiggle/</link>
			</item>
	<item>
		<title>Multiple Objects and UITouch</title>
		<description><![CDATA[Here is a bit of a continuation of Working with UITouch
Please follow that tutorial first. We will be using the source code from that as our starting point. So once you have the source code in Xcode open up touchViewController.h and we need to add in one new outlet for our second image.
So we want the [...]]]></description>
		<link>http://iphone.zcentric.com/2008/09/22/multiple-objects-and-uitouch/</link>
			</item>
	<item>
		<title>Access the Address Book</title>
		<description><![CDATA[I got a request on how do I access the address book in the iPhone. So I took around 30 minutes to learn how and here is how we will do it. 
First create a new View-Based Application and call it addressBook.

Now the first thing we want to do is setup the 4 IBOutlets and the 1 [...]]]></description>
		<link>http://iphone.zcentric.com/2008/09/19/access-the-address-book/</link>
			</item>
	<item>
		<title>Working with UITouch</title>
		<description><![CDATA[So here is a quick post on how to work with a UITouch. This tutorial will put a UIImageView on a view and then when you touch around the image view will be placed where you touch.
So lets start out by creating a new project and and use a View Based application as shown below.

Now [...]]]></description>
		<link>http://iphone.zcentric.com/2008/09/09/working-with-uitouch/</link>
			</item>
	<item>
		<title>Change background of a UITableViewCell</title>
		<description><![CDATA[I was asked this question by a co-worker on how to do this. My first answer was when you init the cell just set the backgroundColor but that did not work at all. 
If you followed my other tutorials and have a custom UITableViewCell open that file and in the initWithFrame method you want the [...]]]></description>
		<link>http://iphone.zcentric.com/2008/09/08/change-background-of-a-uitableviewcell/</link>
			</item>
	<item>
		<title>Post a UIImage to the web</title>
		<description><![CDATA[So here is something a lot of people have been wondering to do in the forums. How do I take a UIImage or any image and post it to a website. So this will go over how to do that.
There are two ways to tackle this issue. One we can base64 encode the file and [...]]]></description>
		<link>http://iphone.zcentric.com/2008/08/29/post-a-uiimage-to-the-web/</link>
			</item>
	<item>
		<title>Using a UIImagePickerController</title>
		<description><![CDATA[Apple allows you great access into the images you have taken with your camera or saved on the phone via Safari or such. It also allows you to load up the camera very easily in your code to take pictures from your application. 
So the first thing we want to do is start a new [...]]]></description>
		<link>http://iphone.zcentric.com/2008/08/28/using-a-uiimagepickercontroller/</link>
			</item>
	<item>
		<title>Using threads for a JSON request</title>
		<description><![CDATA[Make sure you have JSON Framework installed first.
This is a continuation of Post JSON to a webservice
So if you are writting your webservice application and you have to wait a few seconds to make the request and get the response you will notice that your main application gets locked up. This is due to having [...]]]></description>
		<link>http://iphone.zcentric.com/2008/08/28/using-threads-for-a-json-request/</link>
			</item>
	<item>
		<title>Post JSON to a webservice</title>
		<description><![CDATA[Make sure you have JSON Framework installed first.
This is a continuation of UIImageView in a custom cell
Here is a simple little code snippet on how to post some JSON to a webservice.
NSString *requestString = [NSString stringWithFormat:@"json=%@", [loginDict JSONFragment], nil];
NSData *requestData = [NSData dataWithBytes: [requestString UTF8String] length: [requestString length]];
NSMutableURLRequest *request = [[NSMutableURLRequest alloc] initWithURL: [NSURL URLWithString: [...]]]></description>
		<link>http://iphone.zcentric.com/2008/08/28/post-json-to-a-webservice/</link>
			</item>
</channel>
</rss>
