<?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>Foliovision &#187; WordPress</title>
	<atom:link href="http://foliovision.com/weblog/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://foliovision.com</link>
	<description>Making the web work for you</description>
	<lastBuildDate>Wed, 08 Sep 2010 23:10:07 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image><title>Foliovision</title><url>http://foliovision.com/site/wp-content/themes/foliovision/images/foliovision-logo-380.gif</url><link>http://foliovision.com</link><width>240</width><height>66</height><description>Making the web work for you</description></image>		<item>
		<title>Leaving Verdana and Tahoma and Georgia Behind: How to Bring Real Typography to the Web</title>
		<link>http://foliovision.com/2010/09/08/bringing-real-typography-to-the-web</link>
		<comments>http://foliovision.com/2010/09/08/bringing-real-typography-to-the-web#comments</comments>
		<pubDate>Wed, 08 Sep 2010 23:10:07 +0000</pubDate>
		<dc:creator>viktor</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://foliovision.com/?p=1159</guid>
		<description><![CDATA[Imagine having only 4 fonts in your operating system. Silly, is it? But almost by accident that's what happened to the web. The best web fonts were Verdana, Tahoma and Georgia. What is special about these fonts is that they are designed to look particularly good on screen rather than in print.

Verdana, Tahoma and Georgia. [...]


Related posts:<ol><li><a href='http://foliovision.com/2009/03/26/microsoft-adcenter' rel='bookmark' title='Permanent Link: Microsoft AdCenter Setup for Mac Users'>Microsoft AdCenter Setup for Mac Users</a></li>
<li><a href='http://foliovision.com/2007/03/22/is-there-going-to-be-a-real-estate-crash' rel='bookmark' title='Permanent Link: Is there going to be a real estate crash?'>Is there going to be a real estate crash?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Imagine having only 4 fonts in your operating system. Silly, is it? But almost by accident that's what happened to the web. The best web fonts were Verdana, Tahoma and Georgia. What is special about these fonts is that they are designed to look particularly good on screen rather than in print.</p>
<h5><a rel="lightbox[slideshow]" title="old fonts" href="/images/2010/08/old-fonts.png"><img width="400" height="206" alt="old fonts" src="/images/2010/08/400/old-fonts.png" /></a><br />
Verdana, Tahoma and Georgia. Safe but oh so boring...</h5>
<p>Unfortunately for designers, working with three or four fonts is no fun. Even for end users, we are all getting tired of looking at the same typefaces. But until now there's been no solid working solution for using alternate typefaces. Those that did exist either did not work properly across all important browsers or they slowed down the display of your website.</p>
<p>First tools were moving into wrong directions. They were either transforming text into images or into Flash. Which makes the text basicaly unusable. Nice, but still unusable. Now the situation has improved. There are online tools, which still render text, but the output is text again. To list a few of them:</p>
<h4><strong>TYPEKIT </strong></h4>
<p><strong>Pros</strong></p>
<ul>
    <li>Online check for multiple browsers</li>
    <li>Paid license for a large number of fonts</li>
</ul>
<p><strong>Contras</strong></p>
<ul>
    <li>Font are only usable on the web, that means you cannot take them to Photoshop or other software, design a web and show it to your client. Well, you can, but you have to buy it. But that doesn't make sense, since you paying already in the Typekit license.</li>
</ul>
<h4><strong>CUFON</strong></h4>
<p><strong>Pros</strong></p>
<ul>
    <li>Is free</li>
    <li>You are not limited to the number of offered fonts like in Typekit</li>
</ul>
<p><strong>Contras</strong></p>
<ul>
    <li>Various bugs</li>
    <li>Problems with styling the rendered output</li>
</ul>
<h2>The new old solution</h2>
<p>What if there would be another solution. Much more easier and much more older. Well, there is. Using pure CSS. We are not talking about CSS3 which is yet to come, but good old CSS2. And we are talking about a solution, which is supported long time by Internet Explorer. The @font-face property.</p>
<h5><a title="custom fonts" rel="lightbox[slideshow]" href="/images/2010/08/custom-fonts.png"><img width="400" height="206" alt="custom fonts" src="/images/2010/08/400/custom-fonts.png" /></a><br />
Wouldn't it be nice to use more fonts...</h5>
<p><strong>Pros</strong></p>
<ul>
    <li>All valid CSS, no JavaScript</li>
    <li>You are not limited to the number of fonts offered as in Typekit</li>
    <li>Works in 5 major browsers (Safari 3+, Opera 10+, Firefox 3.5+, Chrome 5+, IE6 +)</li>
    <li>Microsoft want to sponsor this new web fonts standard.</li>
</ul>
<p><strong>Contras</strong></p>
<ul>
    <li>You have to sort out the licenses, to be able to use the custom fonts on your website. Or just use free ones.</li>
</ul>
<p>Now having Microsoft and Mozilla supporting this new old standard, there is a strong chance, that this is going to be a consistently supported property in modern browsers. And if we count, that a lot of effort is put into @font-face rendering SWF fonts, then we get iPhone and iPad support as well.</p>
<p>After all the child-illnesses web fonts had until now we have come to the conclusion, that the time is now. Start using (not misusing) the new possibility and find good use for it in modern webdesign.</p>
<p>What others think about the topic:<br />
<a href="http://news.cnet.com/8301-30685_3-20002919-264.html">http://news.cnet.com/8301-30685_3-20002919-264.html</a><br />
<a href="http://www.alistapart.com/articles/fonts-at-the-crossing/">http://www.alistapart.com/articles/fonts-at-the-crossing/</a><br />
&#160;</p><h5 class="byline"><img height="48" width="48" src="http://foliovision.com/images/authors/viktor-klimo.jpg" alt="Viktor Klimo" title="Viktor Klimo" /><br /> By Viktor</h5><p><a href="http://foliovision.com/2010/09/08/bringing-real-typography-to-the-web">Leaving Verdana and Tahoma and Georgia Behind: How to Bring Real Typography to the Web</a></p>
<p>Post from: <a href="http://foliovision.com">Foliovision</a></p>
<img src="http://foliovision.com/site/?ak_action=api_record_view&id=1159&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://foliovision.com/2009/03/26/microsoft-adcenter' rel='bookmark' title='Permanent Link: Microsoft AdCenter Setup for Mac Users'>Microsoft AdCenter Setup for Mac Users</a></li>
<li><a href='http://foliovision.com/2007/03/22/is-there-going-to-be-a-real-estate-crash' rel='bookmark' title='Permanent Link: Is there going to be a real estate crash?'>Is there going to be a real estate crash?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://foliovision.com/2010/09/08/bringing-real-typography-to-the-web/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Foliopress WYSIWYG version</title>
		<link>http://foliovision.com/2010/07/21/new-foliopress-wysiwyg-version-2</link>
		<comments>http://foliovision.com/2010/07/21/new-foliopress-wysiwyg-version-2#comments</comments>
		<pubDate>Wed, 21 Jul 2010 17:59:12 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://foliovision.com/?p=1148</guid>
		<description><![CDATA[New version of our plugin should cure the error message which was appearing on some hosts or sites with broken plugins:

"Toolbar set 'Foliovision' doesn’t exist"

We decided to not use that file anymore and moved all the configuration options for FCKEditor into inline JavaScript. That should fix the problem.
If you had this problem, download the latest [...]


Related posts:<ol><li><a href='http://foliovision.com/2009/10/31/new-foliopress-wysiwyg-version-released' rel='bookmark' title='Permanent Link: New Foliopress WYSIWYG version released'>New Foliopress WYSIWYG version released</a></li>
<li><a href='http://foliovision.com/2010/02/15/new-foliopress-wysiwyg-version-released-2' rel='bookmark' title='Permanent Link: New Foliopress WYSIWYG version released'>New Foliopress WYSIWYG version released</a></li>
<li><a href='http://foliovision.com/2009/11/21/foliopress-wysiwyg-2' rel='bookmark' title='Permanent Link: New Foliopress WYSIWYG version with Dropdown Customization'>New Foliopress WYSIWYG version with Dropdown Customization</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>New version of our plugin should cure the error message which was appearing on some hosts or sites with broken plugins:</p>
<blockquote>
<p>"Toolbar set 'Foliovision' doesn’t exist"</p>
</blockquote>
<p>We decided to not use that file anymore and moved all the configuration options for FCKEditor into inline JavaScript. That should fix the problem.</p>
<p>If you had this problem, download the latest version of our plugin (0.9.14) <a href="http://downloads.wordpress.org/plugin/foliopress-wysiwyg.zip">here</a>. This new version fixes this problem and also some other bugs in file management.</p>
<p>We will be glad to hear any feedback on our <a href="http://foliovision.com/seo-tools/wordpress/plugins/wysiwyg">Foliopress WYSIWYG plugin page</a>.</p><h5 class="byline"><img height="48" width="48" src="http://foliovision.com/images/authors/martin-vicenik.jpg" alt="Martin Vicenik" title="Martin Vicenik" /><br /> By Martin</h5><p><a href="http://foliovision.com/2010/07/21/new-foliopress-wysiwyg-version-2">New Foliopress WYSIWYG version</a></p>
<p>Post from: <a href="http://foliovision.com">Foliovision</a></p>
<img src="http://foliovision.com/site/?ak_action=api_record_view&id=1148&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://foliovision.com/2009/10/31/new-foliopress-wysiwyg-version-released' rel='bookmark' title='Permanent Link: New Foliopress WYSIWYG version released'>New Foliopress WYSIWYG version released</a></li>
<li><a href='http://foliovision.com/2010/02/15/new-foliopress-wysiwyg-version-released-2' rel='bookmark' title='Permanent Link: New Foliopress WYSIWYG version released'>New Foliopress WYSIWYG version released</a></li>
<li><a href='http://foliovision.com/2009/11/21/foliopress-wysiwyg-2' rel='bookmark' title='Permanent Link: New Foliopress WYSIWYG version with Dropdown Customization'>New Foliopress WYSIWYG version with Dropdown Customization</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://foliovision.com/2010/07/21/new-foliopress-wysiwyg-version-2/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>HTTPS support for FV Flowplayer</title>
		<link>http://foliovision.com/2010/07/15/https-support-for-fv-flowplayer</link>
		<comments>http://foliovision.com/2010/07/15/https-support-for-fv-flowplayer#comments</comments>
		<pubDate>Thu, 15 Jul 2010 12:32:40 +0000</pubDate>
		<dc:creator>zdenka</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://foliovision.com/?p=1146</guid>
		<description><![CDATA[In new version (1.0.5), we fixed a bunch of bugs which came out when using Wordpress 3.0 some more.
We also added support for videos and splash images stored on HTTPS servers.
Summary:

    compatibility fixes for WP 3.0 and older plugin shortcodes
    compatibility fixes for IE 6
    HTTPS [...]


Related posts:<ol><li><a href='http://foliovision.com/2010/07/09/fv-wordpress-flowplayer-is-compatible-with-wordpress-3.0' rel='bookmark' title='Permanent Link: FV Wordpress Flowplayer is compatible with Wordpress 3.0'>FV Wordpress Flowplayer is compatible with Wordpress 3.0</a></li>
<li><a href='http://foliovision.com/2010/01/12/new-fv-wordpress-flowplayer-version' rel='bookmark' title='Permanent Link: New FV Wordpress Flowplayer version'>New FV Wordpress Flowplayer version</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>In new version (1.0.5), we fixed a bunch of bugs which came out when using Wordpress 3.0 some more.</p>
<p>We also added support for videos and splash images stored on HTTPS servers.</p>
<p>Summary:</p>
<ul>
    <li>compatibility fixes for WP 3.0 and older plugin shortcodes</li>
    <li>compatibility fixes for IE 6</li>
    <li>HTTPS support</li>
    <li>plugin settings moved from file into Wordpress options table (this will provide easier updates and less configuration issues from now on)</li>
</ul>
<p>Download the latest version of <a href="http://downloads.wordpress.org/plugin/fv-wordpress-flowplayer.zip">FV Wordpress Flowplayer plugin</a>.</p>
<p>Older versions of the plugin can be found on the <a href="http://wordpress.org/extend/plugins/fv-wordpress-flowplayer/download/">Wordpress plugin site</a>.</p><h5 class="byline"><img height="48" width="48" src="http://foliovision.com/images/authors/zdenka-uhrikova.jpg" alt="Zdenka Uhrikova" title="Zdenka Uhrikova" /><br /> By Zdenka</h5><p><a href="http://foliovision.com/2010/07/15/https-support-for-fv-flowplayer">HTTPS support for FV Flowplayer</a></p>
<p>Post from: <a href="http://foliovision.com">Foliovision</a></p>
<img src="http://foliovision.com/site/?ak_action=api_record_view&id=1146&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://foliovision.com/2010/07/09/fv-wordpress-flowplayer-is-compatible-with-wordpress-3.0' rel='bookmark' title='Permanent Link: FV Wordpress Flowplayer is compatible with Wordpress 3.0'>FV Wordpress Flowplayer is compatible with Wordpress 3.0</a></li>
<li><a href='http://foliovision.com/2010/01/12/new-fv-wordpress-flowplayer-version' rel='bookmark' title='Permanent Link: New FV Wordpress Flowplayer version'>New FV Wordpress Flowplayer version</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://foliovision.com/2010/07/15/https-support-for-fv-flowplayer/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FV Wordpress Flowplayer is compatible with Wordpress 3.0</title>
		<link>http://foliovision.com/2010/07/09/fv-wordpress-flowplayer-is-compatible-with-wordpress-3.0</link>
		<comments>http://foliovision.com/2010/07/09/fv-wordpress-flowplayer-is-compatible-with-wordpress-3.0#comments</comments>
		<pubDate>Fri, 09 Jul 2010 13:39:13 +0000</pubDate>
		<dc:creator>zdenka</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://foliovision.com/?p=1130</guid>
		<description><![CDATA[The new release of FV Wordpress Flowplayer comes with lots of new features:

    Autoplay for single videos
    Show/hide the control bar
    Show/hide the full-screen button
    Uploads through WP Media Library
    Redirection option

We tested the plugin also under Wordpress 3.0, and [...]


Related posts:<ol><li><a href='http://foliovision.com/2010/07/15/https-support-for-fv-flowplayer' rel='bookmark' title='Permanent Link: HTTPS support for FV Flowplayer'>HTTPS support for FV Flowplayer</a></li>
<li><a href='http://foliovision.com/2010/01/12/new-fv-wordpress-flowplayer-version' rel='bookmark' title='Permanent Link: New FV Wordpress Flowplayer version'>New FV Wordpress Flowplayer version</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The new release of FV Wordpress Flowplayer comes with lots of new features:</p>
<ul>
    <li>Autoplay for single videos</li>
    <li>Show/hide the control bar</li>
    <li>Show/hide the full-screen button</li>
    <li>Uploads through WP Media Library</li>
    <li>Redirection option</li>
</ul>
<p>We tested the plugin also under Wordpress 3.0, and all features were found compatible.</p>
<p>Download the latest version of <a href="http://downloads.wordpress.org/plugin/fv-wordpress-flowplayer.zip">FV Wordpress Flowplayer plugin</a>.</p>
<p>Older versions of the plugin can be found on the <a href="http://wordpress.org/extend/plugins/fv-wordpress-flowplayer/download/">Wordpress plugin site</a>.</p><h5 class="byline"><img height="48" width="48" src="http://foliovision.com/images/authors/zdenka-uhrikova.jpg" alt="Zdenka Uhrikova" title="Zdenka Uhrikova" /><br /> By Zdenka</h5><p><a href="http://foliovision.com/2010/07/09/fv-wordpress-flowplayer-is-compatible-with-wordpress-3.0">FV Wordpress Flowplayer is compatible with Wordpress 3.0</a></p>
<p>Post from: <a href="http://foliovision.com">Foliovision</a></p>
<img src="http://foliovision.com/site/?ak_action=api_record_view&id=1130&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://foliovision.com/2010/07/15/https-support-for-fv-flowplayer' rel='bookmark' title='Permanent Link: HTTPS support for FV Flowplayer'>HTTPS support for FV Flowplayer</a></li>
<li><a href='http://foliovision.com/2010/01/12/new-fv-wordpress-flowplayer-version' rel='bookmark' title='Permanent Link: New FV Wordpress Flowplayer version'>New FV Wordpress Flowplayer version</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://foliovision.com/2010/07/09/fv-wordpress-flowplayer-is-compatible-with-wordpress-3.0/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Foliopress WYSIWYG update</title>
		<link>http://foliovision.com/2010/07/09/new-foliopress-wysiwyg-update</link>
		<comments>http://foliovision.com/2010/07/09/new-foliopress-wysiwyg-update#comments</comments>
		<pubDate>Fri, 09 Jul 2010 12:01:04 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://foliovision.com/?p=1132</guid>
		<description><![CDATA[Foliopress WYSIWYG is our own Wordpress editor with SEO optimized image manager.
We released a new version (0.9.13) which will fix the annoying autosave glitch -

"The changes you made will be lost if you navigate away from this page."&#160;

This message was appearing even when there were no changes made to the post, since we added the [...]


Related posts:<ol><li><a href='http://foliovision.com/2010/06/15/foliopress-wyiswyg-autosave' rel='bookmark' title='Permanent Link: Foliopress WYISWYG now supports autosave'>Foliopress WYISWYG now supports autosave</a></li>
<li><a href='http://foliovision.com/2009/10/20/foliopress-wysiwyg' rel='bookmark' title='Permanent Link: Foliopress WYSIWYG glitch in Safari fixed'>Foliopress WYSIWYG glitch in Safari fixed</a></li>
<li><a href='http://foliovision.com/2009/11/21/foliopress-wysiwyg-2' rel='bookmark' title='Permanent Link: New Foliopress WYSIWYG version with Dropdown Customization'>New Foliopress WYSIWYG version with Dropdown Customization</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://foliovision.com/seo-tools/wordpress/plugins/wysiwyg">Foliopress WYSIWY</a>G is our own Wordpress editor with SEO optimized image manager.</p>
<p>We released a new version (0.9.13) which will fix the annoying autosave glitch -</p>
<blockquote>
<p>"The changes you made will be lost if you navigate away from this page."&#160;</p>
</blockquote>
<p>This message was appearing even when there were no changes made to the post, since we added the autosave support in previous version.</p>
<p>Other fixes and features:</p>
<ul>
    <li>Added language support</li>
    <li>Wordpress caption support (they will be put under the image into h5 tag)</li>
    <li>Image uploader permissions are now configurable</li>
    <li>Autosave glitch fixed</li>
</ul>
<p>&#160;</p><h5 class="byline"><img height="48" width="48" src="http://foliovision.com/images/authors/martin-vicenik.jpg" alt="Martin Vicenik" title="Martin Vicenik" /><br /> By Martin</h5><p><a href="http://foliovision.com/2010/07/09/new-foliopress-wysiwyg-update">New Foliopress WYSIWYG update</a></p>
<p>Post from: <a href="http://foliovision.com">Foliovision</a></p>
<img src="http://foliovision.com/site/?ak_action=api_record_view&id=1132&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://foliovision.com/2010/06/15/foliopress-wyiswyg-autosave' rel='bookmark' title='Permanent Link: Foliopress WYISWYG now supports autosave'>Foliopress WYISWYG now supports autosave</a></li>
<li><a href='http://foliovision.com/2009/10/20/foliopress-wysiwyg' rel='bookmark' title='Permanent Link: Foliopress WYSIWYG glitch in Safari fixed'>Foliopress WYSIWYG glitch in Safari fixed</a></li>
<li><a href='http://foliovision.com/2009/11/21/foliopress-wysiwyg-2' rel='bookmark' title='Permanent Link: New Foliopress WYSIWYG version with Dropdown Customization'>New Foliopress WYSIWYG version with Dropdown Customization</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://foliovision.com/2010/07/09/new-foliopress-wysiwyg-update/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress 3.0: Upgrade Considerations for Commercial Users</title>
		<link>http://foliovision.com/2010/06/18/wordpress-3.0-upgrade-considerations</link>
		<comments>http://foliovision.com/2010/06/18/wordpress-3.0-upgrade-considerations#comments</comments>
		<pubDate>Fri, 18 Jun 2010 14:00:07 +0000</pubDate>
		<dc:creator>alec</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://foliovision.com/?p=1060</guid>
		<description><![CDATA[Wordpress 3.0 is out, finally. No doubt, many good things under the hood. I particularly like that multiuser is now available. For once, the default theme is not visually embarrassing, although no doubt that will change once we've seen Twenty Ten a hundred times on splogs.
One bad thing, people's expectations that Wordpress 3.0 is:

  [...]


Related posts:<ol><li><a href='http://foliovision.com/2009/03/26/microsoft-adcenter' rel='bookmark' title='Permanent Link: Microsoft AdCenter Setup for Mac Users'>Microsoft AdCenter Setup for Mac Users</a></li>
<li><a href='http://foliovision.com/2008/11/17/typepad-to-wordpress' rel='bookmark' title='Permanent Link: Moving from Typepad to Wordpress: 2009 Guide'>Moving from Typepad to Wordpress: 2009 Guide</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/development/2010/06/thelonious/">Wordpress 3.0 is out</a>, finally. No doubt, many good things under the hood. I particularly like that multiuser is now available. For once, the default theme is not visually embarrassing, although no doubt that will change once we've seen <a href="http://2010dev.wordpress.com/">Twenty Ten</a> a hundred times on splogs.</p>
<p>One bad thing, people's expectations that Wordpress 3.0 is:</p>
<ol>
    <li>bug free</li>
    <li>compatible with current plugins</li>
</ol>
<p>No way guys. There's no way that most popular plugins are ready for 3.0. So unless you are willing to go on a severe plugin and functionality diet, just forget about Wordpress 3.0 for a couple of months.</p>
<p>It's the same deal when Apple releases a new version of their OS (back in classic days or with OS X). You don't want 10.6.0 or 10.6.1 or even 10.6.2. Applications don't work and are incompatible. The sweet spot to move is the .4 or the .5 iteration.</p>
<p>Frankly, I'm still running 10.5.8 on my main computer and have had less headaches as a consequence. I'm about ready to move, as all my software now has Snow Leopard updates and all of the other workarounds have been published by those who love to live on the bleeding edge. Still I might skip 10.6 altogether though and move to 10.7 when it's ready. My girlfriend's Macbook is running 10.6 and the only thing I'm missing out on are the built-in scanner drivers (works great with our HP C3180, unlike HP's own software). Oh and Acorn 2, which is the best photo edit tool I've seen outside of Photoshop.</p>
<p>The crazy thing are greedy clients who want the latest and greatest before the paint is even dry. We just finished a huge Typepad to Wordpress move using our current plugin set (there's a fair amount of moving parts to make a T2WP conversion seamless) and one gentleman is clamouring for his free upgrade to Wordpress 3.0.</p>
<p>First we are not part of Wordpress incorporated (that's called Automattic). Second, he is running a media site and he needs all those plugins which haven't been even tested yet on Wordpress 3.0.</p>
<p>One step at a time.</p>
<p>Fortunately this time, Matt has promised to take some time off from developing core code and Wordpress will distribute their efforts to improving the Wordpress.org site and resources. A much better idea.</p>
<blockquote>
<p>Normally this is where I’d say we’re about to start work on 3.1, but we’re actually not. We’re going to take a release cycle off to focus on all of the things around WordPress....so much of our effort has been focused on the core software it hasn’t left much time for anything else. Over the next three months we’re going to split into ninja/pirate teams focused on different areas of the around-WordPress experience, including the showcase, Codex, forums, profiles, update and compatibility APIs, theme directory, plugin directory, mailing lists, core plugins, wordcamp.org</p>
</blockquote>
<p>We have more than enough functionality. Just keep the API's running clean&#160;and keep improving the invisible code.</p>
<p>Only one big disappointment: Foliovision is not yet on the list of contributors for core code. We'll have to settle for the best alternative <a href="http://foliovision.com/seo-tools/wordpress/plugins/wysiwyg">WYSIWYG editor and best image publishing system</a> on the Wordpress platform. We also have the best <a href="http://foliovision.com/seo-tools/wordpress/plugins/thoughtful-comments">Wordpress comment moderation system</a> and the best <a href="http://foliovision.com/seo-tools/wordpress/plugins/fv-wordpress-flowplayer">free Flash video player plugin for Wordpress</a>. Well maybe that last is a dubious honour as Flash is on its last legs but lots of people love FV Flowplayer.</p>
<p>Thanks and congratulations to those who did make it and created the core of the latest Wordpress.</p>
<p>We'll be busy over the next couple of months getting all of our plugins up-to-date and compatible with 3.0. For our users, no worries, all of our current active plugins will be making the transition.</p>
<p>I thought it would be time to congratulate our former CTO John Godley but strangely John's not on the list yet either, despite having written the best set of plugins out there and now working for Automattic.</p><h5 class="byline"><img height="48" width="48" src="http://foliovision.com/images/authors/alec-kinnear.jpg" alt="Alec Kinnear" title="Alec Kinnear" /><br /> By Alec</h5><p><a href="http://foliovision.com/2010/06/18/wordpress-3.0-upgrade-considerations">Wordpress 3.0: Upgrade Considerations for Commercial Users</a></p>
<p>Post from: <a href="http://foliovision.com">Foliovision</a></p>
<img src="http://foliovision.com/site/?ak_action=api_record_view&id=1060&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://foliovision.com/2009/03/26/microsoft-adcenter' rel='bookmark' title='Permanent Link: Microsoft AdCenter Setup for Mac Users'>Microsoft AdCenter Setup for Mac Users</a></li>
<li><a href='http://foliovision.com/2008/11/17/typepad-to-wordpress' rel='bookmark' title='Permanent Link: Moving from Typepad to Wordpress: 2009 Guide'>Moving from Typepad to Wordpress: 2009 Guide</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://foliovision.com/2010/06/18/wordpress-3.0-upgrade-considerations/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Foliopress WYISWYG now supports autosave</title>
		<link>http://foliovision.com/2010/06/15/foliopress-wyiswyg-autosave</link>
		<comments>http://foliovision.com/2010/06/15/foliopress-wyiswyg-autosave#comments</comments>
		<pubDate>Tue, 15 Jun 2010 11:23:34 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://foliovision.com/?p=1043</guid>
		<description><![CDATA[After some analysis of Wordpress Javascript code, we were finally able to add autosave to Foliopress WYSIWYG,&#160;our WYSIWYG editor for Wordpress.
The new version number is 0.9.11, you can download it from its Wordpress.org plugin page.
Full list of new features are:

    Wordpress autosave support
    better Wordpress MU support
   [...]


Related posts:<ol><li><a href='http://foliovision.com/2010/07/09/new-foliopress-wysiwyg-update' rel='bookmark' title='Permanent Link: New Foliopress WYSIWYG update'>New Foliopress WYSIWYG update</a></li>
<li><a href='http://foliovision.com/2008/01/03/why-php5-only' rel='bookmark' title='Permanent Link: Why Foliopress WSYIWYG will be PHP5 Only'>Why Foliopress WSYIWYG will be PHP5 Only</a></li>
<li><a href='http://foliovision.com/2010/04/07/foliopress-wysiwyg-image-management-now-works-in-safari' rel='bookmark' title='Permanent Link: Foliopress WYSIWYG Image Management now works in Safari'>Foliopress WYSIWYG Image Management now works in Safari</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>After some analysis of Wordpress Javascript code, we were finally able to add <strong>autosave</strong> to <a href="http://foliovision.com/seo-tools/wordpress/plugins/wysiwyg">Foliopress WYSIWYG</a>,&#160;our WYSIWYG editor for Wordpress.</p>
<p>The new version number is 0.9.11, you can download it from its <a href="http://wordpress.org/extend/plugins/foliopress-wysiwyg/">Wordpress.org plugin page</a>.</p>
<p>Full list of new features are:</p>
<ul>
    <li>Wordpress autosave support</li>
    <li>better Wordpress MU support</li>
    <li>HTML entities are not processed by default - keeping your accented characters unchanged</li>
</ul>
<p>&#160;</p><h5 class="byline"><img height="48" width="48" src="http://foliovision.com/images/authors/martin-vicenik.jpg" alt="Martin Vicenik" title="Martin Vicenik" /><br /> By Martin</h5><p><a href="http://foliovision.com/2010/06/15/foliopress-wyiswyg-autosave">Foliopress WYISWYG now supports autosave</a></p>
<p>Post from: <a href="http://foliovision.com">Foliovision</a></p>
<img src="http://foliovision.com/site/?ak_action=api_record_view&id=1043&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://foliovision.com/2010/07/09/new-foliopress-wysiwyg-update' rel='bookmark' title='Permanent Link: New Foliopress WYSIWYG update'>New Foliopress WYSIWYG update</a></li>
<li><a href='http://foliovision.com/2008/01/03/why-php5-only' rel='bookmark' title='Permanent Link: Why Foliopress WSYIWYG will be PHP5 Only'>Why Foliopress WSYIWYG will be PHP5 Only</a></li>
<li><a href='http://foliovision.com/2010/04/07/foliopress-wysiwyg-image-management-now-works-in-safari' rel='bookmark' title='Permanent Link: Foliopress WYSIWYG Image Management now works in Safari'>Foliopress WYSIWYG Image Management now works in Safari</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://foliovision.com/2010/06/15/foliopress-wyiswyg-autosave/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reducing SQL queries in Wordpress Templates</title>
		<link>http://foliovision.com/2010/05/12/reducing-sql-queries-wordpress</link>
		<comments>http://foliovision.com/2010/05/12/reducing-sql-queries-wordpress#comments</comments>
		<pubDate>Wed, 12 May 2010 17:24:09 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://foliovision.com/?p=1014</guid>
		<description><![CDATA[If you work on a busy Wordpress sites in a shared hosting environment, you know how important is to keep the number of MySQL queries down as much as possible. Even if you are using some caching plugin, it's a matter of principle.
Today I was shocked to see that one of my Wordpress templates (it's [...]


Related posts:<ol><li><a href='http://foliovision.com/2007/12/09/comment-code-in-wordpress-templates' rel='bookmark' title='Permanent Link: How to Comment Code in WordPress Templates'>How to Comment Code in WordPress Templates</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you work on a busy Wordpress sites in a shared hosting environment, you know how important is to keep the number of MySQL queries down as much as possible. Even if you are using some caching plugin, it's a matter of principle.</p>
<p>Today I was shocked to see that one of my Wordpress templates (it's based on <a href="http://cutline.tubetorial.com/">Cutline</a>&#160;template) is taking more than 100 queries on the index page. I was removing various parts of the template until I found that it's the <a href="http://codex.wordpress.org/Template_Tags/the_tags">the_tags()</a> Wordpress template tag.</p>
<p>This is the important part of the template:</p>
<pre>
&lt;div class="entry"&gt;
&lt;?php the_excerpt(); ?&gt;
&lt;/div&gt;	<br />
&lt;div class="postmetadata"&gt;
&lt;p&gt;&lt;?php the_tags( 'Tags: ', ', ', ' | ' ); ?&gt;&lt;/p&gt;
&lt;/div&gt;	<br /></pre>
<p>And here's a number of queries going on on my test site right now with this code:</p>
<blockquote>
<p><strong>Total Time:</strong> 78 database queries run in 0.014724969863892 seconds.</p>
</blockquote>
<p>Finally I discovered that if I replace <a href="http://codex.wordpress.org/Template_Tags/the_excerpt">the_excerpt()</a>&#160;with&#160;<a style="color: #b51212; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; " href="http://codex.wordpress.org/Template_Tags/the_content">the_content()</a>&#160;(that means the full articles are displayed, not just first few sentences), the queries go down to around 50. Is&#160;<em>the_tags()</em>&#160;not working with database cache and global PHP object until the whole content is shown?</p>
<p>I found the exact line in <em>the_content()</em> function which makes this happen and put it into my code, right before the_excerpt:</p>
<pre>
&lt;div class="entry"&gt;
<strong>&lt;?php apply_filters('the_content', ''); ?&gt;</strong><br />&lt;?php the_excerpt(); ?&gt;<br />&lt;/div&gt;	<br />
&lt;div class="postmetadata"&gt;<br />&lt;p&gt;&lt;?php the_tags( 'Tags: ', ', ', ' | ' ); ?&gt;&lt;/p&gt;<br />&lt;/div&gt;	</pre>
<p>Now here's the number of SQL queries:&#160;</p>
<blockquote>
<p><strong>Total Time:</strong> 47 database queries run in 0.0041866302490234 seconds.</p>
</blockquote>
<p>That means <em>the_tags()</em> won't take any extra queries now.&#160;Interesting! If you are developing templates, watch out for this.</p>
<p>
<meta charset="utf-8" /></p>
<p>The plugin I used to get the exact number of queries is&#160;<a href="http://wordpress.org/extend/plugins/wpdb-profiling/">WPDB Profiling</a>.</p><h5 class="byline"><img height="48" width="48" src="http://foliovision.com/images/authors/martin-vicenik.jpg" alt="Martin Vicenik" title="Martin Vicenik" /><br /> By Martin</h5><p><a href="http://foliovision.com/2010/05/12/reducing-sql-queries-wordpress">Reducing SQL queries in Wordpress Templates</a></p>
<p>Post from: <a href="http://foliovision.com">Foliovision</a></p>
<img src="http://foliovision.com/site/?ak_action=api_record_view&id=1014&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://foliovision.com/2007/12/09/comment-code-in-wordpress-templates' rel='bookmark' title='Permanent Link: How to Comment Code in WordPress Templates'>How to Comment Code in WordPress Templates</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://foliovision.com/2010/05/12/reducing-sql-queries-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Spam Free: Reducing Server Load</title>
		<link>http://foliovision.com/2010/05/04/wp-spam-free-reducing-server-load</link>
		<comments>http://foliovision.com/2010/05/04/wp-spam-free-reducing-server-load#comments</comments>
		<pubDate>Tue, 04 May 2010 17:16:13 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://foliovision.com/?p=994</guid>
		<description><![CDATA[WP Spam Free is a great antispam solution for Wordpress. But if you ever checked your site loading speed in any of the site speed loading tests (we like to use Web Inspector in Safari), you surely noticed that the WP Spam Free's wpsf-js.php JavaScript file is taking too long to load. And no caching [...]


Related posts:<ol><li><a href='http://foliovision.com/2006/11/30/foiling-email-harvesters-and-coping-with-spam' rel='bookmark' title='Permanent Link: Foiling Email Harvesters and Coping with Spam'>Foiling Email Harvesters and Coping with Spam</a></li>
<li><a href='http://foliovision.com/2010/05/12/reducing-sql-queries-wordpress' rel='bookmark' title='Permanent Link: Reducing SQL queries in Wordpress Templates'>Reducing SQL queries in Wordpress Templates</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>WP Spam Free is a great antispam solution for Wordpress. But if you ever checked your site loading speed in any of the site speed loading tests (we like to use Web Inspector in Safari), you surely noticed that the WP Spam Free's <strong>wpsf-js.php</strong> JavaScript file is taking too long to load. And no caching plugin will stop that if you want to have working comments.</p>
<h5><a href="/images/2010/05/wp-spam-free-performance.png" title="wp spam free performance" rel="lightbox[slideshow]"><img width="400" height="141" src="/images/2010/05/400/wp-spam-free-performance.png" alt="wp spam free performance" /></a><br />
WP Spam Free Loading - check out the wpsf-js.php item</h5>
<p>The reason is that this plugin uses a unique random cookie to protect your blog from spam. And to generate the cookie name and value in the JavaScript file it includes all the Wordpress code <strong>on every page load</strong> - thus slowing down the execution of your site's PHP code.</p>
<p>However there's a new experimental option in WP Spam Free which turns of this JavaScript while keeping the cookie anti-spam protection in. Here's how to turn it on</p>
<ol>
    <li>Open your WP Spam Free Settings page.</li>
    <li>Add this&#160;to the location bar and press enter:
    <pre>
&amp;showHiddenOptions=on</pre>
    </li>
    <li>This is what the location bar address will look like:
    <pre>
..../wp-admin/options-general.php?page=wp-spamfree/
wp-spamfree.php&amp;showHiddenOptions=on</pre>
    </li>
    <li>You will have this extra option:</li>
</ol>
<h5><a rel="lightbox[slideshow]" title="wp spam free hidden option" href="/images/2010/05/wp-spam-free-hidden-option.png"><img width="400" height="93" alt="wp spam free hidden option" src="/images/2010/05/400/wp-spam-free-hidden-option.png" /></a><br />
WP Spam Free - Hidden option</h5>
<p>Now you will notice that the JavaScript for WP Spam Free is no longer loading. Let's give this option a try and find out how effective is WP Spam Free without the classic JavaScript cookie protection. Hopefully in new version of this plugin it will be tested and fully operational.</p>
<p>Right now, we are adding some anti-spam features to our comment moderation plugin <a href="http://foliovision.com/seo-tools/wordpress/plugins/thoughtful-comments">Thoughtful Comments</a> which will use zero extra resources and your server load won't be affected by it.</p>
<p>&#160;</p><h5 class="byline"><img height="48" width="48" src="http://foliovision.com/images/authors/martin-vicenik.jpg" alt="Martin Vicenik" title="Martin Vicenik" /><br /> By Martin</h5><p><a href="http://foliovision.com/2010/05/04/wp-spam-free-reducing-server-load">WP Spam Free: Reducing Server Load</a></p>
<p>Post from: <a href="http://foliovision.com">Foliovision</a></p>
<img src="http://foliovision.com/site/?ak_action=api_record_view&id=994&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://foliovision.com/2006/11/30/foiling-email-harvesters-and-coping-with-spam' rel='bookmark' title='Permanent Link: Foiling Email Harvesters and Coping with Spam'>Foiling Email Harvesters and Coping with Spam</a></li>
<li><a href='http://foliovision.com/2010/05/12/reducing-sql-queries-wordpress' rel='bookmark' title='Permanent Link: Reducing SQL queries in Wordpress Templates'>Reducing SQL queries in Wordpress Templates</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://foliovision.com/2010/05/04/wp-spam-free-reducing-server-load/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Trouble with Wordpress Subscribe to Comment Plugin in WP 2.9: Gurken&#8217;s the solution</title>
		<link>http://foliovision.com/2010/04/23/wordpress-subscribe-to-comment-plugin-gurken</link>
		<comments>http://foliovision.com/2010/04/23/wordpress-subscribe-to-comment-plugin-gurken#comments</comments>
		<pubDate>Fri, 23 Apr 2010 15:43:51 +0000</pubDate>
		<dc:creator>alec</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://foliovision.com/?p=974</guid>
		<description><![CDATA[One of our client recently had an annoying comment posted on his site. Even more annoyingly, the commenter had posted a fake email and clicked Subscribe to Comments. Now this client runs a pretty busy client section: 200 comments per post is not uncommon.
Result of the fake address passing: over 200 bounced emails in his [...]


Related posts:<ol><li><a href='http://foliovision.com/2007/12/29/add-signature-plugin' rel='bookmark' title='Permanent Link: Trouble with DD Add Signature Plugin'>Trouble with DD Add Signature Plugin</a></li>
<li><a href='http://foliovision.com/2007/05/04/redesign-the-wordpress-login-via-a-plugin' rel='bookmark' title='Permanent Link: Redesign the WordPress Login via a Plugin'>Redesign the WordPress Login via a Plugin</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>One of our client recently had an annoying comment posted on his site. Even more annoyingly, the commenter had posted a fake email and clicked Subscribe to Comments. Now this client runs a pretty busy client section: 200 comments per post is not uncommon.</p>
<p>Result of the fake address passing: over 200 bounced emails in his inbox. Richard tried to remove the commenter's subscription in the admin section of Mark Jaquith's <a href="http://txfx.net/wordpress-plugins/subscribe-to-comments/">Subscribe to Comments</a> (<a href="http://wordpress.org/extend/plugins/subscribe-to-comments/">WP Plugins</a>). It didn't work.</p>
<p>We tried to block the user from receiving any comments. Didn't work.</p>
<p>Clearly there is an issue between Wordpress Subscribe to Comments and Wordpress 2.9. Easy enough to fix. But we have about five popular plugins right now in active development and adopting another step-child would take us away from our existing work.</p>
<p>What did work for stopping the bounced emails, we simply removing the commenter's address from the email.</p>
<h5><a rel="lightbox[slideshow]" title="wordpress subscribe to comments options" href="/images/2010/04/wordpress-subscribe-to-comments-options.png"><img width="400" height="463" alt="wordpress subscribe to comments options" src="/images/2010/04/400/wordpress-subscribe-to-comments-options.png" /></a><br />
Wordpress Subscribe to Comments Admin options: <br />
These are the ones which don't work in Wordpress 2.9<br />
unsubscribe and block - they are still working in Gurken</h5>

<p>After that we did a bit of looking around and a fellow by the name of Martin Spuetz has written a fork called Gurken <a href="http://www.infogurke.de/gurken-subscribe-to-comments/">Subscribe to Comments</a> (<a href="http://wordpress.org/extend/plugins/gurken-subscribe-to-comments/">WP Plugins</a>). What's important is that Gurken Subcribe to Comments is fully compatible with Mark's version which means that installation is just a question of disabling one and enabling the other and at some future date it would be possible to switch back again.</p>
<p>Gurken Subscribe to Comments admin section does work, allowing commenters to be unsubscribed or blocked. It has another big advantage: which is double opt-in. A user has to accept being subscribed to comments.</p>
<p>How can double opt-in help?</p>
<ul>
    <li>A fake email will only bounce once, not 200 times.</li>
    <li>A real email which is being routed into someone's spam bin will only go once.</li>
    <li>If someone subscribe's with someone else's email, s/he will only be disturbed once.</li>
</ul>
<p>I don't know when Mark is planning to update Subscribe to Comments, but a big thank you to Martin Spuetz. As usual with German plugin authors, the code is excellent but the documentation is all in German. Fortunately Martin and I both speak German, so there is a whole new world of plugins out there waiting for us.</p>
<p>We're also trying Sergey M&uuml;ller's <a href="http://antispambee.com/">Antispam Bee</a> (<a href="http://wordpress.org/extend/plugins/antispam-bee/">WP Plugins</a>) in place of WP Spam Free, as even with our custom modifications on a busy site WP Spam Free puts a heavy load on servers.&nbsp; Here's the excellent<a href="http://playground.ebiene.de/1137/antispam-bee-wordpress-plugin/"> German documentation</a>. Here's the English documentation. Wait, there isn't any.</p><h5 class="byline"><img height="48" width="48" src="http://foliovision.com/images/authors/alec-kinnear.jpg" alt="Alec Kinnear" title="Alec Kinnear" /><br /> By Alec</h5><p><a href="http://foliovision.com/2010/04/23/wordpress-subscribe-to-comment-plugin-gurken">Trouble with Wordpress Subscribe to Comment Plugin in WP 2.9: Gurken&#8217;s the solution</a></p>
<p>Post from: <a href="http://foliovision.com">Foliovision</a></p>
<img src="http://foliovision.com/site/?ak_action=api_record_view&id=974&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://foliovision.com/2007/12/29/add-signature-plugin' rel='bookmark' title='Permanent Link: Trouble with DD Add Signature Plugin'>Trouble with DD Add Signature Plugin</a></li>
<li><a href='http://foliovision.com/2007/05/04/redesign-the-wordpress-login-via-a-plugin' rel='bookmark' title='Permanent Link: Redesign the WordPress Login via a Plugin'>Redesign the WordPress Login via a Plugin</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://foliovision.com/2010/04/23/wordpress-subscribe-to-comment-plugin-gurken/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (user agent is rejected)
Database Caching 104/329 queries in 0.457 seconds using memcached

Served from: foliovision.com @ 2010-09-10 21:41:17 -->