<?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>Developing With WordPress</title>
	<atom:link href="http://www.kuilder.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kuilder.net</link>
	<description>A site to find out more about WordPress</description>
	<lastBuildDate>Wed, 22 Feb 2012 11:07:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Adding posts by xml-rpc and displaying them in the sidebar</title>
		<link>http://www.kuilder.net/adding-posts-by-xml-rpc-and-displaying-them-in-the-sidebar/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=adding-posts-by-xml-rpc-and-displaying-them-in-the-sidebar</link>
		<comments>http://www.kuilder.net/adding-posts-by-xml-rpc-and-displaying-them-in-the-sidebar/#comments</comments>
		<pubDate>Sat, 18 Feb 2012 11:33:46 +0000</pubDate>
		<dc:creator>Gerrit Kuilder</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xml:rpc]]></category>

		<guid isPermaLink="false">http://www.kuilder.net/?p=238</guid>
		<description><![CDATA[I created a local WordPress a while ago that gets fed by xml-rpc from an application that plays my music, it logs albums that have been played and/or added again to the playlist). As an example of what can be done you can now see what is currently being played at my home, under the...  <a href="http://www.kuilder.net/adding-posts-by-xml-rpc-and-displaying-them-in-the-sidebar/" class="more-link" title="Read Adding posts by xml-rpc and displaying them in the sidebar">Read more &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>I created a local <a href="http://www.kuilder.net/tag/wordpress/" class="st_tag internal_tag" rel="tag" title="Posts tagged with wordpress">WordPress</a> a while ago that gets fed by xml-rpc from an application that plays my music, it logs albums that have been played and/or added again to the playlist).</p>
