<?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>Gordon Banks&#187; Wordpress</title>
	<atom:link href="http://kayakingcolorado.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://kayakingcolorado.com</link>
	<description>WordPress  Hosting and Development</description>
	<lastBuildDate>Thu, 10 May 2012 22:09:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Getting iPhone HD Video Online</title>
		<link>http://kayakingcolorado.com/iphone/iphone-hd-video-vimeo/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=iphone-hd-video-vimeo</link>
		<comments>http://kayakingcolorado.com/iphone/iphone-hd-video-vimeo/#comments</comments>
		<pubDate>Fri, 24 Feb 2012 19:23:14 +0000</pubDate>
		<dc:creator>Gordon</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[1080]]></category>
		<category><![CDATA[4S]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[vimeo]]></category>
		<category><![CDATA[VimeoPlus]]></category>

		<guid isPermaLink="false">http://kayakingcolorado.com/?p=4207</guid>
		<description><![CDATA[I recently upgraded my iPhone to the 4S model, where Apple has upgraded the camera chip and lens design for improved photography including; being able to capture HD 1080p video. This post attempts to cover the process of getting the iPhone&#8217;s new HD 1080p video to a WordPress site. Related to this topic, I wrote [...]]]></description>
			<content:encoded><![CDATA[<p>I recently upgraded my iPhone to the 4S model, where Apple has upgraded the camera chip and lens design for improved photography including; being able to capture HD 1080p video. This post attempts to cover the process of getting the iPhone&#8217;s new HD 1080p video to a WordPress site. Related to this topic, I wrote a similar post called <a title="Getting good video with Vimeo" href="http://kayakingcolorado.com/web_development/vimeo-review/">Getting Good Video with Vimeo</a>.</p>
<p><a href="http://kayakingcolorado.com/2009/wp-content/uploads/2012/02/vimeo-hd.png"><img class="alignright size-full wp-image-4239" title="vimeo-hd" src="http://kayakingcolorado.com/2009/wp-content/uploads/2012/02/vimeo-hd.png" alt="" width="200" height="52" /></a>Getting video online and into WordPress is more involved than moving iPhone images to a WordPress site. Firstly, you should realize that source video content should not be uploaded directly to your WordPress Media Library. Video content is data heavy and especially with HD quality video, you need a streaming video server, a standard Apache server with a WordPress installation can&#8217;t serve that much video data to your viewers. The server limitation is addressed by setting up a video stream service from You Tube or Vimeo. The solution is to embed the video&#8217;s URL into your WordPress post and a video player will pull optimized video content from the streaming server. Optimized video can have many parameters, compressed MP4 video would be a video format that allows for compression and is optimized to stream efficiently from a steaming server. You Tube or Vimeo will provide video streaming for free, but if you plan on providing HD quality video to your viewers, then you will need to upgrade to a paid streaming account. I purchased a Vimeo Plus account for $60 a year. With the Plus upgrade, Vimeo provides me with better video rendering and the capability to upload 1080p source video. Without a Plus account, Vimeo limits free-accounts to only limited HD 720p uploads. Don&#8217;t mess with the a free account if your goal is HD content on your site. All the quality HD content I have viewed on Vimeo have been contributed by authors with &#8220;Plus&#8221; status.</p>
<div id="attachment_4295" class="wp-caption alignright" style="width: 310px"><a href="http://kayakingcolorado.com/2009/wp-content/uploads/2012/02/imovie_import.png"><img class="size-medium wp-image-4295" title="imovie_import" src="http://kayakingcolorado.com/2009/wp-content/uploads/2012/02/imovie_import-300x248.png" alt="" width="300" height="248" /></a><p class="wp-caption-text">iMovie&#39;s video cam import options</p></div>
<p>Getting your iPhone video clips to your video editing application, in my case; iMovie, requires connecting your iPhone with a USB cable, and importing the clips with the video cam import button. There is also a wireless method of sending an <a href="http://kayakingcolorado.com/iphone/messages-mac/">iMessage</a> to yourself with the desired video clip attached. Note: iCloud syncs only photos, not video, so iCloud is not an importing option to your Mac. Importing a lot of video into iMovie can be time consuming because iMovie must first generate thumbnail images of the imported video. I use the QuickTime player to do an initial edit of the poor clips, importing only video with potential into iMovie.</p>
<p>Uploading your finalized project within iMovie to Vimeo is easy just select Vimeo from the  Sharing Menu. Generally, you want to upload the best source video to Vimeo that you have, so click the  HD 720p or HD 1080p format. Then, from your Vimeo Plus account, you should review and select all your video settings to create your custom defaults. Take the time and create a preset theme for your video player, this will keep all instances of the video player looking and operating consistently within your WordPress site. Vimeo Plus users have additional video settings that basic accounts do not have, including; which domains can show your videos, as well as, hiding them from the Vimeo.com site. Many additional HD options with Vimeo are covered on their <a href="http://vimeo.com/faq#what_is_hd">FAQ</a> page.</p>
<p>The last step in getting your video online and into your WordPress post is the embedding step. I have not found a good WordPress plugin for importing Vimeo content yet, so you need to copy the necessary code snippet into your post editor in HTML mode. There are three ways to do this:</p>
<ol>
<li>Paste the Vimeo URL into your post.</li>
<li>Use the Vimeo shortcode and an associated WordPress plugin.</li>
<li>Copy and paste the Vimeo iframe embed code into your post editor.</li>
</ol>
<div id="attachment_4238" class="wp-caption alignright" style="width: 210px"><a href="http://kayakingcolorado.com/2009/wp-content/uploads/2012/02/iphone_video2.png"><img class="size-medium wp-image-4238" title="iphone_video2" src="http://kayakingcolorado.com/2009/wp-content/uploads/2012/02/iphone_video2-200x300.png" alt="" width="200" height="300" /></a><p class="wp-caption-text">Universal embed player on iPhone WordPress post</p></div>
<p>Don&#8217;t use the first two, because they may not include the universal embed code and they may fail to scale your videos properly in mobile devices and tablet devices like an iPad. It will also ensure that the proper size and format (Flash vs. HTML5) is streamed to your device, letting Vimeo deal with the various sizes, devices, and formats required on the Internet. The iframe embedding HTML code is found in the embedding panel (Get Embed Code link) of your video&#8217;s settings when logged into your Vimeo.com account. You can reuse this code snippet for future video posts replacing the Vimeo id number and adjusting the width and height if desired.</p>
<p>OK, now the reality check from Vimeo:</p>
<p>&#8220;Note while 1080p is higher resolution, please be aware that it can take significant resources on your viewers&#8217; computer and may cause choppy playback.&#8221;</p>
<p>You&#8217;ve got this awesome HD 1080 video content online but your viewers may not have the internet bandwidth, computer horsepower, or monitor resolution to see the video&#8217;s HD quality. HD 1080p video has twice as much data as HD 720p video. From my tests, it is very difficult to see the difference in quality between 720p and 1080p, unless your viewers enlarge your video to full screen mode and my guess is that most viewers don&#8217;t know about this option unless they are specifically reminded to view in full screen mode. It may make sense to provide just HD 720 video to your audience unless they are from South Korea and can pull down 50MB/sec. On the flip side, 1080p seems to be a standard resolution for many large screen electronics, so you might want to get your video content ready for the future.</p>
<p><iframe src="http://player.vimeo.com/video/36972963?title=0&amp;byline=0&amp;portrait=0&amp;color=556B5A" frameborder="0" width="640" height="360"></iframe></p>
<p><a href="http://kayakingcolorado.com/2009/wp-content/uploads/2012/02/1080specs.png"><img class="alignleft size-full wp-image-4258" title="1080specs" src="http://kayakingcolorado.com/2009/wp-content/uploads/2012/02/1080specs.png" alt="" width="318" height="128" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://kayakingcolorado.com/iphone/iphone-hd-video-vimeo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Genesis Framework</title>
		<link>http://kayakingcolorado.com/wordpress/genesis-framework/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=genesis-framework</link>
		<comments>http://kayakingcolorado.com/wordpress/genesis-framework/#comments</comments>
		<pubDate>Sun, 12 Feb 2012 23:39:46 +0000</pubDate>
		<dc:creator>Gordon</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[genesis]]></category>
		<category><![CDATA[studiopress]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[Twenty Eleven]]></category>

		<guid isPermaLink="false">http://kayakingcolorado.com/?p=4083</guid>
		<description><![CDATA[I am trying a new theme/framework called Genesis. In an effort to avoid having older posts be buried by newer posts, this theme design tries to emulate a magazine layout. By configuring, the homepage with a feature slider widget, I can direct the browser to older posts that might not be displayed on the homepage [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://kayakingcolorado.com/2009/wp-content/uploads/2012/02/genesis_theme.png"><img class="alignright  wp-image-4084" title="genesis_theme" src="http://kayakingcolorado.com/2009/wp-content/uploads/2012/02/genesis_theme-1024x986.png" alt="" width="295" height="283" /></a>I am trying a new theme/framework called Genesis. In an effort to avoid having older posts be buried by newer posts, this theme design tries to emulate a magazine layout. By configuring, the homepage with a feature slider widget, I can direct the browser to older posts that might not be displayed on the homepage anymore. There are also two feature lists (under the feature slider) that serve the same purpose; linking readers to hidden content. Hopefully this new design will make better use of valuable home page real estate and let users quickly discover what my web site is all about. Let me know what you think. In the future post, I am going to write about my migration from WordPress&#8217; default Twenty Eleven theme to the Genesis framework.</p>
]]></content:encoded>
			<wfw:commentRss>http://kayakingcolorado.com/wordpress/genesis-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhoto Photography to WordPress Photo Gallery</title>
		<link>http://kayakingcolorado.com/iphone/iphoto-photography-to-wordpress-photo-gallery/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=iphoto-photography-to-wordpress-photo-gallery</link>
		<comments>http://kayakingcolorado.com/iphone/iphoto-photography-to-wordpress-photo-gallery/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 18:00:15 +0000</pubDate>
		<dc:creator>Gordon</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[bikepacking]]></category>
		<category><![CDATA[FTP on the Go]]></category>
		<category><![CDATA[HDR]]></category>
		<category><![CDATA[light weight camping gear]]></category>
		<category><![CDATA[outdoor]]></category>
		<category><![CDATA[pano]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://kayakingcolorado.com/?p=2483</guid>
		<description><![CDATA[The best photography happens for me when I carry a small camera in my pocket at all times. The camera chip on my older iPhone was horrible and I deemed it unacceptable. The new camera chip (5 mega pixel) included within the iPhone 4 motivated me to upgrade from my older iPhone. A secondary goal [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_2521" class="wp-caption alignleft" style="width: 260px"><a href="http://kayakingcolorado.com/2009/wp-content/uploads/2010/09/camera_gallery3.png"><img class="size-full wp-image-2521" title="camera_gallery3" src="http://kayakingcolorado.com/2009/wp-content/uploads/2010/09/camera_gallery3.png" alt="" width="250" height="243" /></a><p class="wp-caption-text">iPhone camera to WordPress photo gallery</p></div>
<p>The best photography happens for me when I carry a small camera in my pocket at all times. The camera chip on my older iPhone was horrible and I deemed it unacceptable. The new camera chip (5 mega pixel) included within the iPhone 4 motivated me to upgrade from my older iPhone. A secondary goal was to eliminate my point and shoot Canon Powershot  camera and carry just one camera; in my phone. I have always liked my Powershot, but having a decent camera integrated  into a smart phone is just so much more practical and convenient when you want to travel simple and light. The whole process of getting pictures online can be accomplished with one device now. This post covers how I take iPhone pictures and upload them into a <a href="http://wordpress.org/">WordPress</a> site with a <a href="http://wordpress.org/extend/plugins/nextgen-gallery/">NextGen</a> photo gallery.</p>
<p>Here are the challenges: You have a bunch of trip pics that need to be uploaded, possibly image enhanced, resolution corrected, add a text image description, and finally, thumb-nailed and sorted within a photo gallery on a WordPress post or page. You might not have a computer or a wifi connection, and maybe you want to upload additional pics to your photo gallery as your trip progresses. The following process is how I get my photos online into my WordPress trip post.</p>
<p>Before I leave on a trip, I create a standard WordPress post for my trip. I also create a Nextgen photo gallery for my trip. Next, I embed the NextGen photo gallery into my WordPress post. Initially, I might not have any images for my photo gallery. As I start accumulating  photos of my trip, I upload my desired images to my WordPress server and FTP them into the desired NextGen gallery folder (yourdomain.com/wp-content/gallery/mytripfolder/). The only step I need to do in the WordPress/NextGen admin is to have the NextGen plugin scan for any new images uploaded recently. NextGen will scan my gallery folder for new pictures; resizing them, and creating the necessary gallery thumbnail images.</p>
<p>Below is a NextGen photo gallery of pics all taken with the iPhone 4 camera. If I need a wide angle shot, I use the <a href="http://debaclesoftware.com/">Pano</a> iPhone application. Pano can stitched together multiple pictures to create the wide panorama pictures you see in the gallery. The iPhone&#8217;s camera lens is flat and not optically adjustable, so the zooming function is created digitally; which usually results in poor image quality.</p>
<p>With the iPhone&#8217;s high resolution retina technology it is actually possible  to do some image correction functions from the iPhone&#8217;s small but very  crisp display. If I have an image that needs some tonal adjustment,  cropping, or sharping, I can make those adjustments with my finger with  <a href="http://mobile.photoshop.com/iphone/">Adobe&#8217;s Photoshop Mobile</a> application. I have found that many of my iPhone&#8217;s images do not need much digital correction.</p>
<p>My images were uploaded from my iPhone&#8217;s camera roll with an application called FTP on the Go. This was the best uploading application with many FTP functions; including the ability to change image sizes and adjust server file permissions. It also works over Wifi, 3G, and Edge networks.</p>
<p>There are other options to get your iPhone pictures to your WordPress site. <a href="http://ios.wordpress.org/">WordPress for iOS</a> is an iPhone app that allows posting and uploading of pictures to a post. But the WordPress for iOS app can&#8217;t match NextGen when it comes to organizing and displaying multiple photos within a blog post.</p>
<p>Note: The pictures below were taken with iOS 4.01. Since then Apple has released version 4.1 which includes the HDR photography feature. HDR supposedly deals with pictures with varying light intensities and takes three pictures and combines the best areas of each of those adjusted shots. Ever taken a shot with a washed-out sky? This technology deals with those kind of challenging shots. I will experiment with HDR as soon as my jail broken phone allows me to update to iOS 4.1.</p>

<div class="ngg-galleryoverview" id="ngg-gallery--2483">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-1781" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://kayakingcolorado.com/2009/wp-content/gallery/telegraph/sunset_white_cliff2.jpg" title="White Cliff Island sunset." class="shutterset_iphoto-photography-to-wordpress-photo-gallery" >
								<img title="sunset_white_cliff2" alt="sunset_white_cliff2" src="http://kayakingcolorado.com/2009/wp-content/gallery/telegraph/thumbs/thumbs_sunset_white_cliff2.jpg" width="100" height="100" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-1783" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://kayakingcolorado.com/2009/wp-content/gallery/telegraph/telegraph_boardwalk.JPG" title="Telegraph Cove boardwalk and putin" class="shutterset_iphoto-photography-to-wordpress-photo-gallery" >
								<img title="telegraph_boardwalk" alt="telegraph_boardwalk" src="http://kayakingcolorado.com/2009/wp-content/gallery/telegraph/thumbs/thumbs_telegraph_boardwalk.JPG" width="100" height="100" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-1785" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://kayakingcolorado.com/2009/wp-content/gallery/telegraph/green_moss.jpg" title="BC = moss." class="shutterset_iphoto-photography-to-wordpress-photo-gallery" >
								<img title="green_moss" alt="green_moss" src="http://kayakingcolorado.com/2009/wp-content/gallery/telegraph/thumbs/thumbs_green_moss.jpg" width="100" height="100" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-1787" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://kayakingcolorado.com/2009/wp-content/gallery/telegraph/fox_island_sunrise.jpg" title="Fox Island Group sunrise" class="shutterset_iphoto-photography-to-wordpress-photo-gallery" >
								<img title="fox_island_sunrise" alt="fox_island_sunrise" src="http://kayakingcolorado.com/2009/wp-content/gallery/telegraph/thumbs/thumbs_fox_island_sunrise.jpg" width="100" height="100" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-1789" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://kayakingcolorado.com/2009/wp-content/gallery/telegraph/burdwood_camp.jpg" title="Burdwood Island Group" class="shutterset_iphoto-photography-to-wordpress-photo-gallery" >
								<img title="burdwood_camp" alt="burdwood_camp" src="http://kayakingcolorado.com/2009/wp-content/gallery/telegraph/thumbs/thumbs_burdwood_camp.jpg" width="100" height="100" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-1790" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://kayakingcolorado.com/2009/wp-content/gallery/telegraph/burdwood_family.jpg" title="Summer quality family time, Canadian style, Broughton Archipelago, British Columbia " class="shutterset_iphoto-photography-to-wordpress-photo-gallery" >
								<img title="burdwood_family" alt="burdwood_family" src="http://kayakingcolorado.com/2009/wp-content/gallery/telegraph/thumbs/thumbs_burdwood_family.jpg" width="100" height="100" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-1792" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://kayakingcolorado.com/2009/wp-content/gallery/telegraph/mound_campsite.jpg" title="Sky Cove. Broughton Archipelago, British Columbia " class="shutterset_iphoto-photography-to-wordpress-photo-gallery" >
								<img title="mound_campsite" alt="mound_campsite" src="http://kayakingcolorado.com/2009/wp-content/gallery/telegraph/thumbs/thumbs_mound_campsite.jpg" width="100" height="100" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-1798" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://kayakingcolorado.com/2009/wp-content/gallery/telegraph/island_360.jpg" title="Tiny island campsite, 360 morning sunrise." class="shutterset_iphoto-photography-to-wordpress-photo-gallery" >
								<img title="island_360" alt="island_360" src="http://kayakingcolorado.com/2009/wp-content/gallery/telegraph/thumbs/thumbs_island_360.jpg" width="100" height="100" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-1799" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://kayakingcolorado.com/2009/wp-content/gallery/telegraph/mound_sunburst.jpg" title=" " class="shutterset_iphoto-photography-to-wordpress-photo-gallery" >
								<img title="mound_sunburst" alt="mound_sunburst" src="http://kayakingcolorado.com/2009/wp-content/gallery/telegraph/thumbs/thumbs_mound_sunburst.jpg" width="100" height="100" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-1804" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://kayakingcolorado.com/2009/wp-content/gallery/telegraph/morning_paddle.jpg" title="Morning paddle in Fox Island Group" class="shutterset_iphoto-photography-to-wordpress-photo-gallery" >
								<img title="morning_paddle" alt="morning_paddle" src="http://kayakingcolorado.com/2009/wp-content/gallery/telegraph/thumbs/thumbs_morning_paddle.jpg" width="100" height="100" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-1805" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://kayakingcolorado.com/2009/wp-content/gallery/telegraph/echo_cove_resupply.jpg" title="Echo Bay resupply" class="shutterset_iphoto-photography-to-wordpress-photo-gallery" >
								<img title="echo_cove_resupply" alt="echo_cove_resupply" src="http://kayakingcolorado.com/2009/wp-content/gallery/telegraph/thumbs/thumbs_echo_cove_resupply.jpg" width="100" height="100" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-1806" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://kayakingcolorado.com/2009/wp-content/gallery/telegraph/halibut_face.jpg" title="Halibut" class="shutterset_iphoto-photography-to-wordpress-photo-gallery" >
								<img title="halibut_face" alt="halibut_face" src="http://kayakingcolorado.com/2009/wp-content/gallery/telegraph/thumbs/thumbs_halibut_face.jpg" width="100" height="100" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-1827" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://kayakingcolorado.com/2009/wp-content/gallery/telegraph/sara_passage.jpg" title=" " class="shutterset_iphoto-photography-to-wordpress-photo-gallery" >
								<img title="sara_passage" alt="sara_passage" src="http://kayakingcolorado.com/2009/wp-content/gallery/telegraph/thumbs/thumbs_sara_passage.jpg" width="100" height="100" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear"></div> 	
</div>


]]></content:encoded>
			<wfw:commentRss>http://kayakingcolorado.com/iphone/iphoto-photography-to-wordpress-photo-gallery/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress Iphone App</title>
		<link>http://kayakingcolorado.com/iphone/wordpress-iphone-app/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-iphone-app</link>
		<comments>http://kayakingcolorado.com/iphone/wordpress-iphone-app/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 16:41:09 +0000</pubDate>
		<dc:creator>Gordon</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[WPtouch]]></category>

		<guid isPermaLink="false">http://kayakingcolorado.com/iphone/wordpress-iphone-app/</guid>
		<description><![CDATA[Just testing new version 2.0 of the WordPress plugin for the iPhone. Moderating of posted comments is improved including the capability to now delete comments. My WordPress blog uses the WPtouch plugin/theme/CSS for iPhone browsers. The WPtouch plugin seems to work fine with Version 2.0 of the WordPress App. The WPtouch plugin was recently updated [...]]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_1309" class="wp-caption alignleft" style="width: 210px"><a href="http://kayakingcolorado.com/2009/wp-content/uploads/2009/11/p_480_320_A16FC519-2EEF-4392-AC33-E733E76B33E0.jpeg"><img src="http://kayakingcolorado.com/2009/wp-content/uploads/2009/11/p_480_320_A16FC519-2EEF-4392-AC33-E733E76B33E0-200x300.jpg" alt="Admining comments within WordPress App" title="p_480_320_A16FC519-2EEF-4392-AC33-E733E76B33E0.jpeg" width="200" height="300" class="size-medium wp-image-1309" /></a><p class="wp-caption-text">Admining comments within WordPress App</p></div>Just testing new version 2.0 of the WordPress plugin for the iPhone. Moderating of posted comments is improved including the capability to now delete comments.<br />
My WordPress blog uses the WPtouch plugin/theme/CSS for iPhone browsers. The WPtouch plugin seems to work fine with Version 2.0 of the WordPress App. The WPtouch plugin was recently updated as well, probably for compatibility issues with the updated WordPress 2.0 app.<br />
During the creation of this post from my iPhone, I experienced one hiccup and the WP app 2.0 recovery mode successful retained all my work up to the crash. WP App 2.0 is a definite upgrade choice from version 1.2.</p>
]]></content:encoded>
			<wfw:commentRss>http://kayakingcolorado.com/iphone/wordpress-iphone-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8</title>
		<link>http://kayakingcolorado.com/wordpress/wordpress-2-8/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-2-8</link>
		<comments>http://kayakingcolorado.com/wordpress/wordpress-2-8/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 15:44:43 +0000</pubDate>
		<dc:creator>Gordon</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress 2.8]]></category>

		<guid isPermaLink="false">http://kayakingcolorado.com/?p=789</guid>
		<description><![CDATA[Started to upgrade blogs/sites to WordPress 2.8 today. Smooth sailing so far, the whole upgrading process is much easier now.]]></description>
			<content:encoded><![CDATA[<p><embed src="http://v.wordpress.com/Pu3T4X8l" type="application/x-shockwave-flash" width="640" height="360" allowscriptaccess="always" allowfullscreen="true"></embed></p>
<p>Started to upgrade blogs/sites to WordPress 2.8 today. Smooth sailing so far, the whole upgrading process is much easier now.</p>
]]></content:encoded>
			<wfw:commentRss>http://kayakingcolorado.com/wordpress/wordpress-2-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

