<?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>Jason R Briggs &#187; php</title>
	<atom:link href="http://www.briggs.net.nz/log/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.briggs.net.nz/log</link>
	<description>Techie stuff from the perspective of a Kiwi abroad</description>
	<lastBuildDate>Mon, 28 Jun 2010 06:45:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>YAK 2.1.1</title>
		<link>http://www.briggs.net.nz/log/2010/04/30/yak-2-1-1/</link>
		<comments>http://www.briggs.net.nz/log/2010/04/30/yak-2-1-1/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 23:08:33 +0000</pubDate>
		<dc:creator>jrbriggs</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[technical]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[shopping cart]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[yak]]></category>

		<guid isPermaLink="false">http://www.briggs.net.nz/log/?p=1229</guid>
		<description><![CDATA[YAK 2.1.1 has just been released. Some fairly comprehensive changes have gone into this version. On the stability/security side of things, YAK now uses WP&#8217;s SQL &#8220;prepare&#8221; facility (this is to stop things like SQL injection attacks). From a bug fix perspective, you&#8217;ll notice the product edit form (when editing a post) is now draggable [...]]]></description>
			<content:encoded><![CDATA[<p>YAK 2.1.1 has just been released.  Some fairly comprehensive changes have gone into this version.  On the stability/security side of things, YAK now uses WP&#8217;s SQL &#8220;prepare&#8221; facility (this is to stop things like SQL injection attacks).  From a bug fix perspective, you&#8217;ll notice the product edit form (when editing a post) is now draggable (thanks to a contributor), and promo price calculation had a bug in some environments which should now be resolved.</p>
<p>In terms of new features, I&#8217;ve added public key encryption for storage of CC details.  With the recent news about WordPress blogs hacked on a shared host (http://blogcastfm.com/announcements/warning-massive-number-of-godaddy-wordpress-blogs-hacked-this-weekend/), and various comments about many people on shared web hosts who don&#8217;t secure their WP config files properly, it seems prudent to provide the facility for more security for users of the manual CC payment feature.  YAK settings are now split into 4 separate screens (General, Shipping, Sales Tax, Advanced) &#8212; on the Advanced tab you&#8217;ll find a button for generating a public/private key.  The public key can be used for encrypting CC numbers, and the private key for decrypting.  I&#8217;ll be adding some more detail to the FAQ at some point soon.</p>
<p>I&#8217;ve also added the facility to require a login for certain products, added more values to the third-party-integration event, and also incrementing item quantity (rather than displaying an error message) when the customer clicks on the buy button for an item which is already in the cart (configurable, of course).  The biggest feature addition is the first version of sales tax calculations.  This works in a vaguely similar way to shipping (except without the zones), but also provides for federal and state based taxes for the US.  If your country has a similar requirement (state versus federal taxes), let me know, and hopefully I can fit that into a subsequent release.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.briggs.net.nz/log/2010/04/30/yak-2-1-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>YAK 1.7.7</title>
		<link>http://www.briggs.net.nz/log/2009/10/10/yak-1-7-7/</link>
		<comments>http://www.briggs.net.nz/log/2009/10/10/yak-1-7-7/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 19:55:58 +0000</pubDate>
		<dc:creator>jrbriggs</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[technical]]></category>
		<category><![CDATA[cart]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[shopping]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[yak]]></category>

		<guid isPermaLink="false">http://www.briggs.net.nz/log/?p=1117</guid>
		<description><![CDATA[Version 1.7.7 of YAK for WordPress has been released. This release includes mainly bug fixes, including the following: Hopefully fix a problem with glob (on some PHP installs) Move order widget into separate file Change &#8220;Espana&#8221; into &#8220;Spain&#8221; in English files. Fix problem with country missing from shipping address in confirmation email and in order [...]]]></description>
			<content:encoded><![CDATA[<p>Version 1.7.7 of Y<a href="http://wordpress.org/extend/plugins/yak-for-wordpress">AK for WordPress</a> has been released.</p>
<p>This release includes mainly bug fixes, including the following:</p>
<ul>
<li>Hopefully fix a problem with glob (on some PHP installs)</li>
<li>Move order widget into separate file</li>
<li>Change &#8220;Espana&#8221; into &#8220;Spain&#8221; in English files.</li>
<li>Fix problem with country missing from shipping address in confirmation email and in order screen</li>
<li>Add a new tag [phone] to confirmation email</li>
<li>Fix a problem with address in order export</li>
<li>Add message to Credit Card entry notifying the customer that they have a final chance to confirm/cancel the order</li>
<li>Updated German translation, provided by Joern</li>
</ul>
<p>This release has been tested on both WP and WPMU.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.briggs.net.nz/log/2009/10/10/yak-1-7-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YAK 1.7.1, filing off the rough edges</title>
		<link>http://www.briggs.net.nz/log/2009/08/06/yak-1-7-1-filing-off-the-rough-edges/</link>
		<comments>http://www.briggs.net.nz/log/2009/08/06/yak-1-7-1-filing-off-the-rough-edges/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 21:38:26 +0000</pubDate>
		<dc:creator>jrbriggs</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[technical]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[shopping cart]]></category>
		<category><![CDATA[yak]]></category>

		<guid isPermaLink="false">http://www.briggs.net.nz/log/?p=1054</guid>
		<description><![CDATA[YAK version 1.7.1 has just been released. This release (and the previous 1.7.0) includes the following changes: Fixing a problem with Authorize.net url Add checkbox for Authorize.net test mode Separate PayPal Pro return url (from Standard) Refactor payment types into separate classes to allow for easier extensibility Minor change to ipaddress sent to PayPal (only [...]]]></description>
			<content:encoded><![CDATA[<p>YAK version 1.7.1 has just been released.  This release (and the previous 1.7.0) includes the following changes:</p>
<ul>
<li>Fixing a problem with Authorize.net url</li>
<li>Add checkbox for Authorize.net test mode</li>
<li>Separate PayPal Pro return url (from Standard)</li>
<li>Refactor payment types into separate classes to allow for easier extensibility</li>
<li>Minor change to ipaddress sent to PayPal (only affects internal testing)</li>
<li>Add &#8216;demo&#8217; payment gateway</li>
<li>Fix promo date saving problem</li>
<li>Fix promo price calculation (causing problems in PayPal)</li>
<li>Automatically create the Checkout page on activation</li>
<li>Automatically create the &#8220;products&#8221; and &#8220;default&#8221; categories on activation</li>
<li>Fix (hopefully) an odd error_log problem in certain environments</li>
</ul>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.briggs.net.nz/log/2009/08/06/yak-1-7-1-filing-off-the-rough-edges/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>YAK Version 1.2.4</title>
		<link>http://www.briggs.net.nz/log/2009/02/13/yak-version-124/</link>
		<comments>http://www.briggs.net.nz/log/2009/02/13/yak-version-124/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 13:29:24 +0000</pubDate>
		<dc:creator>jrbriggs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[yak]]></category>

		<guid isPermaLink="false">http://www.briggs.net.nz/log/?p=639</guid>
		<description><![CDATA[If you happened to download/install version 1.2.3, make sure you install 1.2.4 which fixes an address bug in PayPal. Of course, if you&#8217;re not using PayPal, you don&#8217;t need to bother&#8230; and if you&#8217;re using the latest version of WP, you probably already know&#8230;]]></description>
			<content:encoded><![CDATA[<p>If you happened to download/install version 1.2.3, make sure you install 1.2.4 which fixes an address bug in PayPal.  Of course, if you&#8217;re not using PayPal, you don&#8217;t need to bother&#8230; and if you&#8217;re using the latest version of WP, you probably already know&#8230; <img src='http://www.briggs.net.nz/log/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.briggs.net.nz/log/2009/02/13/yak-version-124/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10,000 came and went&#8230;</title>
		<link>http://www.briggs.net.nz/log/2009/02/03/10000-came-and-went/</link>
		<comments>http://www.briggs.net.nz/log/2009/02/03/10000-came-and-went/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 18:53:10 +0000</pubDate>
		<dc:creator>jrbriggs</dc:creator>
				<category><![CDATA[technical]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[shopping cart]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[yak]]></category>

		<guid isPermaLink="false">http://www.briggs.net.nz/log/?p=537</guid>
		<description><![CDATA[As a matter of interest I went back and had a look at the number of downloads for the earlier versions of YAK, back when it was hosted at SourceForge. The number was a lot higher than I remembered and, added to the 4781 (at time of writing) downloads since WordPress has been hosting it, [...]]]></description>
			<content:encoded><![CDATA[<p>As a matter of interest I went back and had a look at the number of downloads for the earlier versions of <a href="http://www.briggs.net.nz/log/projects/yak-for-wordpress">YAK</a>, back when it was hosted at <a href="http://www.sf.net">SourceForge</a>.  The number was a lot higher than I remembered and, added to the 4781 (at time of writing) downloads since WordPress has been <a href="http://www.wordpress.org/extend/plugins/yak-for-wordpress">hosting</a> it, means the 10,000-downloads milestone came and went&#8230; completely uncommented upon.</p>
<p>YAK is now (almost officially) a three year old project.  I started the SourceForge project (March 06) about a month or so after I&#8217;d started mucking around with the code itself.  It started, from a rather simple idea, and over time has turned into a product that, I believe, is reasonably competitive in terms of features.  Not perfect, by any stretch of the imagination, but good enough for a part-time project that has only had time to evolve, rather than be properly designed.</p>
<p>YAK looks a bit like an &#8220;also-ran&#8221; compared to the number of downloads for the alternative cart plugins on WordPress, but when you look at the real figure (currently 11,635) it&#8217;s actually almost holding its own.  Not quite so sure why it rates so low (I certainly haven&#8217;t received an enormous number of complaints, and I&#8217;ve attempted to fix most, if not all, of the bugs that have been reported) &#8212; could be the lack of free documentation, or something else I haven&#8217;t thought of.</p>
<p>Still, to the few thousand or so people (I&#8217;m guessing) who have amassed 11,000+ downloads over the last few years, to the (unfortunately smaller <img src='http://www.briggs.net.nz/log/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  ) number who have bought the handbook, and the various contributors who have offered patches, bug fixes, translations, suggestions, etc &#8212; thanks for all your support.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.briggs.net.nz/log/2009/02/03/10000-came-and-went/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>YAK version 1.2.3</title>
		<link>http://www.briggs.net.nz/log/2009/02/02/yak-version-123/</link>
		<comments>http://www.briggs.net.nz/log/2009/02/02/yak-version-123/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 00:25:30 +0000</pubDate>
		<dc:creator>jrbriggs</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[technical]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[shopping cart]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[yak]]></category>

		<guid isPermaLink="false">http://www.briggs.net.nz/log/?p=519</guid>
		<description><![CDATA[<a href="http://www.briggs.net.nz/log/projects/yak-for-wordpress">YAK for WordPress</a> version 1.2.3 has finally been released.  Features include in this release, since the last stable version (1.1.3) include:
a basic xml feed for products, remote function for retrieving the content of a product from another YAK store, Accounts Receivable payment type, Authorize.net payment type, PayPal Payments Pro payment type, more filtering in the order administration page, Norwegian translation (provided by Tom Boersma), updated French translation (provided by Romaric Drigon) plus various bug fixes.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.briggs.net.nz/log/projects/yak-for-wordpress">YAK for WordPress</a> version 1.2.3 has finally been released.  Features include in this release, since the last stable version (1.1.3) include:</p>
<ul>
<li>a basic xml feed for products</li>
<li>remote function for retrieving the content of a product from another YAK store</li>
<li>Accounts Receivable payment type</li>
<li>Authorize.net payment type</li>
<li>PayPal Payments Pro payment type</li>
<li>fix zip code/state handing in PayPal for US addresses</li>
<li>add state to address form (automatic switch between state and region depending upon country code)</li>
<li>add more filtering to the order administration page</li>
<li>Norwegian translation, provided by Tom Boersma</li>
<li>updated French translation, provided by Romaric Drigon</li>
</ul>
<p>Bug fixes include:</p>
<ul>
<li>price formatting in confirmation message</li>
<li>minor problem in reports</li>
<li>layout issue with out-of-stock message</li>
<li>minor problem with 2.7 layout</li>
<li>fix dodgy address handling, explicitly store country codes for PayPal address problem</li>
</ul>
<p>Download as usual from the WordPress Extend site, <a href="http://wordpress.org/extend/plugins/yak-for-wordpress/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.briggs.net.nz/log/2009/02/02/yak-version-123/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Almost Released&#8230;</title>
		<link>http://www.briggs.net.nz/log/2008/12/14/almost-released/</link>
		<comments>http://www.briggs.net.nz/log/2008/12/14/almost-released/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 11:34:08 +0000</pubDate>
		<dc:creator>jrbriggs</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[technical]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[shopping cart]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[yak]]></category>

		<guid isPermaLink="false">http://www.briggs.net.nz/log/?p=471</guid>
		<description><![CDATA[YAK 1.2.0-beta is now downloadable from the WordPress Plugins Directory. At the moment, this release includes: a basic xml feed and the facility to pull product details from those feeds into another YAK installation; an accounts receivable payment type; support for Authorize.net and PayPal Payments Pro; along with a few bug fixes. Note: this is [...]]]></description>
			<content:encoded><![CDATA[<p>YAK 1.2.0-beta is now <a href="http://downloads.wordpress.org/plugin/yak-for-wordpress.v1.2.0-beta.zip">downloadable</a> from the WordPress Plugins Directory.</p>
<p>At the moment, this release includes: a basic xml feed and the facility to pull product details from those feeds into another YAK installation; an accounts receivable payment type; support for Authorize.net and PayPal Payments Pro; along with a few bug fixes.</p>
<p>Note: this is a beta release, so test well if you want to install on a production site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.briggs.net.nz/log/2008/12/14/almost-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testers Wanted</title>
		<link>http://www.briggs.net.nz/log/2008/11/27/testers-wanted/</link>
		<comments>http://www.briggs.net.nz/log/2008/11/27/testers-wanted/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 10:39:21 +0000</pubDate>
		<dc:creator>jrbriggs</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[technical]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[yak]]></category>

		<guid isPermaLink="false">http://www.briggs.net.nz/log/?p=455</guid>
		<description><![CDATA[I&#8217;ve finally added both PayPal Pro and Authorize.net support to YAK &#8212; which means users who don&#8217;t want to redirect their customers to an external site (ala PayPal Standard and Google Checkout), can now provide a more seamless payment process. If anyone is interested in testing this functionality, please let me know (see the Contact [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve finally added both PayPal Pro and Authorize.net support to YAK &#8212; which means users who don&#8217;t want to redirect their customers to an external site (ala PayPal Standard and Google Checkout), can now provide a more seamless payment process.</p>
<p>If anyone is interested in testing this functionality, please let me know (see the <a href="http://www.briggs.net.nz/log/contact/">Contact</a> page).  I can provide basic setup/configuration information, but you&#8217;ll probably need to read the requisite integration docs for whichever gateway you want to test.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.briggs.net.nz/log/2008/11/27/testers-wanted/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Esoteric Functionality</title>
		<link>http://www.briggs.net.nz/log/2008/11/19/esoteric-functionality/</link>
		<comments>http://www.briggs.net.nz/log/2008/11/19/esoteric-functionality/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 10:46:37 +0000</pubDate>
		<dc:creator>jrbriggs</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[technical]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[yak]]></category>

		<guid isPermaLink="false">http://www.briggs.net.nz/log/?p=450</guid>
		<description><![CDATA[I&#8217;ve just added (the beginnings of) a new feature to YAK (user-funded development) that will probably only be useful to one or two users &#8212; but it&#8217;s worth mentioning anyway. is a new tag which can be used in a product post. This allows you to set up a store on one blog, then use [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just added (the beginnings of) a new feature to YAK (user-funded development) that will probably only be useful to one or two users &#8212; but it&#8217;s worth mentioning anyway.</p>
<p><code>REMOTE SERVER NOT SET</code> is a new tag which can be used in a product post.  This allows you to set up a store on one blog, then use the products (posts) on another.  The basic idea is that you can have a central store with all your products, then separate (smaller) sites which pull in specific relevant products.  When you click the buy button on the smaller site you are, of course, redirected to the central store.</p>
<p>There are 2 fundamental limitations:</p>
<p>1.  it currently only works with libcurl (thus your PHP install must have curl enabled)<br />
2.  there is no way (at the moment) to redirect back to the original site.  For example, the central store might be setup on site A, and 2 or 3 specific products linked on site B.  A customer clicks the buy button on a product in site B, and is redirected to the shopping cart on A.  At which point the cart should present a link to return the customer to the calling page.  </p>
<p>Usage of the new function will be as follows:</p>
<p>1. On the Yak->Settings, under the Advanced tab, set a remote server and path.  For example:</p>
<p>http://myserver.com</p>
<p>/myblog</p>
<p>2.  In a post, use the tag: [yak_get_remote_<strong>n</strong>] where <strong>n</strong> is the id of the post in the remote store.  For example:</p>
<p>[yak_get_remote_9] </p>
<p>Which will embed the content of post #9.</p>
<p>The new functionality does point toward a necessity for affiliate functionality (as briefly mentioned <a href="http://www.briggs.net.nz/log/2008/11/11/potential-features/">here</a>) &#8212; but that&#8217;s a much larger effort that may need to wait.  The new tag is currently in the repository, and will appear in the next release of YAK.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.briggs.net.nz/log/2008/11/19/esoteric-functionality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Potential Features</title>
		<link>http://www.briggs.net.nz/log/2008/11/11/potential-features/</link>
		<comments>http://www.briggs.net.nz/log/2008/11/11/potential-features/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 10:44:17 +0000</pubDate>
		<dc:creator>jrbriggs</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[technical]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[yak]]></category>

		<guid isPermaLink="false">http://www.briggs.net.nz/log/?p=437</guid>
		<description><![CDATA[This post is to capture (in one place) a number of features (and thoughts around those features) that have been suggested for future versions for YAK, both via email, and on the Suggestions page. It may also spark further discussion. Presented in no particular order: Affiliates program &#8211; setup affiliates in YAK settings (select from [...]]]></description>
			<content:encoded><![CDATA[<p>This post is to capture (in one place) a number of features (and thoughts around those features) that have been suggested for future versions for YAK, both via email, and on the <a href="http://www.briggs.net.nz/log/projects/yak-for-wordpress/suggestions/">Suggestions</a> page.  It may also spark further discussion.  Presented in no particular order:</p>
<ul>
<li><strong>Affiliates program</strong> &#8211; setup affiliates in YAK settings (select from registered users), then affiliates would be able to login to your WP admin panel and view their progress, perhaps setup keywords to manage a campaign?  Not sure here.  I favour a simple approach as much as possible, but it very much depends on whether a simple approach provides any value.  This is probably one of those features that might have to wait until someone wants to fund the development, because it&#8217;s only a real user who&#8217;s going to come up with something that actually might be useful in the real world.</li>
<li><strong>Better address configuration</strong> &#8212; which fields should be included, how they should be labelled (over and above the i18n labelling).  Which leads onto&#8230;</li>
<li><strong>Better WP integration</strong> &#8212; a registered user could enter their address, and this would be used when ordering.  Which, as a by-product, should mean that a user could login and see their order details (i.e. order tracking).</li>
<li><strong>Multiple shipping options</strong> &#8212; at the very least provide for a configurable number of shipping options.  Better yet, provide hooks for alternative shipping engines.</li>
<li><strong>Tax Calculation</strong> &#8212; calculating the Infernal Revenue Services&#8217; cut of your sales isn&#8217;t something YAK does at all, at the moment, which has been a problem for some.  At the very least, a simple tax calculation engine would allow you to specify a tax percentage for a country (have to add states, for the United States and Australia), but would this be enough?  Feedback sort on this particular possibility.</li>
<li><strong>Workflow</strong> &#8212; at the moment we have &#8220;Send Stock&#8221;, &#8220;Cancel Order&#8221; and &#8220;Reset&#8221;.  Are those enough?  I started an email discussion with a user about a year ago about workflow, but they never replied after an initial couple of messages.</li>
<li><strong>Order filtering</strong> &#8212; the ability to specify date ranges, display today&#8217;s orders by default, etc (suggestions?)</li>
<li><strong>Product filtering</strong> &#8212; at the very least, a pick list of the alphabet for filtering at the top</li>
<li><strong>Export</strong> &#8212; csv(?) export of your orders, your customers, and perhaps your product list. The latter may not be necessary, if I come up with something reasonable in terms of an xml feed for products.</li>
<li><strong>WordPress MU compatibility</strong> &#8212; only if I find a step-by-step installation guide that&#8217;s any good&#8230;</li>
<li><strong>Cart widget</strong> &#8212; display the current basket contents (summary) on the page.</li>
<li><strong>More download options</strong> &#8212; one request has been to allow for a configurable email to be sent out (rather than a download link).  I was also thinking about tokens for support activities (i.e. buy a support token), which lead me onto the idea of creating a semi-secure sub-page of the download product (in this case a &#8220;support product&#8221;) where customer and technician can discuss the job.  Useful for me, and at least one other user I&#8217;ve talked to, but it&#8217;s a fairly limited domain, so not sure about adding it as a core feature.</li>
<li><strong>Checkout navigation breadcrumbs</strong> (suggested by Chris).  Fairly easy to add, so this will go up the priority list.</li>
<li><strong>Related products</strong> &#8212; &#8220;other products you may be interested in&#8221; (again suggested by Chris).  Displayed when a customer adds to their basket.</li>
<li><strong>Additional gateways</strong> &#8212; one of authorise.net or PayPal Payments Pro integration.  And fix Google Checkout so that we have end-to-end integration.</li>
<li><strong>SKU</strong> &#8212; I added product code quite a while ago, intending to use it for SKU, but it doesn&#8217;t make sense in light of multiple product types (one product with multiple types will have multiple SKUs).  Adding SKU support also means adding the facility to search by SKU with a suitably nice URL (obviously time to brush up those mod rewrite skillz).</li>
<li><strong>Rewrite!</strong>  Tidy up the codebase.  Or start again with lessons learned from the past couple of years, and spend more time in the WP codebase to make sure YAK is consistent.  This will happen once I win the lottery (considering I buy a lottery ticket about once every 1-3 years, calculate the probability for yourself <img src='http://www.briggs.net.nz/log/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  )
</ul>
<p>And some additional stuff (not specifically related to development):</p>
<ul>
<li>Add discussion forums and move all the comments into the forums.  I tried to do this before, but probably could&#8217;ve done it better, so might be worth trying again.  Having 450 comments in General discussion is getting rather unwieldy.</li>
<li>Site redesign &#8212; easier if WP properly supported multiple themes</li>
</ul>
<p>I think that&#8217;s pretty much it.  If there&#8217;s something I&#8217;ve missed that you think should be in this list, please leave a comment here.  If anyone wants to fund development on one or more of these items, send me an email to discuss, otherwise you&#8217;ll have to wait until they trickle in over time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.briggs.net.nz/log/2008/11/11/potential-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Single product, multiple prices</title>
		<link>http://www.briggs.net.nz/log/2008/10/06/single-product-multiple-prices/</link>
		<comments>http://www.briggs.net.nz/log/2008/10/06/single-product-multiple-prices/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 09:36:27 +0000</pubDate>
		<dc:creator>jrbriggs</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[technical]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[yak]]></category>

		<guid isPermaLink="false">http://www.briggs.net.nz/log/?p=403</guid>
		<description><![CDATA[One of the more frequently asked-for feature additions to YAK is support for multiple prices, for products with more than one type. For example, small, medium and large t-shirts should be able to support more than the one price. Well, at long last, version 1.1.2 now supports the concept of an &#8220;override price&#8221; &#8212; set [...]]]></description>
			<content:encoded><![CDATA[<p>One of the more frequently asked-for feature additions to <a href="http://www.briggs.net.nz/log/projects/yak-for-wordpress">YAK</a> is support for multiple prices, for products with more than one type.  For example, small, medium and large t-shirts should be able to support more than the one price.  Well, at long last, version 1.1.2 now supports the concept of an &#8220;override price&#8221; &#8212; set against a specific category of product.</p>
<p>Also included in this release is the facility to add promotions (i.e. discount codes that run for a specific period) &#8212; a custom piece of development paid for by a YAK user (thanks Chris!) &#8212; Czech translation provided by Frank, and Spanish translation provided by Josep (thanks guys).</p>
<p>The full changelog can be found here:  <a href="http://www.briggs.net.nz/hg/yak/raw-file/tip/release_notes_1.1.2.txt">http://www.briggs.net.nz/hg/yak/raw-file/tip/release_notes_1.1.2.txt</a>.</p>
<p>As usual YAK can be downloaded from the <a href="http://wordpress.org/extend/plugins/yak-for-wordpress/">WordPress Extend site</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.briggs.net.nz/log/2008/10/06/single-product-multiple-prices/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Yak Version 1.1.1a</title>
		<link>http://www.briggs.net.nz/log/2008/08/17/yak-version-111a/</link>
		<comments>http://www.briggs.net.nz/log/2008/08/17/yak-version-111a/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 07:34:00 +0000</pubDate>
		<dc:creator>jrbriggs</dc:creator>
				<category><![CDATA[technical]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[yak]]></category>

		<guid isPermaLink="false">http://www.briggs.net.nz/log/?p=369</guid>
		<description><![CDATA[I&#8217;ve just released a minor update to Yak, fixing a problem found with the products page. Download it here.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just released a minor update to Yak, fixing a problem found with the products page.</p>
<p>Download it <a href="http://wordpress.org/extend/plugins/yak-for-wordpress/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.briggs.net.nz/log/2008/08/17/yak-version-111a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yak 1.1.1</title>
		<link>http://www.briggs.net.nz/log/2008/07/24/yak-111/</link>
		<comments>http://www.briggs.net.nz/log/2008/07/24/yak-111/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 09:26:00 +0000</pubDate>
		<dc:creator>jrbriggs</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[technical]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[yak]]></category>

		<guid isPermaLink="false">http://www.briggs.net.nz/log/?p=339</guid>
		<description><![CDATA[I&#8217;ve just released YAK version 1.1.1 (although it won&#8217;t show up on the WordPress site for a while). This release includes the following changes: &#8220;Hard-code&#8221; the PayPal IPN page. This means you don&#8217;t need to create it manually. Instead just specify: http://yourdomain.com/wordpress/wp-content/plugins/yak-for-wordpress/yak-paypal-ipn.php Add Italian translation, provided by Roberto Mogliotti. Change the download message to use [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just released YAK version 1.1.1 (although it won&#8217;t show up on the WordPress <a href="http://wordpress.org/extend/plugins/yak-for-wordpress/">site</a> for a while).</p>
<p>This release includes the following changes:</p>
<ul>
<li>&#8220;Hard-code&#8221; the PayPal IPN page.  This means you don&#8217;t need to create it manually.  Instead just specify: http://yourdomain.com/wordpress/wp-content/plugins/yak-for-wordpress/yak-paypal-ipn.php</li>
<li>Add Italian translation, provided by Roberto Mogliotti.</li>
<li>Change the download message to use the tag [downloads] rather than a code.</li>
<li>Change the email confirmation message to use tags rather than codes.</li>
<li>Fix a nasty problem zeroing price and alternate title when commenting on a product.</li>
<li>Fix a problem with the random order number.</li>
</ul>
<p>I&#8217;ve also removed support for the old tags (the html comment form such as &lt;!&#x2212;&#x2212;yak_buy&#x2212;&#x2212;&gt;), so you&#8217;ll need to change your posts to use square brackets if you upgrade (e.g. <form name="buynow" action="http://www.briggs.net.nz/log/index.php#buynow_button" method="post">
<br />(Currently out of online stock)
</form>).</p>
<p>As usual, this release has only been fully tested by&#8230; well, me&#8230; so there may be some bugs I&#8217;ve missed &#8212; if you find something, please post on the <a href="http://www.briggs.net.nz/log/projects/yak-for-wordpress/bugs">Bugs page</a> or email me directly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.briggs.net.nz/log/2008/07/24/yak-111/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>A Miserable Failure</title>
		<link>http://www.briggs.net.nz/log/2008/07/20/a-miserable-failure/</link>
		<comments>http://www.briggs.net.nz/log/2008/07/20/a-miserable-failure/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 09:35:18 +0000</pubDate>
		<dc:creator>jrbriggs</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[technical]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[yak]]></category>

		<guid isPermaLink="false">http://www.briggs.net.nz/log/?p=338</guid>
		<description><![CDATA[I&#8217;m experiencing a rather annoying technical problem, which is holding up the YAK release &#8212; and consequently the release of the YAK Handbook. Google Checkout integration requires https, but when testing I&#8217;m currently getting the dreaded error: Protocol https not supported or disabled in libcurl This despite the fact that curl -V gives: curl 7.18.2 [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m experiencing a rather annoying technical problem, which is holding up the YAK release &#8212; and consequently the release of the YAK Handbook.</p>
<p>Google Checkout integration requires https, but when testing I&#8217;m currently getting the dreaded error:</p>
<blockquote><p>
Protocol https not supported or disabled in libcurl
</p></blockquote>
<p>This despite the fact that <code>curl -V</code> gives:</p>
<blockquote><p>
curl 7.18.2 (i386-apple-darwin9.4.0) libcurl/7.18.2 OpenSSL/0.9.8h zlib/1.2.3<br />
Protocols: tftp ftp telnet dict http file https ftps<br />
Features: Largefile NTLM SSL libz
</p></blockquote>
<p>And <code>port installed</code> gives the following output (excerpted):</p>
<blockquote><p>
  curl @7.18.2_0+ssl (active)<br />
  curl-ca-bundle @7.18.2_0 (active)<br />
  lighttpd @1.4.19_0 (active)<br />
  mysql5 @5.0.51a_0+server (active)<br />
  php5 @5.2.6_1+fastcgi+macosx+mysql5 (active)
</p></blockquote>
<p>I&#8217;m obviously missing something, but no idea what.  Hoping that any Mac gurus who happen to come across this might have a suggestion or two&#8230;?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.briggs.net.nz/log/2008/07/20/a-miserable-failure/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Bug Hunting: Update</title>
		<link>http://www.briggs.net.nz/log/2008/07/10/bug-hunting-update/</link>
		<comments>http://www.briggs.net.nz/log/2008/07/10/bug-hunting-update/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 05:10:38 +0000</pubDate>
		<dc:creator>jrbriggs</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[technical]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[yak]]></category>

		<guid isPermaLink="false">http://www.briggs.net.nz/log/?p=336</guid>
		<description><![CDATA[I&#8217;ve just released a bug fix (version 1.0.3e) for the stable version of YAK. This fixes the bug where prices are cleared if a customer submits a review (by commenting on a product). If you&#8217;re using 1.0.3d, I recommend you upgrade immediately. The experimental release (1.1.0-exp) is still unpatched, and will be replaced by version [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just <a href="http://downloads.wordpress.org/plugin/yak-for-wordpress.v1.0.3e.zip">released</a> a bug fix (version 1.0.3e) for the stable version of <a href="http://www.briggs.net.nz/log/projects/yak-for-wordpress">YAK</a>.  This fixes the <a href="http://www.briggs.net.nz/log/2008/07/09/bug-hunting/">bug</a> where prices are cleared if a customer submits a review (by commenting on a product).</p>
<p>If you&#8217;re using 1.0.3d, I recommend you upgrade immediately.</p>
<p>The experimental release (1.1.0-exp) is still unpatched, and will be replaced by version 1.1.1 in a few days.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.briggs.net.nz/log/2008/07/10/bug-hunting-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bug Hunting</title>
		<link>http://www.briggs.net.nz/log/2008/07/09/bug-hunting/</link>
		<comments>http://www.briggs.net.nz/log/2008/07/09/bug-hunting/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 10:22:04 +0000</pubDate>
		<dc:creator>jrbriggs</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[technical]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[yak]]></category>

		<guid isPermaLink="false">http://www.briggs.net.nz/log/?p=335</guid>
		<description><![CDATA[There&#8217;s a nasty bug in the latest version(s) of YAK. It&#8217;s definitely present in 1.1.0-experimental and probably in 1.0.3d as well. Basically if you have comments enabled on products, and someone adds a comment, it can wipe the prices. It&#8217;s fixed in trunk (in source control), and I&#8217;ll be releasing an updated 1.1.1 version shortly [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a nasty bug in the latest version(s) of YAK.  It&#8217;s definitely present in 1.1.0-experimental and probably in 1.0.3d as well.  Basically if you have comments enabled on products, and someone adds a comment, it can wipe the prices.</p>
<p>It&#8217;s fixed in trunk (in source control), and I&#8217;ll be releasing an updated 1.1.1 version shortly which includes the fix.  I&#8217;ll also be releasing a patched version of 1.0.3d just in case people don&#8217;t want to upgrade to the latest and greatest.</p>
<p>In the meantime, if you&#8217;re running either of those versions, I recommend you disable comments on those products for the moment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.briggs.net.nz/log/2008/07/09/bug-hunting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yak 1.1.0-experimental</title>
		<link>http://www.briggs.net.nz/log/2008/07/01/yak-110-experimental/</link>
		<comments>http://www.briggs.net.nz/log/2008/07/01/yak-110-experimental/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 09:58:13 +0000</pubDate>
		<dc:creator>jrbriggs</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[technical]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[yak]]></category>

		<guid isPermaLink="false">http://www.briggs.net.nz/log/?p=332</guid>
		<description><![CDATA[I&#8217;ve decided to release 1.1.0 of YAK for WordPress as an &#8220;experimental&#8221; version. It hasn&#8217;t been fully tested yet, but enough people are hanging out for some of the features that I hope a few early adopters might kindly help out with the process. 1.1.0-exp includes features from the not (publically) released 1.0.4: Add new [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve decided to release 1.1.0 of <a href="http://www.briggs.net.nz/log/projects/yak-for-wordpress/">YAK for WordPress</a> as an &#8220;experimental&#8221; version.  It hasn&#8217;t been fully tested yet, but enough people are hanging out for some of the features that I hope a few early adopters might kindly help out with the process.</p>
<p>1.1.0-exp includes features from the not (publically) released 1.0.4:</p>
<ol>
<li>Add new non-unique order id</li>
<li>Move javascript on cart off page and into separate script.  split javascript into generic and admin specific files &#8212; to stop problems with (missing) jquery on the wp pages.</li>
<li>Add warning message for people with session.auto_start turned on.</li>
<li>Integrate YAK back into the WordPress menu structure.  The top-level menu was a nice idea, but it&#8217;s inconsistent with all other plugins (plus isn&#8217;t recommended, according to the WP devs).  You can now get to YAK&#8217;s options through Settings->Yak, and to Orders/Products/Sales Reports from the Manage menu.</li>
<li>Fix PHP4 problem with the view products screen</li>
</ol>
<p>Along with a few additional features:</p>
<ol>
<li>Add https support</li>
<li>Add first cut of Google Checkout integration.</li>
<li>Tidy up setting payment types (drop downs now rather than input boxes).  Add setting of a credit card landing page.</li>
<li>Add support for tags with square brackets [ ].  The html-comment version of tags will be removed in an upcoming release</li>
</ol>
<p>Google support is minimal so far.  It&#8217;s one-way integration at the moment (allowing customers to submit an order through Google Checkout) &#8212; with no automated return path for handling purchase.  That will come with a later release.</p>
<p>These updates hopefully make configuration a lot more user-friendly &#8212; particularly the changes to the Payment Types.  Note that if you decide to upgrade, please make sure you backup your installation, and you double-check all your configuration options after upgrading.</p>
<p>YAK version 1.1.0-experimental can be downloaded from the <a href="http://wordpress.org/extend/plugins/yak-for-wordpress/download/">WordPress Extend site</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.briggs.net.nz/log/2008/07/01/yak-110-experimental/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YAK 1.0.3d</title>
		<link>http://www.briggs.net.nz/log/2008/06/05/yak-103d/</link>
		<comments>http://www.briggs.net.nz/log/2008/06/05/yak-103d/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 08:16:05 +0000</pubDate>
		<dc:creator>jrbriggs</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[technical]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[yak]]></category>

		<guid isPermaLink="false">http://www.briggs.net.nz/log/?p=317</guid>
		<description><![CDATA[YAK 1.0.3d has been released (the WordPress plugin page hasn&#8217;t updated yet, but the files are currently available from Sourceforge). Please backup your existing installation before upgrading. Deactivate, remove the current yak-for-wordpress directory, then copy the new version into the plugins dir and re-activate. You&#8217;ll need to double-check the configuration settings, because many input boxes [...]]]></description>
			<content:encoded><![CDATA[<p>YAK 1.0.3d has been released (the WordPress plugin <a href="http://wordpress.org/extend/plugins/yak-for-wordpress/">page</a> hasn&#8217;t updated yet, but the files are currently available from <a href="http://sourceforge.net/project/showfiles.php?group_id=161860">Sourceforge</a>).</p>
<p><em>Please backup your existing installation before upgrading.  Deactivate, remove the current yak-for-wordpress directory, then copy the new version into the plugins dir and re-activate.  You&#8217;ll need to double-check the configuration settings, because many input boxes have changed to drop-down selects (for category and page selection for example&#8230; see below).  This upgrade will also require you to go through your products and set the price in the &#8220;YAK Product Details&#8221; tab (see point 5 in the changes below) &#8212; the custom fields are no longer required.</em></p>
<p>This release includes the following bug fixes:</p>
<ol>
<li>Problem with table creation.</li>
<li>Country options not saving properly.</li>
<li>Fix an odd problem with globals.</li>
<li>The return URL appears to be broken with PayPal IPN.  PDT works fine, but IPN seems to wind up back at the home page of the blog.  Added a fix to cleanup the order from the shopping cart when this happens.</li>
</ol>
<p>And the following changes:</p>
<ol>
<li>Frank Malina&#8217;s new look-and-feel.</li>
<li>French translation (provided by Charles Dixon-Spain).</li>
<li>Change money format and currency format to be simpler drop down boxes.</li>
<li>Change the download url from the settings screen so it is now an override (i.e. optional).</li>
<li>Add new data input on the post/page edit screen for yak price and title (replacing the old method of using custom fields).</li>
<li>Remove the &#8220;Auto Set Price&#8221; option (doesn&#8217;t make a huge amount of sense now).</li>
<li>Fix the Auto Set Quantity so it works with selected categories.</li>
<li>Tidy up the stylesheet.</li>
<li>Add a hidden link to the checkout and to the buy button form &#8212; vain hope that this might drive more search engine traffic to the YAK plugin page &#8212; if you don&#8217;t want the link included, it can      be switched off on the Basic settings page.</li>
<li>Change the product category (settings page) from an input box to a dropdown.</li>
<li>Change the redirect on buy (setting page) from an input box to a dropdown.</li>
<li>Change the return and cancel urls on the PayPal settings page to a dropdown so you can select a page rather than having to type a url.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.briggs.net.nz/log/2008/06/05/yak-103d/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>PayPal problems</title>
		<link>http://www.briggs.net.nz/log/2008/06/04/paypal-problems/</link>
		<comments>http://www.briggs.net.nz/log/2008/06/04/paypal-problems/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 09:18:51 +0000</pubDate>
		<dc:creator>jrbriggs</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[technical]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[yak]]></category>

		<guid isPermaLink="false">http://www.briggs.net.nz/log/?p=316</guid>
		<description><![CDATA[The latest YAK release is slightly delayed because I&#8217;ve, thus far, been completely unable to test PayPal integration. First problem: The return URL doesn&#8217;t appear to work (cancel return URL works fine). PayPal keeps sending me back to the index page of my test site. Second problem: When trying to save the Website Payment Preferences [...]]]></description>
			<content:encoded><![CDATA[<p>The latest YAK release is slightly delayed because I&#8217;ve, thus far, been completely unable to test PayPal integration.</p>
<p>First problem:  The return URL doesn&#8217;t appear to work (cancel return URL works fine).  PayPal keeps sending me back to the index page of my test site.</p>
<p>Second problem: When trying to save the Website Payment Preferences (in PayPal Profile) I get a &#8220;Page Not Found&#8221; error.  So there&#8217;s no way to change between IPN and PDT.  This has been broken now for at least 5 days.</p>
<p>If anyone is using YAK and PayPal and is willing (and able) to test both IPN and PDT integration, please let me know.  Worst case scenario, I&#8217;ll release this version as unstable, and wait for PayPal to fix their problems&#8230;</p>
<p>UPDATE:  Problem solved.  PayPal have updated their site, but this has somehow corrupted old test accounts.  Deleting the old account and creating a new one fixes the problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.briggs.net.nz/log/2008/06/04/paypal-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A WordPress Community Group on LinkedIn</title>
		<link>http://www.briggs.net.nz/log/2008/05/31/a-wordpress-community-group-on-linkedin/</link>
		<comments>http://www.briggs.net.nz/log/2008/05/31/a-wordpress-community-group-on-linkedin/#comments</comments>
		<pubDate>Sat, 31 May 2008 06:01:26 +0000</pubDate>
		<dc:creator>jrbriggs</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[technical]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.briggs.net.nz/log/?p=314</guid>
		<description><![CDATA[Interestingly, there doesn&#8217;t seem to be a WordPress Community group on LinkedIn. Or, possibly, there are dozens. There&#8217;s no way to tell since LinkedIn&#8217;s Group directory isn&#8217;t open and also isn&#8217;t searchable. Unless you&#8217;re lucky enough to find the relevant group on someone&#8217;s profile, you&#8217;re stuck with creating your own. So that&#8217;s what I&#8217;ve done. [...]]]></description>
			<content:encoded><![CDATA[<p>Interestingly, there doesn&#8217;t seem to be a WordPress Community group on <a href="http://www.linkedin.com">LinkedIn</a>.</p>
<p>Or, possibly, there are dozens.  There&#8217;s no way to tell since LinkedIn&#8217;s Group directory isn&#8217;t open and also isn&#8217;t searchable.  Unless you&#8217;re lucky enough to find the relevant group on someone&#8217;s profile, you&#8217;re stuck with creating your own.</p>
<p>So that&#8217;s what I&#8217;ve done.  If anyone is interested in joining, the invitation link is in the groups section of my <a href="http://www.linkedin.com/in/jasonrbriggs">profile</a>.</p>
<p>And let&#8217;s hope LinkedIn develops a really good ratification process for merging millions of one-member groups&#8230; <img src='http://www.briggs.net.nz/log/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.briggs.net.nz/log/2008/05/31/a-wordpress-community-group-on-linkedin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