<p>As an example of what can be done you can now see what is currently being played at my home, under the &#8216;now playing&#8217; heading.</p>
<p>I used a plugin <a href="http://wordpress.org/extend/plugins/posts-by-tag/" target="_blank">Tags By Post</a> it does the trick right now.<br />
I have to prevent the posts to be listed in the standrad front page so <a title="Simply Exclude" href="http://wordpress.org/extend/plugins/simply-exclude/">Simply Exclude</a> to the rescue.</p>
<p>The filtering is not working 100% yet, had to add a special recent <a href="http://www.kuilder.net/tag/post/" class="st_tag internal_tag" rel="tag" title="Posts tagged with post">post</a> plugin that filters out the tracks being played from the &#8216;Recent Posts&#8217; listing: <strong>Special Recent Posts</strong>. but it is not working as I expect it to do. Also it is a bit stupid hat I need to add categories by ID and not by name (so you have to edit the category and then you can see the id in the URL.</p>
<p>I think in this case I might be better off to override the default functions that create the recent posts so I can filter the tracks out from the recent posts.</p>
<p>In the settins of your <a href="http://www.kuilder.net/tag/blog/" class="st_tag internal_tag" rel="tag" title="Posts tagged with blog">blog</a> make sure that you allow messages by <a href="http://www.kuilder.net/tag/xmlrpc/" class="st_tag internal_tag" rel="tag" title="Posts tagged with xml:rpc">xml:rpc</a>:<br />
Settings-&gt;Writing-&gt; Remote Publishing: &#8220;Enable the WordPress, Movable Type, MetaWeblog and Blogger XML-RPC publishing protocols.&#8221;</p>
<p>To enhance <a href="http://www.kuilder.net/tag/security/" class="st_tag internal_tag" rel="tag" title="Posts tagged with security">security</a> create a special user and a very obscure <a href="http://www.kuilder.net/tag/password/" class="st_tag internal_tag" rel="tag" title="Posts tagged with password">password</a> that is used to publish via rpc. (xmlrpconly, 78Y8ksdYjsd) and make sure that</p>
<p>So I needed some <a href="http://www.kuilder.net/tag/php/" class="st_tag internal_tag" rel="tag" title="Posts tagged with php">php</a> <a href="http://www.kuilder.net/tag/code/" class="st_tag internal_tag" rel="tag" title="Posts tagged with code">code</a> to create a post:</p>
<div class="codecolorer-container php railscasts" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;height:300px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">jb<span style="color: #339933;">::</span><span style="color: #004000;">wpPostXMLRPC</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$title</span><span style="color: #339933;">,</span><span style="color: #000088;">$body</span><span style="color: #339933;">,</span><span style="color: #000088;">$excerpt</span><span style="color: #339933;">,</span><span style="color: #000088;">$categories</span><span style="color: #339933;">,</span><span style="color: #000088;">$keywords</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #000000; font-weight: bold;">private</span> static <span style="color: #000000; font-weight: bold;">function</span> wpPostXMLRPC<span style="color: #009900;">&#40;</span><span style="color: #000088;">$title</span><span style="color: #339933;">,</span><span style="color: #000088;">$body</span><span style="color: #339933;">,</span><span style="color: #000088;">$excerpt</span><span style="color: #339933;">,</span><span style="color: #000088;">$category</span><span style="color: #339933;">,</span><span style="color: #000088;">$keywords</span><span style="color: #339933;">=</span><span style="color: #0000ff;">''</span><span style="color: #339933;">,</span><span style="color: #000088;">$encoding</span><span style="color: #339933;">=</span><span style="color: #0000ff;">'UTF-8'</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><br />
<span style="color: #000088;">$title</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/htmlentities"><span style="color: #990000;">htmlentities</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$title</span><span style="color: #339933;">,</span><span style="color: #009900; font-weight: bold;">ENT_NOQUOTES</span><span style="color: #339933;">,</span><span style="color: #000088;">$encoding</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #000088;">$excerpt</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/htmlentities"><span style="color: #990000;">htmlentities</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$excerpt</span><span style="color: #339933;">,</span><span style="color: #009900; font-weight: bold;">ENT_NOQUOTES</span><span style="color: #339933;">,</span><span style="color: #000088;">$encoding</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #000088;">$body</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/htmlentities"><span style="color: #990000;">htmlentities</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$body</span><span style="color: #339933;">,</span><span style="color: #009900; font-weight: bold;">ENT_NOQUOTES</span><span style="color: #339933;">,</span><span style="color: #000088;">$encoding</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #666666; font-style: italic;">// $category = htmlentities($category,ENT_NOQUOTES,$encoding);</span><br />
<span style="color: #000088;">$keywords</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/htmlentities"><span style="color: #990000;">htmlentities</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$keywords</span><span style="color: #339933;">,</span><span style="color: #009900; font-weight: bold;">ENT_NOQUOTES</span><span style="color: #339933;">,</span><span style="color: #000088;">$encoding</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<br />
<span style="color: #000088;">$rpcurl</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;http://www.mysite.com/xmlrpc.php&quot;</span><span style="color: #339933;">;</span><br />
<span style="color: #000088;">$username</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;XXXX&quot;</span><span style="color: #339933;">;</span><br />
<span style="color: #000088;">$password</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;yyyy&quot;</span><span style="color: #339933;">;</span><br />
<span style="color: #000088;">$content</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/array"><span style="color: #990000;">array</span></a><span style="color: #009900;">&#40;</span><br />
<span style="color: #0000ff;">'title'</span><span style="color: #339933;">=&amp;</span>gt<span style="color: #339933;">;</span><span style="color: #000088;">$title</span><span style="color: #339933;">,</span><br />
<span style="color: #0000ff;">'description'</span><span style="color: #339933;">=&amp;</span>gt<span style="color: #339933;">;</span><span style="color: #000088;">$body</span><span style="color: #339933;">,</span><br />
<span style="color: #0000ff;">'mt_excerpt'</span><span style="color: #339933;">=&amp;</span>gt<span style="color: #339933;">;</span><span style="color: #000088;">$excerpt</span><span style="color: #339933;">,</span><br />
<span style="color: #0000ff;">'mt_allow_comments'</span><span style="color: #339933;">=&amp;</span>gt<span style="color: #339933;">;</span><span style="color: #cc66cc;">0</span><span style="color: #339933;">,</span> <span style="color: #666666; font-style: italic;">// 1 to allow comments</span><br />
<span style="color: #0000ff;">'mt_allow_pings'</span><span style="color: #339933;">=&amp;</span>gt<span style="color: #339933;">;</span><span style="color: #cc66cc;">0</span><span style="color: #339933;">,</span> <span style="color: #666666; font-style: italic;">// 1 to allow trackbacks</span><br />
<span style="color: #0000ff;">'post_type'</span><span style="color: #339933;">=&amp;</span>gt<span style="color: #339933;">;</span><span style="color: #0000ff;">'post'</span><span style="color: #339933;">,</span><br />
<span style="color: #0000ff;">'mt_keywords'</span><span style="color: #339933;">=&amp;</span>gt<span style="color: #339933;">;</span><span style="color: #000088;">$keywords</span><span style="color: #339933;">,</span><br />
<span style="color: #0000ff;">'categories'</span><span style="color: #339933;">=&amp;</span>gt<span style="color: #339933;">;</span><a href="http://www.php.net/array"><span style="color: #990000;">array</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$category</span><span style="color: #009900;">&#41;</span><br />
<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #000088;">$params</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/array"><span style="color: #990000;">array</span></a><span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">0</span><span style="color: #339933;">,</span><span style="color: #000088;">$username</span><span style="color: #339933;">,</span><span style="color: #000088;">$password</span><span style="color: #339933;">,</span><span style="color: #000088;">$content</span><span style="color: #339933;">,</span><span style="color: #009900; font-weight: bold;">true</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #000088;">$request</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/xmlrpc_encode_request"><span style="color: #990000;">xmlrpc_encode_request</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'metaWeblog.newPost'</span><span style="color: #339933;">,</span><span style="color: #000088;">$params</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #000088;">$ch</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/curl_init"><span style="color: #990000;">curl_init</span></a><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<a href="http://www.php.net/curl_setopt"><span style="color: #990000;">curl_setopt</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$ch</span><span style="color: #339933;">,</span> CURLOPT_POSTFIELDS<span style="color: #339933;">,</span> <span style="color: #000088;">$request</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<a href="http://www.php.net/curl_setopt"><span style="color: #990000;">curl_setopt</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$ch</span><span style="color: #339933;">,</span> CURLOPT_URL<span style="color: #339933;">,</span> <span style="color: #000088;">$rpcurl</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<a href="http://www.php.net/curl_setopt"><span style="color: #990000;">curl_setopt</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$ch</span><span style="color: #339933;">,</span> CURLOPT_RETURNTRANSFER<span style="color: #339933;">,</span> <span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<a href="http://www.php.net/curl_setopt"><span style="color: #990000;">curl_setopt</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$ch</span><span style="color: #339933;">,</span> CURLOPT_TIMEOUT<span style="color: #339933;">,</span> <span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #000088;">$results</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/curl_exec"><span style="color: #990000;">curl_exec</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$ch</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<a href="http://www.php.net/curl_close"><span style="color: #990000;">curl_close</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$ch</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #b1b100;">return</span> <span style="color: #000088;">$results</span><span style="color: #339933;">;</span><br />
<span style="color: #009900;">&#125;</span></div></td></tr></tbody></table></div>
]]></content:encoded>
			<wfw:commentRss>http://www.kuilder.net/adding-posts-by-xml-rpc-and-displaying-them-in-the-sidebar/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Checking your site for malware</title>
		<link>http://www.kuilder.net/checking-your-site-for-malware/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=checking-your-site-for-malware</link>
		<comments>http://www.kuilder.net/checking-your-site-for-malware/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 12:39:49 +0000</pubDate>
		<dc:creator>Gerrit Kuilder</dc:creator>
				<category><![CDATA[Website]]></category>
		<category><![CDATA[backdoors]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[mistake]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[safe browsing]]></category>
		<category><![CDATA[scanner]]></category>
		<category><![CDATA[scanners]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[virus]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.kuilder.net/?p=229</guid>
		<description><![CDATA[I found this on a linkedin/worpress disccussion: First check your site here (there are more online scanners, but these are most pertinent): 1. http://sitecheck.sucuri.net/scanner/ 2. http://www.unmaskparasites.com 3. http://www.virustotal.com 4. http://www.phishtank.com 5. Google Safe Browsing (to access a sites google info, add their domain to the end of this): http://www.google.com/safebrowsing/diagnostic?site= example: http://www.google.com/safebrowsing/diagnostic?site=jammuredefine.in Then backup everything and put that backup somewhere...  <a href="http://www.kuilder.net/checking-your-site-for-malware/" class="more-link" title="Read Checking your site for malware">Read more &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>I found this on a linkedin/worpress disccussion:</p>
<p>First check your <a href="http://www.kuilder.net/tag/site/" class="st_tag internal_tag" rel="tag" title="Posts tagged with site">site</a> here (there are more online <a href="http://www.kuilder.net/tag/scanners/" class="st_tag internal_tag" rel="tag" title="Posts tagged with scanners">scanners</a>, but these are most pertinent):<br />
1. <a href="http://www.linkedin.com/redirect?url=http%3A%2F%2Fsitecheck%2Esucuri%2Enet%2Fscanner%2F&amp;urlhash=mIN3&amp;_t=tracking_disc" rel="nofollow" target="blank">http://sitecheck.sucuri.net/scanner/</a><br />
2. <a href="http://www.linkedin.com/redirect?url=http%3A%2F%2Fwww%2Eunmaskparasites%2Ecom&amp;urlhash=dCBU&amp;_t=tracking_disc" rel="nofollow" target="blank">http://www.unmaskparasites.com</a><br />
3. <a href="http://www.linkedin.com/redirect?url=http%3A%2F%2Fwww%2Evirustotal%2Ecom&amp;urlhash=hs7I&amp;_t=tracking_disc" rel="nofollow" target="blank">http://www.virustotal.com</a><br />
4. <a href="http://www.linkedin.com/redirect?url=http%3A%2F%2Fwww%2Ephishtank%2Ecom&amp;urlhash=Vogl&amp;_t=tracking_disc" rel="nofollow" target="blank">http://www.phishtank.com</a><br />
5. Google <a href="http://www.kuilder.net/tag/safe-browsing/" class="st_tag internal_tag" rel="tag" title="Posts tagged with safe browsing">Safe Browsing</a> (to access a sites google info, add their domain to the end of this):<br />
<a href="http://www.linkedin.com/redirect?url=http%3A%2F%2Fwww%2Egoogle%2Ecom%2Fsafebrowsing%2Fdiagnostic%3Fsite%3D&amp;urlhash=dhBX&amp;_t=tracking_disc" rel="nofollow" target="blank">http://www.google.com/safebrowsing/diagnostic?site=</a><br />
example:<br />
<a href="http://www.linkedin.com/redirect?url=http%3A%2F%2Fwww%2Egoogle%2Ecom%2Fsafebrowsing%2Fdiagnostic%3Fsite%3Djammuredefine%2Ein&amp;urlhash=XHYF&amp;_t=tracking_disc" rel="nofollow" target="blank">http://www.google.com/safebrowsing/diagnostic?site=jammuredefine.in</a></p>
<p>Then backup everything and put that backup somewhere safe. This is in case you have problems later on. Even though you could be backing up infected files, it is more important to have a backup up of your work, for if you make a <a href="http://www.kuilder.net/tag/mistake/" class="st_tag internal_tag" rel="tag" title="Posts tagged with mistake">mistake</a> cleaning your site, you will still have the backup(s).<br />
1. <a href="http://www.linkedin.com/redirect?url=http%3A%2F%2Fcodex%2Ewordpress%2Eorg%2FWordPress_Backups&amp;urlhash=rV9C&amp;_t=tracking_disc" rel="nofollow" target="blank">http://codex.wordpress.org/WordPress_Backups</a><br />
2. <a href="http://www.linkedin.com/redirect?url=http%3A%2F%2Fcodex%2Ewordpress%2Eorg%2FBacking_Up_Your_Database&amp;urlhash=rBxY&amp;_t=tracking_disc" rel="nofollow" target="blank">http://codex.wordpress.org/Backing_Up_Your_Database</a><br />
3. <a href="http://www.linkedin.com/redirect?url=http%3A%2F%2Fcodex%2Ewordpress%2Eorg%2FRestoring_Your_Database_From_Backup&amp;urlhash=OALY&amp;_t=tracking_disc" rel="nofollow" target="blank">http://codex.wordpress.org/Restoring_Your_Database_From_Backup</a></p>
<p>Then read these:<br />
1. <a href="http://www.linkedin.com/redirect?url=http%3A%2F%2Fcodex%2Ewordpress%2Eorg%2FFAQ_My_site_was_hacked&amp;urlhash=DHL2&amp;_t=tracking_disc" rel="nofollow" target="blank">http://codex.wordpress.org/FAQ_My_site_was_hacked</a><br />
2. <a href="http://www.linkedin.com/redirect?url=http%3A%2F%2Fwordpress%2Eorg%2Fsupport%2Ftopic%2F268083%23post-1065779&amp;urlhash=muGi&amp;_t=tracking_disc" rel="nofollow" target="blank">http://wordpress.org/support/topic/268083#post-1065779</a><br />
3. <a href="http://www.linkedin.com/redirect?url=http%3A%2F%2Fsmackdown%2Eblogsblogsblogs%2Ecom%2F2008%2F06%2F24%2Fhow-to-completely-clean-your-hacked-wordpress-installation%2F&amp;urlhash=B64x&amp;_t=tracking_disc" rel="nofollow" target="blank">http://smackdown.blogsblogsblogs.com/2008/06/24/how-to-completely-clean-your-hacked-wordpress-installation/</a><br />
4. <a href="http://www.linkedin.com/redirect?url=http%3A%2F%2Fottopress%2Ecom%2F2009%2Fhacked-wordpress-backdoors%2F&amp;urlhash=Co2K&amp;_t=tracking_disc" rel="nofollow" target="blank">http://ottopress.com/2009/hacked-wordpress-backdoors/</a></p>
<p>Once your site is clean, then read this:<br />
<a href="http://www.linkedin.com/redirect?url=http%3A%2F%2Fcodex%2Ewordpress%2Eorg%2FHardening_WordPress&amp;urlhash=_PmA&amp;_t=tracking_disc" rel="nofollow" target="blank">http://codex.wordpress.org/Hardening_WordPress</a></p>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.kuilder.net/checking-your-site-for-malware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What not to like about plugins</title>
		<link>http://www.kuilder.net/what-not-to-like-about-plugins/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=what-not-to-like-about-plugins</link>
		<comments>http://www.kuilder.net/what-not-to-like-about-plugins/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 10:01:03 +0000</pubDate>
		<dc:creator>Gerrit Kuilder</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.kuilder.net/?p=226</guid>
		<description><![CDATA[Some plugins insist on setting their own styles, this is very annoying when it clashes with the theme you use. Needed to hack the related posts plugin to remove font settings (all window fonts too). &#160; &#160;]]></description>
			<content:encoded><![CDATA[<p>Some <a href="http://www.kuilder.net/tag/plugins-2/" class="st_tag internal_tag" rel="tag" title="Posts tagged with plugins">plugins</a> insist on setting their own styles, this is very annoying when it clashes with the theme you use. Needed to hack the related posts plugin to remove font settings (all window fonts too).</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kuilder.net/what-not-to-like-about-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using a related post plugin and a plugin that sets a featured image depending on the category.</title>
		<link>http://www.kuilder.net/using-a-related-post-plugin-and-a-plugin-that-sets-a-featured-image-depending-on-the-category/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-a-related-post-plugin-and-a-plugin-that-sets-a-featured-image-depending-on-the-category</link>
		<comments>http://www.kuilder.net/using-a-related-post-plugin-and-a-plugin-that-sets-a-featured-image-depending-on-the-category/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 21:41:30 +0000</pubDate>
		<dc:creator>Gerrit Kuilder</dc:creator>
				<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://www.kuilder.net/?p=220</guid>
		<description><![CDATA[Added 2 plugins: a plugin to show related posts with a thumbnail: IGIT Related Post With Thumb and a plugin that adds default thumbnails to categories: FPW Category Thumbnails. They seem to work well, I only have to fix the theme I am using (Sight 1.0 by WPSHOWER)  to display the images I use. &#160;]]></description>
			<content:encoded><![CDATA[<p>Added 2 <a href="http://www.kuilder.net/tag/plugins-2/" class="st_tag internal_tag" rel="tag" title="Posts tagged with plugins">plugins</a>: a plugin to show related posts with a thumbnail: <a href="http://wordpress.org/extend/plugins/igit-related-posts-with-thumb-images-after-posts/">IGIT Related Post With Thum</a>b and a plugin that adds default thumbnails to categories: <a href="http://wordpress.org/extend/plugins/fpw-category-thumbnails/">FPW Category Thumbnails</a>.</p>
<p>They seem to work well, I only have to fix the theme I am using (Sight 1.0 by <a title="Visit author homepage" href="http://www.wpshower.com/">WPSHOWER</a>)  to display the images I use.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kuilder.net/using-a-related-post-plugin-and-a-plugin-that-sets-a-featured-image-depending-on-the-category/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speeding Up wordpress with gmetrix</title>
		<link>http://www.kuilder.net/speeding-up-wordpress-with-gmetrix/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=speeding-up-wordpress-with-gmetrix</link>
		<comments>http://www.kuilder.net/speeding-up-wordpress-with-gmetrix/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 11:53:07 +0000</pubDate>
		<dc:creator>Gerrit Kuilder</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[gmetrix]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[speed]]></category>

		<guid isPermaLink="false">http://www.kuilder.net/?p=193</guid>
		<description><![CDATA[Found gmetrix .  This website can test the speed of youe site and gives you tips on how to speed up your site. Looks like it is worthwhile to use and especially test themes with it. They have a special page for wordpress optimization See if you kan turn on KeepAlive on the server itself....  <a href="http://www.kuilder.net/speeding-up-wordpress-with-gmetrix/" class="more-link" title="Read Speeding Up wordpress with gmetrix">Read more &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Found <a href="http://gtmetrix.com">gmetrix</a> .  This website can test the <a href="http://www.kuilder.net/tag/speed/" class="st_tag internal_tag" rel="tag" title="Posts tagged with speed">speed</a> of youe <a href="http://www.kuilder.net/tag/site/" class="st_tag internal_tag" rel="tag" title="Posts tagged with site">site</a> and gives you tips on how to <a href="http://www.kuilder.net/tag/speed/" class="st_tag internal_tag" rel="tag" title="Posts tagged with speed">speed</a> up your site.<br />
Looks like it is worthwhile to use and especially test <a href="http://www.kuilder.net/tag/themes/" class="st_tag internal_tag" rel="tag" title="Posts tagged with themes">themes</a> with it.</p>
<p>They have a special page for <a href="http://gtmetrix.com/wordpress-optimization-guide.html">wordpress optimization</a></p>
<p>See if you kan turn on KeepAlive on the <a href="http://www.kuilder.net/tag/server/" class="st_tag internal_tag" rel="tag" title="Posts tagged with server">server</a> itself.<br />
<!-- more --><br />
I added this to my htaccess:</p>
<div class="codecolorer-container apache railscasts" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;height:300px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br /></div></td><td><div class="apache codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #adadad; font-style: italic;">#speeding up the server</span><br />
&lt;<span style="color: #000000; font-weight:bold;">IfModule</span> mod_deflate.c&gt;<br />
<span style="color: #00007f;">SetOutputFilter</span> DEFLATE<br />
<span style="color: #adadad; font-style: italic;"># Don.t compress</span><br />
<span style="color: #00007f;">SetEnvIfNoCase</span> Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary<br />
<span style="color: #00007f;">SetEnvIfNoCase</span> Request_URI \.(?:exe|t?gz|zip|bz2|sit|rar)$ no-gzip dont-vary<br />
<span style="color: #adadad; font-style: italic;">#Dealing with proxy servers</span><br />
&lt;<span style="color: #000000; font-weight:bold;">IfModule</span> mod_headers.c&gt;<br />
<span style="color: #00007f;">Header</span> append Vary User-Agent<br />
&lt;/<span style="color: #000000; font-weight:bold;">IfModule</span>&gt;<br />
&lt;/<span style="color: #000000; font-weight:bold;">IfModule</span>&gt;<br />
&lt;<span style="color: #000000; font-weight:bold;">ifModule</span> mod_expires.c&gt;<br />
<span style="color: #00007f;">ExpiresActive</span> <span style="color: #0000ff;">On</span><br />
<span style="color: #00007f;">ExpiresDefault</span> <span style="color: #7f007f;">&quot;access plus 1 seconds&quot;</span><br />
<span style="color: #00007f;">ExpiresByType</span> text/html <span style="color: #7f007f;">&quot;access plus 1 seconds&quot;</span><br />
<span style="color: #00007f;">ExpiresByType</span> image/gif <span style="color: #7f007f;">&quot;access plus 2592000 seconds&quot;</span><br />
<span style="color: #00007f;">ExpiresByType</span> image/jpeg <span style="color: #7f007f;">&quot;access plus 2592000 seconds&quot;</span><br />
<span style="color: #00007f;">ExpiresByType</span> image/png <span style="color: #7f007f;">&quot;access plus 2592000 seconds&quot;</span><br />
<span style="color: #00007f;">ExpiresByType</span> text/css <span style="color: #7f007f;">&quot;access plus 604800 seconds&quot;</span><br />
<span style="color: #00007f;">ExpiresByType</span> text/javascript <span style="color: #7f007f;">&quot;access plus 216000 seconds&quot;</span><br />
<span style="color: #00007f;">ExpiresByType</span> application/x-javascript <span style="color: #7f007f;">&quot;access plus 216000 seconds&quot;</span><br />
&lt;/<span style="color: #000000; font-weight:bold;">ifModule</span>&gt;<br />
&lt;pre&gt;&lt;<span style="color: #000000; font-weight:bold;">ifModule</span> mod_headers.c&gt;<br />
&nbsp;&lt;<span style="color: #000000; font-weight:bold;">filesMatch</span> <span style="color: #7f007f;">&quot;<span style="color: #000099; font-weight: bold;">\\</span>.(ico|pdf|flv|jpg|jpeg|png|gif|swf)$&quot;</span>&gt;<br />
&nbsp;<span style="color: #00007f;">Header</span> set Cache-Control <span style="color: #7f007f;">&quot;max-age=2592000, public&quot;</span><br />
&nbsp;&lt;/<span style="color: #000000; font-weight:bold;">filesMatch</span>&gt;<br />
&nbsp;&lt;<span style="color: #000000; font-weight:bold;">filesMatch</span> <span style="color: #7f007f;">&quot;<span style="color: #000099; font-weight: bold;">\\</span>.(css)$&quot;</span>&gt;<br />
&nbsp;<span style="color: #00007f;">Header</span> set Cache-Control <span style="color: #7f007f;">&quot;max-age=604800, public&quot;</span><br />
&nbsp;&lt;/<span style="color: #000000; font-weight:bold;">filesMatch</span>&gt;<br />
&nbsp;&lt;<span style="color: #000000; font-weight:bold;">filesMatch</span> <span style="color: #7f007f;">&quot;<span style="color: #000099; font-weight: bold;">\\</span>.(js)$&quot;</span>&gt;<br />
&nbsp;<span style="color: #00007f;">Header</span> set Cache-Control <span style="color: #7f007f;">&quot;max-age=216000, private&quot;</span><br />
&nbsp;&lt;/<span style="color: #000000; font-weight:bold;">filesMatch</span>&gt;<br />
&nbsp;&lt;<span style="color: #000000; font-weight:bold;">filesMatch</span> <span style="color: #7f007f;">&quot;<span style="color: #000099; font-weight: bold;">\\</span>.(xml|txt)$&quot;</span>&gt;<br />
&nbsp;<span style="color: #00007f;">Header</span> set Cache-Control <span style="color: #7f007f;">&quot;max-age=216000, public, must-revalidate&quot;</span><br />
&nbsp;&lt;/<span style="color: #000000; font-weight:bold;">filesMatch</span>&gt;<br />
&nbsp;&lt;<span style="color: #000000; font-weight:bold;">filesMatch</span> <span style="color: #7f007f;">&quot;<span style="color: #000099; font-weight: bold;">\\</span>.(html|htm|php)$&quot;</span>&gt;<br />
&nbsp;<span style="color: #00007f;">Header</span> set Cache-Control <span style="color: #7f007f;">&quot;max-age=1, private, must-revalidate&quot;</span><br />
&nbsp;&lt;/<span style="color: #000000; font-weight:bold;">filesMatch</span>&gt;<br />
&lt;/<span style="color: #000000; font-weight:bold;">ifModule</span>&gt;</div></td></tr></tbody></table></div>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.kuilder.net/speeding-up-wordpress-with-gmetrix/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Found some nice themes</title>
		<link>http://www.kuilder.net/found-some-nice-themes/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=found-some-nice-themes</link>
		<comments>http://www.kuilder.net/found-some-nice-themes/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 08:00:53 +0000</pubDate>
		<dc:creator>Gerrit Kuilder</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wpshower]]></category>

		<guid isPermaLink="false">http://www.kuilder.net/?p=189</guid>
		<description><![CDATA[Yesterday I came  across a nice website with just a few themes, all of them very good looking: wpshower]]></description>
			<content:encoded><![CDATA[<p>Yesterday I came  across a nice website with just a few <a href="http://www.kuilder.net/tag/themes/" class="st_tag internal_tag" rel="tag" title="Posts tagged with themes">themes</a>, all of them very good looking: <a href="http://www.wpshower.com">wpshower</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kuilder.net/found-some-nice-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another plugin tested: connections</title>
		<link>http://www.kuilder.net/another-plugin-tested-connections/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=another-plugin-tested-connections</link>
		<comments>http://www.kuilder.net/another-plugin-tested-connections/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 13:18:02 +0000</pubDate>
		<dc:creator>Gerrit Kuilder</dc:creator>
				<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://www.kuilder.net/?p=135</guid>
		<description><![CDATA[Looked at and tested a few plugins, this time it was connections, this allows you to create a database of users, companies etc and create pages with shortcodes to display the list in various ways. Good to know, works well except that the css/styling might not play nice with your current theme. &#160;]]></description>
			<content:encoded><![CDATA[<p>Looked at and tested a few <a href="http://www.kuilder.net/tag/plugins-2/" class="st_tag internal_tag" rel="tag" title="Posts tagged with plugins">plugins</a>, this time it was <a href="http://wordpress.org/extend/plugins/connections/">connections</a>, this allows you to create a database of users, companies etc and create pages with shortcodes to display the list in various ways.</p>
<p>Good to know, works well except that the css/styling might not play nice with your current theme.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kuilder.net/another-plugin-tested-connections/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Testing some plugins Fanpage connect</title>
		<link>http://www.kuilder.net/testing-some-plugins/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=testing-some-plugins</link>
		<comments>http://www.kuilder.net/testing-some-plugins/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 13:03:59 +0000</pubDate>
		<dc:creator>Gerrit Kuilder</dc:creator>
				<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://www.kuilder.net/?p=129</guid>
		<description><![CDATA[Have been playing around with the Facebook Fanpage connect Pluging (More). Not quite sure if I understand it all and if it is working correctly yet. Hmm.. not appearing on fan page as promised? At the moment I cannot get it to connect properly, the setup, promised as being simple, requires you to create an...  <a href="http://www.kuilder.net/testing-some-plugins/" class="more-link" title="Read Testing some plugins Fanpage connect">Read more &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Have been playing around with the Facebook Fanpage connect Pluging (<a href="http://www.fanpageconnect.com">More</a>). Not quite sure if I understand it all and if it is working correctly yet. Hmm.. not appearing on fan page as promised?</p>
<p>At the moment I cannot get it to connect properly, the setup, promised as being simple, requires you to create an app in Facebook. The instructions are in a pdf and outdated, there is no proper installation guide on the website etc&#8230;.</p>
<p>Currently the method as described on the fanpage connect Facebook page does bot work, this could be an error on Facebooks side.</p>
<p>Maybe I should also have a look at this plugin, at some stage: http://<a href="http://www.kuilder.net/tag/wordpress/" class="st_tag internal_tag" rel="tag" title="Posts tagged with wordpress">wordpress</a>.org/extend/<a href="http://www.kuilder.net/tag/plugins-2/" class="st_tag internal_tag" rel="tag" title="Posts tagged with plugins">plugins</a>/simple-facebook-connect/screenshots/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kuilder.net/testing-some-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The right theme to modify</title>
		<link>http://www.kuilder.net/the-right-theme-to-modify/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-right-theme-to-modify</link>
		<comments>http://www.kuilder.net/the-right-theme-to-modify/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 06:53:05 +0000</pubDate>
		<dc:creator>Gerrit Kuilder</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://www.kuilder.net/?p=110</guid>
		<description><![CDATA[I have been looking at a lot of themes for WordPress. especially one that is either easy to modify or on to make child themes with. So far I have had no luck, I am looking for a theme that does not use too much of its own style of coding and functionality but stays...  <a href="http://www.kuilder.net/the-right-theme-to-modify/" class="more-link" title="Read The right theme to modify">Read more &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>I have been looking at a lot of <a href="http://www.kuilder.net/tag/themes/" class="st_tag internal_tag" rel="tag" title="Posts tagged with themes">themes</a> for <a href="http://www.kuilder.net/tag/wordpress/" class="st_tag internal_tag" rel="tag" title="Posts tagged with wordpress">WordPress</a>. especially one that is either easy to modify or on to make child <a href="http://www.kuilder.net/tag/themes/" class="st_tag internal_tag" rel="tag" title="Posts tagged with themes">themes</a> with. So far I have had no luck, I am looking for a theme that does not use too much of its own style of coding and functionality but stays close enough to WordPress standards.</p>
<p>It would also be nice to have the <a href="http://www.kuilder.net/tag/code/" class="st_tag internal_tag" rel="tag" title="Posts tagged with code">code</a> for a single <a href="http://www.kuilder.net/tag/post/" class="st_tag internal_tag" rel="tag" title="Posts tagged with post">post</a> in one location so that it is easy to place elements from a <a href="http://www.kuilder.net/tag/post/" class="st_tag internal_tag" rel="tag" title="Posts tagged with post">post</a> placed where you want them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kuilder.net/the-right-theme-to-modify/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Simple Taxonomy</title>
		<link>http://www.kuilder.net/simple-taxonomy/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=simple-taxonomy</link>
		<comments>http://www.kuilder.net/simple-taxonomy/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 06:46:30 +0000</pubDate>
		<dc:creator>Gerrit Kuilder</dc:creator>
				<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://www.kuilder.net/?p=108</guid>
		<description><![CDATA[I tried a simple taxonomy for my photographs site,  I can now add Location and People tags, works quite well, I am  afraid it will take a long time to add all those tags to my pictures. Oh yes, the plugin used is the simple taxonomy by yoast.]]></description>
			<content:encoded><![CDATA[<p>I tried a simple taxonomy for my photographs <a href="http://www.kuilder.net/tag/site/" class="st_tag internal_tag" rel="tag" title="Posts tagged with site">site</a>,  I can now add Location and People tags, works quite well, I am  afraid it will take a long time to add all those tags to my pictures.</p>
<p>Oh yes, the plugin used is the simple taxonomy by yoast.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kuilder.net/simple-taxonomy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

