<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Noorse Lijster 19</title>
	<atom:link href="http://www.noorselijster19.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.noorselijster19.com</link>
	<description>Living in the Dutch mountains</description>
	<lastBuildDate>Sat, 04 Feb 2012 09:22:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Using ShareKit For Twitter Sharing Only</title>
		<link>http://www.noorselijster19.com/2011/03/ios/using-sharekit-for-twitter-sharing-only/</link>
		<comments>http://www.noorselijster19.com/2011/03/ios/using-sharekit-for-twitter-sharing-only/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 14:05:59 +0000</pubDate>
		<dc:creator>Bart Bruijnesteijn</dc:creator>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Example]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[ObjC]]></category>
		<category><![CDATA[ShareKit]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.noorselijster19.com/?p=508</guid>
		<description><![CDATA[Example iOS project for iOS using both ShareKit to share a tweet from your application preceeded by a fixed hashtag. The example is using xAuth authentication which requires approval from Twitter.
Steps to create the project:

Download the lastest version of ShareKit
Create a project based on the Windows template
Add the ShareKit folder to your project
Add the ShareKit [...]]]></description>
		<wfw:commentRss>http://www.noorselijster19.com/2011/03/ios/using-sharekit-for-twitter-sharing-only/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Combine TabBar and SplitView</title>
		<link>http://www.noorselijster19.com/2011/03/ios/combine-tabbar-and-splitview/</link>
		<comments>http://www.noorselijster19.com/2011/03/ios/combine-tabbar-and-splitview/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 19:37:20 +0000</pubDate>
		<dc:creator>Bart Bruijnesteijn</dc:creator>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Example]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[ObjC]]></category>
		<category><![CDATA[SplitView]]></category>
		<category><![CDATA[TabBar]]></category>

		<guid isPermaLink="false">http://www.noorselijster19.com/?p=490</guid>
		<description><![CDATA[Example iOS project for iPad using both TabBar and the SplitView Controller.
Steps to create the project:

Create project using the SplitViewController project template
Create project using the TabBar project template
Copy the RootViewController.* and DetailedViewController.* files from the SplitViewController project into the TabBar project
I renamed the DetailedViewController.* files into ThirdViewController.*
Open the MainWindow.xib of the TabBar project and add [...]]]></description>
		<wfw:commentRss>http://www.noorselijster19.com/2011/03/ios/combine-tabbar-and-splitview/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Totem Poles &#8211; Royal British Columbia Museum &#8211; Vancouver</title>
		<link>http://www.noorselijster19.com/2011/03/photography/totem-poles/</link>
		<comments>http://www.noorselijster19.com/2011/03/photography/totem-poles/#comments</comments>
		<pubDate>Sat, 12 Mar 2011 17:30:24 +0000</pubDate>
		<dc:creator>Bart Bruijnesteijn</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Canada]]></category>
		<category><![CDATA[Totem poles]]></category>
		<category><![CDATA[Vancouver]]></category>
		<category><![CDATA[Vancouver Island]]></category>

		<guid isPermaLink="false">http://www.noorselijster19.com/?p=485</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://www.noorselijster19.com/2011/03/photography/totem-poles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Localize Using User Defined Language</title>
		<link>http://www.noorselijster19.com/2011/03/ios/localize-using-user-defined-language/</link>
		<comments>http://www.noorselijster19.com/2011/03/ios/localize-using-user-defined-language/#comments</comments>
		<pubDate>Sat, 12 Mar 2011 11:21:05 +0000</pubDate>
		<dc:creator>Bart Bruijnesteijn</dc:creator>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Example]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Localization]]></category>
		<category><![CDATA[NSLocalization]]></category>
		<category><![CDATA[ObjC]]></category>

		<guid isPermaLink="false">http://www.noorselijster19.com/?p=445</guid>
		<description><![CDATA[Example iOS project displaying text in English (default) or Dutch depending on the user defined language  settings.
The first time the application will use the English language. The user can switch between English and Dutch using the segmented control. The selected language is persisted in NSUserDefaults and used the next time to initialize the language [...]]]></description>
		<wfw:commentRss>http://www.noorselijster19.com/2011/03/ios/localize-using-user-defined-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Localized FAQ with Search capability</title>
		<link>http://www.noorselijster19.com/2011/03/ios/localized-frequently-asked-questions/</link>
		<comments>http://www.noorselijster19.com/2011/03/ios/localized-frequently-asked-questions/#comments</comments>
		<pubDate>Fri, 11 Mar 2011 14:48:02 +0000</pubDate>
		<dc:creator>Bart Bruijnesteijn</dc:creator>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Example]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Localization]]></category>
		<category><![CDATA[NSLocalization]]></category>
		<category><![CDATA[ObjC]]></category>
		<category><![CDATA[Searchbox]]></category>

		<guid isPermaLink="false">http://www.noorselijster19.com/?p=428</guid>
		<description><![CDATA[Example iOS project displaying FAQ in English (default) or Dutch depending on the iPhone international settings.
The example uses both the localized information stored in Core Data. The attribute names are also localized to retrieve the information using NSLocalizedString method.
After initial startup &#8220;Press +&#8221; to populate the database.
The application lists the FAQ categories and the detailed [...]]]></description>
		<wfw:commentRss>http://www.noorselijster19.com/2011/03/ios/localized-frequently-asked-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.644 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-08 03:55:49 -->

