<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Geek Gumbo</title>
	<link>http://www.geekgumbo.com</link>
	<description>A potpourri of Web Developmemt, Linux, and Windows tidbits and observations</description>
	<lastBuildDate>Thu, 29 Jul 2010 22:32:43 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>My Favorite Joomla Extensions</title>
		<description><![CDATA[There are a lot of Joomla extensions out there, many of which are free (or at least offer limited release or branded versions for free). There are so many, I would say, that it can be frustrating to search for an extension when you need one. I can not fix this problem, but I hope [...]]]></description>
		<link>http://www.geekgumbo.com/2010/07/29/my-favorite-joomla-extensions/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=my-favorite-joomla-extensions</link>
			</item>
	<item>
		<title>PHP Reserved Words</title>
		<description><![CDATA[This is a quick reference list of PHP key words.  These words all have separate meanings in PHP and thus can not be used for constants, class names, functions, or methods.  You could use these as variables, but for obvious reasons, this could lead to problems and is not recommended. This list combines keywords, functions, [...]]]></description>
		<link>http://www.geekgumbo.com/2010/07/21/php-keywords/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=php-keywords</link>
			</item>
	<item>
		<title>MySQL Workbench 5.2.25 Released</title>
		<description><![CDATA[I reviewed Release Candidate 5.2.22 on June 27th. In that review, I said, &#8220;I would look for the official release to follow closely after this RC 3 release.&#8221; Not, that I had any inside knowledge, I just knew from reviewing the Release Candidate that most of the bugs were gone, and the release could not [...]]]></description>
		<link>http://www.geekgumbo.com/2010/07/13/mysql-workbench-5-2-25-released/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=mysql-workbench-5-2-25-released</link>
			</item>
	<item>
		<title>PHP &#8211; Code Snippet &#8211; a Quick Variable Checker</title>
		<description><![CDATA[When your writing a controller you often ask yourself whether menu choices and form data are getting to the controller file without any errors, are the variables set up properly, and are the form selects selecting properly. And you have your $_SESSION variables. Is the one variable you put in the $_SESSION variable three files [...]]]></description>
		<link>http://www.geekgumbo.com/2010/07/05/php-shortcut-a-quick-variable-checker/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=php-shortcut-a-quick-variable-checker</link>
			</item>
	<item>
		<title>Use Joomla Login Credentials Outside of Joomla</title>
		<description><![CDATA[On several occasions I needed to interface with a Joomla installation from a satellite web application. In these scenarios, it is useful to integrate a login check that accesses the Joomla username and password data. While this integration is not terribly difficult, I spent a long time digging around forums before I located helpful information. [...]]]></description>
		<link>http://www.geekgumbo.com/2010/07/02/use-joomla-login-credentials-outside-of-joomla/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=use-joomla-login-credentials-outside-of-joomla</link>
			</item>
	<item>
		<title>Joomla &#8211; Modules not Loading</title>
		<description><![CDATA[Well, I drew the short straw on this one, and have been goaded into writing this one up by my cohort. Both of us have developed several sites with Joomla, and so we know a little about Joomla, which is why this bug surprised us.  It took both of us working together, and for a [...]]]></description>
		<link>http://www.geekgumbo.com/2010/06/29/joomla-modules-not-loading/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=joomla-modules-not-loading</link>
			</item>
	<item>
		<title>MySQL Workbench &#8211; a Review</title>
		<description><![CDATA[The MySQL Developer Tools Team have just released their Release Candidate 3 of MySQL Workbench. This release fixed another 70 &#8220;issues&#8221; they missed in the last release candidate 5.2.22 RC 2, where they fixed 76 bugs, and follows the previous release, RC 1, where they fixed 62 bugs.  MySQL  Workbench is an open source project [...]]]></description>
		<link>http://www.geekgumbo.com/2010/06/27/mysql-workbench-5-2-24-rc3-a-review/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=mysql-workbench-5-2-24-rc3-a-review</link>
			</item>
	<item>
		<title>Git &#8211; Recover a File</title>
		<description><![CDATA[I was knee deep in work the other day and accidentally overwrote a file that I had spent some time working on a couple of days ago. I was not happy. However, since I commit my work often with git, I knew all my previous work was not lost. I just needed to recover that [...]]]></description>
		<link>http://www.geekgumbo.com/2010/06/18/git-recovering-one-file/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=git-recovering-one-file</link>
			</item>
	<item>
		<title>Styling Links with CSS</title>
		<description><![CDATA[One aspect of CSS styling that some times can be confusing is styling links. This is because they are governed by both pseudo elements and specificity. Let&#8217;s take a closer look. Pseudo elements are tags that CSS recognizes, that attach to HTML tags, but are not put directly into the HTML markup. We see this [...]]]></description>
		<link>http://www.geekgumbo.com/2010/06/12/css-styling-links/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=css-styling-links</link>
			</item>
	<item>
		<title>Phoca Gallery Search Plugin: Display thumbnail images</title>
		<description><![CDATA[This is a follow up article to the earlier post, regarding exact, any, and all word search support for the Phoca Gallery Search Plugin. If you read the earlier post, you are aware that my three main concerns regarding the Phoca Gallery Search Plugin are the support of exact, any, and all (resolved in the [...]]]></description>
		<link>http://www.geekgumbo.com/2010/06/07/phoca-gallery-search-plugin-display-thumbnail-images/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=phoca-gallery-search-plugin-display-thumbnail-images</link>
			</item>
</channel>
</rss>
