<?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>digitalnature &#187; Projects</title>
	<atom:link href="https://digitalnature.eu/blog/category/projects/feed/" rel="self" type="application/rss+xml" />
	<link>https://digitalnature.eu</link>
	<description>Rise Above the Ordinary</description>
	<lastBuildDate>Fri, 11 Sep 2015 15:02:35 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>Practical uses of PHP&#8217;s Reflection API</title>
		<link>https://digitalnature.eu/blog/2012/12/30/practical-uses-of-phps-reflection-api/</link>
		<comments>https://digitalnature.eu/blog/2012/12/30/practical-uses-of-phps-reflection-api/#comments</comments>
		<pubDate>Sun, 30 Dec 2012 13:45:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[print_r]]></category>
		<category><![CDATA[reflection]]></category>
		<category><![CDATA[var_dump]]></category>
		<category><![CDATA[var_export]]></category>

		<guid isPermaLink="false">http://digitalnature.eu/?p=5969</guid>
		<description><![CDATA[While I&#8217;ve been working on my CM framework, I came to realize how useful PHP&#8217;s Reflection actually is during development.
So I wrote two examples: php-highlight, which displays caller source in my custom exception handler, and php-ref, which prints detailed and nicely formatted information about a  [...]]]></description>
			<content:encoded><![CDATA[<p>While I&#8217;ve been working on my CM framework, I came to realize how useful PHP&#8217;s <a href="http://php.net/manual/en/book.reflection.php">Reflection</a> actually is during development.</p>
<p>So I wrote two examples: <a href="https://github.com/digitalnature/php-highlight" rel="external">php-highlight</a>, which displays caller source in my custom exception handler, and <a href="https://github.com/digitalnature/php-ref" rel="external">php-ref</a>, which prints detailed and nicely formatted information about a variable, for example:</p>
<p><a href="http://digitalnature.eu/wp-content/uploads/2012/12/2.png"><img class="alignleft size-full wp-image-5973" title="2" src="http://digitalnature.eu/wp-content/uploads/2012/12/2.png" alt="" width="690" height="867" /></a></p>
<p>If you&#8217;re a plugin developer (for any PHP app), these would save you some development time, which you normally use to google around documentation for a function or class <img src='https://digitalnature.eu/wp-content/themes/digitalnature/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>https://digitalnature.eu/blog/2012/12/30/practical-uses-of-phps-reflection-api/feed/</wfw:commentRss>
		<slash:comments>240</slash:comments>
		</item>
		<item>
		<title>Atom</title>
		<link>https://digitalnature.eu/blog/2010/10/18/atom-test/</link>
		<comments>https://digitalnature.eu/blog/2010/10/18/atom-test/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 00:22:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[atom]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://digitalnature.ro/?p=382</guid>
		<description><![CDATA[ATOM serves as the base framework for future WordPress themes I&#8217;ll be designing. Some features/Highlights of the core:


A very extensible code base
Context-aware layout selection
Extensive support for child themes (auto-creation, better template routing)
Advanced theme settings panel with live  [...]]]></description>
			<content:encoded><![CDATA[<p>ATOM serves as the base framework for future WordPress themes I&#8217;ll be designing. Some features/Highlights of the core:</p>
<ul>
<ul>
<li>A very extensible code base</li>
<li>Context-aware layout selection</li>
<li>Extensive support for child themes (auto-creation, better template routing)</li>
<li>Advanced theme settings panel with live preview for design-related tweaks</li>
<li>Improved WordPress widgets:
<ul>
<li>Archives with CPT support</li>
<li>Blog list (multi-site only) with ajax support</li>
<li>Calendar with ajax and CPT support</li>
<li>Links (replaces &#8220;blogroll&#8221;)</li>
<li>Menu (replaces &#8220;custom menu), allows you to create expand/collapse lists</li>
<li>Login form with ajax support</li>
<li>Pages</li>
<li>Posts, with ajax, CPT and templating support</li>
<li>Recent Comments, with ajax and templating support</li>
<li>Splitter, a helper widget that&#8217;s able to group other widgets in columns</li>
<li>Tabs, helper widget that groups arbitrary widgets in tabs, extremely flexible</li>
<li>A more customizable Tag Cloud widget</li>
<li>Terms (replaces &#8220;categories&#8221;), with support for custom taxonomies and templating</li>
<li>Text widget with the ability to edit in visual mode</li>
<li>Top Commenters with templating support</li>
<li>Twitter feed</li>
<li>Users, with ajax and templating support</li>
</ul>
</li>
<li>Relevant shortcodes, most important:
<ul>
<li>[<strong>widget</strong>] &#8211; drop arbitrary widgets anywhere</li>
<li>[<strong>query</strong>] &#8211; custom queries with templating support within the editor</li>
</ul>
</li>
<li>Modules that can further extend functionality: Featured Gallery, Ad management</li>
<li>Many more features <img src='https://digitalnature.eu/wp-content/themes/digitalnature/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
</ul>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>https://digitalnature.eu/blog/2010/10/18/atom-test/feed/</wfw:commentRss>
		<slash:comments>1042</slash:comments>
		</item>
		<item>
		<title>Mystique (old page)</title>
		<link>https://digitalnature.eu/blog/2009/09/17/mystique/</link>
		<comments>https://digitalnature.eu/blog/2009/09/17/mystique/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 23:47:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[mystique]]></category>
		<category><![CDATA[premium]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://digitalnature.ro/?p=185</guid>
		<description><![CDATA[This is the old page for the Mystique project. The new one is here.
Mystique is a free WordPress theme that attempts to top commercial templates in terms of design and functionality. Some of its features include 4 theme widgets, page templates for different layout styles and a advanced interface  [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #ff0000;">This is the old page for the Mystique project. The new one is <a title="Mystique" href="http://digitalnature.eu/themes/mystique">here</a>.</span></p>
<p>Mystique is a free WordPress theme that attempts to top commercial templates in terms of design and functionality. Some of its features include 4 theme widgets, page templates for different layout styles and a advanced interface for the theme settings&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>https://digitalnature.eu/blog/2009/09/17/mystique/feed/</wfw:commentRss>
		<slash:comments>7677</slash:comments>
		</item>
		<item>
		<title>Arclite (old page)</title>
		<link>https://digitalnature.eu/blog/2009/04/29/arclite/</link>
		<comments>https://digitalnature.eu/blog/2009/04/29/arclite/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 22:59:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[arclite]]></category>
		<category><![CDATA[light]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://digitalnature.ro/?p=101</guid>
		<description><![CDATA[This is the old page for the Arclite theme. The new page is here.
Another clean/light style theme. Some of its features include the ability to switch between the normal image-based design to a entirely CSS based one (without images), a few background/color variations, fluid layout, optional 3rd  [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #ff0000;">This is the old page for the Arclite theme. The new page is <a href="http://digitalnature.eu/themes/arclite/">here.</a></span></p>
<p>Another clean/light style theme. Some of its features include the ability to switch between the normal image-based design to a entirely CSS based one (without images), a few background/color variations, fluid layout, optional 3rd column and many more&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>https://digitalnature.eu/blog/2009/04/29/arclite/feed/</wfw:commentRss>
		<slash:comments>1411</slash:comments>
		</item>
		<item>
		<title>420AM</title>
		<link>https://digitalnature.eu/blog/2009/04/07/420am/</link>
		<comments>https://digitalnature.eu/blog/2009/04/07/420am/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 15:16:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[420am]]></category>
		<category><![CDATA[grunge]]></category>
		<category><![CDATA[wood]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://digitalnature.ro/?p=92</guid>
		<description><![CDATA[A dark WordPress theme with a rustic look, grunge style. Still under development
Support this project
   
]]></description>
			<content:encoded><![CDATA[<p>A dark WordPress theme with a rustic look, grunge style. Still under development</p>
<p><em>Support this project</em></p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="cmd" value="_s-xclick" /> <input type="hidden" name="hosted_button_id" value="4605915" /> <input type="image" name="submit" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" alt="Donate" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" alt="" width="1" height="1" border="0" /></form>
]]></content:encoded>
			<wfw:commentRss>https://digitalnature.eu/blog/2009/04/07/420am/feed/</wfw:commentRss>
		<slash:comments>112</slash:comments>
		</item>
		<item>
		<title>Fusion</title>
		<link>https://digitalnature.eu/blog/2008/12/21/fusion/</link>
		<comments>https://digitalnature.eu/blog/2008/12/21/fusion/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 02:20:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[fusion]]></category>
		<category><![CDATA[pligg]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://digitalnature.ro/play/?p=16</guid>
		<description><![CDATA[A free CSS template with 2 or 3 columns (right sidebar), and fixed or fluid width. Currently the WordPress and Pligg themes are available, but I&#8217;m also planning to port this to Drupal when I find the time.
Support this project
   
]]></description>
			<content:encoded><![CDATA[<p>A free CSS template with 2 or 3 columns (right sidebar), and fixed or fluid width. Currently the WordPress and Pligg themes are available, but I&#8217;m also planning to port this to Drupal when I find the time.</p>
<p><em>Support this project</em></p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="cmd" value="_s-xclick" /> <input type="hidden" name="hosted_button_id" value="4605915" /> <input type="image" name="submit" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" alt="Donate" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" alt="" width="1" height="1" border="0" /></form>
]]></content:encoded>
			<wfw:commentRss>https://digitalnature.eu/blog/2008/12/21/fusion/feed/</wfw:commentRss>
		<slash:comments>2046</slash:comments>
		</item>
	</channel>
</rss>
