<?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>Green Acorn</title>
	<atom:link href="http://www.greenacorn-websolutions.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.greenacorn-websolutions.com</link>
	<description>Web Solutions</description>
	<lastBuildDate>Wed, 04 Nov 2015 12:29:46 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>PHP&#8217;s register_shutdown_function</title>
		<link>http://www.greenacorn-websolutions.com/php/phps-register_shutdown_function.php</link>
		<comments>http://www.greenacorn-websolutions.com/php/phps-register_shutdown_function.php#comments</comments>
		<pubDate>Sun, 27 Jul 2014 17:51:24 +0000</pubDate>
		<dc:creator><![CDATA[greenadmin]]></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.greenacorn-websolutions.com/?p=699</guid>
		<description><![CDATA[With any PHP application, fatal errors will occur. Instead of presenting the user a white screen of death, it&#8217;s possible to programmatically execute a function just before a PHP completely shutsdown using the PHP function register_shutdown_function. In the below example, the function error_get_last will provide the line, file, error type and message as an associative [&#8230;]]]></description>
		<wfw:commentRss>http://www.greenacorn-websolutions.com/php/phps-register_shutdown_function.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Error Reporting &amp; Logging</title>
		<link>http://www.greenacorn-websolutions.com/php/php-error-reporting-logging.php</link>
		<comments>http://www.greenacorn-websolutions.com/php/php-error-reporting-logging.php#comments</comments>
		<pubDate>Sun, 27 Jul 2014 17:37:31 +0000</pubDate>
		<dc:creator><![CDATA[greenadmin]]></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.greenacorn-websolutions.com/?p=683</guid>
		<description><![CDATA[In PHP there are two options that control what errors are reported and whether these errors are shown to the user. Error reporting sets the error reporting level with an assigned integer, typically via a constant. By default, PHP reports everything except E_NOTICE and E_STRICT prior to PHP 5.4. Below is a list of reporting [&#8230;]]]></description>
		<wfw:commentRss>http://www.greenacorn-websolutions.com/php/php-error-reporting-logging.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting started with Memcached &amp; PHP</title>
		<link>http://www.greenacorn-websolutions.com/php/getting-started-with-memcached-php.php</link>
		<comments>http://www.greenacorn-websolutions.com/php/getting-started-with-memcached-php.php#comments</comments>
		<pubDate>Sat, 26 Jul 2014 20:18:37 +0000</pubDate>
		<dc:creator><![CDATA[greenadmin]]></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Memcached]]></category>

		<guid isPermaLink="false">http://www.greenacorn-websolutions.com/?p=672</guid>
		<description><![CDATA[In this basic tutorial, I am going to show you how to install and get started with Memcached using PHP. Memcached is used to improve a web applications performance by storing an associative array of data in its memory. This is typically used to store database query results, therefore reducing the amount of queries to [&#8230;]]]></description>
		<wfw:commentRss>http://www.greenacorn-websolutions.com/php/getting-started-with-memcached-php.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a Ruby SOAP Client</title>
		<link>http://www.greenacorn-websolutions.com/web-services/creating-a-ruby-soap-client.php</link>
		<comments>http://www.greenacorn-websolutions.com/web-services/creating-a-ruby-soap-client.php#comments</comments>
		<pubDate>Sun, 13 Jul 2014 15:59:35 +0000</pubDate>
		<dc:creator><![CDATA[greenadmin]]></dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://www.greenacorn-websolutions.com/?p=637</guid>
		<description><![CDATA[In a previous post, I created this web service in PHP (view the post here). In order to create a client in Ruby, I&#8217;ll need to install a Ruby Gem called Savon. Savon is a SOAP client library for Ruby and will allow me call the PHP based web service via Ruby code. Install Savon [&#8230;]]]></description>
		<wfw:commentRss>http://www.greenacorn-websolutions.com/web-services/creating-a-ruby-soap-client.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working with PHP NuSOAP</title>
		<link>http://www.greenacorn-websolutions.com/php/working-with-nusoap.php</link>
		<comments>http://www.greenacorn-websolutions.com/php/working-with-nusoap.php#comments</comments>
		<pubDate>Sun, 13 Jul 2014 13:55:39 +0000</pubDate>
		<dc:creator><![CDATA[greenadmin]]></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[NuSOAP]]></category>
		<category><![CDATA[SOAP]]></category>

		<guid isPermaLink="false">http://www.greenacorn-websolutions.com/?p=595</guid>
		<description><![CDATA[In this tutorial, I am going to show you how easy it is to work with SOAP using the NuSOAP PHP library. Firstly, download the NuSOAP library here: http://sourceforge.net/projects/nusoap/ Once you have downloaded the library, unzip the contents and copy the lib folder into your web root. Creating the SOAP server Create a file called [&#8230;]]]></description>
		<wfw:commentRss>http://www.greenacorn-websolutions.com/php/working-with-nusoap.php/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Useful Ruby on Rails Commands</title>
		<link>http://www.greenacorn-websolutions.com/web-development/ruby-on-rails-commands.php</link>
		<comments>http://www.greenacorn-websolutions.com/web-development/ruby-on-rails-commands.php#comments</comments>
		<pubDate>Sat, 28 Jun 2014 13:37:24 +0000</pubDate>
		<dc:creator><![CDATA[greenadmin]]></dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby On Rails]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.greenacorn-websolutions.com/?p=581</guid>
		<description><![CDATA[1. Create a new Ruby On Rails application using the MySQL database adapter. 2. Dump current database schema into db/schema.rb. Migration tasks calls the below command after each run. 3. Generate a model 4. Create a migration 5. Run migrations 6. Migrate to a given version. i.e. 0 7. Migrate status of what is up [&#8230;]]]></description>
		<wfw:commentRss>http://www.greenacorn-websolutions.com/web-development/ruby-on-rails-commands.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Export &amp; Import a Database with CouchDB</title>
		<link>http://www.greenacorn-websolutions.com/couchdb/export-import-a-database-with-couchdb.php</link>
		<comments>http://www.greenacorn-websolutions.com/couchdb/export-import-a-database-with-couchdb.php#comments</comments>
		<pubDate>Tue, 22 Apr 2014 21:31:09 +0000</pubDate>
		<dc:creator><![CDATA[greenadmin]]></dc:creator>
				<category><![CDATA[CouchDB]]></category>

		<guid isPermaLink="false">http://www.greenacorn-websolutions.com/?p=562</guid>
		<description><![CDATA[A simple way of exporting a CouchDB database to a file, is by running the following Curl command in the terminal window: Next step is to modify the exported json file to look like something like the below (note the _id): Main bit you need to look at is adding the documents in the &#8220;docs&#8221; [&#8230;]]]></description>
		<wfw:commentRss>http://www.greenacorn-websolutions.com/couchdb/export-import-a-database-with-couchdb.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securing your app with Nginx Naxsi</title>
		<link>http://www.greenacorn-websolutions.com/nginx/securing-your-app-with-nginx-naxsi.php</link>
		<comments>http://www.greenacorn-websolutions.com/nginx/securing-your-app-with-nginx-naxsi.php#comments</comments>
		<pubDate>Mon, 21 Apr 2014 12:43:50 +0000</pubDate>
		<dc:creator><![CDATA[greenadmin]]></dc:creator>
				<category><![CDATA[Nginx]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Naxsi]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.greenacorn-websolutions.com/?p=528</guid>
		<description><![CDATA[After experimenting with Nginx, I decided to look into the available security modules. One module I seen mentioned a lot was Naxsi &#8211; a web application firewall for Nginx. First off, you will need to install Naxsi. I&#8217;m working on Ubuntu 14.04 LTS and entered the following command: You may also need to check if [&#8230;]]]></description>
		<wfw:commentRss>http://www.greenacorn-websolutions.com/nginx/securing-your-app-with-nginx-naxsi.php/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Symfony2 Nginx Vhost Configuration</title>
		<link>http://www.greenacorn-websolutions.com/symfony/symfony2-nginx-vhost-configuration.php</link>
		<comments>http://www.greenacorn-websolutions.com/symfony/symfony2-nginx-vhost-configuration.php#comments</comments>
		<pubDate>Sun, 20 Apr 2014 23:23:43 +0000</pubDate>
		<dc:creator><![CDATA[greenadmin]]></dc:creator>
				<category><![CDATA[CouchDB]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[CouchDb]]></category>
		<category><![CDATA[Symfony2]]></category>

		<guid isPermaLink="false">http://www.greenacorn-websolutions.com/?p=524</guid>
		<description><![CDATA[Recently I have been experimenting with Nginx and CouchDB. After managing to get them installed on my Ubuntu virtual machine, I wanted to checkout one of my Symfony2 projects and put Nginx to the test.]]></description>
		<wfw:commentRss>http://www.greenacorn-websolutions.com/symfony/symfony2-nginx-vhost-configuration.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symfony2 Email Helper</title>
		<link>http://www.greenacorn-websolutions.com/php/symfony2-email-helper.php</link>
		<comments>http://www.greenacorn-websolutions.com/php/symfony2-email-helper.php#comments</comments>
		<pubDate>Fri, 27 Dec 2013 19:19:22 +0000</pubDate>
		<dc:creator><![CDATA[greenadmin]]></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Symfony]]></category>

		<guid isPermaLink="false">http://www.greenacorn-websolutions.com/?p=349</guid>
		<description><![CDATA[In this tutorial I am going to show you how to set up a basic helper class using the Symfony2 PHP framework. By default, Symfony2 doesn&#8217;t have a Helper directory in the bundle structure; however, this doesn&#8217;t stop us from making one by using Symfony&#8217;s built in service container. First step is to create a [&#8230;]]]></description>
		<wfw:commentRss>http://www.greenacorn-websolutions.com/php/symfony2-email-helper.php/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.279 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2018-11-05 10:13:56 -->
