<?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>Dayle Rees</title>
	<atom:link href="http://daylerees.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://daylerees.com</link>
	<description>Tools, Frameworks, Snippets, and other time saving goodies…</description>
	<lastBuildDate>Wed, 07 Dec 2011 17:10:35 +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>New CodeIgniter Library: Layout</title>
		<link>http://daylerees.com/2011/12/07/new-codeigniter-library-layout/</link>
		<comments>http://daylerees.com/2011/12/07/new-codeigniter-library-layout/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 17:01:02 +0000</pubDate>
		<dc:creator>Dayle</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://daylerees.com/?p=51</guid>
		<description><![CDATA[After finally deciding to turn my method of nesting layouts into a CodeIgniter library, I am proud to release version 0.9 (beta) of &#8216;Layout&#8217;. Layout allows you to define your hierarchical layout structures within PHP arrays, to display complex HTML layouts. You can also bind data (just like with CI views) and attach assets to [...]]]></description>
			<content:encoded><![CDATA[<p>After finally deciding to turn my method of nesting layouts into a CodeIgniter library, I am proud to release version 0.9 (beta) of &#8216;Layout&#8217;.</p>
<p>Layout allows you to define your hierarchical layout structures within PHP arrays, to display complex HTML layouts. You can also bind data (just like with CI views) and attach assets to each view.</p>
<p>Full documentation, including a download link can be found at:</p>
<p><a title="CodeIgniter Layout Library" href="http://daylerees.com/layout">http://daylerees.com/layout</a></p>
<p>and the source for the library can be found on <a title="Layout on CodeIgniter" href="https://github.com/daylerees/layout">Github</a>, please feel free to contribute changes.</p>
<p>Let me know if the Library is of any use to you!</p>
]]></content:encoded>
			<wfw:commentRss>http://daylerees.com/2011/12/07/new-codeigniter-library-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meetings</title>
		<link>http://daylerees.com/2011/10/05/meetings/</link>
		<comments>http://daylerees.com/2011/10/05/meetings/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 12:01:49 +0000</pubDate>
		<dc:creator>Dayle</dc:creator>
				<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://daylerees.com/?p=45</guid>
		<description><![CDATA[I&#8217;m not a huge fan of meetings, they seem to be a mostly social event, and I am after all very nerdy. The main issue with them is the way they are approached, normally meetings start with a list of topics, vaguely related to the main issue at hand, which are then discussed in order. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not a huge fan of meetings, they seem to be a mostly social event, and I am after all very nerdy.</p>
<p>The main issue with them is the way they are approached, normally meetings start with a list of topics, vaguely related to the main issue at hand, which are then discussed in order. This seems to be a competitive sport for those who like to give their opinions on the topics, but don&#8217;t provide anything useful. Meetings end having had a great chat, but nothing has been learned, nothing will be improved.</p>
<p>This is why I would prefer to approach meetings with problems, rather than topics.</p>
<p>How can we fix xxxx? How can we improve the speed of xxxx?</p>
<p>Don&#8217;t discuss current methods, anyone involved should know those already, and if they don&#8217;t, then they don&#8217;t need to. Instead talk about the problems directly, and preferably the solutions to these problems.</p>
<p>The morale of my little story is, if you want to chat about something, go to the pub. I would rather be coding to solve problems, than chatting about what we already know about!</p>
]]></content:encoded>
			<wfw:commentRss>http://daylerees.com/2011/10/05/meetings/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>New Theme</title>
		<link>http://daylerees.com/2011/09/07/new-theme/</link>
		<comments>http://daylerees.com/2011/09/07/new-theme/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 20:57:49 +0000</pubDate>
		<dc:creator>Dayle</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://daylerees.com/?p=41</guid>
		<description><![CDATA[I have thrown together a darker, bluer, and completely oranger theme over the last couple of days. Although it&#8217;s not complete yet, you should find it in working order, you may find features being added as time passes. For those interested, and quite frankly too nerdy, here are the details on the construction of the [...]]]></description>
			<content:encoded><![CDATA[<p>I have thrown together a darker, bluer, and completely oranger theme over the last couple of days. Although it&#8217;s not complete yet, you should find it in working order, you may find features being added as time passes.</p>
<p>For those interested, and quite frankly too nerdy, here are the details on the construction of the new theme.</p>
<p>The site has been written using <a title="HTML5" href="http://dev.w3.org/html5/spec/Overview.html" target="_blank">HTML5</a>, built on top of the <a title="HTML5 Boilerplate Project" href="https://github.com/paulirish/html5-boilerplate" target="_blank">HTML5 Boilerplate by Paul Irish &amp; Contributors</a>. The boilerplate allows me to use the new standards&#8217; additional features, including improved semantic markup, without sacrificing older browsers. The site is also using a lot of CSS3 to render subtle animations and some shading where needed.</p>
<p>The CSS has been written in LESS format, and compiled on the fly using the fantastic <a title="LESS.js" href="http://lesscss.org" target="_blank">LESS.js</a>. CSS3 media queries allow for the site to be responsive, providing an equal reading experience for smaller screened devices. Don&#8217;t believe me? Try it! Resize your browser down to what you would imagine a mobile phones browser size would be.</p>
<p>The <a title="Semantic Grid System" href="http://semantic.gs" target="_blank">semantic.gs</a> project has allowed me to align content in a consistent readable format, without compromising the clarity of the source code. The semantic grid works hand in hand with LESS.js to allow for column sizes and nesting to be specified in the CSS, without the need for adding extra classes to the HTML elements that make up the page.</p>
<p>The font used on the page is &#8216;Proxima Nova&#8217; provided by <a title="TypeKit Fonts" href="http://typekit.com/" target="_blank">TypeKit</a>.</p>
<p>Of course everything else has been powered by the happy hackers at WordPress.</p>
<p>Hope you like it!</p>
]]></content:encoded>
			<wfw:commentRss>http://daylerees.com/2011/09/07/new-theme/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

