<?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>christopherreding.com</title>
	<atom:link href="http://christopherreding.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://christopherreding.com</link>
	<description>jQuery PHP Coldfusion MySql ASP.NET XSLT and Flash - with some added random thoughts</description>
	<lastBuildDate>Tue, 23 Feb 2010 19:30:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SlideShowPro And Expression Engine&#8230;</title>
		<link>http://christopherreding.com/slideshowpro-and-expression-engine/</link>
		<comments>http://christopherreding.com/slideshowpro-and-expression-engine/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 15:23:15 +0000</pubDate>
		<dc:creator>Christopher Reding</dc:creator>
				<category><![CDATA[Expression Engine]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[SlideShowPro]]></category>
		<category><![CDATA[code share]]></category>
		<category><![CDATA[EE]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://christopherreding.com/?p=158</guid>
		<description><![CDATA[Thanks to a fellow colleague (Heath Dutton) I can now bring you a method to link up SlideShowPro to your Expression Engine Gallery.
Step 1. Go get SlideShowPro (what are you waiting for)
Step 2. Create a slideshow in flash (or use the stand alone) set your xml file to http://yoursite.com/gallery/slideshow.xml
Step 3. Crete a template group called [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to a fellow colleague (<a href="http://facebook.com/hdutton">Heath Dutton</a>) I can now bring you a method to link up SlideShowPro to your Expression Engine Gallery.</p>
<p>Step 1. Go get <a href="http://slideshowpro.net" target="_blank">SlideShowPro</a> (what are you waiting for)</p>
<p>Step 2. Create a slideshow in flash (or use the stand alone) set your xml file to http://yoursite.com/gallery/slideshow.xml</p>
<p>Step 3. Crete a template group called gallery in EE  and create a template called slideshow.xml</p>
<p>Step 4. Add this to your template and save it:</p>
<pre class="brush:[php]">{assign_variable:gallery_name="gallery"}
&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;gallery&gt;
&lt;?php if (!isset($_GET['category_id'])) { ?&gt;    
 {exp:gallery:categories gallery="{gallery_name}"}
 {category_row}
 {row}
 &lt;album title="{category}" category_id="{category_id}"&gt;
 {embed="gallery/slideshow_embed" gallery_name="{gallery_name}" category_id_number="{category_id}"}
 &lt;/album&gt;
 {/row}
 {/category_row}
 {/exp:gallery:categories}
 &lt;?php } else {  ?&gt;
 &lt;album title="&lt;?php if (isset($_GET['category'])) echo $_GET['category']; ?&gt;" category_id="&lt;?php echo $_GET['category_id']; ?&gt;"&gt;
 {embed="gallery/slideshow_embed" gallery_name="{gallery_name}" category_id_number="&lt;?php echo $_GET['category_id']; ?&gt;"}
 &lt;/album&gt;
 &lt;?php } ?&gt;
&lt;/gallery&gt;
</pre>
<p>Step 5. Create the embed template call it slideshow_embed (paste this into that template)</p>
<pre class="brush:[javascript]">&lt;script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"&gt;&lt;/script&gt;

&lt;script type="text/javascript"&gt;
 // swf finder
 function thisMovie(movieName) {
 if (navigator.appName.indexOf("Microsoft") != -1) {
 return window[movieName]
 } else {
 return document[movieName]
 }
 }

 // SWFObject embed
 var flashvars = {
//  if you are using the standalone  paramXMLPath: "/include/param.xml",
 initialURL: escape(document.location),
 useExternalInterface: "true"
 }
 var params = {
 base: ".",
 wmode: "transparent",
 bgcolor: "#FFFFFF",
 allowfullscreen: "true"
 }                
 var attributes = {
 id: "ssp"
 }
 swfobject.embedSWF("/include/slideshowpro.swf", "flashcontent", "470", "340", "9.0.115.0", false, flashvars, params, attributes);
&lt;/script&gt;
&lt;div id="flashcontentcontainer"&gt;
 &lt;div id="flashcontent"&gt;In order to experience the photo gallery fully, you will need the latest Flash player.&lt;/div&gt;
&lt;/div&gt;
</pre>
<p>Step 6. Create an include folder in your directory and drop your slideshow.swf file there (if using standalone drop the param.xml file there as well.</p>
<p>Step  7. Use this embed in your templates to display your slideshow.</p>
<p>Step 8. Profit</p>
<p><a href="http://www.expressionengine.com/index.php?affiliate=creding" target="_blank">Get Expression Engine</a><br />
(<em>if you have any improvements or suggestions hit me up in the comments</em>)</p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fchristopherreding.com%2Fslideshowpro-and-expression-engine%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fchristopherreding.com%2Fslideshowpro-and-expression-engine%2F&amp;source=creding&amp;style=compact&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://christopherreding.com/slideshowpro-and-expression-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What the framework is this?</title>
		<link>http://christopherreding.com/what-the-framework-is-this/</link>
		<comments>http://christopherreding.com/what-the-framework-is-this/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 17:04:26 +0000</pubDate>
		<dc:creator>Christopher Reding</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://christopherreding.com/?p=156</guid>
		<description><![CDATA[If you’ve been coding (and not under a rock) you’ve heard the word framework tossed around quite a bit, but what is a framework and why use it.
From Wikipedia:
“A software framework, in computer programming, is an abstraction in which common code providing generic functionality can be selectively overridden or specialized by user code providing specific [...]]]></description>
			<content:encoded><![CDATA[<p>If you’ve been coding (and not under a rock) you’ve heard the word framework tossed around quite a bit, but what is a framework and why use it.</p>
<blockquote><p><em>From Wikipedia</em>:<br />
“A software framework, in computer programming, is an abstraction in which common code providing generic functionality can be selectively overridden or specialized by user code providing specific functionality. Frameworks are a special case of software libraries in that they are reusable abstractions of code wrapped in a well-defined API, yet they contain some key distinguishing features that separate them from normal libraries.”</p></blockquote>
<p>That explains it? If you are like me then that was more confusion than an answer. For a long time this sort of lofty explanation was a road block to truly grasping the power frameworks contain. However, step forward a few years, and poof I got it. While learning to code from scratch was probably the best thing that could have happened, learning to use a framework (on top of that knowledge) made it all the better. So what is a framework in common terms?</p>
<p>To be concise a framework is a set of tools prefabricated to assist you in building your application. Imagine building a house if you had to create the hammer, mold nails, build a saw, etc. At one time this was how people lived, but progress brought the toolbox. The same is true with coding. Frameworks become our toolbox, and the API gives access to our tools. This makes us more efficient and saves time so we don’t have to re-invent the wheel (or class) every time we embark on a new project. Now we know what and why frameworks, lets get to the how.</p>
<p>For this discussion I’m going to limit it two two examples. The first is a PHP library that goes by the name of Codeigniter. I’m not saying Codeigniter is better than other libraries, that is a personal choice, I’m just using it as an example here. Codeigniter is a MVC framework (we’ll discuss MVC later) it enables the development of robust applications in a fraction of the time it takes to code traditionally. Codeigniter consists of a series of classes, libraries, helpers etc. that together make up a pretty nice toolset for developers. For instance say you need to run a database query, in the past this would require something like this:</p>
<blockquote><p>$link = mysql_connect(&#8216;localhost&#8217;, &#8216;mysql_user&#8217;, &#8216;mysql_password&#8217;);<br />
if (!$link)<br />
{<br />
die(&#8216;Could not connect: &#8216; . mysql_error());<br />
}<br />
$query “SELECT Foo FROM Bar WHERE Foo = 1”;<br />
$result = mysql_query($query) or die(mysql_error());</p>
<p>while ($row = mysql_fetch_assoc($result){<br />
echo $row['Foo'];<br />
}</p></blockquote>
<p>becomes this:</p>
<blockquote><p>$result = $this-&gt;db-&gt;query(“SELECT Foo FROM Bar WHERE Foo = 1”);<br />
if($result)<br />
{<br />
foreach($result as $value):<br />
echo $value-&gt;Foo;<br />
endforeach;<br />
}</p></blockquote>
<p>As you can see the code is a lot shorter and more streamlined. This is due to Codeigniter’s database class, one of the many tools you can use to speed up your workflow.</p>
<p>Another example is jQuery. jQuery is a javascript library containing predefined functions that allow you to harness the power of client side scripting without having to write<br />
excessive amounts of code. Just as before I’m not saying jQuery is the best, there are others out there that are just as useful, I’m just using it for this example.  jQuery allows us to create animations, load data, submit forms, interact with the DOM, and much more. Without jQuery (or a similar library) this would entail lines of code that may or may not work (in ie6 <img src='http://christopherreding.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ). The beauty of jQuery in found not only in it’s simplicity, but in the ability to function in an expected fashion across browsers. This frees up time to focus on presentation as opposed to compatibility. jQuery also offers us the ability to interact with data in real time without having to reload the page creating a more desktop-esque experience within the confines of the browser. This brings us to where.</p>
<p>Now that we’ve discussed the How, what, and why you may be wondering where to learn more about all these wonderful tools, and so I bring to you the resources, a series of links to sites that I think are awesome.</p>
<blockquote><p><a href="http://codeigniter.com" target="_blank">http://codeigniter.com</a> &#8211; the name says it all<br />
<a href="http://jquery.com" target="_blank">http://jquery.com</a> &#8211; the home of jQuery<br />
<a href="http://nettuts.com" target="_blank">http://nettuts.com</a> &#8211; great tutorials and information on EVERY web subject<br />
<a href="http://www.prototypejs.org/" target="_blank">http://www.prototypejs.org/</a> &#8211; javascript framework<br />
<a href="http://mootools.net/" target="_blank">http://mootools.net/</a> &#8211; javascript framework<br />
<a href="http://cakephp.org/" target="_blank">http://cakephp.org/</a> &#8211; PHP framework<br />
<a href="http://www.alistapart.com/" target="_blank">http://www.alistapart.com/</a> for the purist and web standards guru<br />
<a href="http://usejquery.com/" target="_blank">http://usejquery.com/</a> &#8211; a great resource for tutorials using jquery</p></blockquote>
<p>This is just a few, if you have any favorites mention them in the comments.
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fchristopherreding.com%2Fwhat-the-framework-is-this%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fchristopherreding.com%2Fwhat-the-framework-is-this%2F&amp;source=creding&amp;style=compact&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://christopherreding.com/what-the-framework-is-this/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Should you get the iPad?</title>
		<link>http://christopherreding.com/should-you-get-the-ipad/</link>
		<comments>http://christopherreding.com/should-you-get-the-ipad/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 16:05:19 +0000</pubDate>
		<dc:creator>Christopher Reding</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPad]]></category>

		<guid isPermaLink="false">http://christopherreding.com/?p=149</guid>
		<description><![CDATA[If you were wondering whether or not to get an iPad, you can set your mind at rest, let this simple javascript app tell you in the most simple way imaginable&#8230;
http://shouldyougettheappletablet.com/


			
				
			
		
]]></description>
			<content:encoded><![CDATA[<p>If you were wondering whether or not to get an iPad, you can set your mind at rest, let this simple javascript app tell you in the most simple way imaginable&#8230;</p>
<p style="text-align: center;"><a href="http://shouldyougettheappletablet.com/" target="_blank">http://shouldyougettheappletablet.com/</a></p>
<p><a href="http://shouldyougettheappletablet.com/"><img class="aligncenter size-medium wp-image-150" title="Screen shot 2010-02-02 at 10.02.25 AM" src="http://christopherreding.com/wp-content/uploads/2010/02/Screen-shot-2010-02-02-at-10.02.25-AM-300x236.png" alt="" width="300" height="236" /></a></p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fchristopherreding.com%2Fshould-you-get-the-ipad%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fchristopherreding.com%2Fshould-you-get-the-ipad%2F&amp;source=creding&amp;style=compact&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://christopherreding.com/should-you-get-the-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fotopikr.com is coming alive</title>
		<link>http://christopherreding.com/fotopikr-com-is-coming-alive/</link>
		<comments>http://christopherreding.com/fotopikr-com-is-coming-alive/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 12:05:57 +0000</pubDate>
		<dc:creator>Christopher Reding</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://christopherreding.com/?p=145</guid>
		<description><![CDATA[Been working hard all night, exercising my CSS3 and Leaning alot. Picked a domain for the site today, fotopikr.com thought it was neat and got th point across, visit the site when you get  chance and tell me what you like dislike etc. Should be more functional in a week. Time for bed now   night &#8211; or [...]]]></description>
			<content:encoded><![CDATA[<p>Been working hard all night, exercising my CSS3 and Leaning alot. Picked a domain for the site today, fotopikr.com thought it was neat and got th point across, visit the site when you get  chance and tell me what you like dislike etc. Should be more functional in a week. Time for bed now <img src='http://christopherreding.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  night &#8211; or mornin all</p>
<p><a href="http://fotopikr.com"><img class="aligncenter size-medium wp-image-146" title="Screen shot 2010-01-30 at 6.01.47 AM" src="http://christopherreding.com/wp-content/uploads/2010/01/Screen-shot-2010-01-30-at-6.01.47-AM-300x209.png" alt="" width="300" height="209" /></a></p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fchristopherreding.com%2Ffotopikr-com-is-coming-alive%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fchristopherreding.com%2Ffotopikr-com-is-coming-alive%2F&amp;source=creding&amp;style=compact&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://christopherreding.com/fotopikr-com-is-coming-alive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>US States and Alabama Counties SQL Inserts</title>
		<link>http://christopherreding.com/us-states-and-alabama-counties-sql-inserts/</link>
		<comments>http://christopherreding.com/us-states-and-alabama-counties-sql-inserts/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 22:28:23 +0000</pubDate>
		<dc:creator>Christopher Reding</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[code share]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[Alabama Counties]]></category>
		<category><![CDATA[MySql]]></category>
		<category><![CDATA[US States]]></category>

		<guid isPermaLink="false">http://christopherreding.com/?p=135</guid>
		<description><![CDATA[For the weak at heart (or those who don&#8217;t want to manually add these to a form etc.) here are two sql inserts that will populate your database with the US states and Alabama counties. Enjoy.
counties.sql
states.sql
Please share with the world, i know they care&#8230;

			
				
			
		
]]></description>
			<content:encoded><![CDATA[<p>For the weak at heart (or those who don&#8217;t want to manually add these to a form etc.) here are two sql inserts that will populate your database with the US states and Alabama counties. Enjoy.</p>
<p><a href="/uploads/counties.sql">counties.sql</a></p>
<p><a href="/uploads/states.sql">states.sql</a></p>
<p>Please share with the world, i know they care&#8230;</p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fchristopherreding.com%2Fus-states-and-alabama-counties-sql-inserts%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fchristopherreding.com%2Fus-states-and-alabama-counties-sql-inserts%2F&amp;source=creding&amp;style=compact&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://christopherreding.com/us-states-and-alabama-counties-sql-inserts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Apple Tablet?</title>
		<link>http://christopherreding.com/an-apple-tablet/</link>
		<comments>http://christopherreding.com/an-apple-tablet/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 15:10:55 +0000</pubDate>
		<dc:creator>Christopher Reding</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Hope]]></category>

		<guid isPermaLink="false">http://christopherreding.com/?p=125</guid>
		<description><![CDATA[I was deep in despair, no new products form Cupertino in ages, what was I to do? I sought help in psychotherapy, was admitted to the hospital for macintox, yet the problem persisted. There were rumors amuck yet nothing solid. An event was planned, there appeared to be hope on the horizon, would Job’s let [...]]]></description>
			<content:encoded><![CDATA[<p>I was deep in despair, no new products form Cupertino in ages, what was I to do? I sought help in psychotherapy, was admitted to the hospital for macintox, yet the problem persisted. There were rumors amuck yet nothing solid. An event was planned, there appeared to be hope on the horizon, would Job’s let me down, or was this some foolish attempt to hype the itunes store, are the Beatles coming?</p>
<p>(side note) Steve Jobs is not human, he is really an alien that came from The Woz’s belly, If you’ve seen Woz lately you’ll take note that another is about to be birthed, should that creature make it out alive Jobs most certainly will be consumed. But I digress.</p>
<p>Anticipation, sweat beading upon my furrowed brow I wait wishing California wasn’t 2 hours behind. I mean they’re freaking ahead in everything else why not time for pete’s sake?</p>
<p>I know at this moment Jobs is toking some purple Krishna or whatever the docs prescribed for all those health problems, but what about me? What about us? Don’t we mater? I frikin live in Alabama and there is no legal way to calm my macintitus, there is no cure for this dis-ease. Still I pray, to the golden gods of aesthetic hardware, fulfill my deepest desire and bless me with this most hole-y device. Allow me to video conference in style, allow me to feel a sense of cool when I whip out a sleek slice of techno-bliss, allow me to feel better about myself knowing that the regular guy on the street oohs and ahhhhs at my very existence having one of these in my possession.</p>
<p>Yes, Mr. Jobs, give me a reason to keep on living.</p>
<p>Oh yeah and watch out for that beast by way of the Woz, it’s sure to consume your very creative existence.</p>
<p>Sincerely&#8230;</p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fchristopherreding.com%2Fan-apple-tablet%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fchristopherreding.com%2Fan-apple-tablet%2F&amp;source=creding&amp;style=compact&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://christopherreding.com/an-apple-tablet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BBVA Compass Matching Donations For Haiti Disaster Relief</title>
		<link>http://christopherreding.com/bbva-compass-matching-dontions-for-haiti-disaster-relief/</link>
		<comments>http://christopherreding.com/bbva-compass-matching-dontions-for-haiti-disaster-relief/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 02:38:19 +0000</pubDate>
		<dc:creator>Christopher Reding</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://christopherreding.com/?p=119</guid>
		<description><![CDATA[BBVA Compass sent this out earlier today.
Disaster Relief Account Established for Victims of Haiti Earthquake
 At BBVA Compass, we are passionate about our people, and we know that you in turn are passionate about helping those in need.  A special disaster relief account has been established to provide assistance to the victims of the earthquake [...]]]></description>
			<content:encoded><![CDATA[<p><em>BBVA Compass sent this out earlier today.</em></p>
<p style="padding-left: 30px;"><strong>Disaster Relief Account Established for Victims of Haiti Earthquake</strong></p>
<p style="padding-left: 30px;"><span style="font-size: medium;"><span style="font-family: Verdana,Helvetica,Arial;"><span style="font-size: 13px;"> At BBVA Compass, we are passionate about our people, and we know that you in turn are passionate about helping those in need.  A special disaster relief account has been established to provide assistance to the victims of the earthquake in Haiti.  Employees and customers of BBVA Compass may make donations at any branch between now and January 30.  BBVA Compass will match financial contributions up to $100,000 from the BBVA Compass Foundation.</span></span></span></p>
<p style="padding-left: 30px;"><strong>Contributions can be made through any BBVA Compass banking center.  Checks and money orders should be made out to the American Red Cross Disaster Relief Fund with “Haiti earthquake relief effort” written on the memo line.  Fees for money orders used to make a donation will be waived.  Canceled checks or money order receipts can serve as receipts for income tax purposes.<br />
 </strong><span style="font-family: Times New Roman;"><span style="font-size: 14px;"> <br />
 </span></span><span style="font-family: Verdana,Helvetica,Arial;"><span style="font-size: 13px;">The BBVA Group is also participating in the relief effort.  Through an account established in Spain, BBVA has committed €1 million (more than $1.4 million U.S.) to be used toward rebuilding schools.  Groups in other areas of the BBVA footprint, including Chile, Colombia, Mexico and Venezuela, are also accepting donations and contributing to the cause in various ways.<br />
 </span></span><span style="font-family: Times New Roman;"><span style="font-size: 14px;"> <br />
 </span></span><span style="font-family: Verdana,Helvetica,Arial;"><span style="font-size: 13px;">We want to thank employees for the outpouring of concern you have already expressed in the wake of this tragedy.  Due to distribution issues caused by the massive damage to Haiti’s infrastructure, the only aid we are requesting at this time is in the form of monetary contributions.  We will continue to monitor the situation and will provide information about donating supplies and services if and when the Red Cross is ready to accept them. </span></span></p>
<p><!--EndFragment--></p>
<p><br class="spacer_" /></p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fchristopherreding.com%2Fbbva-compass-matching-dontions-for-haiti-disaster-relief%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fchristopherreding.com%2Fbbva-compass-matching-dontions-for-haiti-disaster-relief%2F&amp;source=creding&amp;style=compact&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://christopherreding.com/bbva-compass-matching-dontions-for-haiti-disaster-relief/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://christopherreding.com/116/</link>
		<comments>http://christopherreding.com/116/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 17:43:35 +0000</pubDate>
		<dc:creator>Christopher Reding</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://christopherreding.com/?p=116</guid>
		<description><![CDATA[

			
				
			
		
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">
<div id="attachment_115" class="wp-caption aligncenter" style="width: 487px"><img class="size-large wp-image-115 " title="He's got the whole world (and our home) in His hands." src="http://christopherreding.com/wp-content/uploads/2009/12/mcescherHome-682x1024.jpg" alt="He's got the whole world (and our home) in His hands." width="477" height="717" /><p class="wp-caption-text">He&#39;s got the whole world (and our home) in His hands.</p></div>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fchristopherreding.com%2F116%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fchristopherreding.com%2F116%2F&amp;source=creding&amp;style=compact&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://christopherreding.com/116/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pumpkin Patch &#8211; Pumpkin Heads</title>
		<link>http://christopherreding.com/pumpkin-patch-pumpkin-heads/</link>
		<comments>http://christopherreding.com/pumpkin-patch-pumpkin-heads/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 16:19:40 +0000</pubDate>
		<dc:creator>Christopher Reding</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://christopherreding.com/?p=112</guid>
		<description><![CDATA[

			
				
			
		
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-medium wp-image-113" style="border: 10px solid black;" title="pumpkinheads" src="http://christopherreding.com/wp-content/uploads/2009/10/pumpkinheads-300x200.jpg" alt="pumpkinheads" width="300" height="200" /></p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fchristopherreding.com%2Fpumpkin-patch-pumpkin-heads%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fchristopherreding.com%2Fpumpkin-patch-pumpkin-heads%2F&amp;source=creding&amp;style=compact&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://christopherreding.com/pumpkin-patch-pumpkin-heads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thank You Wordcamp Birmingham</title>
		<link>http://christopherreding.com/thank-you-wordcamp-birmingham/</link>
		<comments>http://christopherreding.com/thank-you-wordcamp-birmingham/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 11:01:22 +0000</pubDate>
		<dc:creator>Christopher Reding</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[flutter]]></category>
		<category><![CDATA[google analyticator]]></category>
		<category><![CDATA[Matt Mullenweg]]></category>
		<category><![CDATA[wcbhm09]]></category>
		<category><![CDATA[wordcampbirmingham]]></category>

		<guid isPermaLink="false">http://christopherreding.com/?p=86</guid>
		<description><![CDATA[Once in a while people come together under a common banner to share, learn, and build new relationships. I came to #wcbhm09 for all of the above, and  must say I did not leave disappointed. In fact, the only negative experience I had was not getting to come to the Sunday sessions due to, bleh, [...]]]></description>
			<content:encoded><![CDATA[<p>Once in a while people come together under a common banner to share, learn, and build new relationships. I came to #wcbhm09 for all of the above, and  must say I did not leave disappointed. In fact, the only negative experience I had was not getting to come to the Sunday sessions due to, bleh, walking pneumonia. Regardless, here are my favorite tidbits of <a href="http://search.twitter.com/search?q=%23wcbhm09" target="_blank">#wcbhm09</a>.</p>
<p><img class="alignleft size-thumbnail wp-image-95" title="Sitting on the floor due to the number of people" src="http://christopherreding.com/wp-content/uploads/2009/09/IMG_0498-150x150.jpg" alt="Sitting on the floor due to the number of people" width="150" height="150" />The first session I attended was “Jumping into WordPress Plugin Programming” led by Dougal Campbell, one of the first to work on the wordpress platform. The room was packed, to the point there were folks sitting on the floor for lack of chairs, nevertheless, the cheerful group listened attentively to Dougal talk about the vast back end/plugin architecture offered to developers. I came to this session with a basic understanding of plugin/dev; I left the session feeling like I had SO much more to learn. Wordpress didn’t just create a robust application, they created a platform that allows developers to make it even more so. Since we were limited on time, Dougal was only able to scratch the surface on the topic, but it was enough of a scratch to pique my interest and push me in the right direction. The next session I attended was Essential SEO and Analytics for WordPress, led by Jeremy Flint.</p>
<p>Flint’s session was divided in two parts, one for SEO tools/plugins to assist the developer in site optimization. The second part was about analytics tools/plugins that make tracing and measuring your site’s success a breeze. I came into the session thinking all I needed to do was add my Google tracking code to the bottom of the page, I mean it can’t get much better than that right? Wrong! Jeremy pointed us to a plugin called <a href="http://wordpress.org/extend/plugins/google-analyticator/" target="_blank">Google Analyticator</a>.</p>
<p style="padding-left: 30px;">Short Description:<br />
 Google Analyticator adds the necessary JavaScript code to enable Google Analytics logging on any WordPress blog. This eliminates the need to edit your template code to begin logging. Google Analyticator also includes several widgets for displaying Analytics data in the admin and on your blog.</p>
<p>As you can see this takes it one step further allowing you to compartmentalize information within the wp-admin. Jeremy also showed us several SEO tips and tricks that I had previously built into the template. It turns out there are tools/plugins out there to handle SEO for you so you can focus on great design. Now it was time for lunch and our first keynote led by, Matt Mullenweg, <a href="http://twitter.com/photomatt" target="_blank">@photomatt</a>.</p>
<p><img class="alignleft size-thumbnail wp-image-96" title="@photomatt gives his keynote" src="http://christopherreding.com/wp-content/uploads/2009/09/IMG_0505-150x150.jpg" alt="@photomatt gives his keynote" width="150" height="150" />Matt as some may know is the man behind wordpress as we know it. Rather than spending his keynote telling us about how wonderful his product is, he actually spent the time speaking to the audience, answering questions, and just being awesome. I was/am so impressed with the keynote approach. While Matt spoke we had Dreamland BBQ, thanks Andre <a href="http://twitter.com/acnatta" target="_blank">@acnatta</a> and the rest of the organizers, the food was wonderful, wait everything was wonderful, okay maybe not the wifi but that is another story. Now for the most informative session I attended, Mitch Canter / <a href="http://twitter.com/studionashvegas">@studionashvegas</a> ‘s session on “Beyond the Blog: Setting up a Full Dynamic site with WordPress”</p>
<p><img class="alignright size-thumbnail wp-image-98" title="Mitch Canter" src="http://christopherreding.com/wp-content/uploads/2009/09/IMG_0507-150x150.jpg" alt="Mitch Canter" width="150" height="150" />Mitch opened my eyes to several tools that make wordpress so much better. One of my favorite tools we discussed was flutter. Mitch was introduced to flutter by <a href="http://twitter.com/tammyhart " target="_blank">@tammyhart </a>another AMAZING theme developer. Flutter takes content creation to a new level by allowing you to enter different sections of content in custom fields. You can then create new page templates within your theme to display the content however you want. Prior you had a typical wysiwyg editor and you had to fit all the formatting in to that box. With flutter a new world of content creation and styling overtakes the placid seas of WP. Mitch also spoke of using wp-query in your page templates which enables you to push several different pages of content onto the same WP page template. This session alone was worth the price of admission.</p>
<p>The rest of the day, or until the final keynote, I spent time networking, meeting  tweeps, and just having some great conversations. I think my favorite part of wcbhm09 was the offline interaction. I am so encouraged by the people I got the chance to meet, the community spirit that made up the conference was phenomenal.</p>
<p>The last keynote was given by <a href="http://twitter.com/mideastyouth">@mideastyouth</a> there is no way I could possibly give her justice merely appending my thoughts to this post, therefore, I’m going to write about what an amazing session it was later on.</p>
<p><img class="size-thumbnail wp-image-99 alignleft" title="Hanging out with @photomatt at the afterparty" src="http://christopherreding.com/wp-content/uploads/2009/09/IMG_0510-150x150.jpg" alt="Hanging out with @photomatt at the afterparty" width="150" height="150" />Saturday night a few of us went to dinner, where we continued in thought provoking conversation. If you don’t know John Garrett then you need to. follow him here: <a href="http://twitter.com/garrett98" target="_blank">@garrett98</a>, <a href="http://twitter.com/reversechurch" target="_blank">@reversechurch</a>, and <a href="http://twitter.com/microfit">@microfit</a>. I need to give a big sh0ut-out to <a href="@microfit" target="_blank">@microfit</a> for covering the cost of <a href="http://twitter.com/mideastyouth" target="_blank">@mideastyouth</a>’s travel, truly an awesome company with a heart of gold. After dinner I met up with some other attendees where to my surprise I got to meet and hangout with <a href="http://twitter.com/photomatt" target="_blank">@photomatt,</a> he is completely down to earth, extremely smart, and a pleasure to spend time with.</p>
<p>Well gotta get to work, more to come&#8230;</p>
<p>Check out the pictures here: <a href="http://bit.ly/6zcal" target="_blank">Flickr Photo Pool</a></p>
<p>The wordcamp site here: <a href="http://wordcampbirmingham.org" target="_blank">http://wordcampbirmingham.org</a></p>
<p>Follow wordcamp here: <a href="http://wordcampbirmingham.org" target="_blank">http://twitter.com/wordcampbham</a></p>
<p>Facebook here: <a href="http://www.facebook.com/wordcampbham" target="_blank">http://www.facebook.com/wordcampbham</a></p>
<p>Slideshare with presentations here: <a href="http://bit.ly/14vykJ" target="_blank">http://bit.ly/14vykJ</a></p>
<p>In closing, to everyone that made #wcbhm09 such a success, thanks, I can&#8217;t wait till next year.</p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fchristopherreding.com%2Fthank-you-wordcamp-birmingham%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fchristopherreding.com%2Fthank-you-wordcamp-birmingham%2F&amp;source=creding&amp;style=compact&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://christopherreding.com/thank-you-wordcamp-birmingham/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
