NSXMLElement & NSXMLNode categories to share.

Continue reading NSXMLElement & NSXMLNode categories to share.

I have been working on an application that uses NSXML classes to parse HTML sites and massage them for use as an eBook. I created a couple of handy categories for NSXMLElement and NSXMLNode to make my life easier.
NSXMLNode
I found that when doing XPATH searches through the source. I usually was only looking for one [...]

read more

NWPickerField, a combo box for the iPhone.

Continue reading NWPickerField, a combo box for the iPhone.

I was working on a project and needed a way to pick an expiration date for credit card processing and wanted to use the same control for choosing a state. The solution I came up with is a read-only picker field that uses the UIPickerView for input instead of the keyboard.
The idea was to have [...]

read more

iPhoto2PBase source now available

Continue reading iPhoto2PBase source now available

The iPhoto2PBase source is now available via github. The url is http://github.com/scottandrew/iPhoto2PBase/tree/master.
To download the source install git and enter the following into the console.
git clone git://github.com/scottandrew/iPhoto2PBase.git

read more

iPhoto2PBase now free!!!

Continue reading iPhoto2PBase now free!!!

iPhoto2PBase is now free. (Product page coming soon)

iPhoto2BPase is an iPhoto plug-in that allows you to upload your photos to your PBase account.

The plug-in allows you to:

Create new galleries (nested or at the root)
Upload unlimited number of photos
Edit the title and description of you photos.
See the status of your PBase account
Resize your images before upload
Convert [...]

read more