Apple iPad : Change links in Google Reader to point to full HTML webpage
This recipe is a quickie for those new iPad owners who use Google Reader to view their RSS Feeds. Since the iPad’s Agent String is similar to an iPhone/iPod Touch, when you go to your Google Reader page you will be redirected to Google’s Mobile Version.
iPad: How to Configure and Use Picture Frame Mode to Display Photos
When your not using your iPad, it makes an excellent picture frame to display your favorite digital images. By using Picture Frame Mode, you can cycle through selected images and add some life to your otherwise boring desk.
Create NSIndexPath for UITableView in iPhone/iPad App
Once you get past basic table view applications on the iPhone or iPad, you may run into the need to create an instance of NSIndexPath. NSIndexPath is an interesting class that stores the path to get to something in a nested set of collections. In an iPhone UITableView application, NSIndexPath is central as it provides a reference to the section of the table and the specific row of interest. There is a trick to creating an instance yourself. Read on to find out how.