<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Justin Frydman - Web developer/designer from Canada</title>
	
	<link>http://defunctlife.com</link>
	<description>Web development, design, travel and language learning.</description>
	<lastBuildDate>Mon, 14 Feb 2011 22:16:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/defunctlife" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="defunctlife" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><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><code><strong>&lt;body &lt;?php global $cp; echo ($cp-&gt;canWrite()) ? 'class="c5-edit-mode"' : ''; ?&gt; &gt;</strong></code></p>
<p>When you are logged into the dashboard and viewing pages though the sitemap, your body tag will look like this:</p>
<p><code><strong>&lt;body class="c5-edit-mode"&gt;</strong></code></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>8</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> &#8211;  (cut and paste from <a href="http://pastie.org/1437404">here</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>17</slash:comments>
		</item>
		<item>
		<title>Concert Catalog Splash Page Launched</title>
		<link>http://defunctlife.com/2010/03/concert-catalog-splash-page-launched/</link>
		<comments>http://defunctlife.com/2010/03/concert-catalog-splash-page-launched/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 11:25:25 +0000</pubDate>
		<dc:creator>defunct</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[concert catalog]]></category>
		<category><![CDATA[freelance]]></category>
		<category><![CDATA[iphone app]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://defunctlife.com/?p=131</guid>
		<description><![CDATA[A little while back I provided the design for Concert Catalog, an iPhone application that provides concert listings in your city. We just launched the splash page with a basic explanation and a download link, so get going eh! It&#8217;s free to download. The page ironically uses CU3ER (as one user on Twitter pointed out), [...]]]></description>
				<content:encoded><![CDATA[<p>A little while back I provided the design for <a href="http://www.concertcatalog.com">Concert Catalog</a>, an iPhone application that provides concert listings in your city. We just launched the splash page with a basic explanation and a download link, so get going eh! <a href="http://www.concertcatalog.com">It&#8217;s free to download</a>.</p>
<p>The page ironically uses <a href="http://www.progressivered.com/cu3er/">CU3ER</a> (<a href="http://bit.ly/a3ZvoR">as one user on Twitter pointed out</a>), a flash slideshow technology for a device that doesn&#8217;t support flash. While this page was meant for mostly desktop users, the slideshow does default to the initial screenshot for users without flash installed. For those with flash capability, they get an extra treat, but the page degrades nicely.</p>
<p>Disclaimer: I am in no way affiliated with Concert Catalog, I just did the design and XHTML for Ryan, the guy behind it all.</p>
]]></content:encoded>
			<wfw:commentRss>http://defunctlife.com/2010/03/concert-catalog-splash-page-launched/feed/</wfw:commentRss>
		<slash:comments>0</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" /></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" /></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>2</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>5</slash:comments>
		</item>
		<item>
		<title>Updated Concrete5 Testimonials Package Released</title>
		<link>http://defunctlife.com/2009/08/updated-concrete5-testimonials-package-released/</link>
		<comments>http://defunctlife.com/2009/08/updated-concrete5-testimonials-package-released/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 22:24:32 +0000</pubDate>
		<dc:creator>defunct</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://defunctlife.com/?p=79</guid>
		<description><![CDATA[There is an updated version of my Concrete5 Testimonials Package now available on the Concrete5 Marketplace. New Features Include: Now includes a WYSIWYG editor in the backend. Testimonials can now include images, formatted text and more. Includes an optional content field which displays below the testimonial so you can add additional information like Website, Country, [...]]]></description>
				<content:encoded><![CDATA[<p>There is an updated version of my <a href="http://defunctlife.com/2009/07/introducing-the-concrete5-testimonials-package/">Concrete5 Testimonials Package</a> now available on the <a href="http://www.concrete5.org/marketplace/addons/defunct_testimonials/">Concrete5 Marketplace</a>.</p>
<h3>New Features Include:</h3>
<ul>
<li>Now includes a WYSIWYG editor in the backend.</li>
<li>Testimonials can now include images, formatted text and more.</li>
<li>Includes an optional content field which displays below the testimonial so you can add additional information like Website, Country, or anything you need!</li>
</ul>
<p>The screenshots have been updated on <a href="http://defunctlife.com/2009/07/introducing-the-concrete5-testimonials-package/">Testimonials page</a>, so have a look!</p>
]]></content:encoded>
			<wfw:commentRss>http://defunctlife.com/2009/08/updated-concrete5-testimonials-package-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Concrete5 Testimonials Unlimited Developers License</title>
		<link>http://defunctlife.com/2009/07/concrete5-testimonials-unlimited-developers-license/</link>
		<comments>http://defunctlife.com/2009/07/concrete5-testimonials-unlimited-developers-license/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 00:19:39 +0000</pubDate>
		<dc:creator>defunct</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://defunctlife.com/?p=63</guid>
		<description><![CDATA[I&#8217;m happy to announce the release of a developer licensed version of my Concrete5 Testimonials package. This means it&#8217;s a one time fee of $125.00 USD and you can use it on as many websites as you wish, meaning you never have to buy another Concrete5 Testimonials license again. If you or your firm have [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m happy to announce the release of a developer licensed version of my <a href="/2009/07/introducing-the-concrete5-testimonials-package/">Concrete5 Testimonials package</a>. This means it&#8217;s a one time fee of $125.00 USD and you can use it on as many websites as you wish, <strong>meaning you never have to buy another Concrete5 Testimonials license again.</strong> If you or your firm have a lot of clients this will save you a lot of money.</p>
<p>You can pick it up below and you will receive an unlimited licensed version in your email within 24 hours.</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick"><br />
<input type="hidden" name="hosted_button_id" value="7412493"><br />
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"><br />
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"><br />
</form>
]]></content:encoded>
			<wfw:commentRss>http://defunctlife.com/2009/07/concrete5-testimonials-unlimited-developers-license/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss><!-- Dynamic page generated in 0.223 seconds. --><!-- Cached page generated by WP-Super-Cache on 2013-05-19 04:47:08 -->
