<?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>Cool Grafix &#124; Blog</title>
	<atom:link href="http://www.coolgrafix.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coolgrafix.com/blog</link>
	<description>Look, feel, and so much more.</description>
	<lastBuildDate>Wed, 16 May 2012 00:00:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Joomla 2.5.x Versions Module (mod_version) Not Showing Up in Administrator Modules List</title>
		<link>http://www.coolgrafix.com/blog/2012/05/15/joomla-2-5-x-versions-module-mod_version-not-showing-up-in-administrator-modules-list/</link>
		<comments>http://www.coolgrafix.com/blog/2012/05/15/joomla-2-5-x-versions-module-mod_version-not-showing-up-in-administrator-modules-list/#comments</comments>
		<pubDate>Wed, 16 May 2012 00:00:47 +0000</pubDate>
		<dc:creator>Brad Kelley</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.coolgrafix.com/blog/?p=288</guid>
		<description><![CDATA[Have run into a couple of times recently and finally found the solution. The problem: The Joomla version isn&#8217;t being displayed in the admin footer while logged into the backend. The module also isn&#8217;t showing up in the admin&#8217;s list of admin modules. The issue: In one or more Joomla 2.5.x updates, the SQL to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-249" title="Joomla Logo" src="http://www.coolgrafix.com/blog/wp-content/uploads/2010/04/joomla_logo_by_wikipedia_joomla_2_2798f5729e4aefe212206d7ee6684454_490x350-300x214.png" alt="Joomla Logo" width="180" height="128" />Have run into a couple of times recently and finally found the solution.</p>
<p><strong>The problem:</strong> The Joomla version isn&#8217;t being displayed in the admin footer while logged into the backend. The module also isn&#8217;t showing up in the admin&#8217;s list of admin modules.</p>
<p><strong>The issue:</strong> In one or more Joomla 2.5.x updates, the SQL to add the module into the #__modules (jos_modules) table were omitted. This is touched on (though the issue described doesn&#8217;t exactly match my experiences) in <a href="http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&amp;tracker_item_id=27895" target="_blank">this JoomlaCode.org ticket</a>.</p>
<p>The solution: Fire up your favorite SQL editor (phpMyAdmin, SQL Workbench, SQL command line, etc.) and execute the following:</p>
<blockquote><p>INSERT INTO `jos_modules` (`title`, `note`, `content`, `ordering`, `position`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `published`, `module`, `access`, `showtitle`, `params`, `client_id`, `language`) VALUES<br />
(&#8216;Joomla Version&#8217;, &#8221;, &#8221;, 1, &#8216;footer&#8217;, 0, &#8217;0000-00-00 00:00:00&#8242;, &#8217;0000-00-00 00:00:00&#8242;,  &#8217;0000-00-00 00:00:00&#8242;,  1, &#8216;mod_version&#8217;,  3, 1, &#8216;{&#8220;format&#8221;:&#8221;short&#8221;, &#8220;product&#8221;:&#8221;1&#8243;, &#8220;layout&#8221;:&#8221;_:default&#8221;, &#8220;moduleclass_sfx&#8221;:&#8221;", &#8220;cache&#8221;:&#8221;0&#8243;}&#8217;, 1, &#8216;*&#8217;);</p></blockquote>
<p><em>Note: Ensure that you change jos_modules to match your own install&#8217;s prefix. In most stock installs these days the prefix is randomized (e.g. exasd_modules, or ocqdf_modules).</em></p>
<p>Once this record has been added, the Joomla Version module will show up in the list of admin modules under Module Manager. Edit the module (click it&#8217;s title) and then click Save. Voila, the module should now display in the footer as expected.</p>
<p>Whew. Been bothering me for months. =)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coolgrafix.com/blog/2012/05/15/joomla-2-5-x-versions-module-mod_version-not-showing-up-in-administrator-modules-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using MAMP with SQL Workbench</title>
		<link>http://www.coolgrafix.com/blog/2012/05/07/using-mamp-with-sql-workbench/</link>
		<comments>http://www.coolgrafix.com/blog/2012/05/07/using-mamp-with-sql-workbench/#comments</comments>
		<pubDate>Mon, 07 May 2012 17:01:51 +0000</pubDate>
		<dc:creator>Brad Kelley</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.coolgrafix.com/blog/?p=285</guid>
		<description><![CDATA[After various partial successes getting MAMP and SQL Workbench to work in peace and harmony, I found this HOWTO from Chance Garcia at phpprotip.com. Someone might also find this helpful from Frankie Inguanez.]]></description>
			<content:encoded><![CDATA[<p>After various partial successes getting <a href="http://www.mamp.info" target="_blank">MAMP</a> and <a href="http://dev.mysql.com/downloads/workbench/" target="_blank">SQL Workbench</a> to work in peace and harmony, I found <a href="http://phpprotip.com/2011/10/using-mysql-workbench-with-mamp/" target="_blank">this HOWTO</a> from Chance Garcia at <a href="http://phpprotip.com" target="_blank">phpprotip.com</a>.</p>
<p>Someone might also <a href="http://frankieinguanez.wordpress.com/2012/02/10/configuring-mysql-workbench-with-mamp-on-mac-os-x-lion/" target="_blank">find this helpful</a> from <a href="http://frankieinguanez.wordpress.com/" target="_blank">Frankie Inguanez</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coolgrafix.com/blog/2012/05/07/using-mamp-with-sql-workbench/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla Changes from 1.5 to 1.6, 1.7, and 2.5: $mainframe and jos_components</title>
		<link>http://www.coolgrafix.com/blog/2012/04/14/joomla-changes-from-1-5-to-1-6-1-7-and-2-5-mainframe-and-jos_components/</link>
		<comments>http://www.coolgrafix.com/blog/2012/04/14/joomla-changes-from-1-5-to-1-6-1-7-and-2-5-mainframe-and-jos_components/#comments</comments>
		<pubDate>Sat, 14 Apr 2012 05:18:40 +0000</pubDate>
		<dc:creator>Brad Kelley</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.coolgrafix.com/blog/?p=275</guid>
		<description><![CDATA[Was looking to convert one of my Joomla 1.5 components into a Joomla 2.5 component and ran into a couple of show-stopping changes. 1) The jos_components table is gone. Just gone. This is the table that among many other varied purposes used to hold the admin component&#8217;s menu hierarchy. It&#8217;s now been rolled into jos_menu, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-249" title="Joomla Logo" src="http://www.coolgrafix.com/blog/wp-content/uploads/2010/04/joomla_logo_by_wikipedia_joomla_2_2798f5729e4aefe212206d7ee6684454_490x350-300x214.png" alt="Joomla Logo" width="180" height="128" />Was looking to convert one of my Joomla 1.5 components into a Joomla 2.5 component and ran into a <a href="http://docs.joomla.org/What's_new_in_Joomla_1.6" target="_blank">couple of show-stopping changes</a>.</p>
<p>1) The <em>jos_components</em> table is gone. Just gone. This is the table that among many other varied purposes used to hold the admin component&#8217;s menu hierarchy.<a href="http://www.theartofjoomla.com/home/9-developer/135-database-upgrades-in-joomla-16.html" target="_blank"> It&#8217;s now been rolled into <em>jos_menu</em></a>, which is potentially much cleaner. To migrate from the old site&#8217;s <em>jos_components</em> method to the new <em>jos_menu</em> method, I exported the pertinent records from <em>jos_components</em> as a SQL dump, then found a similarly configured component in a stock Joomla 2.5 install (I used the Banners component, which has four child menus) to use as a base. This allowed me to manually migrate my component&#8217;s menus on the new site.</p>
<p>Note: Also had to manually create an entry in <em>jos_extensions</em> for the component. Might be simpler going forward to simply create an install package/manifest and let Joomla take care of all this itself going forward. Sigh. Starting to miss the good old days of 1.5. Heh.</p>
<p>2) The <em>$mainframe</em> global variable is gone. Just gone. Seems to be a pattern. <img src='http://www.coolgrafix.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  To get around this, I took some <a href="http://www.itblogs.info/index.php/2011/05/07/getuserstatefromrequest-falied-in-joomla-6?blog=2" target="_blank">advice from this post</a>. However, instead of adding the <em>$mainframe</em> declaration in the Joomla core like the author suggested (yikes!), I added it to the variable file I had that referenced it: The admin component, the front-end component, and the functions.php file in my template.</p>
<blockquote><p>&lt;?php<br />
defined(&#8216;_JEXEC&#8217;) or die(&#8216;Restricted access&#8217;); // no direct access</p>
<p>// $mainframe was deprecated in 1.6, so adding back in so component works in 1.6+<br />
global $mainframe;<br />
$mainframe = JFactory::getApplication();</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.coolgrafix.com/blog/2012/04/14/joomla-changes-from-1-5-to-1-6-1-7-and-2-5-mainframe-and-jos_components/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Brothers Barbarian Web Series Prepares for Conquest</title>
		<link>http://www.coolgrafix.com/blog/2011/07/18/the-brothers-barbarian-web-series-prepares-for-conquest/</link>
		<comments>http://www.coolgrafix.com/blog/2011/07/18/the-brothers-barbarian-web-series-prepares-for-conquest/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 19:51:37 +0000</pubDate>
		<dc:creator>Brad Kelley</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Movies]]></category>

		<guid isPermaLink="false">http://www.coolgrafix.com/blog/?p=269</guid>
		<description><![CDATA[My old friend Ken Whitman and crew (e.g. everyone he knows who agreed to be an extra, plus half the old-guard TSR talent) have put together a fun new web series called The Brother Barbarian. The trailer is now online and we&#8217;re all waiting anxiously for the release in August!]]></description>
			<content:encoded><![CDATA[<p>My old friend <a href="http://www.linkedin.com/profile/view?id=309866" target="_blank">Ken Whitman</a> and crew (e.g. everyone he knows who agreed to be an extra, plus half the old-guard <a href="http://en.wikipedia.org/wiki/TSR,_Inc." target="_blank">TSR</a> talent) have put together a fun new web series called The Brother Barbarian. The trailer is now online and we&#8217;re all waiting anxiously for the release in August!</p>
<p><iframe src="http://www.youtube.com/embed/f23eRNry6pI" frameborder="0" width="436" height="327"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coolgrafix.com/blog/2011/07/18/the-brothers-barbarian-web-series-prepares-for-conquest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Medical billing and clinic management company launches new web site</title>
		<link>http://www.coolgrafix.com/blog/2010/08/31/medical-billing-and-clinic-management-company-launches-new-web-site/</link>
		<comments>http://www.coolgrafix.com/blog/2010/08/31/medical-billing-and-clinic-management-company-launches-new-web-site/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 04:08:51 +0000</pubDate>
		<dc:creator>Brad Kelley</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Healthcare]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Amber Clinic Manager]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[EHR]]></category>
		<category><![CDATA[EMR]]></category>
		<category><![CDATA[Gray Swan Software]]></category>
		<category><![CDATA[ICD Codes]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.coolgrafix.com/blog/?p=265</guid>
		<description><![CDATA[An old friend of mine just launched his company's new website for their medical billing and practice management software. Great stuff. Check out Amber Clinic Manager over at the Gray Swan Software website if you're in the market or know someone who is.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.grayswansoftware.com/"><img class="alignright size-full wp-image-266" title="Amber Clinic Manager" src="http://www.coolgrafix.com/blog/wp-content/uploads/2010/08/shareimage.jpg" alt="Amber Clinic Manager" width="212" height="212" /></a>An old friend of mine just launched his company&#8217;s new website for their <a href="http://www.grayswansoftware.com/" target="_blank">medical billing and practice management software</a>. Amber Clinic Manager is a robust, full-featured medical office billing and management package accessible to physicians and their staff from virtually any internet-connected computer &#8230; anywhere. They offer a number of other services including <a href="http://www.grayswansoftware.com/products-and-services/appointment-reminders" target="_blank">appointment reminders</a>, <a href="http://www.grayswansoftware.com/products-and-services/emr-ehr-integration" target="_blank">electronic health/medical records (EMR/EHR) integration</a>, and there&#8217;s even an <a href="http://www.grayswansoftware.com/products-and-services/mobile" target="_blank">ICD code app for Android users</a>.</p>
<p>Great stuff. Check out <a href="http://www.grayswansoftware.com/products-and-services/amber-clinic-manager" target="_blank">Amber Clinic Manager</a> over at the <a href="http://www.grayswansoftware.com/" target="_blank">Gray Swan Software</a> website if you&#8217;re in the market or know someone who is.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coolgrafix.com/blog/2010/08/31/medical-billing-and-clinic-management-company-launches-new-web-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla Plugin: EasierTube</title>
		<link>http://www.coolgrafix.com/blog/2010/05/12/joomla-plugin-easiertube/</link>
		<comments>http://www.coolgrafix.com/blog/2010/05/12/joomla-plugin-easiertube/#comments</comments>
		<pubDate>Wed, 12 May 2010 16:14:58 +0000</pubDate>
		<dc:creator>Brad Kelley</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.coolgrafix.com/blog/?p=262</guid>
		<description><![CDATA[I&#8217;ve got another post up over at Group 3 Solutions, this one discussing Joomla video plugins. First plugin up for discussion is EasierTube. The post gives some background on the problem of using video in Joomla posts and provides an overview of EasierTube&#8217;s features and issues. Enjoy!]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-249" title="Joomla Logo" src="http://www.coolgrafix.com/blog/wp-content/uploads/2010/04/joomla_logo_by_wikipedia_joomla_2_2798f5729e4aefe212206d7ee6684454_490x350-300x214.png" alt="Joomla Logo" width="180" height="128" />I&#8217;ve got another post up over at <a href="http://www.group3solutions.com/blog/joomla-plugins-embedding-video/" target="_blank">Group 3 Solutions</a>, this one discussing Joomla video plugins. First plugin up for discussion is EasierTube. The post gives some background on the problem of using video in Joomla posts and provides an overview of EasierTube&#8217;s features and issues. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coolgrafix.com/blog/2010/05/12/joomla-plugin-easiertube/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reply from Congressman Emanuel Cleaver</title>
		<link>http://www.coolgrafix.com/blog/2010/04/21/reply-from-congressman-emanuel-cleaver/</link>
		<comments>http://www.coolgrafix.com/blog/2010/04/21/reply-from-congressman-emanuel-cleaver/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 03:17:24 +0000</pubDate>
		<dc:creator>Brad Kelley</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Healthcare]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://www.coolgrafix.com/blog/?p=252</guid>
		<description><![CDATA[I&#8217;m so satisfied with, and proud of ,our representative (former Kansas City Mayor) Emanuel Cleaver II, Democrat from Kansas City, Missouri. Can&#8217;t say enough good things about him. We are very lucky. =) Got this recently, regarding the recently-past health care reform legislation. It&#8217;s an attempt to clear up the misinformation spread by those opposed [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Emanuel_Cleaver" target="_blank"><img class="alignright size-medium wp-image-253" title="Emanuel Cleaver" src="http://www.coolgrafix.com/blog/wp-content/uploads/2010/04/225px-Emanuel_Cleaver_official_Congressional_photo_portrait.JPG-195x300.jpg" alt="Emanuel Cleaver" width="137" height="210" /></a>I&#8217;m so satisfied with, and proud of ,our representative (former Kansas City Mayor) <a href="http://en.wikipedia.org/wiki/Emanuel_Cleaver" target="_blank">Emanuel Cleaver II</a>, Democrat from Kansas City, Missouri. Can&#8217;t say enough good things about him. We are very lucky. =)</p>
<p>Got this recently, regarding the recently-past health care reform legislation. It&#8217;s an attempt to clear up the misinformation spread by those opposed to the law.</p>
<p style="padding-left: 30px;">Dear Brad:</p>
<p style="padding-left: 30px;">Over the last few months I have received countless calls and emails from people across the Kansas City area eager to share their opinions on health care reform.  Unfortunately, this issue has been polarized so much that it is hardly recognizable.  Misinformation on the health care bill is abundant.  To help clear up some of the confusion that currently exists about the health care bill, H.R. 3590, the Patient Protection and Affordable Care Act, I have provided the following information:</p>
<p style="padding-left: 30px;"><strong>Myth: The cost of health care reform will add to the deficit.</strong></p>
<p style="padding-left: 30px;">Reality: The nonpartisan Congressional Budget Office&#8217;s (CBO) report has found that the bill will reduce the deficit by $143 billion over the first ten years, and $1.2 trillion in the second ten.  The bill accomplishes these great savings by eliminating systemic waste and ultimately lowering the cost of health care.</p>
<p style="padding-left: 30px;"><strong>Myth:  The bill institutes socialized Government run health care.</strong></p>
<p style="padding-left: 30px;">Reality: The health care reform bill increases competition by expanding private health insurance.  Claims that the bill has a single payer system, similar to the health care system in Canada are inaccurate.  The bill does not have single payer, nor does it include a public option.</p>
<p style="padding-left: 30px;"><strong>Myth: The bill will be paid for by raising taxes on the middle class.</strong></p>
<p style="padding-left: 30px;">Reality: For the vast majority of Americans, taxes will not increase.   A new tax will be levied on families making over $250,000 a year.  However, the bill provides affordability credits for families at 400% of the poverty level.   For example, a family at 275% of the poverty level ($60,640 income) would save 47% on premiums compared to current law.  Further, a family with an income of $38,590 would see an 85% premium reduction.</p>
<p style="padding-left: 30px;"><strong>Myth: The bill will hurt small businesses.</strong></p>
<p style="padding-left: 30px;">Reality: Without reform, small businesses will continue to experience increasing insurance costs, as they have by 129 percent since 2000 according to the House Committee on Energy and Commerce.  Less than half of small businesses can currently afford to offer health care benefits.   This bill includes $50 billion in tax credits to help small business provide assistance to employers and to provide coverage and the quality of care that larger businesses do.  Further, the vast majority of small businesses, 96% will be exempt from the shared responsibility requirement.</p>
<p style="padding-left: 30px;"><strong>Myth: Premiums will rise as a result of reform.</strong></p>
<p style="padding-left: 30px;">Reality: The CBO actually estimates that premiums for current health insurance plans will go down.  Given the new array of options brought on by competition, one might chose a new, more comprehensive insurance plan and pay slightly higher premiums for that extra coverage.</p>
<p style="padding-left: 30px;"><strong>Myth: The bill publically funds and encourages abortions.</strong></p>
<p style="padding-left: 30px;">Reality: The bill includes specific provisions to ensure a strict separation between public funds and private premiums.  Abortion funding will never be required in health care plans, and states will retain final authority over abortion policies within their exchange program.</p>
<p style="padding-left: 30px;"><strong>Myth: You will not be able to keep your existing insurance.</strong></p>
<p style="padding-left: 30px;">Reality:  If you are happy with your current insurance, you will be able to keep it.  This reform bill aims to provide more affordable options with a higher quality of care and will not eliminate your existing insurance plan.</p>
<p style="padding-left: 30px;">Thank you again for taking the time to educate yourself about what health care reform really means.  I encourage you to view the bill and its summary online, at http://thomas.loc.gov and the CBO cost estimate at <a href="http://www.cbo.gov/" target="_blank">http://www.cbo.gov/</a>.  Please do not hesitate to contact me in the future if I may be of further assistance. Also, I encourage you to visit my website at <a href="http://www.house.gov/cleaver" target="_blank">http://www.house.gov/cleaver</a>, where you can sign up for my electronic newsletter and receive updates on my latest activities as your Representative.</p>
<p style="padding-left: 30px;">Sincerely,</p>
<p style="padding-left: 30px;">Emanuel Cleaver, II<br />
Member of Congress</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coolgrafix.com/blog/2010/04/21/reply-from-congressman-emanuel-cleaver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla Custom 404 Pages</title>
		<link>http://www.coolgrafix.com/blog/2010/04/15/joomla-custom-404-pages/</link>
		<comments>http://www.coolgrafix.com/blog/2010/04/15/joomla-custom-404-pages/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 03:34:53 +0000</pubDate>
		<dc:creator>Brad Kelley</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.coolgrafix.com/blog/?p=248</guid>
		<description><![CDATA[Great little tutorial over at phpRiot on how to set up an intelligent custom 404 error page in PHP. However, if you&#8217;re using a stock Joomla 1.5 install with mod_rewrite enabled (e.g. SEO-friendly URLs) then you can just forget about doing this with an Apache directive. Joomla has control (though looking at the .htaccess file I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p><a style="padding-bottom:10px; padding-left:10px;" href="http://www.coolgrafix.com/blog/wp-content/uploads/2010/04/joomla_logo_by_wikipedia_joomla_2_2798f5729e4aefe212206d7ee6684454_490x350.png"><img class="alignright size-full wp-image-249" title="Joomla Logo" src="http://www.coolgrafix.com/blog/wp-content/uploads/2010/04/joomla_logo_by_wikipedia_joomla_2_2798f5729e4aefe212206d7ee6684454_490x350.png" alt="Joomla Logo" width="176" height="126" /></a>Great little tutorial over at <a href="http://www.phpriot.com/" target="_blank">phpRiot</a> on how to set up an intelligent <a href="http://www.phpriot.com/articles/search-engine-urls/4" target="_blank">custom 404 error page in PHP</a>. However, if you&#8217;re using a stock <a href="http://www.joomla.org/" target="_blank">Joomla 1.5</a> install with <a href="http://en.wikipedia.org/wiki/Mod_rewrite" target="_blank">mod_rewrite</a> enabled (e.g. SEO-friendly URLs) then you can just forget about doing this with an Apache directive. Joomla has control (though looking at the <a href="http://en.wikipedia.org/wiki/Htaccess" target="_blank">.htaccess</a> file I&#8217;m not sure why), so you&#8217;ll need an altogether different great little tutorial. Lo and behold, the Joomla documentation comes to the resuce!</p>
<p>Check out how to build a <a href="http://docs.joomla.org/Custom_error_pages" target="_blank">custom 404 error handler into your Joomla template</a> here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coolgrafix.com/blog/2010/04/15/joomla-custom-404-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Banner Ad clickTAG Tutorial</title>
		<link>http://www.coolgrafix.com/blog/2010/03/30/flash-banner-ad-clicktag-tutorial/</link>
		<comments>http://www.coolgrafix.com/blog/2010/03/30/flash-banner-ad-clicktag-tutorial/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 00:13:31 +0000</pubDate>
		<dc:creator>Brad Kelley</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.coolgrafix.com/blog/?p=243</guid>
		<description><![CDATA[Handy Flash banner ad clickTAG tutorial for anyone who doesn&#8217;t do this often enough to remember the technique off the top of their heads. This sort of thing is for use in ad syndication services like Google AdWords. Also, some good stuff at the Adobe site. Each ad network uses different case sensitivity rules for [...]]]></description>
			<content:encoded><![CDATA[<p>Handy <a href="http://www.flashclicktag.com/" target="_blank">Flash banner ad clickTAG tutorial</a> for anyone who doesn&#8217;t do this often enough to remember the technique off the top of their heads. This sort of thing is for use in ad syndication services like <a href="http://www.google.com/adwords/" target="_blank">Google AdWords</a>. Also, some good stuff at the <a href="http://www.adobe.com/resources/richmedia/tracking/designers_guide/" target="_blank">Adobe site</a>.</p>
<p>Each ad network uses different case sensitivity rules for the clickTAG variable (groan), so check into your network&#8217;s requirements. Google AdWords has a help page on <a href="http://adwords.google.com/support/aw/bin/answer.py?hl=en&amp;answer=26938" target="_blank">clickTAG coding here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coolgrafix.com/blog/2010/03/30/flash-banner-ad-clicktag-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Duncan&#8217;s 5th Birthday</title>
		<link>http://www.coolgrafix.com/blog/2010/02/14/duncans-5th-birthday/</link>
		<comments>http://www.coolgrafix.com/blog/2010/02/14/duncans-5th-birthday/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 03:51:19 +0000</pubDate>
		<dc:creator>Brad Kelley</dc:creator>
				<category><![CDATA[Family]]></category>

		<guid isPermaLink="false">http://www.coolgrafix.com/blog/?p=235</guid>
		<description><![CDATA[We recently celebrated Duncan&#8217;s 5th birthday, and here&#8217;s the reel! =)]]></description>
			<content:encoded><![CDATA[<p>We recently celebrated Duncan&#8217;s 5th birthday, and here&#8217;s the reel! =)</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/-hBtjshr3WY&#038;hl=en_US&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/-hBtjshr3WY&#038;hl=en_US&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coolgrafix.com/blog/2010/02/14/duncans-5th-birthday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

