<?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; Web Development</title>
	<atom:link href="http://defunctlife.com/tag/web-development/feed/" rel="self" type="application/rss+xml" />
	<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</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</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><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>7</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>
	</channel>
</rss>

