<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Steven Henty</title>
	<atom:link href="https://www.stevenhenty.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.stevenhenty.com/</link>
	<description>Developer</description>
	<lastBuildDate>Sat, 22 May 2021 07:00:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>
	<item>
		<title>Local Lightning: MySQL v5.7 not returning errors</title>
		<link>https://www.stevenhenty.com/local-lightning-mysql-v5-7-not-returning-errors/</link>
					<comments>https://www.stevenhenty.com/local-lightning-mysql-v5-7-not-returning-errors/#respond</comments>
		
		<dc:creator><![CDATA[Steven Henty]]></dc:creator>
		<pubDate>Mon, 07 Dec 2020 09:28:03 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://www.stevenhenty.com/?p=2414</guid>

					<description><![CDATA[<p>Problem MySQL v5.7 on Local Lightning doesn&#8217;t return helpful error messages. e.g. &#8220;Unknown error 1054&#8221; instead of &#8220;ERROR: Unknown column &#8216;foo&#8217; in &#8216;field list&#8216;&#8221;. In the case of a typo in a keyword e.g. &#8220;sssselect foo from wp_options&#8221; no errors are returned at all. From the Local Lightning log:Can&#8217;t find error-message file &#8216;/usr/local/mysql/share/errmsg.sys&#8217;. Check error-message [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.stevenhenty.com/local-lightning-mysql-v5-7-not-returning-errors/">Local Lightning: MySQL v5.7 not returning errors</a> appeared first on <a rel="nofollow" href="https://www.stevenhenty.com">Steven Henty</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.stevenhenty.com/local-lightning-mysql-v5-7-not-returning-errors/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Code Quality in Gravity Forms</title>
		<link>https://www.stevenhenty.com/code-quality-in-gravity-forms/</link>
					<comments>https://www.stevenhenty.com/code-quality-in-gravity-forms/#respond</comments>
		
		<dc:creator><![CDATA[Steven Henty]]></dc:creator>
		<pubDate>Sun, 30 Dec 2018 17:57:46 +0000</pubDate>
				<category><![CDATA[Gravity Forms]]></category>
		<guid isPermaLink="false">https://www.stevenhenty.com/?p=2391</guid>

					<description><![CDATA[<p>tl;dr: Along with a continued focus on security, stability and scalability, 2019 will bring a more proactive approach to accessibility as integral to code quality with help from Rian Rietveld. Now 2018 is coming to a close, I’d like to share some of my thoughts on the quality of the code in Gravity Forms over the [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.stevenhenty.com/code-quality-in-gravity-forms/">Code Quality in Gravity Forms</a> appeared first on <a rel="nofollow" href="https://www.stevenhenty.com">Steven Henty</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.stevenhenty.com/code-quality-in-gravity-forms/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Acceptance Testing WordPress Plugins</title>
		<link>https://www.stevenhenty.com/acceptance-testing-wordpress-plugins/</link>
					<comments>https://www.stevenhenty.com/acceptance-testing-wordpress-plugins/#comments</comments>
		
		<dc:creator><![CDATA[Steven Henty]]></dc:creator>
		<pubDate>Wed, 31 May 2017 09:43:08 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Gravity Forms]]></category>
		<guid isPermaLink="false">https://www.stevenhenty.com/?p=2375</guid>

					<description><![CDATA[<p>In my previous post on acceptance testing, I demonstrated how I&#8217;ve been using Codeception to build a bank of acceptance tests for Gravity Flow to check for regression issues and ensure reliability between every release. In this second post, I make the case for a deeper approach to acceptance testing and demonstrate how to create [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.stevenhenty.com/acceptance-testing-wordpress-plugins/">Acceptance Testing WordPress Plugins</a> appeared first on <a rel="nofollow" href="https://www.stevenhenty.com">Steven Henty</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.stevenhenty.com/acceptance-testing-wordpress-plugins/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>Acceptance Testing: Gravity Flow</title>
		<link>https://www.stevenhenty.com/automated-acceptance-testing/</link>
					<comments>https://www.stevenhenty.com/automated-acceptance-testing/#comments</comments>
		
		<dc:creator><![CDATA[Steven Henty]]></dc:creator>
		<pubDate>Sat, 08 Oct 2016 18:18:02 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://www.stevenhenty.com/?p=2369</guid>

					<description><![CDATA[<p>Update 1 June 2017: Read my second post on acceptance testing for an easier way to set up the test environment &#8211; Acceptance Testing WordPress plugins &#8212; As more and more organisations depend on Gravity Flow for business workflow automation the responsibility of ensuring reliability between releases is becoming increasingly important. One of the ways of ensuring that [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.stevenhenty.com/automated-acceptance-testing/">Acceptance Testing: Gravity Flow</a> appeared first on <a rel="nofollow" href="https://www.stevenhenty.com">Steven Henty</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.stevenhenty.com/automated-acceptance-testing/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Gravity Forms CLI Tutorial</title>
		<link>https://www.stevenhenty.com/gravity-forms-cli/</link>
					<comments>https://www.stevenhenty.com/gravity-forms-cli/#comments</comments>
		
		<dc:creator><![CDATA[Steven Henty]]></dc:creator>
		<pubDate>Sun, 05 Jun 2016 17:31:26 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Gravity Forms]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Gravity Forms CLI]]></category>
		<guid isPermaLink="false">https://www.stevenhenty.com/?p=2342</guid>

					<description><![CDATA[<p>Update 27 February 2020: Added command to delete all entries for a form (see Advanced usage) Update 6 June 2016: added contribution section. &#8212;&#8212;&#8211; The&#160;Gravity Forms CLI Add-On was released last week. What is it? What&#160;can it do? And how on earth do you use it? Introduction Requirements Installation Install Gravity Forms and Add-Ons Verifying [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.stevenhenty.com/gravity-forms-cli/">Gravity Forms CLI Tutorial</a> appeared first on <a rel="nofollow" href="https://www.stevenhenty.com">Steven Henty</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.stevenhenty.com/gravity-forms-cli/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
			</item>
		<item>
		<title>Gravity Flow released</title>
		<link>https://www.stevenhenty.com/gravity-flow-released/</link>
					<comments>https://www.stevenhenty.com/gravity-flow-released/#comments</comments>
		
		<dc:creator><![CDATA[Steven Henty]]></dc:creator>
		<pubDate>Thu, 01 Oct 2015 17:46:57 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Gravity Flow]]></category>
		<category><![CDATA[Gravity Forms]]></category>
		<guid isPermaLink="false">https://www.stevenhenty.com/?p=2340</guid>

					<description><![CDATA[<p>So, about 12 months after beginning this journey, Gravity Flow is finally available for purchase. (use the discount code LAUNCH10PERCENT for an early bird discount) Around 200 beta testers have been using it. I&#8217;d estimate around 30 of those for real-world processes, and about 400 people have tried the online demo. About 100 of the 200 beta [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.stevenhenty.com/gravity-flow-released/">Gravity Flow released</a> appeared first on <a rel="nofollow" href="https://www.stevenhenty.com">Steven Henty</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.stevenhenty.com/gravity-flow-released/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Gravity Flow &#8211; Open Beta</title>
		<link>https://www.stevenhenty.com/gravity-flow/</link>
					<comments>https://www.stevenhenty.com/gravity-flow/#comments</comments>
		
		<dc:creator><![CDATA[Steven Henty]]></dc:creator>
		<pubDate>Sun, 13 Sep 2015 15:40:58 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Gravity Forms]]></category>
		<guid isPermaLink="false">https://www.stevenhenty.com/?p=2328</guid>

					<description><![CDATA[<p>&#160; Back in September 2014 I wrote a Gravity Forms tutorial demonstrating how to implement a simple approval system for WordPress. The post generated a lot of interest and helped a lot of people roll their own. It quickly became clear that people were starting to use my sample code without modification in their organisation [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.stevenhenty.com/gravity-flow/">Gravity Flow &#8211; Open Beta</a> appeared first on <a rel="nofollow" href="https://www.stevenhenty.com">Steven Henty</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.stevenhenty.com/gravity-flow/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>The Gravity Forms API</title>
		<link>https://www.stevenhenty.com/gravity-forms-api/</link>
					<comments>https://www.stevenhenty.com/gravity-forms-api/#comments</comments>
		
		<dc:creator><![CDATA[Steven Henty]]></dc:creator>
		<pubDate>Thu, 12 Mar 2015 22:09:02 +0000</pubDate>
				<category><![CDATA[Gravity Forms]]></category>
		<category><![CDATA[Tutorials]]></category>
		<guid isPermaLink="false">http://www.stevenhenty.com/?p=2057</guid>

					<description><![CDATA[<p>This is the third tutorial in a series of post for developers on the Gravity Forms API/developer platform. You can find the first two here: 1. An introduction to the Gravity Forms developer platform 2. Gravity Forms API case study: Approvals Contents Introduction Security WordPress Cookie Authentication External clients: signature authentication Authorisation Routing Sample Code Create a [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.stevenhenty.com/gravity-forms-api/">The Gravity Forms API</a> appeared first on <a rel="nofollow" href="https://www.stevenhenty.com">Steven Henty</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.stevenhenty.com/gravity-forms-api/feed/</wfw:commentRss>
			<slash:comments>33</slash:comments>
		
		
			</item>
		<item>
		<title>Load Gravity Forms via AJAX</title>
		<link>https://www.stevenhenty.com/load-gravity-forms-via-ajax/</link>
					<comments>https://www.stevenhenty.com/load-gravity-forms-via-ajax/#comments</comments>
		
		<dc:creator><![CDATA[Steven Henty]]></dc:creator>
		<pubDate>Sat, 21 Feb 2015 09:34:15 +0000</pubDate>
				<category><![CDATA[Gravity Forms]]></category>
		<guid isPermaLink="false">http://www.stevenhenty.com/?p=2062</guid>

					<description><![CDATA[<p>UPDATE 22 May 2021: The plugin has been updated to work with Gravity Forms 2.5.2.4 If you read my post last week, which demonstrates how to display Gravity Forms in WordPress admin pages, it may have got you thinking about all the possibilities it opens up. Perhaps you realised that it&#8217;s also possible to load [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.stevenhenty.com/load-gravity-forms-via-ajax/">Load Gravity Forms via AJAX</a> appeared first on <a rel="nofollow" href="https://www.stevenhenty.com">Steven Henty</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.stevenhenty.com/load-gravity-forms-via-ajax/feed/</wfw:commentRss>
			<slash:comments>47</slash:comments>
		
		
			</item>
		<item>
		<title>Add Gravity Forms to the WordPress Dashboard</title>
		<link>https://www.stevenhenty.com/gravity-form-in-the-wordpress-dashboard/</link>
					<comments>https://www.stevenhenty.com/gravity-form-in-the-wordpress-dashboard/#comments</comments>
		
		<dc:creator><![CDATA[Steven Henty]]></dc:creator>
		<pubDate>Thu, 12 Feb 2015 20:12:47 +0000</pubDate>
				<category><![CDATA[Gravity Forms]]></category>
		<guid isPermaLink="false">http://www.stevenhenty.com/?p=2046</guid>

					<description><![CDATA[<p>With the release of Gravity Forms 1.9 it&#8217;s now possible to display forms anywhere in WordPress admin. Here&#8217;s an example of how to add a Gravity Form to the dashboard like this: Here&#8217;s the code:</p>
<p>The post <a rel="nofollow" href="https://www.stevenhenty.com/gravity-form-in-the-wordpress-dashboard/">Add Gravity Forms to the WordPress Dashboard</a> appeared first on <a rel="nofollow" href="https://www.stevenhenty.com">Steven Henty</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.stevenhenty.com/gravity-form-in-the-wordpress-dashboard/feed/</wfw:commentRss>
			<slash:comments>13</slash:comments>
		
		
			</item>
	</channel>
</rss>
