<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Peter Boctor</title>
	<atom:link href="http://peter.boctor.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://peter.boctor.net</link>
	<description>Thoughts of a new entrepreneur</description>
	<lastBuildDate>Thu, 29 Jul 2010 23:26:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='peter.boctor.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/9bc20c974fc670e6b311dda98e3cd1ab?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>Peter Boctor</title>
		<link>http://peter.boctor.net</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://peter.boctor.net/osd.xml" title="Peter Boctor" />
	<atom:link rel='hub' href='http://peter.boctor.net/?pushpress=hub'/>
		<item>
		<title>Excluding build &amp; log folders from TextMate</title>
		<link>http://peter.boctor.net/2010/07/29/excluding-build-log-folders-from-textmate/</link>
		<comments>http://peter.boctor.net/2010/07/29/excluding-build-log-folders-from-textmate/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 23:26:59 +0000</pubDate>
		<dc:creator>Peter Boctor</dc:creator>
				<category><![CDATA[Ruby & Rails]]></category>
		<category><![CDATA[iPhoneDev]]></category>

		<guid isPermaLink="false">http://peter.boctor.net/?p=176</guid>
		<description><![CDATA[How many times have you done a Find in Project (Command-Shift-F) in TextMate and accidentally searched through your Rails development.log or your Xcode build files? TextMate tries to read these massive files and your whole machine grinds to a halt. I finally got tired of this and figured out how to configure TextMate to automatically [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peter.boctor.net&blog=2620782&post=176&subd=peterboctor&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>How many times have you done a Find in Project (Command-Shift-F) in TextMate and accidentally searched through your Rails development.log or your Xcode build files?</p>
<p>TextMate tries to read these massive files and your whole machine grinds to a halt. I finally got tired of this and figured out how to configure TextMate to automatically ignore these folders.</p>
<p>Go to TextMate&#8217;s Preferences -&gt; Advanced -&gt; Folder Pattern</p>
<p>Replace this default pattern:<br />
!.*/(\.[^/]*|CVS|_darcs|_MTN|\{arch\}|blib|.*~\.nib|.*\.(framework|app|pbproj|pbxproj|xcode(proj)?|bundle))$</p>
<p>with this pattern that adds an exclusion for folders named &#8216;build&#8217; or &#8216;log&#8217;:<br />
!.*/(\.[^/]*|CVS|_darcs|_MTN|\{arch\}|blib|.*~\.nib|.*\.(framework|app|pbproj|pbxproj|xcode(proj)?|bundle))|build|log$</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/peterboctor.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/peterboctor.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/peterboctor.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/peterboctor.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/peterboctor.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/peterboctor.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/peterboctor.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/peterboctor.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/peterboctor.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/peterboctor.wordpress.com/176/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peter.boctor.net&blog=2620782&post=176&subd=peterboctor&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://peter.boctor.net/2010/07/29/excluding-build-log-folders-from-textmate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dfad456f9e0753a53eeea065a06ddbdd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pboctor</media:title>
		</media:content>
	</item>
		<item>
		<title>iPhone/iPad vs Android</title>
		<link>http://peter.boctor.net/2010/07/29/iphone-ipad-vs-android/</link>
		<comments>http://peter.boctor.net/2010/07/29/iphone-ipad-vs-android/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 21:39:25 +0000</pubDate>
		<dc:creator>Peter Boctor</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://peter.boctor.net/?p=168</guid>
		<description><![CDATA[I started using the TweetDeck User Stream Preview today and instantly I was able to see how fast tweets were coming in for each column. I was especially struck by the speed difference between my iPhone/iPad column and my Android column:<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peter.boctor.net&blog=2620782&post=168&subd=peterboctor&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>I started using the <a href="http://blog.tweetdeck.com/trialling-twitter-at-the-speed-of-wow">TweetDeck User Stream Preview</a> today and instantly I was able to see how fast tweets were coming in for each column. I was especially struck by the speed difference between my iPhone/iPad column and my Android column:</p>
<p><a rel="qtposter" href="http://iphone-vs-android.s3.amazonaws.com/iphone_vs_android.mov"><br />
<img src="http://iphone-vs-android.s3.amazonaws.com/iphone_vs_android.jpg" /><br />
</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/peterboctor.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/peterboctor.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/peterboctor.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/peterboctor.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/peterboctor.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/peterboctor.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/peterboctor.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/peterboctor.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/peterboctor.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/peterboctor.wordpress.com/168/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peter.boctor.net&blog=2620782&post=168&subd=peterboctor&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://peter.boctor.net/2010/07/29/iphone-ipad-vs-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://iphone-vs-android.s3.amazonaws.com/iphone_vs_android.mov" length="327" type="video/quicktime" />
<enclosure url="http://iphone-vs-android.s3.amazonaws.com/iphone_vs_android.mov" length="327" type="video/quicktime" />
<enclosure url="http://iphone-vs-android.s3.amazonaws.com/iphone_vs_android.mov" length="327" type="video/quicktime" />
	
		<media:content url="http://1.gravatar.com/avatar/dfad456f9e0753a53eeea065a06ddbdd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pboctor</media:title>
		</media:content>

		<media:content url="http://iphone-vs-android.s3.amazonaws.com/iphone_vs_android.jpg" medium="image" />
	</item>
		<item>
		<title>Older versions of Xcode/iPhone SDK</title>
		<link>http://peter.boctor.net/2010/06/24/older-versions-of-xcode-iphone-sdk/</link>
		<comments>http://peter.boctor.net/2010/06/24/older-versions-of-xcode-iphone-sdk/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 22:55:16 +0000</pubDate>
		<dc:creator>Peter Boctor</dc:creator>
				<category><![CDATA[iPhoneDev]]></category>

		<guid isPermaLink="false">http://peter.boctor.net/?p=160</guid>
		<description><![CDATA[Every once in a while you have to compile an older project with an iPhone SDK you may no longer have installed. Apple removes links to the older versions even though the SDKs are still on their servers. Please note that you need to be logged into your iPhone Developer Account iPhone SDK 3.1 with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peter.boctor.net&blog=2620782&post=160&subd=peterboctor&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Every once in a while you have to compile an older project with an iPhone SDK you may no longer have installed. Apple removes links to the older versions even though the SDKs are still on their servers.</p>
<p>Please note that you need to be logged into your <a href="http://developer.apple.com/iPhone">iPhone Developer Account</a></p>
<ul>
<li><a href="http://developer.apple.com/iphone/download.action?path=/iphone/iphone_sdk_3.1__final/iphone_sdk_3.1_with_xcode_3.1_final__leopard__9m2809.dmg">iPhone SDK 3.1 with Xcode 3.1.4 Leopard (10.5.7)</a></li>
<li><a href="http://developer.apple.com/iphone/download.action?path=/iphone/iphone_sdk_3.1__final/iphone_sdk_3.1_with_xcode_3.2_final__snow_leopard__10a432.dmg">iPhone SDK 3.1 with XCode 3.2.1 for Snow Leopard (10.6)</a></li>
<li><a href="http://developer.apple.com/iphone/download.action?path=/iphone/iphone_sdk_3.1.3__final/iphone_sdk_3.1.3_with_xcode_3.1.4__leopard__9m2809a.dmg">iPhone SDK 3.1.3 with XCode 3.1.4 for Leopard (10.5.7)</a></li>
<li><a href="http://developer.apple.com/iphone/download.action?path=/iphone/iphone_sdk_3.1.3__final/iphone_sdk_3.1.3_with_xcode_3.2.1__snow_leopard__10m2003a.dmg">iPhone SDK 3.1.3 with XCode 3.2.1 for Snow Leopard (10.6)</a></li>
<li><a href="http://developer.apple.com/iphone/download.action?path=/iphone/iphone_sdk_3.2__final/xcode_3.2.2_and_iphone_sdk_3.2_final.dmg">iPhone SDK 3.2 with Xcode 3.2.2 for Snow Leopard (10.6)</a></li>
<li><a href="http://developer.apple.com/iphone/download.action?path=/iphone/iphone_sdk_4_gm_seed/xcode_3.2.3_and_iphone_sdk_4_gm_seed.dmg">iPhone SDK 4.0 with Xcode 3.2.3 for Snow Leopard (10.6.2)</a></li>
</ul>
<p>Update: Removed the older links that are no longer hosted on adcdownload.apple.com.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/peterboctor.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/peterboctor.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/peterboctor.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/peterboctor.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/peterboctor.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/peterboctor.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/peterboctor.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/peterboctor.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/peterboctor.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/peterboctor.wordpress.com/160/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peter.boctor.net&blog=2620782&post=160&subd=peterboctor&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://peter.boctor.net/2010/06/24/older-versions-of-xcode-iphone-sdk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dfad456f9e0753a53eeea065a06ddbdd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pboctor</media:title>
		</media:content>
	</item>
		<item>
		<title>iOS 4 ReadMe</title>
		<link>http://peter.boctor.net/2010/06/21/ios4readme/</link>
		<comments>http://peter.boctor.net/2010/06/21/ios4readme/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 17:18:19 +0000</pubDate>
		<dc:creator>Peter Boctor</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://peter.boctor.net/?p=158</guid>
		<description><![CDATA[iOS 4 Software Update This update contains over 100 new features, including the following: • Multitasking support for third-party apps* - Multitasking user interface to quickly move between apps - Support for audio apps to play in the background - VoIP apps can receive and maintain calls in the background or when device is asleep [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peter.boctor.net&blog=2620782&post=158&subd=peterboctor&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><strong>iOS 4 Software Update</strong></p>
<p>This update contains over 100 new features, including the following:</p>
<p>• Multitasking support for third-party apps*<br />
- Multitasking user interface to quickly move between<br />
apps<br />
- Support for audio apps to play in the background<br />
- VoIP apps can receive and maintain calls in the<br />
background or when device is asleep<br />
- Apps can monitor location and take action while<br />
running in the background<br />
- Alerts and messages can be pushed to apps using<br />
push and local notifications<br />
- Apps can complete tasks in the background<br />
• Folders to better organize and access apps<br />
• Home screen Wallpaper*<br />
• Mail improvements<br />
- Unified inbox to view emails from all accounts in one<br />
place<br />
- Fast inbox switching to quickly switch between<br />
different email accounts<br />
- Threaded messages to view multiple emails from the<br />
same conversation<br />
- Attachments can be opened with compatible third-<br />
party apps<br />
- Search results can now be filed or deleted<br />
- Option to select size of photo attachments<br />
- Messages in the Outbox can be edited or deleted<br />
• Support for iBooks and iBookstore (available from the<br />
App Store)<br />
• Photo and Camera improvements<br />
- 5x digital zoom when taking a photo**<br />
- Tap to focus during video recording**<br />
- Ability to sync Faces from iPhoto<br />
- Geo-tagged photos appear on a map in Photos<br />
• Ability to create and edit playlists on device<br />
• Calendar invitations can be sent and accepted wirelessly<br />
with supported CalDAV servers<br />
• Support for MobileMe calendar sharing<br />
• Suggestions and recent searches appear during a web<br />
search<br />
• Searchable SMS/MMS messages**<br />
• Spotlight search can be continued on web and Wikipedia<br />
• Enhanced location privacy<br />
- New Location Services icon in the status bar<br />
- Indication of which apps have requested your location<br />
in the last 24 hours<br />
- Location Services can be toggled on or off for<br />
individual apps<br />
• Automatic spellcheck<br />
• Support for Bluetooth keyboards*<br />
• iPod out to navigate music, podcasts and audiobooks<br />
through an iPod interface with compatible cars<br />
• Support for iTunes gifting of apps<br />
• Wireless notes syncing with IMAP-based mail accounts<br />
• Persistent WiFi connection to receive push notifications*<br />
• New setting for turning on/off cellular data only**<br />
• Option to display the character count while composing<br />
new SMS/MMS**<br />
• Visual Voicemail messages can be kept locally even if<br />
they have been deleted from the server**<br />
• Control to lock portrait orientation*<br />
• Audio playback controls for iPod and third-party audio<br />
apps*<br />
• New languages, dictionaries and keyboards<br />
• Accessibility enhancements*<br />
• Bluetooth improvements<br />
• Better data protection using the device passcode as an<br />
encryption key* (Requires full restore.)<br />
• Support for third-party Mobile Device Management<br />
solutions<br />
• Enables wireless distribution of enterprise applications<br />
• Exchange Server 2010 compatibility<br />
• Support for multiple Exchange ActiveSync accounts<br />
• Support for Juniper Junos Pulse and Cisco AnyConnect<br />
SSL VPN apps (available from the App Store)<br />
• More than 1,500 new developer APIs<br />
• Bug fixes</p>
<p>Products compatible with this software update:<br />
• iPhone 3G<br />
• iPhone 3GS<br />
• iPhone 4<br />
• iPod touch 2nd generation<br />
• iPod touch 3rd generation (late 2009 models with 32GB<br />
or 64GB)</p>
<p>* Requires iPhone 3GS, iPhone 4, and iPod touch 3rd generation.<br />
** Requires iPhone 3G, iPhone 3GS, and iPhone 4. SMS/MMS messaging and Visual Voicemail require support from your wireless carrier.</p>
<p>For feature descriptions and complete instructions, see the user guides for iPhone and iPod touch at:</p>
<p>http://support.apple.com/manuals/iphone</p>
<p>http://support.apple.com/manuals/ipodtouch</p>
<p>For more information about iPhone and iPod touch, go to:</p>
<p>http://www.apple.com/iphone</p>
<p>http://www.apple.com/ipodtouch</p>
<p>To troubleshoot your iPhone or iPod touch, or to view additional support information go to:</p>
<p>http://www.apple.com/support/iphone</p>
<p>http://www.apple.com/support/ipodtouch</p>
<p>For information on the security content of this update, please visit this website:</p>
<p>http://support.apple.com/kb/HT1222</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/peterboctor.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/peterboctor.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/peterboctor.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/peterboctor.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/peterboctor.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/peterboctor.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/peterboctor.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/peterboctor.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/peterboctor.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/peterboctor.wordpress.com/158/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peter.boctor.net&blog=2620782&post=158&subd=peterboctor&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://peter.boctor.net/2010/06/21/ios4readme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dfad456f9e0753a53eeea065a06ddbdd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pboctor</media:title>
		</media:content>
	</item>
		<item>
		<title>Searching for iPhone App Names</title>
		<link>http://peter.boctor.net/2010/02/26/searching-for-iphone-app-names/</link>
		<comments>http://peter.boctor.net/2010/02/26/searching-for-iphone-app-names/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 23:06:41 +0000</pubDate>
		<dc:creator>Peter Boctor</dc:creator>
				<category><![CDATA[Twitter]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhoneDev]]></category>

		<guid isPermaLink="false">http://peter.boctor.net/?p=144</guid>
		<description><![CDATA[iPhone OS 3.0 introduced Spotlight Search: Flick to the left and you can search through the apps you have installed as well as other things like contacts, calendars events, emails, songs and notes. For apps the iPhone OS will look at the app name that you see under it&#8217;s icon. So typing &#8216;bird&#8217; would find [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peter.boctor.net&blog=2620782&post=144&subd=peterboctor&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>iPhone OS 3.0 introduced <a href="http://www.apple.com/iphone/iphone-3gs/search.html">Spotlight Search</a>: Flick to the left and you can search through the apps you have installed as well as other things like contacts, calendars events, emails, songs and notes.</p>
<p>For apps the iPhone OS will look at the app name that you see under it&#8217;s icon. So typing &#8216;bird&#8217; would find the <a href="http://tr.im/PXcj">Birdfeed</a> app.</p>
<p>But the OS also looks at the name of the app as it appears in iTunes. <a href="http://tr.im/PXcj">Birdfeed&#8217;s</a> name in the app store is &#8220;Birdfeed &#8211; A very nice Twitter client&#8221;, which is why <a href="http://tr.im/PXcj">Birdfeed</a> shows up when you type &#8216;twitter&#8217;.</p>
<p><img src="http://peterboctor.files.wordpress.com/2010/02/spotlight.png?w=320&#038;h=480" alt="spotlight" title="spotlight" width="320" height="480" class="aligncenter size-full wp-image-145" /></p>
<p>When you download an app to your phone the .ipa file includes the actual app binary as well as an iTunesMetadata.plist file. This plist file contains the app&#8217;s name as it appears in iTunes.</p>
<p><a href="http://tr.im/PXcT">Tweetie</a> on the other hand doesn&#8217;t show up in the screen-shot above even though it is installed on the phone. <a href="http://tr.im/PXcT">Tweetie&#8217;s</a> name in the app store is &#8220;Tweetie 2&#8243; which doesn&#8217;t include the word &#8216;twitter&#8217;.</p>
<p style="text-align:center;"><a title="Follow us on Twitter" href="http://www.twitter.com/boctor"><img class="aligncenter" src="http://s.twimg.com/a/1253048135/images/business/follow/follow_twitter_button_c.png" alt="Follow us on Twitter" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/peterboctor.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/peterboctor.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/peterboctor.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/peterboctor.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/peterboctor.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/peterboctor.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/peterboctor.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/peterboctor.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/peterboctor.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/peterboctor.wordpress.com/144/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peter.boctor.net&blog=2620782&post=144&subd=peterboctor&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://peter.boctor.net/2010/02/26/searching-for-iphone-app-names/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dfad456f9e0753a53eeea065a06ddbdd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pboctor</media:title>
		</media:content>

		<media:content url="http://peterboctor.files.wordpress.com/2010/02/spotlight.png" medium="image">
			<media:title type="html">spotlight</media:title>
		</media:content>

		<media:content url="http://s.twimg.com/a/1253048135/images/business/follow/follow_twitter_button_c.png" medium="image">
			<media:title type="html">Follow us on Twitter</media:title>
		</media:content>
	</item>
		<item>
		<title>Troubleshooting A Wireless Network</title>
		<link>http://peter.boctor.net/2010/02/24/troubleshooting-a-wireless-network/</link>
		<comments>http://peter.boctor.net/2010/02/24/troubleshooting-a-wireless-network/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 22:15:48 +0000</pubDate>
		<dc:creator>Peter Boctor</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://peter.boctor.net/?p=138</guid>
		<description><![CDATA[I just finished helping a family member across the country with their wireless network setup. Neither the local ISP or Netgear technical support were able to help. Problem: An iMac plugged directly to a Netegear router via Ethernet connected to the Internet just fine, but a wireless connection from a MacBook didn&#8217;t work. First we [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peter.boctor.net&blog=2620782&post=138&subd=peterboctor&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>I just finished helping a family member across the country with their wireless network setup. Neither the local ISP or Netgear technical support were able to help.</p>
<p>Problem: An iMac plugged directly to a Netegear router via Ethernet connected to the Internet just fine, but a wireless connection from a MacBook didn&#8217;t work.</p>
<p>First we figured out that the router was a <a href="http://kb.netgear.com/app/products/model/a_id/2630">Netgear WPN824v3</a> and the devices we are trying to connect are an iMac, a MacBook and an iPhone.</p>
<p>The problem was that the MacBook was connected to the wireless network but wasn&#8217;t properly getting an IP address via DHCP.</p>
<p>We verified that plugging the Ethernet cable into the Macbook worked, so we knew that the Internet connection to the ISP worked fine, and the problem was only for wireless.</p>
<p>First we tried temporarily turning off all wireless security but that made no difference.</p>
<p>Next I found a simulation of the UI for that unit <a href="http://interface.netgear-forum.com/WPN824v2/">here</a>. This made it a lot easier to see what options were available for that router.</p>
<p>We changed the default password for the router and enabled Remote Management. Now I could log in to the router and see the router&#8217;s actual settings.</p>
<p>The first thing I noticed was that the Mode for the wireless network was set to &#8220;Auto 108Mbps&#8221;. Did this router support 802.11n? And did it work with the built-in Airport card? A couple of Google searches turned up no answer.</p>
<p>So next I decided to try to get things working with just 802.11g.<br />
First I set the Mode to &#8220;g and b&#8221; and set the Channel to &#8220;Auto&#8221;. That didn&#8217;t change anything. The MacBook could still connect to the wireless network, but not get an IP address.</p>
<p>Under Advanced/Wireless Settings I noticed an &#8220;108Mbps Settings&#8221; area. I checked &#8220;Disable Advanced 108Mbps Features&#8221; and un-checked &#8220;Enable eXtended Range(XR) Feature&#8221;</p>
<p>Success! The Macbook could now successfully get a DHCP IP address!</p>
<p>Before finishing, we made sure that the bottom of the router had a piece of paper with the router&#8217;s password and we disabled the router&#8217;s Remote Management feature and re-enabled the WPA2 password and re-verified that everything was still working as expected. We also made sure that the iPhone could also connect without any problems.</p>
<p>Happy Troubleshooting!</p>
<p style="text-align:center;"><a href="http://www.twitter.com/boctor" title="Follow us on Twitter"><img alt="Follow us on Twitter" src="http://s.twimg.com/a/1253048135/images/business/follow/follow_twitter_button_c.png" class="aligncenter" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/peterboctor.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/peterboctor.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/peterboctor.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/peterboctor.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/peterboctor.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/peterboctor.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/peterboctor.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/peterboctor.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/peterboctor.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/peterboctor.wordpress.com/138/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peter.boctor.net&blog=2620782&post=138&subd=peterboctor&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://peter.boctor.net/2010/02/24/troubleshooting-a-wireless-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dfad456f9e0753a53eeea065a06ddbdd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pboctor</media:title>
		</media:content>

		<media:content url="http://s.twimg.com/a/1253048135/images/business/follow/follow_twitter_button_c.png" medium="image">
			<media:title type="html">Follow us on Twitter</media:title>
		</media:content>
	</item>
		<item>
		<title>Exploring iPhone view hierarchies</title>
		<link>http://peter.boctor.net/2009/11/20/exploring-iphone-view-hierarchies/</link>
		<comments>http://peter.boctor.net/2009/11/20/exploring-iphone-view-hierarchies/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 05:44:45 +0000</pubDate>
		<dc:creator>Peter Boctor</dc:creator>
				<category><![CDATA[iPhoneDev]]></category>

		<guid isPermaLink="false">http://peter.boctor.net/?p=131</guid>
		<description><![CDATA[Sometimes it&#8217;s useful to quickly see all the subviews of an iPhone view. Perhaps you&#8217;re debugging a problem in one of your views or trying to understand the inner workings of one of the built in views. You can simply iterate over a view&#8217;s subviews, but then you won&#8217;t see subviews deeper than one level. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peter.boctor.net&blog=2620782&post=131&subd=peterboctor&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Sometimes it&#8217;s useful to quickly see all the subviews of an iPhone view.</p>
<p>Perhaps you&#8217;re debugging a problem in one of your views or trying to understand the inner workings of one of the built in views.</p>
<p>You can simply iterate over a view&#8217;s subviews, but then you won&#8217;t see subviews deeper than one level. You need a method that recursively walks the hierarchy.</p>
<p>Luckily Apple has already done this with an undocumented <a href="http://ericasadun.com/iPhoneDocs312/interface_u_i_view%28_u_i_debugging%29.html">UIDebugging category on UIView</a> that makes this very easy: <strong>recursiveDescription</strong></p>
<p>At the gdb prompt in the Xcode debugger you can say:</p>
<p><code>p [[self view] recursiveDescription]</code></p>
<p>and instantly see a description of the entire view hierarchy.</p>
<p style="text-align:center;"><a href="http://www.twitter.com/boctor" title="Follow us on Twitter"><img alt="Follow us on Twitter" src="http://s.twimg.com/a/1253048135/images/business/follow/follow_twitter_button_c.png" class="aligncenter" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/peterboctor.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/peterboctor.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/peterboctor.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/peterboctor.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/peterboctor.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/peterboctor.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/peterboctor.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/peterboctor.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/peterboctor.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/peterboctor.wordpress.com/131/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peter.boctor.net&blog=2620782&post=131&subd=peterboctor&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://peter.boctor.net/2009/11/20/exploring-iphone-view-hierarchies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dfad456f9e0753a53eeea065a06ddbdd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pboctor</media:title>
		</media:content>

		<media:content url="http://s.twimg.com/a/1253048135/images/business/follow/follow_twitter_button_c.png" medium="image">
			<media:title type="html">Follow us on Twitter</media:title>
		</media:content>
	</item>
		<item>
		<title>Removing Twitter followers</title>
		<link>http://peter.boctor.net/2009/09/28/removing-twitter-followers/</link>
		<comments>http://peter.boctor.net/2009/09/28/removing-twitter-followers/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 19:07:24 +0000</pubDate>
		<dc:creator>Peter Boctor</dc:creator>
				<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://peter.boctor.net/?p=108</guid>
		<description><![CDATA[Did you know that it&#8217;s possible to remove someone from your followers without blocking them? Normally when you visit your list of followers these are the options available to you: But after you protect your twitter account and mark it private, the options change to include the remove option: Selecting &#8220;Remove&#8221; shows this alert and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peter.boctor.net&blog=2620782&post=108&subd=peterboctor&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:left;">Did you know that it&#8217;s possible to remove someone from your followers without blocking them?</p>
<p style="text-align:left;">Normally when you visit your list of <a href="http://twitter.com/followers">followers</a> these are the options available to you:</p>
<p style="text-align:left;"><img class="size-full wp-image-110 aligncenter" title="No Remove option" src="http://peter.boctor.net/wp-content/uploads/2009/09/remove_twitter_user_missing.png" alt="No Remove option" width="202" height="112" /><br />
But after you protect your twitter account and mark it private, the options change to include the remove option:</p>
<p style="text-align:left;"><img class="size-full wp-image-109  aligncenter" title="Remove a follower" src="http://peter.boctor.net/wp-content/uploads/2009/09/remove_twitter_user.png" alt="Remove a follower" width="202" height="134" /></p>
<p style="text-align:left;">Selecting &#8220;Remove&#8221; shows this alert and after you click OK, poof that user is no longer following you:</p>
<p style="text-align:left;"><img class="aligncenter size-full wp-image-114" title="Confirm removing a follower" src="http://peterboctor.files.wordpress.com/2009/09/confirm_remove_twitter_user.png?w=490&#038;h=148" alt="Confirm removing a follower" width="490" height="148" /></p>
<p style="text-align:left;">This nifty option is also available from the API, though it is undocumented:</p>
<blockquote>
<p style="text-align:left;">curl -u user:password -d &#8221; http://twitter.com/friendships/destroy/59648642.xml</p>
</blockquote>
<p style="text-align:left;">Here is a patch to <a href="http://addictedtonew.com/about/">John Nunemaker&#8217;s</a> <a href="http://twitter.rubyforge.org/">Twitter gem</a> that adds this functionality:</p>
<blockquote>
<p style="text-align:left;">module Twitter<br />
&nbsp;&nbsp;class Base<br />
&nbsp;&nbsp;&nbsp;&nbsp;def friendship_remove(id)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;perform_post(&#8220;/friendships/remove/#{id}.xml&#8221;)<br />
&nbsp;&nbsp;&nbsp;&nbsp;end<br />
&nbsp;&nbsp;end</p></blockquote>
<p style="text-align:left;">And here is a quick Ruby Script that removes all the followers of a user:</p>
<blockquote>
<p style="text-align:left;">#!/usr/bin/ruby -rubygems<br />
require &#8216;twitter&#8217;</p>
<p>module Twitter<br />
&nbsp;&nbsp;class Base<br />
&nbsp;&nbsp;&nbsp;&nbsp;def friendship_remove(id)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;perform_post(&#8220;/friendships/remove/#{id}.xml&#8221;)<br />
&nbsp;&nbsp;&nbsp;&nbsp;end<br />
&nbsp;&nbsp;end</p>
<p>auth = Twitter::HTTPAuth.new(&#8216;user&#8217;, &#8216;password&#8217;)<br />
twitter = Twitter::Base.new(auth)</p>
<p>twitter.follower_ids.each do |follower_id|<br />
&nbsp;&nbsp;begin<br />
&nbsp;&nbsp;&nbsp;&nbsp;twitter.friendship_remove(follower_id)<br />
&nbsp;&nbsp;rescue =&gt; err<br />
&nbsp;&nbsp;&nbsp;&nbsp;puts &#8220;#{err} for follower #{follower_id}&#8221;<br />
&nbsp;&nbsp;&nbsp;&nbsp;next<br />
&nbsp;&nbsp;end<br />
end</p></blockquote>
<p style="text-align:center;"><a href="http://www.twitter.com/boctor" title="Follow us on Twitter"><img alt="Follow us on Twitter" src="http://s.twimg.com/a/1253048135/images/business/follow/follow_twitter_button_c.png" class="aligncenter" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/peterboctor.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/peterboctor.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/peterboctor.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/peterboctor.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/peterboctor.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/peterboctor.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/peterboctor.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/peterboctor.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/peterboctor.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/peterboctor.wordpress.com/108/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peter.boctor.net&blog=2620782&post=108&subd=peterboctor&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://peter.boctor.net/2009/09/28/removing-twitter-followers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dfad456f9e0753a53eeea065a06ddbdd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pboctor</media:title>
		</media:content>

		<media:content url="http://peter.boctor.net/wp-content/uploads/2009/09/remove_twitter_user_missing.png" medium="image">
			<media:title type="html">No Remove option</media:title>
		</media:content>

		<media:content url="http://peter.boctor.net/wp-content/uploads/2009/09/remove_twitter_user.png" medium="image">
			<media:title type="html">Remove a follower</media:title>
		</media:content>

		<media:content url="http://peterboctor.files.wordpress.com/2009/09/confirm_remove_twitter_user.png" medium="image">
			<media:title type="html">Confirm removing a follower</media:title>
		</media:content>

		<media:content url="http://s.twimg.com/a/1253048135/images/business/follow/follow_twitter_button_c.png" medium="image">
			<media:title type="html">Follow us on Twitter</media:title>
		</media:content>
	</item>
		<item>
		<title>Twitter now supports @ symbol in URLs</title>
		<link>http://peter.boctor.net/2009/09/17/twitter-now-supports-symbol-in-urls/</link>
		<comments>http://peter.boctor.net/2009/09/17/twitter-now-supports-symbol-in-urls/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 00:22:13 +0000</pubDate>
		<dc:creator>Peter Boctor</dc:creator>
				<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://peter.boctor.net/?p=99</guid>
		<description><![CDATA[It looks like Twitter is making lots of little changes on their site. They&#8217;ve added new colorful default profile images,  rolled out some design tweaks and now they allow the @ symbol in URLs. Previously if you tried twitter.com/@boctor or twitter.com/@tweetslounge you&#8217;d get an error. But now that link works just fine. Handy for those [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peter.boctor.net&blog=2620782&post=99&subd=peterboctor&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:left;">It looks like Twitter is making lots of little changes on their site.</p>
<p style="text-align:left;">They&#8217;ve added <a href="http://peter.boctor.net/2009/09/15/new-twitter-profile-images/">new colorful default profile images</a>,  <a href="http://www.techcrunch.com/2009/09/17/twitter-rolls-out-some-design-tweaks-for-web-app/">rolled out some design tweaks</a> and now they allow the @ symbol in URLs.</p>
<p style="text-align:left;">Previously if you tried <a href="http://twitter.com/@boctor">twitter.com/@boctor</a> or <a href="http://twitter.com/@tweetslounge">twitter.com/@tweetslounge</a> you&#8217;d get an error. But now that link works just fine.</p>
<p style="text-align:left;">Handy for those times you&#8217;re copying and pasting and accidentally keep the  symbol</p>
<p style="text-align:left;">A welcome change from the brown!</p>
<p style="text-align:center;"><a title="Follow us on Twitter" href="http://www.twitter.com/boctor"><img class="aligncenter" src="http://s.twimg.com/a/1253048135/images/business/follow/follow_twitter_button_c.png" alt="Follow us on Twitter" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/peterboctor.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/peterboctor.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/peterboctor.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/peterboctor.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/peterboctor.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/peterboctor.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/peterboctor.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/peterboctor.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/peterboctor.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/peterboctor.wordpress.com/99/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peter.boctor.net&blog=2620782&post=99&subd=peterboctor&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://peter.boctor.net/2009/09/17/twitter-now-supports-symbol-in-urls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dfad456f9e0753a53eeea065a06ddbdd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pboctor</media:title>
		</media:content>

		<media:content url="http://s.twimg.com/a/1253048135/images/business/follow/follow_twitter_button_c.png" medium="image">
			<media:title type="html">Follow us on Twitter</media:title>
		</media:content>
	</item>
		<item>
		<title>New Twitter profile images</title>
		<link>http://peter.boctor.net/2009/09/15/new-twitter-profile-images/</link>
		<comments>http://peter.boctor.net/2009/09/15/new-twitter-profile-images/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 00:12:30 +0000</pubDate>
		<dc:creator>Peter Boctor</dc:creator>
				<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://peter.boctor.net/?p=72</guid>
		<description><![CDATA[If you&#8217;ve used Twitter at all you&#8217;ve seen the original default profile image that Twitter assigns you when you first join: Now it looks like along with their home page redesign they have a set of new images. It appears that the colors are randomly assigned: A welcome change from the brown!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peter.boctor.net&blog=2620782&post=72&subd=peterboctor&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:left;">If you&#8217;ve used Twitter at all you&#8217;ve seen the original default profile image that Twitter assigns you when you first join:</p>
<p style="text-align:center;"><img class="size-full wp-image-73    aligncenter" title="Default Profile Image" src="http://peterboctor.files.wordpress.com/2009/09/default_profile_bigger.png?w=73&#038;h=73" alt="Default Profile Image" width="73" height="73" /></p>
<p style="text-align:left;">Now it looks like along with their home page redesign they have a set of new images. It appears that the colors are randomly assigned:</p>
<p></p>
<table>
<tr>
<td><img title="Default profile 1" src="http://peterboctor.files.wordpress.com/2009/09/default_profile_1_bigger.png?w=72&#038;h=72" alt="Default profile 1" width="72" height="72" /></td>
<td><img title="Default profile 2" src="http://peterboctor.files.wordpress.com/2009/09/default_profile_2_bigger.png?w=72&#038;h=72" alt="Default profile 2" width="72" height="72" /></td>
<td><img title="Default profile 3" src="http://peterboctor.files.wordpress.com/2009/09/default_profile_3_bigger.png?w=72&#038;h=72" alt="Default profile 3" width="72" height="72" /></td>
</tr>
<tr>
<td><img title="Default profile 4" src="http://peterboctor.files.wordpress.com/2009/09/default_profile_4_bigger.png?w=72&#038;h=72" alt="Default profile 4" width="72" height="72" /></td>
<td><img title="Default profile 5" src="http://peterboctor.files.wordpress.com/2009/09/default_profile_5_bigger.png?w=72&#038;h=72" alt="Default profile 5" width="72" height="72" /></td>
<td><img title="Default profile 6" src="http://peterboctor.files.wordpress.com/2009/09/default_profile_6_bigger.png?w=72&#038;h=72" alt="Default profile 6" width="72" height="72" /></td>
</tr>
</table>
<p></p>
<p style="text-align:left;">A welcome change from the brown!</p>
<p style="text-align:center;"><a title="Follow us on Twitter" href="http://www.twitter.com/boctor"><img class="aligncenter" src="http://s.twimg.com/a/1253048135/images/business/follow/follow_twitter_button_c.png" alt="Follow us on Twitter" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/peterboctor.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/peterboctor.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/peterboctor.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/peterboctor.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/peterboctor.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/peterboctor.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/peterboctor.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/peterboctor.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/peterboctor.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/peterboctor.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=peter.boctor.net&blog=2620782&post=72&subd=peterboctor&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://peter.boctor.net/2009/09/15/new-twitter-profile-images/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dfad456f9e0753a53eeea065a06ddbdd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pboctor</media:title>
		</media:content>

		<media:content url="http://peterboctor.files.wordpress.com/2009/09/default_profile_bigger.png" medium="image">
			<media:title type="html">Default Profile Image</media:title>
		</media:content>

		<media:content url="http://peterboctor.files.wordpress.com/2009/09/default_profile_1_bigger.png" medium="image">
			<media:title type="html">Default profile 1</media:title>
		</media:content>

		<media:content url="http://peterboctor.files.wordpress.com/2009/09/default_profile_2_bigger.png" medium="image">
			<media:title type="html">Default profile 2</media:title>
		</media:content>

		<media:content url="http://peterboctor.files.wordpress.com/2009/09/default_profile_3_bigger.png" medium="image">
			<media:title type="html">Default profile 3</media:title>
		</media:content>

		<media:content url="http://peterboctor.files.wordpress.com/2009/09/default_profile_4_bigger.png" medium="image">
			<media:title type="html">Default profile 4</media:title>
		</media:content>

		<media:content url="http://peterboctor.files.wordpress.com/2009/09/default_profile_5_bigger.png" medium="image">
			<media:title type="html">Default profile 5</media:title>
		</media:content>

		<media:content url="http://peterboctor.files.wordpress.com/2009/09/default_profile_6_bigger.png" medium="image">
			<media:title type="html">Default profile 6</media:title>
		</media:content>

		<media:content url="http://s.twimg.com/a/1253048135/images/business/follow/follow_twitter_button_c.png" medium="image">
			<media:title type="html">Follow us on Twitter</media:title>
		</media:content>
	</item>
	</channel>
</rss>