<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>OIOpublisher Blog</title>
	
	<link>http://blog.oiopublisher.com</link>
	<description>Control Your Ad Space</description>
	<lastBuildDate>Sat, 20 Feb 2010 14:18:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/SimonEmery/OIOpublisher" /><feedburner:info uri="simonemery/oiopublisher" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /><item>
		<title>OIO Advertiser Stats (demo)</title>
		<link>http://feedproxy.google.com/~r/SimonEmery/OIOpublisher/~3/mAdAkSb-g8g/</link>
		<comments>http://blog.oiopublisher.com/2010/02/oio-advertiser-stats-demo/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 14:16:28 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Community]]></category>

		<guid isPermaLink="false">http://blog.oiopublisher.com/2010/02/oio-advertiser-stats-demo/</guid>
		<description><![CDATA[The other day I happened to be browsing the search analytics for OIOpublisher (something I don&#8217;t pay nearly enough attention to) and noticed that one of the top ranked &#8220;questions&#8221; being searched was what do OIO advertiser stats looked like.
As you&#8217;d expect, it was quite difficult to find any examples (you have to go into [...]]]></description>
			<content:encoded><![CDATA[<p>The other day I happened to be browsing the search analytics for OIOpublisher (something I don&#8217;t pay nearly enough attention to) and noticed that one of the top ranked &#8220;questions&#8221; being searched was what do <strong>OIO advertiser stats</strong> looked like.</p>
<p>As you&#8217;d expect, it was quite difficult to find any examples (you have to go into the demo and find an active ad), so I&#8217;ve added a new tab to the demo that will show users what an advertiser sees when they are sent their weekly statistics email. Enjoy!</p>
<p>&gt;&gt; <strong><a href="http://demo.oiopublisher.com/?s=5">Ad stats demo link</a></strong></p>

<p><a href="http://feedads.g.doubleclick.net/~a/AQQ3fhJSrNdT-I9xEno-e4Bqbzo/0/da"><img src="http://feedads.g.doubleclick.net/~a/AQQ3fhJSrNdT-I9xEno-e4Bqbzo/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/AQQ3fhJSrNdT-I9xEno-e4Bqbzo/1/da"><img src="http://feedads.g.doubleclick.net/~a/AQQ3fhJSrNdT-I9xEno-e4Bqbzo/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SimonEmery/OIOpublisher/~4/mAdAkSb-g8g" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.oiopublisher.com/2010/02/oio-advertiser-stats-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.oiopublisher.com/2010/02/oio-advertiser-stats-demo/</feedburner:origLink></item>
		<item>
		<title>Back to work on v3</title>
		<link>http://feedproxy.google.com/~r/SimonEmery/OIOpublisher/~3/90OLxwzcyPY/</link>
		<comments>http://blog.oiopublisher.com/2010/01/back-to-work-on-v3/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 12:03:46 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.oiopublisher.com/2010/01/back-to-work-on-v3/</guid>
		<description><![CDATA[After a couple of months of being unable to work on the new version of OIO, I&#8217;m glad to say I&#8217;m now able to get back to it.
I&#8217;m currently in the process of building a library of re-usable components that will deal with most of the laborious tasks automatically (the backbone of the opensource framework [...]]]></description>
			<content:encoded><![CDATA[<p>After a couple of months of being unable to work on the new version of OIO, I&#8217;m glad to say I&#8217;m now able to get back to it.</p>
<p>I&#8217;m currently in the process of building a library of re-usable components that will deal with most of the laborious tasks automatically (the backbone of the opensource framework upon which OIO will be built). I did at one point consider using an existing library (Zend Framework, Kohana etc), but as many have found before me it&#8217;s not quite the same as doing it yourself.</p>
<p>As a quick example, I&#8217;ve most recently been working on an email component, in order to handle different protocols (SMTP, POP3, IMAP) and send / receive mail in any language automatically. Each component can be used independently of others, so as to make them usable in any development situation, but is kept as lightweight as possible.</p>
<p>Once I&#8217;ve constructed the final few generic components, I&#8217;ll be able to use them to develop the first prototype of OIO v3. As I mentioned previously, I won&#8217;t give any timeframes until I can tell you something accurate; otherwise it&#8217;s just a guess on my part.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/YsTTc6dih_XEeD7uC3RQ6cVgX5E/0/da"><img src="http://feedads.g.doubleclick.net/~a/YsTTc6dih_XEeD7uC3RQ6cVgX5E/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/YsTTc6dih_XEeD7uC3RQ6cVgX5E/1/da"><img src="http://feedads.g.doubleclick.net/~a/YsTTc6dih_XEeD7uC3RQ6cVgX5E/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SimonEmery/OIOpublisher/~4/90OLxwzcyPY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.oiopublisher.com/2010/01/back-to-work-on-v3/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://blog.oiopublisher.com/2010/01/back-to-work-on-v3/</feedburner:origLink></item>
		<item>
		<title>OIO “addons” Wordpress plugin</title>
		<link>http://feedproxy.google.com/~r/SimonEmery/OIOpublisher/~3/ktYmbas54f4/</link>
		<comments>http://blog.oiopublisher.com/2009/12/oio-addons-wordpress-plugin/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 17:47:59 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.oiopublisher.com/2009/12/oio-addons-wordpress-plugin/</guid>
		<description><![CDATA[Every so often I get requests for little additions for OIO. I&#8217;ve therefore just released a small plugin that tackles a few such requests in one go. They are not meant to be full blown features, but helpers for certain issues &#8211; such as integrating OIO with WPMU.
The main features are:
1.) Integrate a standalone installation [...]]]></description>
			<content:encoded><![CDATA[<p>Every so often I get requests for little additions for OIO. I&#8217;ve therefore just released a small plugin that tackles a few such requests in one go. They are not meant to be full blown features, but helpers for certain issues &#8211; such as integrating OIO with WPMU.</p>
<p><strong>The main features are:</strong></p>
<p>1.) Integrate a standalone installation of OIO with any Wordpress / WPMU blog (if you&#8217;ve got OIO installed as a Wordpress plugin, you can ignore this feature).</p>
<p>2.) Type a placeholder such as [% oiopub-banner-1-left %] into any of your Wordpress posts and it will automatically be converted into an OIO ad zone. The example would output banner zone 1 on the left of your post.</p>
<p>3.) Put an ad zone into your RSS feed.</p>
<p>For more information and to download the &#8220;addons&#8221; plugin, <strong><a href="http://forum.oiopublisher.com/discussion/893/oio-addons-wordpress-plugin/">click here</a></strong>.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/EbQFrHgjyX-QyddfoHEUsH9fFzA/0/da"><img src="http://feedads.g.doubleclick.net/~a/EbQFrHgjyX-QyddfoHEUsH9fFzA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/EbQFrHgjyX-QyddfoHEUsH9fFzA/1/da"><img src="http://feedads.g.doubleclick.net/~a/EbQFrHgjyX-QyddfoHEUsH9fFzA/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SimonEmery/OIOpublisher/~4/ktYmbas54f4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.oiopublisher.com/2009/12/oio-addons-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://blog.oiopublisher.com/2009/12/oio-addons-wordpress-plugin/</feedburner:origLink></item>
		<item>
		<title>Communal Advertising Budget?</title>
		<link>http://feedproxy.google.com/~r/SimonEmery/OIOpublisher/~3/HbfyNkFhqbA/</link>
		<comments>http://blog.oiopublisher.com/2009/11/communal-advertising-budget/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 15:53:26 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Community]]></category>

		<guid isPermaLink="false">http://blog.oiopublisher.com/?p=38</guid>
		<description><![CDATA[For the first time since I started this project I find myself bogged down in &#8220;other&#8221; work (ie. things I&#8217;d rather not be doing), which has meant reduced time for active development of OIO. What it has meant is that I&#8217;ve had more time to think about the direction OIO should be taking in the [...]]]></description>
			<content:encoded><![CDATA[<p>For the first time since I started this project I find myself bogged down in &#8220;other&#8221; work (ie. things I&#8217;d rather not be doing), which has meant reduced time for active development of OIO. What it has meant is that I&#8217;ve had more time to think about the direction OIO should be taking in the future; from 3rd party addons to the subject of this article, the marketplace.</p>
<p>I recently read an article by <span>Lee Ka Hoong</span> that looked at the <a href="http://myblog2day.com/how-to-make-money-online-with-buysellads.php">benefits of BuySellAds</a>. Lee ended by saying:</p>
<blockquote><p><em>I have my own direct advertisers, but why I still want to pay commission to BuySellAds by selling banner ads [is] because I don’t have to do anything and I get advertisers.</em></p></blockquote>
<p>It&#8217;s a common view-point and one that OIO is unable to fully address at the moment. Yes, this website does contain a marketplace, but it&#8217;s not able to channel advertisers through properly yet.</p>
<p><strong>Why aren&#8217;t advertisers being channelled effectively through the marketplace?</strong></p>
<p>1.) The link-up between the OIO script and the marketplace isn&#8217;t great. The data from individual sites needs to be better accessible from the marketplace to make it useful (ie. searchable ad zone data, pricings, availablility). There is too high a proportion of dead sites or sites that no longer use OIO (resulting in less meaningful searches).</p>
<p>2.) No promotion. Money needs to be spent on the marketplace &#8211; I&#8217;m sure that a setup such as BuySellAds spends a lot on promotion &#8211; rather than just focusing on selling the script. Essentially, a move away from product to product + added value services.</p>
<p><strong>What can be done about it?</strong></p>
<p>Reason #1 is something I can / will deal with during the development of v3 of OIO. Integration of fully fledged web services will mean more available data exchange, as well as more current data.</p>
<p>Reason #2, as mentioned, is about money. Just as other services use the commission they take from each ad sale to promote themselves, OIO would need a way of doing a similar type of thing. Product sales won&#8217;t cut it (and ultimately I&#8217;m in favour of making the product free), so it falls back to producing a recurring revenue stream.</p>
<p>If publishers like Lee are willing to pay 25% commission to ensure a stream of advertisers, then it stands to reason that they would be willing to pay a flat monthly fee to help advertise the OIO marketplace (providing it was of sufficient quality, of course). One step closer to the ultimate goal of direct sales and guarenteed advertisers.</p>
<p>This  &#8220;communal advertising fund&#8221; could then be used to push a stream of advertisers through to sites they are interested in, via the marketplace.</p>
<p>I think I&#8217;ll <a href="http://v3.oiopublisher.com/spec/hooking-everything-up-in-v3/">keep it in mind</a>&#8230;.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/p9euYbeRlNEtgTC09HU40LTyA0s/0/da"><img src="http://feedads.g.doubleclick.net/~a/p9euYbeRlNEtgTC09HU40LTyA0s/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/p9euYbeRlNEtgTC09HU40LTyA0s/1/da"><img src="http://feedads.g.doubleclick.net/~a/p9euYbeRlNEtgTC09HU40LTyA0s/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SimonEmery/OIOpublisher/~4/HbfyNkFhqbA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.oiopublisher.com/2009/11/communal-advertising-budget/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://blog.oiopublisher.com/2009/11/communal-advertising-budget/</feedburner:origLink></item>
		<item>
		<title>PayPal IPN Issue</title>
		<link>http://feedproxy.google.com/~r/SimonEmery/OIOpublisher/~3/mYxruY0n1XE/</link>
		<comments>http://blog.oiopublisher.com/2009/10/paypal-ipn-issue/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 16:41:03 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.oiopublisher.com/2009/10/paypal-ipn-issue/</guid>
		<description><![CDATA[This morning I got an email saying a purchase (on this site) hadn&#8217;t been confirmed via the paypal IPN, and was forever &#8220;waiting to receive confirmation from the payment processor&#8221;. Initially I thought it must have been a one-off, but have since received several more reports of the same issue.
After a bit of searching, I [...]]]></description>
			<content:encoded><![CDATA[<p>This morning I got an email saying a purchase (on this site) hadn&#8217;t been confirmed via the paypal IPN, and was forever &#8220;waiting to receive confirmation from the payment processor&#8221;. Initially I thought it must have been a one-off, but have since received several more reports of the same issue.</p>
<p>After a bit of searching, I found the following comment by a <strong><a href="http://developer.paypal-portal.com/pdn/board/message?board.id=ipn&amp;message.id=21025#M21025">paypal developer</a></strong>:</p>
<blockquote><p><em>Apologies for any inconvenience this issue with IPN may have caused you. We are aware of the issue and working it as high priority, to get it resolved as soon as possible.</em></p>
<p><em>As a workaround, if you use port 443, rather than port 80, IPN will work.</em></p>
<p><em>Once resolved, we will update any threads created for this issue, so that everyone is aware. Thanks for your continued patience!</em></p></blockquote>
<p>I therefore did as suggested and added the option to use port 443 (if the server supports it) instead of port 80, which did indeed fix the problem. I&#8217;ve also added the same code to the OIO paypal module, since port 443 seems to be the recommended default now.</p>
<p><em>There&#8217;s no urgent need to upgrade, unless this problem persists for a while.</em></p>
<p>So, if you&#8217;re experiencing any problems with paypal IPNs today, now you know why!</p>

<p><a href="http://feedads.g.doubleclick.net/~a/zVRid_w7HrQL1PecgbIhFgssW44/0/da"><img src="http://feedads.g.doubleclick.net/~a/zVRid_w7HrQL1PecgbIhFgssW44/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/zVRid_w7HrQL1PecgbIhFgssW44/1/da"><img src="http://feedads.g.doubleclick.net/~a/zVRid_w7HrQL1PecgbIhFgssW44/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SimonEmery/OIOpublisher/~4/mYxruY0n1XE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.oiopublisher.com/2009/10/paypal-ipn-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.oiopublisher.com/2009/10/paypal-ipn-issue/</feedburner:origLink></item>
		<item>
		<title>OIO v3 Mind Map</title>
		<link>http://feedproxy.google.com/~r/SimonEmery/OIOpublisher/~3/HC7CjCrXtPw/</link>
		<comments>http://blog.oiopublisher.com/2009/09/oio-v3-mind-map/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 22:31:37 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.oiopublisher.com/2009/09/v3-mind-map/</guid>
		<description><![CDATA[Instead of writing a dreary specification document for you to sift through, I&#8217;ve put together a 1st draft of all your ideas and suggestions in the form of a mind map. Enjoy!
&#62;&#62; http://v3.oiopublisher.com/spec/v3-spec-1st-draft/
]]></description>
			<content:encoded><![CDATA[<p>Instead of writing a dreary specification document for you to sift through, I&#8217;ve put together a 1st draft of all your <a href="http://v3.oiopublisher.com">ideas</a> and suggestions in the form of a mind map. Enjoy!</p>
<p>&gt;&gt; <strong><a href="http://v3.oiopublisher.com/spec/v3-spec-1st-draft/">http://v3.oiopublisher.com/spec/v3-spec-1st-draft/</a></strong></p>

<p><a href="http://feedads.g.doubleclick.net/~a/ZNGjfOWuaee6eOw-obbEXdJmvcs/0/da"><img src="http://feedads.g.doubleclick.net/~a/ZNGjfOWuaee6eOw-obbEXdJmvcs/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/ZNGjfOWuaee6eOw-obbEXdJmvcs/1/da"><img src="http://feedads.g.doubleclick.net/~a/ZNGjfOWuaee6eOw-obbEXdJmvcs/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SimonEmery/OIOpublisher/~4/HC7CjCrXtPw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.oiopublisher.com/2009/09/oio-v3-mind-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.oiopublisher.com/2009/09/oio-v3-mind-map/</feedburner:origLink></item>
		<item>
		<title>More flexible ad zone output</title>
		<link>http://feedproxy.google.com/~r/SimonEmery/OIOpublisher/~3/4_vdZ5N1SME/</link>
		<comments>http://blog.oiopublisher.com/2009/09/more-flexible-ad-zone-output/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 11:50:07 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Beta]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.oiopublisher.com/2009/09/more-flexible-ad-output/</guid>
		<description><![CDATA[I&#8217;ve been asked on a few occasions during the ideas brainstorm for v3 about being able to display ad zones using different settings to those used in the admin area. For example, I have an ad zone using 125&#215;125 ads, but on one of my sites I want to show the same ad zone using [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been asked on a few occasions during the <a href="http://v3.oiopublisher.com">ideas brainstorm</a> for v3 about being able to display ad zones using different settings to those used in the admin area. For example, I have an ad zone using 125&#215;125 ads, but on one of my sites I want to show the same ad zone using dimensions of 90&#215;90.</p>
<p>Up until now, there was no way to accomplish this, since the output functions just used whatever was set in the admin. Whilst this type of thing will be fully resolved in v3, I thought I&#8217;d put together some alternative output functions for v2 that could do the same thing.</p>
<p>I haven&#8217;t yet released it as part of the official download, since the output is fundamental to everyone who uses OIO and so any bugs could cause quite a few problems for people upgrading. Instead, I&#8217;ve released it as a separate package that you can upload, which will over-write the default functions:</p>
<p>&gt;&gt; <a href="http://forum.oiopublisher.com/discussion/796/manipulating-ad-zone-output/">http://forum.oiopublisher.com/discussion/796/manipulating-ad-zone-output/</a></p>
<p>The link above contains all the information you should need on how to install and use these new output options. It supports both php and javascript, and won&#8217;t affect any of your current ad zones using the old output method.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/FNUXcVyVlvjVui2rV4-9YkWorag/0/da"><img src="http://feedads.g.doubleclick.net/~a/FNUXcVyVlvjVui2rV4-9YkWorag/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/FNUXcVyVlvjVui2rV4-9YkWorag/1/da"><img src="http://feedads.g.doubleclick.net/~a/FNUXcVyVlvjVui2rV4-9YkWorag/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SimonEmery/OIOpublisher/~4/4_vdZ5N1SME" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.oiopublisher.com/2009/09/more-flexible-ad-zone-output/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.oiopublisher.com/2009/09/more-flexible-ad-zone-output/</feedburner:origLink></item>
		<item>
		<title>OIOpublisher 2.21 Released</title>
		<link>http://feedproxy.google.com/~r/SimonEmery/OIOpublisher/~3/ezerY9gKSQg/</link>
		<comments>http://blog.oiopublisher.com/2009/09/oiopublisher-221-released/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 21:05:12 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.oiopublisher.com/2009/09/oiopublisher-2-21-released/</guid>
		<description><![CDATA[I thought I&#8217;d release a small update package to include a couple of things you may find useful. You can now download v2.21 from the site, which includes:
(1) One-click Wordpress theme integration &#8211; you can now use your Wordpress theme with OIO more easily. You can find out more information about it here, as well [...]]]></description>
			<content:encoded><![CDATA[<p>I thought I&#8217;d release a small update package to include a couple of things you may find useful. You can now <a href="http://download.oiopublisher.com">download</a> v2.21 from the site, which includes:</p>
<p>(1) One-click Wordpress theme integration &#8211; you can now use your Wordpress theme with OIO more easily. You can find out more information about it <a href="http://blog.oiopublisher.com/2009/09/wordpress-theme-integration/">here</a>, as well as a short <a href="http://forum.oiopublisher.com/discussion/520/customising-the-ad-manager/#Item_4">tutorial</a> on how to use this feature (and what to do i your theme doesn&#8217;t look quite right initially).</p>
<p>(2) Use decimals in your pricing &#8211; up until now you&#8217;ve only been able to use whole numbers when pricing your ads. Now you can set your price to whatever you&#8217;d like (eg. $9.95).</p>
<p><strong>How to upgrade</strong></p>
<p>The standard <a href="http://forum.oiopublisher.com/discussion/507/installing-the-ad-manager/#Item_6">upgrade tutorial</a> applies. If you&#8217;ve customised any of the template files, the only one to change since the release of v2.20 is the &#8220;templates/core/main.tpl&#8221; file.</p>
<p><strong>How&#8217;s v3 coming?</strong></p>
<p>Since I get asked this quite a bit, the answer is it&#8217;s coming along slowly but surely. I&#8217;ll be releasing a spec shortly, including as many of <a href="http://v3.oiopublisher.com">your ideas</a> as possible, so you can see what it will end up like. Remember, there&#8217;s still time to <a href="http://v3.oiopublisher.com">submit</a> your own ideas!</p>

<p><a href="http://feedads.g.doubleclick.net/~a/d8ZhguKn0OFd0FJFoup_I66kWXM/0/da"><img src="http://feedads.g.doubleclick.net/~a/d8ZhguKn0OFd0FJFoup_I66kWXM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/d8ZhguKn0OFd0FJFoup_I66kWXM/1/da"><img src="http://feedads.g.doubleclick.net/~a/d8ZhguKn0OFd0FJFoup_I66kWXM/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SimonEmery/OIOpublisher/~4/ezerY9gKSQg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.oiopublisher.com/2009/09/oiopublisher-221-released/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://blog.oiopublisher.com/2009/09/oiopublisher-221-released/</feedburner:origLink></item>
		<item>
		<title>Wordpress Theme Integration</title>
		<link>http://feedproxy.google.com/~r/SimonEmery/OIOpublisher/~3/TRlgigLaQMI/</link>
		<comments>http://blog.oiopublisher.com/2009/09/wordpress-theme-integration/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 23:09:31 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Beta]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.oiopublisher.com/2009/09/one-click-integration-wordpress-themes/</guid>
		<description><![CDATA[This is one thing that I&#8217;m often asked about &#8211; how do you integrate the OIO purchase process with your Wordpress theme? Well, now it&#8217;s very easy!
&#62;&#62; Rather than try and explain it in words, check out the image below (click it to view full size).
 If you want to try it out for yourself, [...]]]></description>
			<content:encoded><![CDATA[<p>This is one thing that I&#8217;m often asked about &#8211; how do you integrate the OIO purchase process with your Wordpress theme? Well, now it&#8217;s very easy!</p>
<p>&gt;&gt; Rather than try and explain it in words, check out the image below (click it to view full size).</p>
<p><a href="http://blog.oiopublisher.com/wp-content/uploads/2009/09/wp-theme.png"><img class="alignnone size-thumbnail wp-image-31" style="float:left; margin-right:20px;" title="wp-theme" src="http://blog.oiopublisher.com/wp-content/uploads/2009/09/wp-theme.png" alt="wp-theme" width="175" height="115" /></a> If you want to try it out for yourself, simply <strong><a href="http://download.oiopublisher.com">download</a></strong> the latest code and over-write all your existing OIO files. There&#8217;s no version number change yet, as I&#8217;m testing it out with the early adopters first. <img src='http://blog.oiopublisher.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><em>PS. the &#8216;templates/core/main.tpl&#8217; file has changed for this.<br />
</em></p>

<p><a href="http://feedads.g.doubleclick.net/~a/R8Oql9y95c_wVAJCa-o_l4NOWvo/0/da"><img src="http://feedads.g.doubleclick.net/~a/R8Oql9y95c_wVAJCa-o_l4NOWvo/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/R8Oql9y95c_wVAJCa-o_l4NOWvo/1/da"><img src="http://feedads.g.doubleclick.net/~a/R8Oql9y95c_wVAJCa-o_l4NOWvo/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SimonEmery/OIOpublisher/~4/TRlgigLaQMI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.oiopublisher.com/2009/09/wordpress-theme-integration/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<feedburner:origLink>http://blog.oiopublisher.com/2009/09/wordpress-theme-integration/</feedburner:origLink></item>
		<item>
		<title>OIO and WP-super-cache</title>
		<link>http://feedproxy.google.com/~r/SimonEmery/OIOpublisher/~3/MwZgGEhqD_0/</link>
		<comments>http://blog.oiopublisher.com/2009/08/oio-and-wp-super-cache/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 11:27:09 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Wordpress Conflicts]]></category>

		<guid isPermaLink="false">http://blog.oiopublisher.com/2009/08/oio-and-wp-super-cache/</guid>
		<description><![CDATA[This is the second post in a series that looks at potential problems that OIO can have with other well-known Wordpress plugins. You can see the entire series here.
Yesterday I had a report of a problem with OIO, which turned out to be caused by wp-super-cache. The file caching meant that OIO stats tracking was [...]]]></description>
			<content:encoded><![CDATA[<p><em>This is the second post in a series that looks at potential problems that OIO can have with other well-known Wordpress plugins. You can see the entire series <strong><a href="/category/wordpress-conflicts/">here</a></strong>.</em></p>
<p>Yesterday I had a report of a problem with OIO, which turned out to be caused by wp-super-cache. The file caching meant that OIO stats tracking was being bypassed, since it is done using php by default.</p>
<p>Initially I was going to give my standard reply of &#8220;switch over to javascript ad output&#8221; (since it isn&#8217;t affected by caching plugins, whereas php output is). However, it isn&#8217;t a proper solution in my eyes since it means that anyone who uses Wordpress, a caching plugin and OIO might run into a similar issue. That would mean having to give my standard answer again&#8230;</p>
<p><strong>Finding another way</strong></p>
<p>It seems that only stats tracking is affected by Wordpress caching plugins for normal use, so I came up with a solution that would still work when using php ad output. The tracking module performs a check for the existence of wp-cache / wp-super-cache and if found, will use an image tag to record stats instead of doing it internally via php. This tag will be cached along with the rest of the page, and so will load even when caching is active.</p>
<p>Ironically, I used to use an image tag by default. However, it caused some server load problems (because it meant OIO had to be loaded twice on each page) and so I stopped using it (an unintended consquence there!). This intermediate solution gives us the best of both worlds, since an image tag will only be used if actually needed.</p>
<p><em>The latest version of the stats tracker that contains this change (2.07 at the time of writing) can be downloaded <strong><a href="http://download.oiopublisher.com/modules.php">here</a></strong>.</em></p>
<p><strong>Any other problems with caching?</strong></p>
<p>The only other issue that can come up as a result of caching is a lack of ad rotation. If the page html is cached, the ads will remain static until the cache is cleared. If you really want ads to rotate on every page load, and use a Wordpress caching plugin, you  will have to use javascript to show ads with OIO.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/pVuihijvDwp202HL9gHa27dz_3c/0/da"><img src="http://feedads.g.doubleclick.net/~a/pVuihijvDwp202HL9gHa27dz_3c/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/pVuihijvDwp202HL9gHa27dz_3c/1/da"><img src="http://feedads.g.doubleclick.net/~a/pVuihijvDwp202HL9gHa27dz_3c/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/SimonEmery/OIOpublisher/~4/MwZgGEhqD_0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.oiopublisher.com/2009/08/oio-and-wp-super-cache/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://blog.oiopublisher.com/2009/08/oio-and-wp-super-cache/</feedburner:origLink></item>
	</channel>
</rss>
