<?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>Learning to See &#187; WordPress</title>
	<atom:link href="http://www.jonroemer.com/blog/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jonroemer.com/blog</link>
	<description>Jon Roemer&#039;s Blog</description>
	<lastBuildDate>Sat, 04 Feb 2012 17:23:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Putting the sRGB Back in WordPress</title>
		<link>http://www.jonroemer.com/blog/2011/04/putting-the-srgb-back-in-wordpress/</link>
		<comments>http://www.jonroemer.com/blog/2011/04/putting-the-srgb-back-in-wordpress/#comments</comments>
		<pubDate>Mon, 04 Apr 2011 20:09:40 +0000</pubDate>
		<dc:creator>Jon Roemer</dc:creator>
				<category><![CDATA[Blogs & Web Sites]]></category>
		<category><![CDATA[Computer & Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.jonroemer.com/blog/?p=4643</guid>
		<description><![CDATA[<p>WordPress v3 works well and has attempted to think through everything. When it comes to images though a bit more is needed. WordPress automatically creates duplicate images at different sizes whenever you upload an image for a blog post. The idea behind this is great, it saves you the trouble of manually creating multiple sizes for [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_4644" class="wp-caption aligncenter" style="width: 618px"><img class="size-full wp-image-4644" title="sRGB_wp" src="http://www.jonroemer.com/blog/wp-content/uploads/2011/04/sRGB_wp.jpg" alt="" width="608" height="108" /><p class="wp-caption-text">WordPress 3.x admin window showing duplicate images created for a blog post.</p></div>
<p>WordPress v3 works well and has attempted to think through everything. When it comes to images though a bit more is needed. WordPress automatically creates duplicate images at different sizes whenever you upload an image for a blog post. The idea behind this is great, it saves you the trouble of manually creating multiple sizes for thumbnails, feature images, post snippets, and the like. It also makes short work of linking everything; it&#8217;s all there done for you.</p>
<p>The problem lies in the fact that WordPress neglects to embed the color profile or the metadata in the duplicates. There&#8217;s not much you can do about the metadata (if that&#8217;s a concern then you should create your own image variations) but there is an easy way to re-embed the color profile associated with the original image file.</p>
<p>First off, what am I talking about and why do this? The web runs on sRGB when it comes to image files. sRGB is a background color space and is the lowest common denominator. Its gamut reflects the original CRT monitors and the bulk of the displays still in use (even LCD&#8217;s.) There are certain web browsers which are more color sophisticated (they display an image accurately if it has any embedded color profile) but there&#8217;s no guarantee that people are using them or that they have configured them properly. There are also differences in operating systems. Mac, despite of its reputation for graphics, assumes your monitor&#8217;s profile if none exists in an image file where Explorer assumes sRGB.</p>
<p>What all of the above means is that all bets are off when your images are viewed online and the only way to get accuracy and consistency is by having the correct color profile embedded in your image files.</p>
<p>1. Start off with an image in the sRGB color space and have that setting embedded in the image file. If you are converting from raw files then your raw convertor will allow you to select the color space of the processed file, if you are using Photoshop&#8217;s S<em>ave for Web</em> there is a check-off box to convert to sRGB and embed it in the image file.</p>
<p>2. Go about your WordPress business as usual, make your blog post, upload your image files.</p>
<p>3. Go to your Mac OS Library (sorry this is Mac based info. only) and open the <em>Scripts</em> folder. Inside that open the <em>ColorSync</em> folder, and within that you will find the <em>Embed</em> script. Copy the Embed script to another location (e.g. your desktop and you can rename it if you like.)</p>
<p>4. Open your ftp client, navigate to your WordPress folder and open the Uploads folder (most likely <em>blog/wp-content/uploads</em>.) In Uploads go to the current year and month and in there you will find the image file(s) you just uploaded and the duplicates which WordPress created. Copy the duplicates to a folder on your desktop.</p>
<p>5. Open the duplicates folder, select all, and drag the files onto the Embed script. You will be prompted to select a color space, select <em>sRGB</em>. The sRGB profile has been reinserted into your files.</p>
<p>6. Upload the files back to where they came from in the WordPress Uploads folder on your server and you are done.</p>
<p>It sounds like more work than it is. It saves you having to open and re-save each file and it&#8217;s still less work then creating your own duplicate versions of files and having to manage and link them. It ensures that all of the duplicate images on your blog (thumbs; small, medium, &amp; large versions) will look like the original you uploaded.</p>
<p>Since the question will come up &#8211; with color profiles there are always two options -&gt; to assign or convert a color profile. In this case, by re-embedding the sRGB profile you are essentially <em>assigning</em> it. This is because it has been inadvertently left out, you are replacing what is missing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonroemer.com/blog/2011/04/putting-the-srgb-back-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress 3.1 Loses Video Embed Button</title>
		<link>http://www.jonroemer.com/blog/2011/03/wordpress-3-1-loses-video-embed-button/</link>
		<comments>http://www.jonroemer.com/blog/2011/03/wordpress-3-1-loses-video-embed-button/#comments</comments>
		<pubDate>Sat, 12 Mar 2011 15:56:40 +0000</pubDate>
		<dc:creator>Jon Roemer</dc:creator>
				<category><![CDATA[Blogs & Web Sites]]></category>
		<category><![CDATA[Video Production]]></category>
		<category><![CDATA[Web Site (mine)]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.jonroemer.com/blog/?p=4455</guid>
		<description><![CDATA[<p style="text-align: center;"></p> <p>WordPress&#8217; 3.1 update seems to have killed the video embed button. I couldn&#8217;t find it after upgrading and quick googling shows that <a href="http://nspeaks.com/1170/embed-video-button-missing-in-wordpress-3-1-it-wont-come-back/" target="_blank">it&#8217;s not a bug, it&#8217;s a feature</a> (as they say.) Very annoying in that it makes it difficult to easily embed self-hosted videos and it makes it just [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-full wp-image-4462" title="wp_video_embed" src="http://www.jonroemer.com/blog/wp-content/uploads/2011/03/wp_video_embed.jpg" alt="" width="480" height="113" /></p>
<p>WordPress&#8217; 3.1 update seems to have killed the video embed button. I couldn&#8217;t find it after upgrading and quick googling shows that <a href="http://nspeaks.com/1170/embed-video-button-missing-in-wordpress-3-1-it-wont-come-back/" target="_blank">it&#8217;s not a bug, it&#8217;s a feature</a> (as they say.) Very annoying in that it makes it difficult to easily embed self-hosted videos and it makes it just as hard to go back and edit older video posts should they need a tweak.</p>
<p>There seems to be no work around short of using a plug-in. Some of those do allow for self-hosted video but having just switched to <a href="http://vimeo.com/jonroemer/videos" target="_blank">Vimeo</a> &#8211; it&#8217;s far easier to sign up with them or use a similar service. **<del>I&#8217;m using the <a href="http://denzeldesigns.com/wordpress-plugins/vimeo-quicktag/" target="_blank">Vimeo Quicktags plug-in</a> and it&#8217;s a piece of cake. No more having to factor in the height of the Quicktime control bar or finding that FireFox and Safari are showing different video aspect ratios.</del></p>
<p>Vimeo seems to have many advantages &#8211; it&#8217;s one of those, <em>I should have done this sooner moments.</em></p>
<p>-using Vimeo puts the server strain on them instead of my web host.</p>
<p>-viewers can now watch all videos in full HD. All they need is a free Vimeo account.</p>
<p>-if you sign up for Vimeo Plus the uploading is almost instantaneous and you get stats on what is viewed, where it was viewed, and if other sites embed the video.</p>
<p>-I have not used it yet but Vimeo has its own social side (communities, channels, likes, etc.)</p>
<p>&#8211;</p>
<p>**Update 01-02-12: Something just killed the Vimeo Quicktag Plug-in. Most likely culprit was updating WordPress site stats to WP&#8217;s Jetpack(?) Work-around seems to be ditch the plug-in and use Vimeo&#8217;s iframe embed code directly into the html of a blog post or <a href="http://en.support.wordpress.com/videos/vimeo/" target="_blank">WP has new directions here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonroemer.com/blog/2011/03/wordpress-3-1-loses-video-embed-button/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Black-Hat Ops</title>
		<link>http://www.jonroemer.com/blog/2011/02/black-hat-ops/</link>
		<comments>http://www.jonroemer.com/blog/2011/02/black-hat-ops/#comments</comments>
		<pubDate>Sun, 13 Feb 2011 23:25:48 +0000</pubDate>
		<dc:creator>Jon Roemer</dc:creator>
				<category><![CDATA[Blogs & Web Sites]]></category>
		<category><![CDATA[Current]]></category>
		<category><![CDATA[Personal Work]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Portrait]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.jonroemer.com/blog/?p=4111</guid>
		<description><![CDATA[<p>Just over a year ago I published a post called, <a href="http://www.jonroemer.com/blog/2009/12/a-conspiracy-of-blog-comments/" target="_blank">A Conspiracy of Blog Comments</a>. I had had my WordPress blog only a month or two but I could already detect a trend &#8211; odd comments leading to similarly designed shell web sites which pointed to under-the-radar products at Amazon. Engine lifts, electric [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_4112" class="wp-caption aligncenter" style="width: 650px"><img class="size-full wp-image-4112" title="black_hat" src="http://www.jonroemer.com/blog/wp-content/uploads/2011/02/black_hat.jpg" alt="" width="640" height="584" /><p class="wp-caption-text">Black-hat services - who will you hire? What will they do?</p></div>
<p>Just over a year ago I published a post called, <a href="http://www.jonroemer.com/blog/2009/12/a-conspiracy-of-blog-comments/" target="_blank">A Conspiracy of Blog Comments</a>. I had had my WordPress blog only a month or two but I could already detect a trend &#8211; odd comments leading to similarly designed shell web sites which pointed to under-the-radar products at Amazon. Engine lifts, electric cellos, etc. It made me wonder who would put the time, effort, and money into setting these up for such obscure items.</p>
<p>In this morning&#8217;s NYT Business section the lead story, <a href="http://www.nytimes.com/2011/02/13/business/13search.html" target="_blank">The Dirty Little Secrets of Search</a>, pries back the lid just a bit on what the industry calls black-hat services &#8211; SEO companies which are hired to stack the deck in terms of Google rankings. The article deals on a larger scale, JC Penney and its search rankings, but the fingerprints are similar to what I saw happening with blog comments, products, and Amazon.</p>
<p>I find this seamy underbelly interesting. It makes one think of dark alleys, persistent rain, and Blade Runner-esque visions of the future. Large corporations hiring questionable companies in corporate backwaters to set up bogus sites, seeding the Internet with links to those sites, all with the goal of funneling traffic. It&#8217;s a lot of work, the scope is huge, and it doesn&#8217;t appear that it can be completely automated like email spam. Who is doing this and where are they located? Are there blog comment sweatshops out there? The black-hats&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonroemer.com/blog/2011/02/black-hat-ops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog and Mobile Updates</title>
		<link>http://www.jonroemer.com/blog/2011/02/blog-and-mobile-updates/</link>
		<comments>http://www.jonroemer.com/blog/2011/02/blog-and-mobile-updates/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 19:52:43 +0000</pubDate>
		<dc:creator>Jon Roemer</dc:creator>
				<category><![CDATA[Blogs & Web Sites]]></category>
		<category><![CDATA[Computer & Software]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Site (mine)]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.jonroemer.com/blog/?p=4070</guid>
		<description><![CDATA[<p>I have implemented some changes to the blog and also received some great changes to my web platform.</p> <p>The blog has been updated from a free WordPress theme, <a href="http://andreamignolo.com/oulipo/" target="_blank">Oulipo</a>, to a purchased platform via <a href="http://www.pagelines.com/" target="_blank">PageLines</a>. For now it has a similar look and feel &#8211; images are larger, text is easier [...]]]></description>
			<content:encoded><![CDATA[<p>I have implemented some changes to the blog and also received some great changes to my web platform.</p>
<p>The blog has been updated from a free WordPress theme, <a href="http://andreamignolo.com/oulipo/" target="_blank">Oulipo</a>, to a purchased platform via <a href="http://www.pagelines.com/" target="_blank">PageLines</a>. For now it has a similar look and feel &#8211; images are larger, text is easier to read &#8211; and there should be long-term payoffs with the under the hood changes.</p>
<div id="attachment_4071" class="wp-caption aligncenter" style="width: 650px"><a href="http://www.jonroemer.com/blog/wp-content/uploads/2011/02/lts_lg.jpg"><img class="size-full wp-image-4071 " title="lts" src="http://www.jonroemer.com/blog/wp-content/uploads/2011/02/lts.jpg" alt="" width="640" height="329" /></a><p class="wp-caption-text">Oulipo on the left, Pagelines platform on the right. Click to enlarge.</p></div>
<p>I am also testing a new image plug-in. Instead of opening into new separate windows, enlarged images open on top of the blog page. They size themselves automatically to the browser window and you can navigate through multiple images by clicking the right or left of the image or using your forward and back keys on the keyboard. You can close the window by clicking outside of the image or hitting &#8220;esc&#8217; on the keyboard. Click the image above to enlarge it or check out<a href="http://www.jonroemer.com/blog/2011/01/banner-images-creating-a-brand-for-nyus-gallatin-school/" target="_blank"> this post from January 31st to explore the functionality when multiple images are used</a>.</p>
<p>On mobile platforms the blog continues to use a custom WPtouch Pro skin.</p>
<div id="attachment_4078" class="wp-caption aligncenter" style="width: 330px"><img class="size-full wp-image-4078" title="mobile_07" src="http://www.jonroemer.com/blog/wp-content/uploads/2011/02/mobile_07.jpg" alt="" width="320" height="480" /><p class="wp-caption-text">Blog as viewed on the iPhone. </p></div>
<p>Over on the main web site, once again the <a href="http://aphotofolio.com/mobile-site-update/" target="_blank">APF crew</a> has come through with a wonderful new update. The iPhone and Android version of the site now mimics my web site (with the option to customize the color) and video has been added.</p>
<div id="attachment_4072" class="wp-caption aligncenter" style="width: 330px"><img class="size-full wp-image-4072" title="mobile_01" src="http://www.jonroemer.com/blog/wp-content/uploads/2011/02/mobile_01.jpg" alt="" width="320" height="480" /><p class="wp-caption-text">Home page, iPhone/Android version.</p></div>
<p>Gallery images are now full screen. You swipe left or right to move through the gallery and swiping the final image takes you back to the home page.</p>
<div id="attachment_4074" class="wp-caption aligncenter" style="width: 330px"><img class="size-full wp-image-4074" title="mobile_03" src="http://www.jonroemer.com/blog/wp-content/uploads/2011/02/mobile_03.jpg" alt="" width="320" height="480" /><p class="wp-caption-text">Gallery image, iPhone/Android version.</p></div>
<p>The images size themselves to vertical or horizontal orientations. On the image you can click the &#8220;X&#8221; in the upper right to close the gallery and the &#8220;<em>i</em>&#8221; in the lower right to open the caption.</p>
<div id="attachment_4081" class="wp-caption aligncenter" style="width: 490px"><img class="size-full wp-image-4081" title="mobile_04" src="http://www.jonroemer.com/blog/wp-content/uploads/2011/02/mobile_04.jpg" alt="" width="480" height="320" /><p class="wp-caption-text">Horizontal format, horizontal image, caption turned on.</p></div>
<p>I&#8217;m really excited to see video come to the mobile platform. Hit the &#8220;Videos&#8221; tab, get the video menu, and dive in.</p>
<div id="attachment_4076" class="wp-caption aligncenter" style="width: 330px"><img class="size-full wp-image-4076" title="mobile_05" src="http://www.jonroemer.com/blog/wp-content/uploads/2011/02/mobile_05.jpg" alt="" width="320" height="480" /><p class="wp-caption-text">Videos page.</p></div>
<p>Selecting a video shows you a thumbnail and tapping the image starts the video.</p>
<div id="attachment_4082" class="wp-caption aligncenter" style="width: 490px"><img class="size-full wp-image-4082" title="mobile_06" src="http://www.jonroemer.com/blog/wp-content/uploads/2011/02/mobile_06.jpg" alt="" width="480" height="320" /><p class="wp-caption-text">Video thumbnail with the play button.</p></div>
<p>Similar to the still image window, the &#8220;x&#8221; on the upper right will close the gallery and take you back to the Videos menu.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonroemer.com/blog/2011/02/blog-and-mobile-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ace is the Place</title>
		<link>http://www.jonroemer.com/blog/2010/09/ace-is-the-place/</link>
		<comments>http://www.jonroemer.com/blog/2010/09/ace-is-the-place/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 03:56:28 +0000</pubDate>
		<dc:creator>Jon Roemer</dc:creator>
				<category><![CDATA[Current]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Personal Work]]></category>
		<category><![CDATA[Web Site (mine)]]></category>
		<category><![CDATA[Landscape]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.jonroemer.com/blog/?p=2893</guid>
		<description><![CDATA[<p>As you may have surmised from the past two posts, I have been up in Maine on vacation. Long overdue, two weeks came and went, and we are already back.</p> <p>We have been to the Deer Isle/Stonington area about a dozen times over the past twenty years. In a first, we finally found a house [...]]]></description>
			<content:encoded><![CDATA[<p>As you may have surmised from the past two posts, I have been up in Maine on vacation. Long overdue, two weeks came and went, and we are already back.</p>
<p>We have been to the Deer Isle/Stonington area about a dozen times over the past twenty years. In a first, we <em>finally</em> found a house we would go back to. It&#8217;s about time! Clean, well designed, light filled, nicely proportioned, with a deck, a screened porch, and on an acre or two of its own, it was a short walk down to the water. Halfway down was a spot with two adirondack chairs and a small table. Perfect for the morning coffee and with a view across the cove to a small island. All the way down, at water&#8217;s edge, beautiful sloping granite which made a perfectly enclosed kayak launch at high tide and lots of rocks to laze about on at low tide.</p>
<p>We got to use our new kayaks to their fullest, discovering that when you have the option to be on the water most every day, in quietude, you really don&#8217;t have the need or the desire to do many of the lesser hikes in the area. They can&#8217;t compete with what you can find out your back door. That said, we did have a great day of hiking out on Isle au Haut and spent another day at a sentimental favorite, Flye Point, exploring Two-Tree Island and beyond during low tide.</p>
<p>One of the best kept secrets of the area is the wonderful crabmeat. It&#8217;s as much of a reason to go as is the lobster. Caught and packed locally, you can find it at seafood dealers, the two local groceries, and at general stores on the peninsula. A touch of mayo, some paprika, a dash of Tobasco, and you are good to go. Works for breakfast, lunch, or dinner.</p>
<div id="attachment_2895" class="wp-caption aligncenter" style="width: 480px"><a href="http://www.jonroemer.com/blog/wp-content/uploads/2010/09/AH3H1112_lg.jpg"><img class="size-full wp-image-2895 " title="AH3H1112_sm" src="http://www.jonroemer.com/blog/wp-content/uploads/2010/09/AH3H1112_sm.jpg" alt="" width="470" height="313" /></a><p class="wp-caption-text">Crabmeat from Burnt Cove Market, Stonington, ME, September 2, 2010.</p></div>
<p>In an odd twist, and evincing some Maine practicality, the local market is also tied to an Ace Hardware/Variety Store. It&#8217;s kind of funny and ironic to see the Ace price sticker on the container. Maybe I can use it to suggest a new item for my local Ace to stock&#8230;</p>
<p>&#8212;</p>
<p>My blog seems to have been down intermittently while I was away. A faulty WordPress plug-in was the culprit. My apologies to anyone who came to the site only to find a blank page. All seems to be running smoothly again.</p>
<p>&#8212;</p>
<p>I spent more time on video than stills this go round. Look to see a bit of both as I get to the images and the editing in the coming weeks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonroemer.com/blog/2010/09/ace-is-the-place/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog Update</title>
		<link>http://www.jonroemer.com/blog/2010/08/blog-update/</link>
		<comments>http://www.jonroemer.com/blog/2010/08/blog-update/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 22:35:11 +0000</pubDate>
		<dc:creator>Jon Roemer</dc:creator>
				<category><![CDATA[Blogs & Web Sites]]></category>
		<category><![CDATA[Web Site (mine)]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.jonroemer.com/blog/?p=2851</guid>
		<description><![CDATA[<p>Trying out a darker, more neutral version of my old theme.  Inspiration taken from the <a href="http://lens.blogs.nytimes.com/" target="_blank">NYT Lens Blog</a> and a new version of <a href="http://en.blog.wordpress.com/2010/08/16/new-theme-oulipo/" target="_blank">Oulipo</a> which is available for WordPress.com users (not self-hosted WordPress.org&#8217;ers like me.)</p>]]></description>
			<content:encoded><![CDATA[<p>Trying out a darker, more neutral version of my old theme.  Inspiration taken from the <a href="http://lens.blogs.nytimes.com/" target="_blank">NYT Lens Blog</a> and a new version of <a href="http://en.blog.wordpress.com/2010/08/16/new-theme-oulipo/" target="_blank">Oulipo</a> which is available for WordPress.com users (not self-hosted WordPress.org&#8217;ers like me.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonroemer.com/blog/2010/08/blog-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subliminal Spam Man</title>
		<link>http://www.jonroemer.com/blog/2010/07/subliminal-spam-man/</link>
		<comments>http://www.jonroemer.com/blog/2010/07/subliminal-spam-man/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 01:59:45 +0000</pubDate>
		<dc:creator>Jon Roemer</dc:creator>
				<category><![CDATA[Blogs & Web Sites]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Web Site (mine)]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.jonroemer.com/blog/?p=2728</guid>
		<description><![CDATA[<p>The majority of blogs have few comments but, as with all things Internet, that doesn&#8217;t mean they are not receiving lots of messages. The bulk of them are coming in the form of spam.</p> <p>I have spam filters for my blog and they catch most everything. Occasionally, some will slip through and get deposited in [...]]]></description>
			<content:encoded><![CDATA[<p>The majority of blogs have few comments but, as with all things Internet, that doesn&#8217;t mean they are not receiving lots of messages. The bulk of them are coming in the form of spam.</p>
<p>I have spam filters for my blog and they catch most everything. Occasionally, some will slip through and get deposited in comment purgatory, awaiting my judgment, <em>approved</em> or <em>spam</em>.</p>
<p>Many are not legible, most are just annoying and do not warrant a second thought, but it is the rare one which can be funny or elicit a smile.</p>
<p><img class="aligncenter size-full wp-image-2729" title="blog_spam" src="http://www.jonroemer.com/blog/wp-content/uploads/2010/07/blog_spam.jpg" alt="" width="355" height="88" /></p>
<p>Must be a fan of <a href="http://en.wikipedia.org/wiki/Kevin_Nealon" target="_blank">Kevin Nealon&#8217;s</a> Subliminal Man.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonroemer.com/blog/2010/07/subliminal-spam-man/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Brief Flirtation With Social Media</title>
		<link>http://www.jonroemer.com/blog/2009/12/a-brief-flirtation-with-social-media/</link>
		<comments>http://www.jonroemer.com/blog/2009/12/a-brief-flirtation-with-social-media/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 16:41:51 +0000</pubDate>
		<dc:creator>Jon Roemer</dc:creator>
				<category><![CDATA[Blogs & Web Sites]]></category>
		<category><![CDATA[Web Site (mine)]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.jonroemer.com/blog/?p=1307</guid>
		<description><![CDATA[<p>For the past few weeks I had a ShareThis button on the blog. First on posts viewed singly and then on all posts displayed on the home page. <a href="http://sharethis.com" target="_blank">ShareThis</a> allows readers to forward content to other services (email, Twitter, Facebook, etc.) I went with ShareThis because visually it was the least noxious of [...]]]></description>
			<content:encoded><![CDATA[<p>For the past few weeks I had a ShareThis button on the blog. First on posts viewed singly and then on all posts displayed on the home page. <a href="http://sharethis.com" target="_blank">ShareThis</a> allows readers to forward content to other services (email, Twitter, Facebook, etc.) I went with ShareThis because visually it was the least noxious of similar services.</p>
<p>How&#8217;d it work it? Neither here nor there. It saw a bit of use by readers but not enough to justify keeping it on the site. Overall, having looked at number of these services, I think they all suffer from overkill. Most don&#8217;t let you edit the number of links provided. So, it&#8217;s common for them to present 30-50 links, the majority of them being too obscure to warrant inclusion. I also think that many in the heavy social media user crowd will already have plug-ins for their web browsers negating the need for sharing buttons.</p>
<p>In other blog news, I&#8217;ve made some updates this morning:</p>
<ul>
<li>The sidebar links and information now appear on every page.</li>
<li>The sidebar now scrolls with the page (this allows it to be visible via scrolling if the browser window is shorter than the sidebar column and it means the sidebar will not overlap the blog footer.)</li>
<li>Posts viewed singly now have navigation at the bottom allowing for easy movement to the next or to the previous post.</li>
<li>I got rid of that pesky, tiny, smiley face which was showing up in the footer. Turns out it appears when you use the WordPress.com Stats widget. The smiley face is seen by everyone except the admin (IOW, for the admin to see it the admin must view the blog when logged out.) There&#8217;s an easy way to get rid of it &#8211; the <a href="http://thisismyurl.com/download/wordpress-downloads/wordpresscom-stats-smiley-remover" target="_blank">WordPress.com Stats Smiley Remover</a> widget.</li>
</ul>
<p>&#8211;</p>
<p>12/5/09 &#8211; Already going back on my word.  Trying a <em>Share/Save</em> button (different service from ShareThis.)</p>
<p>&#8211;</p>
<p>12/6/09 &#8211; The flirtation continues&#8230; I tried the <a href="http://www.addtoany.com/" target="_blank">AddToAny</a> Share/Save button. It&#8217;s nice and configurable, it can be anything from text or just an icon to a large horizontal button. I was impressed that it learns which services a person uses and puts those front and center. I also had some questions and its author sent me two emails this weekend. Impressive but the button wouldn&#8217;t play nice with my WordPress theme when viewed in Safari. This is a fault of Safari&#8217;s not the AddToAny code.</p>
<p>So, in one of those weekend sidetrack projects I&#8217;m known for &#8211; I made my own links that get added automatically on <em>Learning to See&#8217;s</em> home page and when individual posts are viewed. The code was cobbled together from suggestions on two sites (<a href="http://anidandesign.com/wordpress/social-media-and-wordpress/" target="_blank">Anidandesign.com</a> and <a href="http://michaelmerrell.com/2009/10/adding-social-media-links-to-wordpress-blog/" target="_blank">MichaelMerrell.com</a>) along with some reverse engineering of sites I&#8217;ve seen online. It&#8217;s very simple as you can see below, just text based links, but the advantage of doing it this way is that it can fit within the style of your WordPress theme. It won&#8217;t call undue attention to itself (a problem with the rows of colored icons many folks use.)</p>
<p>I&#8217;m not big on social media myself beyond having a blog but I can see the usefulness in helping those that are and in giving this a longer test run.  Since, &#8217;tis the season, here&#8217;s Jon&#8217;s make-your-own text based social media bar:</p>
<p style="padding-left: 30px;">ShareLink: &lt;br&gt; &lt;a href=&#8221;mailto:?subject=&lt;?php the_title(); ?&gt;&amp;body=Check out this post:%20&lt;?php the_permalink(); ?&gt;&#8221; title=&#8221;Email a link to: &lt;?php the_title(); ?&gt;&#8221;&gt;Email&lt;/a&gt; • &lt;a href=&#8221;http://twitter.com/home?status=Currently reading  &lt;?php the_permalink(); ?&gt;&#8221; title=&#8221;Tweet This&#8221;  target=&#8221;_blank&#8221;&gt;Twitter&lt;/a&gt; • &lt;a href=&#8221;http://www.facebook.com/share.php?u= &lt;?php echo get_permalink() ?&gt;&#8221; title=&#8221;Share on Facebook&#8221;  target=&#8221;_blank&#8221;&gt;Facebook&lt;/a&gt; • &lt;a href=&#8221;http://del.icio.us/post?url=&lt;?php echo get_permalink() ?&gt; &amp;title=&lt;?php the_title(); ?&gt;&#8221; title=&#8221;Bookmark on Delicious&#8221;  target=&#8221;_blank&#8221;&gt;del.icio.us&lt;/a&gt; • &lt;a href=&#8221;http://www.stumbleupon.com/submit?url= &lt;?php echo get_permalink() ?&gt;&amp;title=&lt;?php the_title(); ?&gt;&#8221;  title=&#8221;Stumble This&#8221; target=&#8221;_blank&#8221;&gt;StumbleUpon&lt;/a&gt; •		 &lt;a href=&#8221;http://digg.com/submit?phase=2&amp;url= &lt;?php echo get_permalink() ?&gt;&amp;title=&lt;?php the_title(); ?&gt;&#8221;  title=&#8221;Digg This&#8221; target=&#8221;_blank&#8221;&gt;Digg&lt;/a&gt; •		 &lt;a href=&#8221;http://www.linkedin.com/shareArticle?mini=true&amp;url= &lt;?php echo get_permalink() ?&gt;&amp;title=&lt;?php the_title(); ?&gt;&#8221;  title=&#8221;Share on Linkedin&#8221; target=&#8221;_blank&#8221;&gt;Linkedin&lt;/a&gt;</p>
<p>I&#8217;ve dubbed it <em>ShareLink </em>but you should feel free to call it anything you want. A title may not be needed at all. If you want it in your single posts then add it to the single.php file, if you want it on your index page then add it to your index.php file.</p>
<p>&#8211;</p>
<p>1/26/10 &#8211; It&#8217;s been just over seven weeks since adding the <em>ShareLink </em>links mentioned above. In that time my site and blog had over 10,000 pageviews. With all those views <em>ShareLink</em> was used only ten times (1/10 of 1 Percent of pageviews.) Five times for Facebook, four times for email, and one time for Twitter. Given that, I&#8217;ve deleted the links for Del.icio.us, Stumbleupon, Digg, and Linkedin.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonroemer.com/blog/2009/12/a-brief-flirtation-with-social-media/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TypePad Gets Ugly: Hidden Policies Affect Users If They Attempt To Leave</title>
		<link>http://www.jonroemer.com/blog/2009/11/typepad-gets-ugly-hidden-policies-affect-users-if-they-attempt-to-leave/</link>
		<comments>http://www.jonroemer.com/blog/2009/11/typepad-gets-ugly-hidden-policies-affect-users-if-they-attempt-to-leave/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 15:02:28 +0000</pubDate>
		<dc:creator>Jon Roemer</dc:creator>
				<category><![CDATA[Blogs & Web Sites]]></category>
		<category><![CDATA[Current]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.jonroemer.com/blog/?p=1238</guid>
		<description><![CDATA[<p>I&#8217;m not sure when TypePad decided it would be best served by becoming a cult.</p> <p>I signed up with <a href="http://www.typepad.com/" target="_blank">TypePad</a> about two years ago to host my blog. At the time it was a good decision. <a href="http://wordpress.org/" target="_blank">WordPress</a> being open source, not well documented, and something of a free for all with [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not sure when TypePad decided it would be best served by becoming a cult.</p>
<p>I signed up with <a href="http://www.typepad.com/" target="_blank">TypePad</a> about two years ago to host my blog. At the time it was a good decision. <a href="http://wordpress.org/" target="_blank">WordPress</a> being open source, not well documented, and something of a free for all with a big learning curve, scared me off. I wanted to get my blog up and running quickly and a survey of blogging platforms led me to TypePad.</p>
<p>Fast forward two years. I&#8217;ve moved to a new web site, one that includes a WordPress blog. WordPress now has better documentation (online videos, etc.) so I&#8217;ve switched my blog to WordPress. Initially, I expected to leave my TypePad blog online until the account runs out in March, 2010, but seeing how quickly my new blog has been indexed online and seeing how the TypePad blog just confuses matters on web search results &#8211; yesterday, I decided to pull the plug and cancel my TypePad account. Thus, the odyssey begins&#8230;</p>
<p>I had a paid TypePad account. This kept it ad-free and supposedly provided me with better customer service. It&#8217;s easy enough to find out <a href="http://help.sixapart.com/tp/us/cancel.html" target="_blank">how to cancel a paid TypePad account</a>. You go within your account and delete it. The problems start at that point. With TypePad&#8217;s policies, just by having a paid TypePad account they&#8217;ve created a <em>profile</em> for you without your consent. Additionally, when you delete your paid account TypePad gives you a free <em>Micro</em> account. Again, without your consent.</p>
<p>There is no information on TypePad&#8217;s site on how to delete a Profile or a Micro account. Given this, I submitted a help ticket to TypePad support only to find that the help ticket would not go through. It led me to an <em>error</em> page, which also had a form. Filling out the error page&#8217;s form led nowhere &#8211; it took me to the same error page. I then found a generic TypePad contact page on their site and filled out my request there.</p>
<p>With no reply from TypePad&#8217;s contact page and via some googling, I found a third-party site, <a href="http://getsatisfaction.com/sixapart" target="_blank">getsatisfaction.com</a>, where Six Apart (TypePad&#8217;s parent company) has a support page.  I entered my request there along with information about what I had just gone through. Fairly, quickly I heard back from a Six Apart employee &#8211; one who has said she will delete the account and confirm that it has been done.</p>
<p>Hours later, I also heard back from TypePad&#8217;s contact page:</p>
<blockquote><p>Thanks so much for reaching out, and we&#8217;re sorry to hear that you&#8217;re experiencing some frustration &#8211; we&#8217;re also really sorry that you received errors! <em>Essentially, the free profile accounts can&#8217;t generally be deleted</em>, but you&#8217;ll never be charged, and those do come in handy when commenting on other blogs. There is a <em>possibility</em> that we may be able to have it removed for you entirely, so if you would like for us to do that for you, and you&#8217;ve decided that having the free profile wouldn&#8217;t be useful for you, please let us know.</p>
<p>Can you tell us why you&#8217;ve decided to leave TypePad?</p></blockquote>
<p>This reply is problematic on a couple of levels.</p>
<p style="padding-left: 30px;">It counters what the Six Apart employee told me.</p>
<p style="padding-left: 30px;">It uncovers policies at TypePad which are never directly stated on their web site. Create a paid account on TypePad and you are given a profile without your consent. Cancel the paid account at TypePad and you are also given a free Micro blog account at TypePad without your consent. Neither the profile nor the free Micro account can &#8220;generally&#8221; be deleted.</p>
<p>I&#8217;ll update this post when I get confirmation from the Six Apart employee that my account has been fully deleted. It&#8217;ll be interesting to see why TypePad&#8217;s corporate response differs from theirs.</p>
<p>Until then if you are a TypePad paid account user be forewarned that you are also roped into their free services whether you like it or not. If you are a TypePad free account user either by having a profile on their site, a free Micro account, or both, be forewarned that there is nothing setup to delete these services if you decide you no longer want them. This makes your TypePad presence permanent, as in forever, and it also gives Typepad of a method of following you if you make comments on other blogs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonroemer.com/blog/2009/11/typepad-gets-ugly-hidden-policies-affect-users-if-they-attempt-to-leave/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone, iPhone, What Do You See?</title>
		<link>http://www.jonroemer.com/blog/2009/11/iphone-iphone-what-do-you-see/</link>
		<comments>http://www.jonroemer.com/blog/2009/11/iphone-iphone-what-do-you-see/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 18:05:06 +0000</pubDate>
		<dc:creator>Jon Roemer</dc:creator>
				<category><![CDATA[Computer & Software]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Site (mine)]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.jonroemer.com/blog/?p=1203</guid>
		<description><![CDATA[<p>One change with new web site and blog is the ability for both to format themselves on the iPhone and on other touch-type smart phones. This makes for quicker loading and painless viewing of both sites when seen by those on the go.</p> <p>JonRoemer.com on the iPhone:</p> <p></p> <p>Learning to See on the iPhone:</p> <p></p> [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1204" class="wp-caption aligncenter" style="width: 480px"><img class="size-full wp-image-1204" title="brown_bear" src="http://www.jonroemer.com/blog/wp-content/uploads/2009/11/brown_bear.jpg" alt="brown_bear" width="470" height="650" /><p class="wp-caption-text">I see an iPhone enabled site looking at me.</p></div>
<p>One change with new web site and blog is the ability for both to format themselves on the iPhone and on other touch-type smart phones. This makes for quicker loading and painless viewing of both sites when seen by those on the go.</p>
<p><em>JonRoemer.com</em> on the iPhone:</p>
<p><img class="aligncenter size-full wp-image-1208" title="iphone_web_site" src="http://www.jonroemer.com/blog/wp-content/uploads/2009/11/iphone_web_site.jpg" alt="iphone_web_site" width="320" height="480" /></p>
<p><em>Learning to See</em> on the iPhone:</p>
<p><img class="aligncenter size-full wp-image-1205" title="iphone_blog" src="http://www.jonroemer.com/blog/wp-content/uploads/2009/11/iphone_blog.jpg" alt="iphone_blog" width="320" height="480" /></p>
<p>For <em>JonRoemer.com</em> this is a feature built into the web site&#8217;s structure. It replaces my hand built, hand maintained, <a href="http://www.jonroemer.com/blog/2008/07/jons-most-excellent-weekend-project-diy-iphone-optimized-website/" target="_blank">iPhone site</a> which ran concurrent with the old <em>JonRoemer.com</em>.</p>
<p>For the blog, being on a WordPress platform, flexibility is the name of the game. I tried three mobile versions of the blog, each promised a simple design, but only one delivered on design, ease of use, and worked out of the box. The mobile theme I&#8217;m using is <a href="http://wordpress.org/extend/plugins/wptouch/" target="_blank">WPtouch iPhone Theme</a>. It has many options built-in, all accessed via WordPress&#8217; settings menu, it couldn&#8217;t be easier. If I had to change one thing with WPtouch iPhone Theme, I&#8217;d want the ability to not have the calendar month and day as an icon with each post on the homepage. That&#8217;s it. This WordPress Plug-in is incredibly well made and well documented.</p>
<p>The two other iPhone mobile themes I tried were <a href="http://wordpress.org/extend/themes/carrington-mobile" target="_blank">Carrington Mobile</a> and <a href="http://wordpress.org/extend/plugins/wapple-architect/" target="_blank">Wapple Architect Mobile Plugin</a>. The former looked to be even simpler in feel than WPtouch but it did not reformat blog photos for smaller phone screens leading to half of each image being cropped out. The latter promised to automatically create a site that mimicked <em>Learning to See</em> but other than orange links it looked nothing like <em>Learning to See </em>and it too had image problems. It dropped many images when viewed on the phone leaving placeholder icons instead.</p>
<p>&#8211;</p>
<p>Apologies to <a href="http://www.eric-carle.com/" target="_blank">Eric Carle</a> and <a href="http://www.youtube.com/watch?v=pdHCYgO9zh8" target="_blank">Bill Martin Jr.</a> of children&#8217;s book fame. If you have kids or grandkids, if you ever babysat kids who are in the board-book stage, you know their work. Hopefully, I won&#8217;t have an angry author and illustrator looking at me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonroemer.com/blog/2009/11/iphone-iphone-what-do-you-see/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

