<?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>JA Schneider</title>
	<atom:link href="http://jaschneider.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jaschneider.com</link>
	<description>Freelancing for Small Businesses</description>
	<lastBuildDate>Mon, 20 Feb 2012 15:35:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PHP: Inserting source variable in the URL and emailing the value</title>
		<link>http://jaschneider.com/php-inserting-source-variable-in-the-url-and-emailing-the-value/</link>
		<comments>http://jaschneider.com/php-inserting-source-variable-in-the-url-and-emailing-the-value/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 15:35:54 +0000</pubDate>
		<dc:creator>Jessica</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[session variable]]></category>

		<guid isPermaLink="false">http://jaschneider.com/?p=73</guid>
		<description><![CDATA[#1. Setting a Session Variable. A session variable is needed to hold the source value consistently throughout the site. Set the Session Variable as the very first item (line1) to load in the header (on all pages): &#60;?php session_start(); $url=&#8221;http://&#8221;.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; $query = &#8216;source=&#8217;; $string = strpos($url, $query); if ($string === false){ //what should we do [...]]]></description>
		<wfw:commentRss>http://jaschneider.com/php-inserting-source-variable-in-the-url-and-emailing-the-value/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Analytic Reference</title>
		<link>http://jaschneider.com/analytic-reference/</link>
		<comments>http://jaschneider.com/analytic-reference/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 17:09:59 +0000</pubDate>
		<dc:creator>Jessica</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://jaschneider.com/?p=65</guid>
		<description><![CDATA[Terms: Visits - a sequence of requests from a uniquely identified client that expired after a certain amount of inactivity, usually 30 minutes. Absolute Unique Visitors &#8211; how many visitors (people) came to your site, counting each person only once for the entire time period being reviewed. Example: Now, let&#8217;s say that I discover your [...]]]></description>
		<wfw:commentRss>http://jaschneider.com/analytic-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beginning steps to setting up a company blog</title>
		<link>http://jaschneider.com/beginning-steps-to-setting-up-a-company-blog/</link>
		<comments>http://jaschneider.com/beginning-steps-to-setting-up-a-company-blog/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 16:58:09 +0000</pubDate>
		<dc:creator>Jessica</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://jaschneider.com/?p=58</guid>
		<description><![CDATA[Benefits of a Business Blog: #1 Anybody in the company can contribute.  No Technical expertise needed to write the blog. #2 Engage end users by encouraging them to leave comments. #3 Fresh content will result in higher search engine results. Writing a Business Blog tips: Select a subject matter that will interest a specific audience [...]]]></description>
		<wfw:commentRss>http://jaschneider.com/beginning-steps-to-setting-up-a-company-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Version Control and Why is it useful?</title>
		<link>http://jaschneider.com/what-is-version-control-and-why-is-it-useful/</link>
		<comments>http://jaschneider.com/what-is-version-control-and-why-is-it-useful/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 22:12:48 +0000</pubDate>
		<dc:creator>Jessica</dc:creator>
				<category><![CDATA[Version Control]]></category>
		<category><![CDATA[Branches]]></category>
		<category><![CDATA[CVS]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[Tags]]></category>

		<guid isPermaLink="false">http://jaschneider.com/?p=45</guid>
		<description><![CDATA[Let&#8217;s first start this article with defining Version Control. &#8220;The management of source code, documents, graphics and related files in a large software project.&#8221; &#8211; PC Magazine What this means is that Version Control Software keeps tracks of all your files related to a project.  Version Control knows when picture.jpg or index.html has been modified, [...]]]></description>
		<wfw:commentRss>http://jaschneider.com/what-is-version-control-and-why-is-it-useful/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal 7 + Drupal Commerce</title>
		<link>http://jaschneider.com/drupal-7-drupal-commerce/</link>
		<comments>http://jaschneider.com/drupal-7-drupal-commerce/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 02:41:49 +0000</pubDate>
		<dc:creator>Jessica</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Drupal 7]]></category>
		<category><![CDATA[Drupal Commerce]]></category>
		<category><![CDATA[PayPal]]></category>
		<category><![CDATA[Shopping Cart]]></category>

		<guid isPermaLink="false">http://jaschneider.com/?p=41</guid>
		<description><![CDATA[Recently, I had an opportunity to build an E-Commerce Website.  After reviewing different platforms, I choose Drupal.  Being unaware on excatly how new Drupal 7 was, I charged ahead with the project.  Not long after I started this adventure I realized just how new Drupal 7 was.  This version of Drupal was released February 2011 [...]]]></description>
		<wfw:commentRss>http://jaschneider.com/drupal-7-drupal-commerce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding a Tab to Facebook Business Page</title>
		<link>http://jaschneider.com/adding-a-tab-to-facebook-business-page/</link>
		<comments>http://jaschneider.com/adding-a-tab-to-facebook-business-page/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 22:35:11 +0000</pubDate>
		<dc:creator>Jessica</dc:creator>
				<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Facebook]]></category>

		<guid isPermaLink="false">http://jaschneider.com/?p=25</guid>
		<description><![CDATA[To create a new tab on your Facebook Business page you have to install “Static FBML”.  To do this login to Facebook and in the FaceBook Search type Static FBML.  This will bring you to the Static FBML page and under the Logo image click a link that say “Add to my Page”.  You will [...]]]></description>
		<wfw:commentRss>http://jaschneider.com/adding-a-tab-to-facebook-business-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>“Practices of an Agile Developer” Review</title>
		<link>http://jaschneider.com/%e2%80%9cpractices-of-an-agile-developer%e2%80%9d-review/</link>
		<comments>http://jaschneider.com/%e2%80%9cpractices-of-an-agile-developer%e2%80%9d-review/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 22:32:52 +0000</pubDate>
		<dc:creator>Jessica</dc:creator>
				<category><![CDATA[Book Reviews]]></category>
		<category><![CDATA[Agile Development]]></category>

		<guid isPermaLink="false">http://jaschneider.com/?p=23</guid>
		<description><![CDATA[Practices of an Agile Developer authored by Venkat Subramaniam and Andy Hunt; copyright 2006. When the above book was suggested to me, I was less than thrilled. Jumping to the conclusion that this was going to be dry reading; I was more than surprised to say that I was completely wrong! This isn’t your typical [...]]]></description>
		<wfw:commentRss>http://jaschneider.com/%e2%80%9cpractices-of-an-agile-developer%e2%80%9d-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Four Must Have WordPress Plugins</title>
		<link>http://jaschneider.com/the-four-must-have-wordpress-plugins/</link>
		<comments>http://jaschneider.com/the-four-must-have-wordpress-plugins/#comments</comments>
		<pubDate>Mon, 08 Nov 2010 22:27:41 +0000</pubDate>
		<dc:creator>Jessica</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Sitemaps]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://jaschneider.com/?p=19</guid>
		<description><![CDATA[Have you been thinking about setting up your own WordPress site? Talking to other WordPress users, the general consensus is it’s easy!  All you do is install and start blogging. Well that is true but everyone who sets up a WordPress site should be familiar with plug-ins. Plug-ins are what I call enhancements to WordPress. [...]]]></description>
		<wfw:commentRss>http://jaschneider.com/the-four-must-have-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips to managing a blog</title>
		<link>http://jaschneider.com/tips-to-managing-a-blog/</link>
		<comments>http://jaschneider.com/tips-to-managing-a-blog/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 22:16:26 +0000</pubDate>
		<dc:creator>Jessica</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Categories]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Tags]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://jaschneider.com/?p=14</guid>
		<description><![CDATA[Being someone who spends my days on a computer, I’m often asked about blogs.  How do I successfully engage end users? Why isn’t my blog ranked at the top of search engines? What’s the best way to advertise new content? Well, before we cover those questions, let’s backup a little.  Before we dive into blogs, [...]]]></description>
		<wfw:commentRss>http://jaschneider.com/tips-to-managing-a-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS SQL and MySQL Database Backups on Rackspace Cloud</title>
		<link>http://jaschneider.com/ms-sql-and-mysql-database-backups-on-rackspace-cloud/</link>
		<comments>http://jaschneider.com/ms-sql-and-mysql-database-backups-on-rackspace-cloud/#comments</comments>
		<pubDate>Thu, 07 Oct 2010 22:09:40 +0000</pubDate>
		<dc:creator>Jessica</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Rackspace]]></category>
		<category><![CDATA[Shell Scripting]]></category>

		<guid isPermaLink="false">http://jaschneider.com/?p=9</guid>
		<description><![CDATA[Recently, I was asked to setup an automatic database backup process for some cloud sites.  Not having much experience with database backup, let alone setting up an automatic process.  I plowed ahead on the project. I was directed to this link for the MS SQL Databases: http://cloudsites.rackspacecloud.com/index.php/How_can_I_create_a_cron_job_to_backup_my_MSSQL_database%3F Following the above link was more than helpful.  [...]]]></description>
		<wfw:commentRss>http://jaschneider.com/ms-sql-and-mysql-database-backups-on-rackspace-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

