<?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>Justin Frydman - Web developer/designer from Canada &#187; CMS</title>
	<atom:link href="http://defunctlife.com/category/cms/feed/" rel="self" type="application/rss+xml" />
	<link>http://defunctlife.com</link>
	<description>Web development, design, travel and language learning.</description>
	<lastBuildDate>Wed, 30 Jun 2010 21:11:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to adjust your Concrete5 theme while the edit bar is visible</title>
		<link>http://defunctlife.com/2010/06/concrete5-edit-bar-is-in-the-way-how-to-adjust-your-theme-in-edit-mode/</link>
		<comments>http://defunctlife.com/2010/06/concrete5-edit-bar-is-in-the-way-how-to-adjust-your-theme-in-edit-mode/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 21:04:03 +0000</pubDate>
		<dc:creator>defunct</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[concret5]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://defunctlife.com/?p=172</guid>
		<description><![CDATA[A lot of people have the problem that when you are logged into the Concrete5 backend, the edit bar can move things around in your design. Here is an easy way to add a specific class to your &#60;body&#62; tag so you can adjust positions of anything on the page while the edit bar is [...]]]></description>
			<content:encoded><![CDATA[<p>A lot of people have the problem that when you are logged into the Concrete5 backend, the edit bar can move things around in your design. Here is an easy way to add a specific class to your &lt;body&gt; tag so you can adjust positions of anything on the page while the edit bar is visible.</p>
<p>Replace your body tag in your Concrete5 theme&#8217;s header.php with the following:</p>
<p><strong>&lt;body &lt;?php echo ($cp-&gt;canWrite()) ? &#8216;class=&#8221;c5-edit-mode&#8221;&#8216; : &#8221;; ?&gt; &gt;</strong></p>
<p>When you are logged into the dashboard and viewing pages though the sitemap, your body tag will look like this:</p>
<p><strong>&lt;body class=&#8221;c5-edit-mode&#8221;&gt;</strong></p>
<address></address>
<p>Now you can adjust your CSS, able to single out any classes or IDs.</p>
<p>Here is a section from my stylesheet<strong>:</strong></p>
<p><strong>body {</strong></p>
<p><strong>margin: 0;<br />
padding: 0;<br />
color: #4d4d4d;<br />
font: 12px/13px Arial, Helvetica, sans-serif;<br />
background: #000000 url(images/bg.jpg) top center no-repeat;<br />
}</strong></p>
<p><strong><br />
</strong></p>
<p><strong>/* Move our background down by 48 pixels while the edit bar is visible */<br />
body.c5-edit-mode {<br />
background-position: center 48px;<br />
}</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://defunctlife.com/2010/06/concrete5-edit-bar-is-in-the-way-how-to-adjust-your-theme-in-edit-mode/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Slow Speeds and Speeding up Concrete5 5.4</title>
		<link>http://defunctlife.com/2010/05/slow-speeds-and-speeding-up-concrete5-5-4/</link>
		<comments>http://defunctlife.com/2010/05/slow-speeds-and-speeding-up-concrete5-5-4/#comments</comments>
		<pubDate>Tue, 11 May 2010 14:46:25 +0000</pubDate>
		<dc:creator>defunct</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[browser cache]]></category>
		<category><![CDATA[concrete5]]></category>
		<category><![CDATA[optimization]]></category>

		<guid isPermaLink="false">http://defunctlife.com/?p=140</guid>
		<description><![CDATA[*UPDATE: Read the comments, the server hard drive was dying and that is the reason why files were never being cached. However these methods will still help speed your concrete5 website up.* If you&#8217;re using the new Concrete5 5.4.x package you may have noticed your website has slowed down  from previous versions. After doing some [...]]]></description>
			<content:encoded><![CDATA[<p><strong>*UPDATE: Read the comments, the server hard drive was dying and that is the reason why files were never being cached. However these methods will still help speed your concrete5 website up.*</strong></p>
<p>If you&#8217;re using the new Concrete5 5.4.x package you may have noticed your website has slowed down  from previous versions. After doing some NET tests with <a href="http://getfirebug.com/">Firebug</a> we can see where the bottleneck presents itself.</p>
<div id="attachment_142" class="wp-caption aligncenter" style="width: 310px"><a href="http://defunctlife.com/wp-content/uploads/2010/05/fb_concrete5.jpg"><img class="size-medium wp-image-142 " title="Default Concrete5 5.4 Speeds" src="http://defunctlife.com/wp-content/uploads/2010/05/fb_concrete5-300x73.jpg" alt="Default Concrete5 5.4 Speeds" width="300" height="73" /></a><p class="wp-caption-text">Default Concrete5 5.4 Speeds</p></div>
<p>After examining the chart you can see that loading Concrete5&#8242;s jquery takes up the most time per page, at over 1 second in this case.  Under normal circumstances we could live with this as it will get cached next load, let&#8217;s click on the page again:</p>
<div id="attachment_143" class="wp-caption aligncenter" style="width: 310px"><a href="http://defunctlife.com/wp-content/uploads/2010/05/fb_concrete5_2.jpg"><img class="size-medium wp-image-143 " title="Cached load of Concrete5 5.4" src="http://defunctlife.com/wp-content/uploads/2010/05/fb_concrete5_2-300x25.jpg" alt="Cached load of Concrete5 5.4" width="300" height="25" /></a><p class="wp-caption-text">Cached load of Concrete5 5.4</p></div>
<p>As we can see, <em><strong>ccm.base.css</strong></em><em>, <strong>jquery.js</strong></em><em> </em>and<em> <strong>ccm.base.js</strong></em><em> </em>are being loaded every single time a page load is executed. These files seems to load insanely slow, especially the extra second it takes to load jquery. <a href="http://www.concrete5.org/help/building_with_concrete5/developers/tuning-and-performance/5-easy-ways-to-speed-up-a-concrete5-site/">My theme is currently not editable</a>, which slows down your site even more, causing more CSS files to be loaded every page load. The CSS files being loaded in this example are only needed when you are logged in editing pages and do not need to be loaded on the front-end.</p>
<p>Your tests may very depending your <strong>server setup, location from server and of course your template itself</strong>, but in the end this may be overhead you don&#8217;t need, so let&#8217;s speed up concrete5 page loading.</p>
<p>If you do not need jquery at all you can follow <a href="http://www.concrete5.org/help/building_with_concrete5/developers/tuning-and-performance/5-easy-ways-to-speed-up-a-concrete5-site/">this guide</a> on the Concrete5 website. This will stop jquery and all the non needed CSS files from loading in your front-end giving your website a snappy boost. If you <strong>do need jquery</strong>, I recommend loading it directly from google&#8217;s servers. This can speed up performance significantly and allows for actual file caching.</p>
<p>1. Copy concrete/elements/header_required.php into your local elements/ directory.<br />
2. Open the file and find these lines:</p>
<blockquote><p>$this-&gt;addHeaderItem($html-&gt;css(&#8216;ccm.base.css&#8217;), &#8216;CORE&#8217;);<br />
$this-&gt;addHeaderItem($html-&gt;javascript(&#8216;jquery.js&#8217;), &#8216;CORE&#8217;);<br />
$this-&gt;addHeaderItem($html-&gt;javascript(&#8216;ccm.base.js&#8217;), &#8216;CORE&#8217;);</p></blockquote>
<p>3. Replace them with the following, <a href="http://www.dynamicdrive.com/forums/blog.php?b=11">loading jquery direct from Google&#8217;s servers and not using their API for better performance</a>:</p>
<blockquote><p>if ($u-&gt;isRegistered()) {<br />
$this-&gt;addHeaderItem($html-&gt;css(&#8216;ccm.base.css&#8217;), &#8216;CORE&#8217;);<br />
$this-&gt;addHeaderItem($html-&gt;javascript(&#8216;jquery.js&#8217;), &#8216;CORE&#8217;);<br />
$this-&gt;addHeaderItem($html-&gt;javascript(&#8216;ccm.base.js&#8217;), &#8216;CORE&#8217;);<br />
} else {<br />
echo &#8216;&lt;script type=&#8221;text/javascript&#8221; src=&#8221;http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js&#8221;&gt;&lt;/script&gt;&#8217;;<br />
}</p></blockquote>
<h2>Results of our modifications</h2>
<div id="attachment_146" class="wp-caption aligncenter" style="width: 310px"><a href="http://defunctlife.com/wp-content/uploads/2010/05/fb_concrete5_3.jpg"><img class="size-medium wp-image-146 " title="Non-cached load after Concrete5 modifications" src="http://defunctlife.com/wp-content/uploads/2010/05/fb_concrete5_3-300x67.jpg" alt="Non-cached load after Concrete5 modifications" width="300" height="67" /></a><p class="wp-caption-text">Non-cached load after Concrete5 modifications</p></div>
<p>Already we have taken our page load down a bit from <em>2.68 seconds </em> to <em>2.41 seconds. </em>Compare Concrete5&#8242;s <em>1.16 second </em>jquery loading to Google&#8217;s <em>91 millisecond</em> time. A significant difference. Now let&#8217;s compare a cached page load.</p>
<div id="attachment_149" class="wp-caption aligncenter" style="width: 310px"><a href="http://defunctlife.com/wp-content/uploads/2010/05/fb_concrete5_4.jpg"><img class="size-medium wp-image-149 " title="Cached page load after Concrete5 modifications" src="http://defunctlife.com/wp-content/uploads/2010/05/fb_concrete5_4-300x17.jpg" alt="Cached page load after Concrete5 modifications" width="300" height="17" /></a><p class="wp-caption-text">Cached page load after Concrete5 modifications</p></div>
<p>At last, a full page cache! Compare this from our previous cache test of <em>1.55 seconds </em>to our new <em>619 milliseconds!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://defunctlife.com/2010/05/slow-speeds-and-speeding-up-concrete5-5-4/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Social Icons Block</title>
		<link>http://defunctlife.com/2009/12/social-icons-block/</link>
		<comments>http://defunctlife.com/2009/12/social-icons-block/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 08:53:55 +0000</pubDate>
		<dc:creator>defunct</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[concrete5]]></category>

		<guid isPermaLink="false">http://defunctlife.com/?p=102</guid>
		<description><![CDATA[I&#8217;m pleased to release a simple block called Social Icons. It functions similar to what you see on the left of this page, by entering a URL into the block, the icon and link will appear automatically pre-formated that can be changed with CSS. This block is free! You can download the block on the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m pleased to release a simple block called Social Icons. It functions similar to what you see on the left of this page, by entering a URL into the block, the icon and link will appear automatically pre-formated that can be changed with CSS. This block is free!</p>
<p>You can download the block on the <a href="http://www.concrete5.org/marketplace/addons/social-icons/">Concrete5 Marketplace</a>.</p>
<p>The icons are created by <a href="http://www.komodomedia.com/blog/2008/12/social-media-mini-iconpack/">Rogie</a> and be used free of charge on non-commercial websites.</p>
<p>Enjoy!</p>

<a href='http://defunctlife.com/2009/12/social-icons-block/social1/' title='Social Icons Block'><img width="150" height="150" src="http://defunctlife.com/wp-content/uploads/2009/12/social1-150x150.png" class="attachment-thumbnail" alt="Social Icons Block - Edit Mode" title="Social Icons Block" /></a>
<a href='http://defunctlife.com/2009/12/social-icons-block/social2/' title='Social Icons Block'><img width="150" height="150" src="http://defunctlife.com/wp-content/uploads/2009/12/social2-150x150.png" class="attachment-thumbnail" alt="Social Icons Block - Frontend" title="Social Icons Block" /></a>

<p><a title="Defunct Social Icons" href="http://www.concrete5.org/marketplace/addons/social-icons/"><br />
Download Social Icons</a> 1.0</p>
]]></content:encoded>
			<wfw:commentRss>http://defunctlife.com/2009/12/social-icons-block/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Featured member on the concrete5 community!</title>
		<link>http://defunctlife.com/2009/10/featured-member-on-the-concrete5-community/</link>
		<comments>http://defunctlife.com/2009/10/featured-member-on-the-concrete5-community/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 17:26:07 +0000</pubDate>
		<dc:creator>defunct</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://defunctlife.com/?p=100</guid>
		<description><![CDATA[I&#8217;m please to announce I have been selected as a featured member on the concrete5 community page. Concrete5 certainly has changed the way I build websites and applications and I am proud to be apart of such a great open source community! If you haven&#8217;t joined the forums yet, now is a good time.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m please to announce I have been selected as a featured member on the <a title="Concrete5 Community" href="http://www.concrete5.org/community/" target="_self">concrete5 community page</a>. Concrete5 certainly has changed the way I build websites and applications and I am proud to be apart of such a great open source community! If you haven&#8217;t joined the forums yet, now is a good time.</p>
]]></content:encoded>
			<wfw:commentRss>http://defunctlife.com/2009/10/featured-member-on-the-concrete5-community/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to disable Concrete5 site statistics</title>
		<link>http://defunctlife.com/2009/08/how-to-disable-concrete5-site-statistics/</link>
		<comments>http://defunctlife.com/2009/08/how-to-disable-concrete5-site-statistics/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 21:31:08 +0000</pubDate>
		<dc:creator>defunct</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://defunctlife.com/?p=95</guid>
		<description><![CDATA[Concrete5 has built in site statistics tracking but it&#8217;s very simple and records every hit, not checking if the user is unique. This can create some very large database tables and possibly slow down your website. Although the graph will remain in the dashboard, the site will no longer track all the visits. Open up [...]]]></description>
			<content:encoded><![CDATA[<p>Concrete5 has built in site statistics tracking but it&#8217;s very simple and records every hit, not checking if the user is unique. This can create some very large database tables and possibly slow down your website. Although the graph will remain in the dashboard, the site will no longer track all the visits.</p>
<p>Open up config/site.php and add the following lines:</p>
<pre>// turn off site tracking
define('STATISTICS_TRACK_PAGE_VIEWS', false);</pre>
</p>
<p>As well, load up your favorite database manager, like phpMyAdmin and find the table <em>PageStatistics </em>and empty the contents to clean up past tracking data.</p>
]]></content:encoded>
			<wfw:commentRss>http://defunctlife.com/2009/08/how-to-disable-concrete5-site-statistics/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Injecting header items into a block</title>
		<link>http://defunctlife.com/2009/08/injecting-header-items-into-a-block/</link>
		<comments>http://defunctlife.com/2009/08/injecting-header-items-into-a-block/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 21:16:52 +0000</pubDate>
		<dc:creator>defunct</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://defunctlife.com/?p=88</guid>
		<description><![CDATA[Many times you need to inject includes of javascript or css into the header instead of writing the include path into add.php or edit.php. This is a much cleaner solution and can be accomplished in the blocks controller.php. In this example I include both swfobject and jquery&#8217;s colorpicker libraries as well as the jquery colorpicker [...]]]></description>
			<content:encoded><![CDATA[<p>Many times you need to inject includes of javascript or css into the header instead of writing the include path into add.php or edit.php. This is a much cleaner solution and can be accomplished in the blocks controller.php. In this example I include both swfobject and jquery&#8217;s colorpicker libraries as well as the jquery colorpicker Concrete5 css file:</p>
<pre>        /*
         * include swfobject and colorpicker in the header
         */
        public function on_page_view() {
                $html = Loader::helper('html');
                $this-&gt;addHeaderItem($html-&gt;javascript('swfobject.js'));
                $this-&gt;addHeaderItem($html-&gt;javascript('jquery.colorpicker.js'));
                $this-&gt;addHeaderItem($html-&gt;css('ccm.colorpicker.css'));
        }</pre>
</p>
<p>Using the <em>on_page_view()</em> function easily accomplishes this.</p>
]]></content:encoded>
			<wfw:commentRss>http://defunctlife.com/2009/08/injecting-header-items-into-a-block/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing the Concrete5 title divider format</title>
		<link>http://defunctlife.com/2009/08/changing-the-concrete5-title-divider-format/</link>
		<comments>http://defunctlife.com/2009/08/changing-the-concrete5-title-divider-format/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 21:11:44 +0000</pubDate>
		<dc:creator>defunct</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[concrete5]]></category>
		<category><![CDATA[page title]]></category>

		<guid isPermaLink="false">http://defunctlife.com/?p=81</guid>
		<description><![CDATA[Many people do not like the default spacer that Concrete5 uses for its page titles which is &#8220;::&#8221; To change this, open config/site.php and add the following code: define(&#8216;PAGE_TITLE_FORMAT&#8217;, &#8216;%1$s &#8211; %2$s&#8217;); You may adjust the &#8220;-&#8221; character in the above code to any that you wish and that will become your new page title [...]]]></description>
			<content:encoded><![CDATA[<p>Many people do not like the default spacer that Concrete5 uses for its page titles which is &#8220;::&#8221;</p>
<p>To change this, open config/site.php and add the following code:</p>
<blockquote><p>define(&#8216;PAGE_TITLE_FORMAT&#8217;, &#8216;%1$s &#8211; %2$s&#8217;);</p></blockquote>
<p>You may adjust the &#8220;-&#8221; character in the above code to any that you wish and that will become your new page title divider.</p>
]]></content:encoded>
			<wfw:commentRss>http://defunctlife.com/2009/08/changing-the-concrete5-title-divider-format/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Introducing The Concrete5 Testimonials Package</title>
		<link>http://defunctlife.com/2009/07/introducing-the-concrete5-testimonials-package/</link>
		<comments>http://defunctlife.com/2009/07/introducing-the-concrete5-testimonials-package/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 20:48:45 +0000</pubDate>
		<dc:creator>defunct</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[concrete5]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[releases]]></category>

		<guid isPermaLink="false">http://defunctlife.com/?p=35</guid>
		<description><![CDATA[*Edit*: Just submitted version 1.2 to the Concrete5 Marketplace. This version now includes a wysiwyg editor, so you can now style your text, add images and customize the testimonial as much as you like. It also includes a new optional content textbox to add additional information below the testimonial. View the updated screenshots below! *Edit*: [...]]]></description>
			<content:encoded><![CDATA[<p><strong>*Edit*: </strong>Just submitted version 1.2 to the Concrete5 Marketplace. This version now includes a wysiwyg editor, so you can now style your text, add images and customize the testimonial as much as you like.</p>
<p>It also includes a new optional content textbox to add additional information below the testimonial. View the updated screenshots below!</p>
<p><strong>*Edit*: </strong>The Concrete5 Marketplace has finally approved my submission. You can now purchase and install the <a href="http://www.concrete5.org/marketplace/addons/defunct_testimonials/">Concrete5 Testimonials Package</a> direct through your concrete5 install. I will be releasing an unlimited developers license that will be available here soon.</p>
<p>The Testimonials Package is a full featured Concrete5 Package.</p>
<h2>Features</h2>
<ul>
<li>Manage Testimonials from an integrated Concrete5 backend</li>
<li>Includes a Testimonials single_page where all testimonials are shown. This page is configurable in the backend as to how many testimonials per page you wish to display. Pagination automatically kicks in</li>
<li>Testimonials Block can be placed in any editable area and will load a random testimonial on page load.</li>
<li>Clear, clean and valid XHTML/CSS for easy customization by developers (single_page and block views)</li>
</ul>
<h2>Screenshots</h2>
<div id="attachment_74" class="wp-caption alignnone" style="width: 310px"><a href="http://defunctlife.com/wp-content/uploads/2009/07/add.png"><img class="size-medium wp-image-74" title="add" src="http://defunctlife.com/wp-content/uploads/2009/07/add-300x227.png" alt="Add Testimonial" width="300" height="227" /></a><p class="wp-caption-text">Add Testimonial</p></div>
<div id="attachment_32" class="wp-caption alignnone" style="width: 310px"><a href="http://defunctlife.com/wp-content/uploads/2009/07/manage1.png"><img class="size-medium wp-image-68" title="manage" src="http://defunctlife.com/wp-content/uploads/2009/07/manage1-300x227.png" alt="manage" width="300" height="227" /></a><p class="wp-caption-text">Manage your testimonials</p></div>
<div id="attachment_34" class="wp-caption alignnone" style="width: 310px"><a href="http://defunctlife.com/wp-content/uploads/2009/07/single_page1.png"><img class="size-medium wp-image-70" title="single_page" src="http://defunctlife.com/wp-content/uploads/2009/07/single_page1-300x227.png" alt="single_page" width="300" height="227" /></a><p class="wp-caption-text">Single_page view of testimonials with pagination</p></div>
<div id="attachment_30" class="wp-caption alignnone" style="width: 310px"><a href="http://defunctlife.com/wp-content/uploads/2009/07/block1.png"><img class="size-medium wp-image-66" title="block" src="http://defunctlife.com/wp-content/uploads/2009/07/block1-300x227.png" alt="block" width="300" height="227" /></a><p class="wp-caption-text">Adding the testimonails block</p></div>
<div id="attachment_31" class="wp-caption alignnone" style="width: 310px"><a href="http://defunctlife.com/wp-content/uploads/2009/07/docs1.png"><img class="size-medium wp-image-67" title="docs" src="http://defunctlife.com/wp-content/uploads/2009/07/docs1-300x227.png" alt="docs" width="300" height="227" /></a><p class="wp-caption-text">Testimonial Documentation</p></div>
]]></content:encoded>
			<wfw:commentRss>http://defunctlife.com/2009/07/introducing-the-concrete5-testimonials-package/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Welcome!</title>
		<link>http://defunctlife.com/2009/06/welcome/</link>
		<comments>http://defunctlife.com/2009/06/welcome/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 23:17:03 +0000</pubDate>
		<dc:creator>defunct</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[first post]]></category>
		<category><![CDATA[hello]]></category>

		<guid isPermaLink="false">http://defunctlife.com/?p=1</guid>
		<description><![CDATA[Hello, I&#8217;d like to welcome you to this, my first blog post. I will have some articles up soon mostly focusing on Concrete5, an amazing CMS I have been using recently. This blog will feature articles on web design, web development, backpacking and even some posts regarding learning the German language (Deutsche Sprache, schwere Sprache!). [...]]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>I&#8217;d like to welcome you to this, my first blog post. I will have some articles up soon mostly focusing on <a href="http://www.concrete5.org">Concrete5</a>, an amazing CMS I have been using recently.</p>
<p>This blog will feature articles on web design, web development, backpacking and even some posts regarding learning the German language (<em>Deutsche Sprache, schwere Sprache!</em>).</p>
<p>So stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://defunctlife.com/2009/06/welcome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
