<?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>Architecture &#38; Web Art &#187; WORDPRESS</title>
	<atom:link href="http://www.archtopia.com/category/wordpress-themes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.archtopia.com</link>
	<description>Utopic Architecture and Web Design</description>
	<lastBuildDate>Wed, 01 Feb 2012 11:29:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>WordPress Internal Server Error 500 with 1and1 WebHosting</title>
		<link>http://www.archtopia.com/2010/01/30/wordpress-internal-server-error-500-with-1and1-webhosting/</link>
		<comments>http://www.archtopia.com/2010/01/30/wordpress-internal-server-error-500-with-1and1-webhosting/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 10:30:36 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[WORDPRESS]]></category>
		<category><![CDATA[1and1]]></category>
		<category><![CDATA[error 500]]></category>
		<category><![CDATA[server error]]></category>
		<category><![CDATA[wordpress internal server error 500]]></category>

		<guid isPermaLink="false">http://archtopia.com/?p=2514</guid>
		<description><![CDATA[Problem: After updating the blog to WP 2.9 everything was running smooth. But when opening some of the plugin setting pages the server responded with a “500 Internal Server Error” – especially when using plugins like “XML Sitemap Generator for WordPress” . After a while I found out I can&#8217;t even login to my admin [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Problem: </strong>After updating the blog to WP 2.9 everything was running smooth. But when opening some of the plugin setting pages the server responded with a “500 Internal Server Error” – especially when using plugins like “XML Sitemap Generator for WordPress” . After a while I found out I can&#8217;t even login to my admin panel.</p>
<p><strong>Diagnosis: </strong>PHP is running out of memory.</p>
<p><strong>Solution:</strong> If you are running your own root, dedicated or virtual server this is an easy bugfix: You just have to change the php.ini of your server and provide more memory to your PHP installation. On a shared hosting server – like at the webhosting solutions at<strong> 1and1</strong> you often don’t have access to that central php.ini. But there is an easy workaround:</p>
<p>Create a text file and name it “php.ini” (without the quotes) and with a single line of code in it:</p>
<div>
<table border="0">
<tbody>
<tr id="p2521">
<td id="p252code1">
<pre style="font-family: monospace;">memory<span style="color: #339933;">=</span>20MB</pre>
</td>
</tr>
</tbody>
</table>
</div>
<p>This file has to be placed into the directory /wp-admin/ within your WordPress installation.</p>
<p>That’s it!</p>
<p>Thanks <a target="_blank" href="http://www.codedifferent.com/2009/01/12/solution-for-500-internal-server-error-after-upgrading-to-wordpress-27-at-1and1-server/" target="_blank">Christian</a> this saved one of my blogs.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.archtopia.com/2009/09/05/how-to-easily-manually-upgrade-wordpress/" rel="bookmark" class="crp_title">How to easily manually upgrade WordPress</a></li><li><a href="http://www.archtopia.com/2010/03/23/grosse8-lichtfront-augmented-sculpture/" rel="bookmark" class="crp_title">Grosse8 &#038; Lichtfront | Augmented Sculpture</a></li><li><a href="http://www.archtopia.com/2010/08/23/gerg-kaufman-multi-touch-light-table/" rel="bookmark" class="crp_title">Gerg Kaufman | Multi Touch Light Table</a></li><li><a href="http://www.archtopia.com/2009/07/27/15-amazing-wordpress-theme-frameworks/" rel="bookmark" class="crp_title">15+ Amazing WordPress Theme Frameworks</a></li><li><a href="http://www.archtopia.com/2011/03/09/book-sculpting-by-brian-dettmer/" rel="bookmark" class="crp_title">Book Sculpting by Brian Dettmer</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.archtopia.com/2010/01/30/wordpress-internal-server-error-500-with-1and1-webhosting/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>How to easily manually upgrade WordPress</title>
		<link>http://www.archtopia.com/2009/09/05/how-to-easily-manually-upgrade-wordpress/</link>
		<comments>http://www.archtopia.com/2009/09/05/how-to-easily-manually-upgrade-wordpress/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 20:49:48 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[WORDPRESS]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://archtopia.com/?p=980</guid>
		<description><![CDATA[I had to post this tutorial, I couldn&#8217;t help it, this is so useful, and so simple. The following tutorial explains how to quickly upgrade WordPress to a newer version. The process is fairly straightforward and simple, however, I have frequently caught people including myself being lazy on an upgrade skipping important steps of the [...]]]></description>
			<content:encoded><![CDATA[<p>I had to post this tutorial, I couldn&#8217;t help it, this is so useful, and so simple.</p>
<p>The following tutorial explains how to quickly<br />
upgrade WordPress to a newer version. The process is fairly straightforward and simple, however, I have frequently caught people including myself being lazy on an upgrade skipping important steps of the process. I feel it&#8217;s important to perform a manual<br />
WordPress upgrade and not auto upgrade using a utility like fantastico. While fantastico is an awesome tool for installing web applications, it has it&#8217;s flaws when performing upgrades. It&#8217;s better to avoid the potential headache.</p>
<p><span id="more-207"> </span></p>
<p><strong>How to manually</strong></p>
<p><strong><br />
<input name="IL_MARKER" type="hidden" />upgrade</strong></p>
<p><strong><br />
<input name="IL_MARKER" type="hidden" />WordPress:</strong></p>
<ol>
<li>Perform a complete backup of both your database and directory structure (in case something goes wrong)</li>
<li>Login to your<br />
<input name="IL_MARKER" type="hidden" />WordPress administration panel and deactivate all active plugins</li>
<li><a target="_blank" title="Download WordPress" onclick="window.open(this.href); javascript:pageTracker._trackPageview('/outbound/article/wordpress.org'); return false;" rel="nofollow" href="http://wordpress.org/download/" target="_blank">Download </a>and extract the latest <strong>STABLE</strong> WordPresss version to a folder on your computer</li>
<li>Upload the extracted files to your<br />
<input name="IL_MARKER" type="hidden" />WordPress server directory with the exception of the following:</p>
<ul>
<li><strong>wp-content</strong> folder and it&#8217;s content</li>
<li><strong>wp-includes/languages</strong> if you are using a custom language file</li>
</ul>
</li>
<li>To perform the<br />
<input name="IL_MARKER" type="hidden" />upgrade, navigate to <strong>http://yoursitename/wp-admin/upgrade.php</strong> and follow the on screen steps</li>
<li>Login to the administration panel and reactivate your plugins one by one to ensure that they still work with the new version of<br />
<input name="IL_MARKER" type="hidden" />WordPress</li>
</ol>
<p>Enjoy the new</p>
<input name="IL_MARKER" type="hidden" />WordPress release!</p>
<p>Seen on <a target="_blank" href="http://www.lancelhoff.com/how-to-manually-upgrade-wordpress/" target="_blank">lancelhoff</a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.archtopia.com/2010/01/30/wordpress-internal-server-error-500-with-1and1-webhosting/" rel="bookmark" class="crp_title">WordPress Internal Server Error 500 with 1and1 WebHosting</a></li><li><a href="http://www.archtopia.com/2009/07/27/15-amazing-wordpress-theme-frameworks/" rel="bookmark" class="crp_title">15+ Amazing WordPress Theme Frameworks</a></li><li><a href="http://www.archtopia.com/2009/09/04/john-wardle-architects-office-da-university-of-melbourne-announces-winners/" rel="bookmark" class="crp_title">John Wardle Architects + Office dA &#8211; University of Melbourne Announces Winners</a></li><li><a href="http://www.archtopia.com/2009/07/20/cultural-district-of-saadiyat-island-zaha-hadid/" rel="bookmark" class="crp_title">Cultural District of Saadiyat Island &#8211; zaha hadid</a></li><li><a href="http://www.archtopia.com/2009/11/23/organizing-system-move-onda-closet/" rel="bookmark" class="crp_title">Organizing System | Move | Onda Closet</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.archtopia.com/2009/09/05/how-to-easily-manually-upgrade-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>15+ Amazing WordPress Theme Frameworks</title>
		<link>http://www.archtopia.com/2009/07/27/15-amazing-wordpress-theme-frameworks/</link>
		<comments>http://www.archtopia.com/2009/07/27/15-amazing-wordpress-theme-frameworks/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 17:31:05 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[WORDPRESS]]></category>
		<category><![CDATA[amazing]]></category>
		<category><![CDATA[wordpress frameworks]]></category>

		<guid isPermaLink="false">http://archtopia.com/?p=160</guid>
		<description><![CDATA[I like to give an analogy of a car (cars = themes, bear with me). When building a new car, everything isn’t reinvented. Your not going to find innovation in tires or in a steering wheel from the new Dodge Grand Caravan. Instead, you’d probably find innovation through the features it sports. What results, is [...]]]></description>
			<content:encoded><![CDATA[<p>I like to give an analogy of a car (cars = themes, bear with me). When building a new car, everything isn’t reinvented. Your <strong><em>not</em></strong> going to find innovation in tires or in a steering wheel from the new <a target="_blank" href="http://www.automotive.com/2009/12/dodge/grand-caravan/reviews/index.html" target="_blank"><span style="color: #003366;">Dodge Grand Caravan</span></a>. Instead, you’d probably find innovation through the features it sports. What results, is a lot of cars using the same parts. <strong><em>So can</em> WordPress themes</strong>. It’s all about being more efficient in your craft. Factor out all the essential theme parts and use them as the bases for the framework. In doing this, you’ll dramatically speed up the time it takes to build recurring themes from scratch.</p>
<h3><a target="_blank" href="http://themehybrid.com/" target="_blank"><span style="color: #003366;">ThemeHybrid – WordPress Theme Framework</span></a></h3>
<p><em>Theme Hybrid</em> themes are created with a lot of special care. Hours upon hours of testing, debugging, and planning are put into each theme. Feel free to browse around and choose one to use <em>for free</em>.</p>
<p><a target="_blank" href="http://themehybrid.com/"><img class="alignnone size-full wp-image-162" title="ifzatc" src="http://archtopia.speedymirror.com/wp-content/uploads/2009/07/ifzatc.jpg" alt="ifzatc 15+ Amazing Wordpress Theme Frameworks" width="550" height="255" /></a></p>
<h3><a target="_blank" href="http://carringtontheme.com/" target="_blank"><span style="color: #003366;">Carrington – WordPress Theme Framework</span></a></h3>
<p>&#8220;We’ve added a development changelog page to the site here so you can see recent changes to the Carrington framework and themes. This is part of a larger effort to create more developer resources, including some tutorials and overviews of the framework.&#8221;</p>
<p><a target="_blank" href="http://We’veaddedadevelopmentchangelogpagetothesiteheresoyoucanseerecentchangestotheCarringtonframeworkandthemes.Thisispartofalargerefforttocreatemoredeveloperresources,includingsometutorialsandoverviewsoftheframework."><img class="alignnone size-full wp-image-163" title="2yns1ur" src="http://archtopia.speedymirror.com/wp-content/uploads/2009/07/2yns1ur.jpg" alt="2yns1ur 15+ Amazing Wordpress Theme Frameworks" width="550" height="255" /></a></p>
<h3><a target="_blank" href="http://wpframework.com/" target="_blank"><span style="color: #003366;">WP Framework – WordPress Theme Framework</span></a></h3>
<p>WP Framework is another free WordPress Theme Framework.  Its aim is to serve as a starting point for a new WordPress theme and one that can be easily modified.  It is very well documented for easy customization, is amazingly flexible, extensible and modular, and is always sure to work with the latest WordPress versions.  WP Framework also has got an auto-upgrading feature which makes sure you’ve always got the latest version of the theme on your server.</p>
<h3><a target="_blank" href="http://wpframework.com/"><img class="alignnone size-full wp-image-164" title="2zssem8" src="http://archtopia.speedymirror.com/wp-content/uploads/2009/07/2zssem8.jpg" alt="2zssem8 15+ Amazing Wordpress Theme Frameworks" width="550" height="255" /></a></h3>
<h3><a target="_blank" href="http://plainbeta.com/2008/05/20/whiteboard-a-free-wordpress-theme-framework/" target="_blank"><span style="color: #003366;">Whiteboard – WordPress Theme Framework</span></a></h3>
<p>Whiteboard is a theme framework coded for simplicity.  It is very light (76KB, unzipped), and includes all the files needed for a complete WordPress theme development.  Whiteboard comes with with a template for archive page, categories page, pagination post and socialization links.  Whiteboard is completely compatible with WordPress version 2.7.</p>
<p><a target="_blank" href="http://plainbeta.com/2008/05/20/whiteboard-a-free-wordpress-theme-framework/"><img class="alignnone size-full wp-image-165" title="sazgbn" src="http://archtopia.speedymirror.com/wp-content/uploads/2009/07/sazgbn.jpg" alt="sazgbn 15+ Amazing Wordpress Theme Frameworks" width="550" height="255" /></a></p>
<h3><a target="_blank" href="http://wpcandy.com/articles/the-wordpress-starter-theme-project.html" target="_blank"><span style="color: #003366;">WordPress Starter Theme – WordPress Theme Framework</span></a></h3>
<p>The WordPress Starter Theme is another blank WordPress theme which allows you to build your own theme upon it.  It comes with a blank external stylesheet file, which is WordPress-ready.  It also has content-ready 404, archive, search, index, single post, and page files.  It has a working commenting system, and a fully implemented header file with links to the RSS feed, external stylesheets and Javascript files.  It also has a default search form and a blank screenshot file with an empty images folder.  This framework is ideal for starting out with the basics.</p>
<p><a target="_blank" href="http://wpcandy.com/themes"><img class="alignnone size-full wp-image-166" title="9sxumg" src="http://archtopia.speedymirror.com/wp-content/uploads/2009/07/9sxumg.jpg" alt="9sxumg 15+ Amazing Wordpress Theme Frameworks" width="550" height="255" /></a></p>
<h3><a target="_blank" href="http://ashford.turtleinteractive.com/" target="_blank"><span style="color: #003366;">Ashford – WordPress Theme Framework</span></a></h3>
<p>Ashford is a WordPress Theme Framework built to be a simple to use and equally as simple to modify.  Ashford is a two column, widget-ready, gravatar enabled theme which enables easy customization through <a target="_blank" href="http://ashford.turtleinteractive.com/features/child-themes" target="_blank">child themes</a>.  Of course, Ashford is search engine optimized, freeing you from the task of doing SEO.</p>
<p><a target="_blank" href="http://ashford.turtleinteractive.com/"><img class="alignnone size-full wp-image-167" title="9lg8s6" src="http://archtopia.speedymirror.com/wp-content/uploads/2009/07/9lg8s6.jpg" alt="9lg8s6 15+ Amazing Wordpress Theme Frameworks" width="550" height="255" /></a></p>
<h3><a target="_blank" href="http://onepresscommunity.com/" target="_blank"><span style="color: #003366;">OnePress – WordPress Theme Framework</span></a></h3>
<p>OnePress is another WordPress Theme Framework which is available for free.  It is meant to be used as a website and forum combo.  It integrates seamlessly with phpBB, coupled with unified login and forum posts display on the website.  It is widget-ready, with highly optimized page rendering for improved performance.  OnePress works on WordPress 2.7 and up, and allows easy creation of child themes.</p>
<p><a target="_blank" href="http://onepresscommunity.com/"><img class="alignnone size-full wp-image-168" title="f084ty" src="http://archtopia.speedymirror.com/wp-content/uploads/2009/07/f084ty.jpg" alt="f084ty 15+ Amazing Wordpress Theme Frameworks" width="550" height="255" /></a></p>
<h3><a target="_blank" href="http://www.plaintxt.org/themes/sandbox/" target="_blank"><span style="color: #003366;">Sandbox – WordPress Theme Framework</span></a></h3>
<p>Sandbox is a minimalist WordPress Theme Framework which allows developers to build new themes upon.  New themes can be developed by just using CSS.  Sandbox is meant to be used on WordPress version 2.6+.  It is fully widget-ready, XHTML valid and released under GNU GPL.</p>
<p><a target="_blank" href="http://www.plaintxt.org/themes/sandbox/"><img class="alignnone size-full wp-image-169" title="aln2g7" src="http://archtopia.speedymirror.com/wp-content/uploads/2009/07/aln2g7.jpg" alt="aln2g7 15+ Amazing Wordpress Theme Frameworks" width="550" height="255" /></a></p>
<h3><a target="_blank" href="http://elliotjaystocks.com/blog/archive/2008/free-starkers-wordpress-theme/"><span style="color: #003366;">Starkers – WordPress Theme Framework</span></a></h3>
<p>Starkers is a blank WordPress theme for you to use to create a new design upon.  It is completely semantic, cleanly coded blank template.  The CSS has also been reset so that no problems are caused across different browsers.</p>
<p><a target="_blank" href="http://elliotjaystocks.com/blog/archive/2008/free-starkers-wordpress-theme/"><img class="alignnone size-full wp-image-170" title="2z4kaxx" src="http://archtopia.speedymirror.com/wp-content/uploads/2009/07/2z4kaxx.jpg" alt="2z4kaxx 15+ Amazing Wordpress Theme Frameworks" width="550" height="255" /></a></p>
<h3><a target="_blank" href="http://code.google.com/p/vanilla-theme/"><span style="color: #003366;">Vanilla – WordPress Theme Framework</span></a></h3>
<p>Vanilla is a WordPress theme framework which is designed to be really powerful and easy to customize without needing any knowledge of PHP.  It is built upon <a target="_blank" href="http://phptal.org/" target="_blank">PHPTAL templating engine</a>, has pre-loaded template styles for different website uses, uses Carrington (reviewed above) atomic templating system, loads of widgetized areas, support for child themes and more.</p>
<p><a target="_blank" href="http://code.google.com/p/vanilla-theme/"><img class="alignnone size-full wp-image-171" title="ay4vo1" src="http://archtopia.speedymirror.com/wp-content/uploads/2009/07/ay4vo1.jpg" alt="ay4vo1 15+ Amazing Wordpress Theme Frameworks" width="550" height="255" /></a></p>
<h3><a target="_blank" href="http://code.google.com/p/wp-constructor/"><span style="color: #003366;">WP Constructor – WordPress Theme Framework</span></a></h3>
<p>WP Constructor is another very good WordPress theme framework.  It features 6 different sidebar options, very clean code and a very advanced theme options page which enables you to modify nearly every aspect of the theme from the WordPress dashboard.</p>
<p><a target="_blank" href="http://code.google.com/p/wp-constructor/"><img class="alignnone size-full wp-image-172" title="2j2fdq9" src="http://archtopia.speedymirror.com/wp-content/uploads/2009/07/2j2fdq9.jpg" alt="2j2fdq9 15+ Amazing Wordpress Theme Frameworks" width="550" height="255" /></a></p>
<h3><a target="_blank" href="http://www.thatstandardsguy.co.uk/blog/2009/04/03/brave-new-world-wordpress-theme/" target="_blank"><span style="color: #003366;">Brave New World – WordPress Theme Framework</span></a></h3>
<p>Brave New World is a blank WordPress theme for you to work upon to make your next WordPress theme.  It incorporate lastest technologies like HTML5, <a target="_blank" href="http://www.w3.org/WAI/intro/aria" target="_blank">ARIA</a> and more.</p>
<p><a target="_blank" href="http://www.thatstandardsguy.co.uk/blog/2009/04/03/brave-new-world-wordpress-theme/"><img class="alignnone size-full wp-image-173" title="1ftm5e" src="http://archtopia.speedymirror.com/wp-content/uploads/2009/07/1ftm5e.jpg" alt="1ftm5e 15+ Amazing Wordpress Theme Frameworks" width="550" height="255" /></a></p>
<h3><a target="_blank" href="http://www.designios.es/theme-base-para-wordpress-basado-en-grid-960/" target="_blank"><span style="color: #003366;">Designios &#8211; WordPress Theme Framework</span></a></h3>
<h3><a target="_blank" href="http://www.designios.es/theme-base-para-wordpress-basado-en-grid-960/"><img class="alignnone size-full wp-image-174" title="designios" src="http://archtopia.speedymirror.com/wp-content/uploads/2009/07/designios.jpg" alt="designios 15+ Amazing Wordpress Theme Frameworks" width="550" height="250" /></a></h3>
<h3><a target="_blank" href="http://diythemes.com/thesis/" target="_blank"><span style="color: #003366;">Thesis – WordPress Theme Framework</span></a></h3>
<p>Thesis is a commercial WordPress theme framework which is insanely flexible.  Thesis is search engine optimized, designed with accessibility and usability in mind.</p>
<p><a target="_blank" href="http://diythemes.com/thesis/"><img class="alignnone size-full wp-image-175" title="165fg7" src="http://archtopia.speedymirror.com/wp-content/uploads/2009/07/165fg7.jpg" alt="165fg7 15+ Amazing Wordpress Theme Frameworks" width="550" height="255" /></a></p>
<h3><a target="_blank" href="http://wordpreciousss.org/" target="_blank"><span style="color: #003366;">WordPreciousss – WordPress Theme Framework</span></a></h3>
<p>WordPreciousss is another basic WordPress Theme, which you can create child themes for.  It is very basic in design, featuring one one widgetized sidebar, has been tested in nearly every major browser.</p>
<p><a target="_blank" href="http://wordpreciousss.org/"><img class="alignnone size-full wp-image-176" title="zv51s2" src="http://archtopia.speedymirror.com/wp-content/uploads/2009/07/zv51s2.jpg" alt="zv51s2 15+ Amazing Wordpress Theme Frameworks" width="550" height="255" /></a></p>
<h3><a target="_blank" href="http://www.siftware.co.uk/services/wordpress/blank-wordpress-theme/" target="_blank"><span style="color: #003366;">WordPress Naked – WordPress Theme Framework</span></a></h3>
<p>WordPress Naked was design to be a simple, easy to customize WordPress theme for new projects.  It is lightweight, and XHTML valid, has a 2 column CSS layout, and is search engine optimized.</p>
<p><a target="_blank" href="http://www.siftware.co.uk/services/wordpress/blank-wordpress-theme/"><img class="alignnone size-full wp-image-177" title="14abteh" src="http://archtopia.speedymirror.com/wp-content/uploads/2009/07/14abteh.jpg" alt="14abteh 15+ Amazing Wordpress Theme Frameworks" width="561" height="261" /></a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.archtopia.com/2009/09/05/how-to-easily-manually-upgrade-wordpress/" rel="bookmark" class="crp_title">How to easily manually upgrade WordPress</a></li><li><a href="http://www.archtopia.com/2010/01/30/wordpress-internal-server-error-500-with-1and1-webhosting/" rel="bookmark" class="crp_title">WordPress Internal Server Error 500 with 1and1 WebHosting</a></li><li><a href="http://www.archtopia.com/2009/08/27/250-watercolor-brushes-for-photoshop/" rel="bookmark" class="crp_title">250+ Watercolor Brushes for Photoshop</a></li><li><a href="http://www.archtopia.com/2009/07/23/graphic-design-part-1/" rel="bookmark" class="crp_title">Graphic design &#8211; part 1</a></li><li><a href="http://www.archtopia.com/2010/07/15/architecture-viz-architectural-visualization-and-interior-design/" rel="bookmark" class="crp_title">Architecture-Viz | Architectural Visualization and Interior Design</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.archtopia.com/2009/07/27/15-amazing-wordpress-theme-frameworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Content Delivery Network via archtopia.speedymirror.com

Served from: archtopia.com @ 2012-02-11 17:44:25 -->
