<?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>SpaceFan &#187; WordPress</title>
	<atom:link href="http://know-and-share.de/spacefan/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://know-and-share.de/spacefan</link>
	<description>Hansjoerg&#039;s thoughts on space (outer-, knowledge-, development-) and related</description>
	<lastBuildDate>Sat, 24 Apr 2010 17:56:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress Internals discovery</title>
		<link>http://know-and-share.de/spacefan/wordpress/wordpress-internals-discovery/</link>
		<comments>http://know-and-share.de/spacefan/wordpress/wordpress-internals-discovery/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 17:36:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[infrastructure]]></category>
		<category><![CDATA[Opensolaris]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://know-and-share.de/spacefan/?p=78</guid>
		<description><![CDATA[Well, as is evident by some of my posts and also visible on this page, I&#8217;m using WordPress for managing this blog. And as also can be recognized, I&#8217;m interested in Software Development. So it might be obvious to combine the two interest in understanding more about the internals and the architecture of WordPress.
So while [...]]]></description>
			<content:encoded><![CDATA[<p>Well, as is evident by some of my posts and also visible on this page, I&#8217;m using WordPress for managing this blog. And as also can be recognized, I&#8217;m interested in Software Development. So it might be obvious to combine the two interest in understanding more about the internals and the architecture of WordPress.</p>
<p>So while there is material out there to get more information on the the inner working of WordPress, reading books about this topic is a great way of expanding your knowledge.</p>
<p>So I was looking for a book on this subject and I happen to know that one book is currently in the works and will be out in early 2010. This book will surely provide a good deal of information and insight.</p>
<p>You can already pre-order the book, here are links to the German Amazon store: <a href="http://www.amazon.de/Professional-Wordpress-Hal-Stern/dp/0470560541">http://www.amazon.de/Professional-Wordpress-Hal-Stern/dp/0470560541</a> and to the US Amazon store: <a href="http://www.amazon.com/Professional-WordPress-Hal-Stern/dp/0470560541">http://www.amazon.com/Professional-WordPress-Hal-Stern/dp/0470560541</a></p>
<p>Now, you might be wondering what the content of the book will be and it so happens that there is a bit more available: see below image.</p>
<p><img class="alignnone size-full wp-image-79" title="Professional WordPress" src="http://know-and-share.de/spacefan/wp-content/uploads/2009/11/Professional-WordPress.jpg" alt="Professional WordPress" width="604" height="390" /></p>
<p>As soon as the book is out and/or more information is available, I&#8217;m surely will be happy to tell you more about it. I&#8217;m really looking forward to it.</p>
]]></content:encoded>
			<wfw:commentRss>http://know-and-share.de/spacefan/wordpress/wordpress-internals-discovery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resolve Wordpress Image upload errors</title>
		<link>http://know-and-share.de/spacefan/wordpress/resolve-wordpress-image-upload-errors/</link>
		<comments>http://know-and-share.de/spacefan/wordpress/resolve-wordpress-image-upload-errors/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 18:09:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[Upload]]></category>

		<guid isPermaLink="false">http://know-and-share.de/spacefan/?p=33</guid>
		<description><![CDATA[Well, one of the miracles of Software is why some applications expect high permissions for their work.
I&#8217;ve worked on a new blog entry today (which is about installation and setup of a develop and deployment environment for developers on MacBook, using OpenSolaris, VirtualBox, Glassfish, MySQL and Netbeans).
Wanted to add a screenshot to the post and [...]]]></description>
			<content:encoded><![CDATA[<p>Well, one of the miracles of Software is why some applications expect high permissions for their work.</p>
<p>I&#8217;ve worked on a new blog entry today (which is about installation and setup of a develop and deployment environment for developers on MacBook, using OpenSolaris, VirtualBox, Glassfish, MySQL and Netbeans).</p>
<p>Wanted to add a screenshot to the post and got an error: <strong>Unable to create directory /www/htdocs/&#8230;./wp-content/uploads/2009/03. Is its parent directory writable by the server?</strong></p>
<p>Searching the web I was first directed to check the settings:<br />
using the Admin section of Wordpress, go to Settings -&gt; Miscellaneous and see if the first of the entries (called: &#8220;<em>Store uploads in this folder</em>&#8220;) on the resulting page is a full path or rather (as it should be) just reads  &#8220;wp-content/uploads&#8221;</p>
<p>However, for my installation this looked fine so I was wondering what was wrong. Further search revealed that Wordpress expects high permission levels specifically for the wp-content directory. So to resolve the issue, this is what helps:</p>
<ul>
<li>using an ftp client, connect to your Wordpress ftp directory</li>
<li>select the &#8220;wp-content&#8221; directory and have it changed to 777 permissions (Read, Write and Execute set for Owner, Group and Others)</li>
<li>make sure that you have the ftp-client apply this recursively to all sub-directories of wp-content<br />
(I first only did the change to wp-content itself and this is not sufficient)</li>
</ul>
<p>Having done that change, media and other uploads work (or at least seem to work) smoothly now.</p>
]]></content:encoded>
			<wfw:commentRss>http://know-and-share.de/spacefan/wordpress/resolve-wordpress-image-upload-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Allow yourself to trust an application</title>
		<link>http://know-and-share.de/spacefan/wordpress/allow-yourself-to-trust-an-application/</link>
		<comments>http://know-and-share.de/spacefan/wordpress/allow-yourself-to-trust-an-application/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 09:41:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://know-and-share.de/spacefan/?p=17</guid>
		<description><![CDATA[Trust. This small word incorporating so much in a lot of areas.
Well, specifically in IT, this word has special meanings. And it seems that specifically those of us in the IT world who follow the security topics might get caught in a way they don&#8217;t expect:
When an application asks you to pass on the username [...]]]></description>
			<content:encoded><![CDATA[<p>Trust. This small word incorporating so much in a lot of areas.</p>
<p>Well, specifically in IT, this word has special meanings. And it seems that specifically those of us in the IT world who follow the security topics might get caught in a way they don&#8217;t expect:</p>
<p>When an application asks you to pass on the username and password for operating on it&#8217;s own on your website, most of us would be very cautious. So was I when WordPress asked me to perform the upgradde to the latest version automatically. I created an ftp-user and allowed it to access only the directory (and sub-directories) where WordPress is installed. The upgrade did not work. Thought it was a configuration error in the wp-config.php file but it wasn&#8217;t.</p>
<p>Turns out that WordPress expects to be trusted and then performs its action only in it&#8217;s own installation directory. So once I gave the ftp-user full path access, all worked well with the upgrade.</p>
<p>In summary, while we should be aware of and know about security, sometimes we should allow ourselves to trust an application</p>
]]></content:encoded>
			<wfw:commentRss>http://know-and-share.de/spacefan/wordpress/allow-yourself-to-trust-an-application/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wordpress: nice and smooth</title>
		<link>http://know-and-share.de/spacefan/wordpress/wordpress-nice-and-smooth/</link>
		<comments>http://know-and-share.de/spacefan/wordpress/wordpress-nice-and-smooth/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 13:54:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[infrastructure]]></category>
		<category><![CDATA[snowman]]></category>

		<guid isPermaLink="false">http://know-and-share.de/spacefan/?p=13</guid>
		<description><![CDATA[Well, after having decided to finally go forward with having my own space in the universe called Internet, the next topic (after finding a hosting company) was the decision on the blog-infrastructure and the general approach.
As is obvious, I went for Wordpress. And up to now, it seems the decision was a good one. The [...]]]></description>
			<content:encoded><![CDATA[<p>Well, after having decided to finally go forward with having my own space in the universe called Internet, the next topic (after finding a hosting company) was the decision on the blog-infrastructure and the general approach.</p>
<p>As is obvious, I went for Wordpress. And up to now, it seems the decision was a good one. The installation was smooth and easy and it worked right from the start.</p>
<p>I decided to do a fresh install though my hoster (all-inkl.com) offers a one-click install. Wanted to experience myself how easy or difficult this is and it is really not difficult. There are great documents that help (I used<a href="http://codex.wordpress.org/New_To_WordPress_-_Where_to_Start"> this one here </a>on the <a href="http://wordpress.org">Wordpress site</a>) and the install goes smoothly. Only additional part on my side was to add a specific page with an Impressum so we are ok from a legal point of view.</p>
<p>Further I found that the default theme was not really appealing to me. However, I&#8217;m reading another blog: <a href="http://agrosnowman.com/snowmanonfire/"><em>Snowman on Fire</em></a> and that theme seemed just right (that blog by the way is a great one, talks about hockey). So I tried to find out how to install and activate another theme for my blog and again, this proved to be an easy task. So I&#8217;m using the <a href="http://srinig.com/wordpress/themes/f2/">F2 Theme</a> which has several widgets and it does a great job.</p>
<p>Well, so much for the infrastructure, let&#8217;s see to get further thoughts compiled and published on and in this environment.</p>
]]></content:encoded>
			<wfw:commentRss>http://know-and-share.de/spacefan/wordpress/wordpress-nice-and-smooth/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
