<?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>Konstruktors &#187; theme</title>
	<atom:link href="http://konstruktors.com/blog/tag/theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://konstruktors.com</link>
	<description>Web Design, WordPress and Performance Services</description>
	<lastBuildDate>Sat, 19 May 2012 16:41:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-beta4-20805</generator>
<atom:link rel="hub" href="http://konstruktors.superfeedr.com/"/><atom:link rel="hub" href="http://pubsubhubbub.appspot.com/"/>		<item>
		<title>Automatic Updates for Plugins and Themes Hosted Outside WordPress&#160;Extend</title>
		<link>http://konstruktors.com/blog/wordpress/2538-automatic-updates-for-plugins-and-themes-hosted-outside-wordpress-extend/</link>
		<comments>http://konstruktors.com/blog/wordpress/2538-automatic-updates-for-plugins-and-themes-hosted-outside-wordpress-extend/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 12:21:44 +0000</pubDate>
		<dc:creator>Kaspars</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://konstruktors.com/?p=2538</guid>
		<description><![CDATA[Here are two sample scripts along with an API to provide automatic updates for plugins and themes you host on your own server. Inside /api you&#8217;ll find index.php which processes all the update requests. You should place this in something like http://updates.example.com and update $api_url in /plugin/test-plugin-update/test-plugin-update.php and /theme/portfolio-racer/inc/updates.php accordingly. If you activate these sample [...]]]></description>
			<content:encoded><![CDATA[<p>Here are <a href="http://konstruktors.com/wp-content/uploads/2010/07/automatic-theme-plugin-update.zip">two sample scripts</a> along with an API to provide automatic updates for plugins and themes you host on your own server.</p>
<p>Inside <code>/api</code> you&#8217;ll find <code>index.php</code> which processes all the update requests. You should place this in something like <code>http://updates.example.com</code> and update <code>$api_url</code> in <code>/plugin/test-plugin-update/test-plugin-update.php</code> and <code>/theme/portfolio-racer/inc/updates.php</code> accordingly. If you activate these sample plugins without changing API URL, updates will be checked against my test server. If you decide to update, both plugin and theme will be replaced with exactly the same version of each.</p>
<h4>Related posts</h4><ol>
<li><a href='http://konstruktors.com/blog/wordpress/1660-enable-automatic-updates-for-plugins-hosted-by-developers/' rel='bookmark' title='Enable Automatic Updates for Plugins Hosted by&nbsp;Developers'>Enable Automatic Updates for Plugins Hosted by&nbsp;Developers</a></li>
<li><a href='http://konstruktors.com/blog/wordpress/1672-automatic-updates-for-developer-hosted-themes/' rel='bookmark' title='Automatic Updates for Developer Hosted&nbsp;Themes'>Automatic Updates for Developer Hosted&nbsp;Themes</a></li>
<li><a href='http://konstruktors.com/blog/wordpress/1797-tabbed-widgets-updated-for-wordpress-2-8/' rel='bookmark' title='Tabbed Widgets Updated for WordPress&nbsp;2.8'>Tabbed Widgets Updated for WordPress&nbsp;2.8</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://konstruktors.com/blog/wordpress/2538-automatic-updates-for-plugins-and-themes-hosted-outside-wordpress-extend/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Basic Math&#160;of&#160;GPL</title>
		<link>http://konstruktors.com/blog/free-software/1678-basic-math-of-gpl/</link>
		<comments>http://konstruktors.com/blog/free-software/1678-basic-math-of-gpl/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 23:21:27 +0000</pubDate>
		<dc:creator>Kaspars</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[license]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://konstruktors.com/blog/?p=1678</guid>
		<description><![CDATA[Khoi Vinh together with Allan Cole have released (a rather noisy) grid based WordPress theme called Basic Math. They say it&#8217;s GPL, while the price tag reads: &#8220;Single-site License (Limited time only) $45&#8243;, which clearly violates one of the main freedoms protected by GPL &#8212; the freedom to run the program, for any purpose (freedom [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.subtraction.com/">Khoi Vinh</a> together with <a href="http://fthrwght.com/">Allan Cole</a> have released (a rather noisy) grid based <a href="http://basicmaths.subtraction.com">WordPress theme called Basic Math</a>.</p>
<p><del datetime="2009-11-17T21:21:03+00:00">They say it&#8217;s GPL, while the price tag reads: <em>&#8220;<strong>Single-site License</strong> (Limited time only) $45&#8243;</em>, which clearly violates one of the main freedoms protected by <a href="http://www.gnu.org/licenses/gpl.html">GPL</a> &#8212; <em>the freedom to run the program, for any purpose (freedom 0)</em>.</del></p>
<p><strong>Update</strong>: <a href="http://basicmaths.subtraction.com">Basic Math</a> is now fully GPL.</p>
<h4>Related posts</h4><ol>
<li><a href='http://konstruktors.com/blog/free-software/2550-gpl-sockets/' rel='bookmark' title='GPL Sockets'>GPL Sockets</a></li>
<li><a href='http://konstruktors.com/blog/wordpress/1660-enable-automatic-updates-for-plugins-hosted-by-developers/' rel='bookmark' title='Enable Automatic Updates for Plugins Hosted by&nbsp;Developers'>Enable Automatic Updates for Plugins Hosted by&nbsp;Developers</a></li>
<li><a href='http://konstruktors.com/blog/free-software/1200-free-software-gpl-wordpress/' rel='bookmark' title='Free Software, GPL and&nbsp;WordPress'>Free Software, GPL and&nbsp;WordPress</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://konstruktors.com/blog/free-software/1678-basic-math-of-gpl/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress, Themes and&#160;GPL</title>
		<link>http://konstruktors.com/blog/wordpress/823-wordpress-themes-and-gpl/</link>
		<comments>http://konstruktors.com/blog/wordpress/823-wordpress-themes-and-gpl/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 10:48:19 +0000</pubDate>
		<dc:creator>Kaspars</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://konstruktors.com/blog/?p=823</guid>
		<description><![CDATA[Here is an idea for all the &#8216;premium&#8217; theme authors out there. How about releasing themes under GPL and making style.css the only commercial asset. This would even fall into a much lighter gray area compared to Automattic&#8217;s own &#8216;Custom CSS&#8217; feature (which in fact is a feature provided by GPL code) for $15/year. Ironically, [...]]]></description>
			<content:encoded><![CDATA[<p>Here is an idea for all the &#8216;premium&#8217; theme authors out there. How about releasing themes under <abbr title="General Public License">GPL</abbr> and making <code>style.css</code> the only commercial asset. This would even fall into a much lighter gray area compared to Automattic&#8217;s own <a rel="nofollow" href="http://wordpress.com/products/">&#8216;Custom CSS&#8217; feature</a> (which in fact is a feature provided by GPL code) for $15/year. Ironically, this is a fee for the ability to <em>modify a theme released under GPL</em>.</p>
<h4>Related posts</h4><ol>
<li><a href='http://konstruktors.com/blog/web-design/2660-the-price-of-software-and-wordpress-themes/' rel='bookmark' title='The Price of Software and WordPress&nbsp;Themes'>The Price of Software and WordPress&nbsp;Themes</a></li>
<li><a href='http://konstruktors.com/blog/wordpress/2538-automatic-updates-for-plugins-and-themes-hosted-outside-wordpress-extend/' rel='bookmark' title='Automatic Updates for Plugins and Themes Hosted Outside WordPress&nbsp;Extend'>Automatic Updates for Plugins and Themes Hosted Outside WordPress&nbsp;Extend</a></li>
<li><a href='http://konstruktors.com/blog/wordpress/227-baltic-amber-colour-themes-schemes-for-your-wordpress-25-administration-dashboard/' rel='bookmark' title='Baltic Amber Themes &amp; Schemes for Your WordPress 2.5 Administration&nbsp;Panel'>Baltic Amber Themes &amp; Schemes for Your WordPress 2.5 Administration&nbsp;Panel</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://konstruktors.com/blog/wordpress/823-wordpress-themes-and-gpl/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>6:00 AM Podcast Theme&#160;Preview</title>
		<link>http://konstruktors.com/blog/web-design/773-600-am-podcast-theme-preview/</link>
		<comments>http://konstruktors.com/blog/web-design/773-600-am-podcast-theme-preview/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 22:06:27 +0000</pubDate>
		<dc:creator>Kaspars</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://konstruktors.com/blog/?p=773</guid>
		<description><![CDATA[Since the feedback for the mock-up of the podcast theme for was so great, here is a little preview of how far I have gotten. What do you want from a theme, podcast author? Detailed descriptions of your publishing workflow would be really useful. If you have any ideas on how to make things easier [...]]]></description>
			<content:encoded><![CDATA[<p>Since the <a href="http://konstruktors.com/blog/web-design/386-wordpress-theme-for-video-audio-podcast-websites/#comments">feedback</a> for the <a href="http://konstruktors.com/blog/web-design/386-wordpress-theme-for-video-audio-podcast-websites/">mock-up of the podcast theme</a> for was so great, here is a little preview of how far I have gotten.<span id="more-773"></span></p>
<div id="attachment_775" class="wp-caption aligncenter" style="width: 490px"><a href="http://konstruktors.com/examples/6am-podcast-theme"><img class="size-medium wp-image-775" title="6:00 AM Podcast theme for WordPress" src="/wp-content/uploads/2008/11/6am-podcast-theme-preview-480x470.png" alt="6:00 AM podcast theme preview" width="480" height="470" /></a><p class="wp-caption-text">6:00 AM podcast theme preview</p></div>
<h3>What do <em>you</em> want from a theme, podcast author?</h3>
<p>Detailed descriptions of your publishing workflow would be really useful. If you have any ideas on how to make things easier and better, please leave a comment.</p>
<h4>Related posts</h4><ol>
<li><a href='http://konstruktors.com/blog/web-design/386-wordpress-theme-for-video-audio-podcast-websites/' rel='bookmark' title='Idea: WordPress Theme for Audio &amp; Video Podcast&nbsp;Websites'>Idea: WordPress Theme for Audio &amp; Video Podcast&nbsp;Websites</a></li>
<li><a href='http://konstruktors.com/blog/wordpress/109-podcast-of-the-week-wordpress-weekly/' rel='bookmark' title='Podcast of the week: WordPress&nbsp;Weekly'>Podcast of the week: WordPress&nbsp;Weekly</a></li>
<li><a href='http://konstruktors.com/blog/web-design/70-podcast-of-the-week-boagworld/' rel='bookmark' title='Podcast of the week:&nbsp;Boagworld'>Podcast of the week:&nbsp;Boagworld</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://konstruktors.com/blog/web-design/773-600-am-podcast-theme-preview/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Say Hello to Morning&#160;Racer</title>
		<link>http://konstruktors.com/blog/web-design/73-say-hello-to-morning-racer/</link>
		<comments>http://konstruktors.com/blog/web-design/73-say-hello-to-morning-racer/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 20:54:36 +0000</pubDate>
		<dc:creator>Kaspars</dc:creator>
				<category><![CDATA[Meta]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://konstruktors.com/blog/various-topics/73-say-hello-to-morning-racer/</guid>
		<description><![CDATA[Just a quick note &#8212; this blog now has a new look. I call it the Morning Racer WordPress theme, which will be soon released public. Here&#8217;s the Morning Racer&#8217;s wiki page. What do you think? Related posts Take-away photo and image positioning CSS styles for blogs &#8212; idea for a&#160;plugin WordPress, Themes and&#160;GPL MediaTemple&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><img class="withborder alignright" src="http://konstruktors.com/wp-content/uploads/2008/01/morning-racer-logo-small.png" alt="Morning Racer WordPress theme logo" width="51" height="50" /> Just a quick note &#8212; this blog now has a new look. I call it the <em>Morning Racer</em> WordPress theme, which will be soon released public. Here&#8217;s the <a href="http://konstruktors.com/WordPressTheme/Morning-Racer"><em>Morning Racer&#8217;s</em> wiki page</a>. What do you think?</p>
<h4>Related posts</h4><ol>
<li><a href='http://konstruktors.com/blog/wordpress/92-take-away-photo-and-image-positioning-css-styles-for-blogs-idea-for-a-plugin/' rel='bookmark' title='Take-away photo and image positioning CSS styles for blogs &#8212; idea for a&nbsp;plugin'>Take-away photo and image positioning CSS styles for blogs &#8212; idea for a&nbsp;plugin</a></li>
<li><a href='http://konstruktors.com/blog/wordpress/823-wordpress-themes-and-gpl/' rel='bookmark' title='WordPress, Themes and&nbsp;GPL'>WordPress, Themes and&nbsp;GPL</a></li>
<li><a href='http://konstruktors.com/blog/web-design/898-mediatemple-disappointing-grid/' rel='bookmark' title='MediaTemple&#8217;s Disappointing&nbsp;Grid'>MediaTemple&#8217;s Disappointing&nbsp;Grid</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://konstruktors.com/blog/web-design/73-say-hello-to-morning-racer/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Screenshots of a new 2-column WordPress&#160;theme</title>
		<link>http://konstruktors.com/blog/wordpress/63-screenshots-of-a-new-2-column-wordpress-theme/</link>
		<comments>http://konstruktors.com/blog/wordpress/63-screenshots-of-a-new-2-column-wordpress-theme/#comments</comments>
		<pubDate>Tue, 18 Dec 2007 01:14:23 +0000</pubDate>
		<dc:creator>Kaspars</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://konstruktors.com/blog/sidenotes/63-screenshots-of-a-new-2-column-wordpress-theme/</guid>
		<description><![CDATA[Here are a few screen captures of the theme I am currently working on. Notice the home page layout for the older posts, and how easy it is to adjust the header and the main color. View examples 1. index page, single post page, 2. text-only version, 3. green theme color, 4. black only, page [...]]]></description>
			<content:encoded><![CDATA[<p>Here are a few screen captures of the theme I am currently working on. Notice the home page layout for the older posts, and how easy it is to adjust the header and the main color.<span id="more-63"></span> View examples 1. <a href='http://konstruktors.com/wp-content/uploads/2007/12/notebook-racer-01-index.png' title='WordPress theme, screenshot 1: index page'>index page</a>, <a href='http://konstruktors.com/wp-content/uploads/2007/12/notebook-racer-01-single.png' title='WordPress theme, screenshot 2: single post page'>single post page</a>, 2. <a href='http://konstruktors.com/wp-content/uploads/2007/12/notebook-racer-02-index.png' title='WordPress theme, screenshot 3: Text-only version'>text-only version</a>, 3. <a href='http://konstruktors.com/wp-content/uploads/2007/12/notebook-racer-06-index.png' title='WordPress theme, screenshot 4: Different header backgound with green theme color'>green theme color</a>, 4. <a href='http://konstruktors.com/wp-content/uploads/2007/12/notebook-racer-07.png' title='WordPress theme, screenshot 5: Black only, page with subsections (subpages)'>black only, page with subpages</a>. Your thoughts?</p>
<h4>Related posts</h4><ol>
<li><a href='http://konstruktors.com/blog/design/1077-tweaking-wordpress-admin-header-design/' rel='bookmark' title='Tweaking WordPress Admin&nbsp;Header'>Tweaking WordPress Admin&nbsp;Header</a></li>
<li><a href='http://konstruktors.com/blog/web-design/554-wordpress-dashboard-idea-3/' rel='bookmark' title='WordPress Dashboard &#8212; Idea&nbsp;No.3'>WordPress Dashboard &#8212; Idea&nbsp;No.3</a></li>
<li><a href='http://konstruktors.com/blog/web-design/773-600-am-podcast-theme-preview/' rel='bookmark' title='6:00 AM Podcast Theme&nbsp;Preview'>6:00 AM Podcast Theme&nbsp;Preview</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://konstruktors.com/blog/wordpress/63-screenshots-of-a-new-2-column-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Preview of a new WordPress&#160;theme</title>
		<link>http://konstruktors.com/blog/wordpress/53-preview-of-a-new-wordpress-theme/</link>
		<comments>http://konstruktors.com/blog/wordpress/53-preview-of-a-new-wordpress-theme/#comments</comments>
		<pubDate>Fri, 30 Nov 2007 23:33:25 +0000</pubDate>
		<dc:creator>Kaspars</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://konstruktors.com/blog/various-topics/53-preview-of-a-new-wordpress-theme/</guid>
		<description><![CDATA[Scrolling large lists of blog posts discourages from exploring individual (and often older) blog entries.]]></description>
			<content:encoded><![CDATA[<p><a title="Preview of a new theme" href="http://konstruktors.com/wp-content/uploads/2007/11/screenshot-upcoming.png"><img class="alignright" src="http://konstruktors.com/wp-content/uploads/2007/11/screenshot-upcoming-150x150.png" alt="Preview of a new theme" width="150" height="150" /></a> I am currently working on a new WordPress theme. The reason for doing it is a recent observation regarding the blog design &#8212; scrolling large lists of blog posts discourages from exploring individual (and often older) blog entries. Long list of articles are acceptable in archive pages, but the homepage should always be the simplest point for navigation. Do you have any name suggestions?</p>
<h4>Related posts</h4><ol>
<li><a href='http://konstruktors.com/blog/wordpress/944-widget-context-update-word-count-check/' rel='bookmark' title='Widget Context Update &#8212; Word Count&nbsp;Check'>Widget Context Update &#8212; Word Count&nbsp;Check</a></li>
<li><a href='http://konstruktors.com/blog/web-design/773-600-am-podcast-theme-preview/' rel='bookmark' title='6:00 AM Podcast Theme&nbsp;Preview'>6:00 AM Podcast Theme&nbsp;Preview</a></li>
<li><a href='http://konstruktors.com/blog/meta/107-single-page-entry-archive-is-available-finally/' rel='bookmark' title='Single page entry archive is available&nbsp;finally'>Single page entry archive is available&nbsp;finally</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://konstruktors.com/blog/wordpress/53-preview-of-a-new-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
