<?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>h4x3d.com &#187; Wordpress</title>
	<atom:link href="http://h4x3d.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://h4x3d.com</link>
	<description>online portfolio of Julian Klewes</description>
	<lastBuildDate>Mon, 25 Jul 2011 13:18:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Wrong character encoding &#8211; Latin-1, UTF-8 data in MySQL</title>
		<link>http://h4x3d.com/wrong-character-encoding-latin-1-utf-8-data-in-mysql/</link>
		<comments>http://h4x3d.com/wrong-character-encoding-latin-1-utf-8-data-in-mysql/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 03:17:17 +0000</pubDate>
		<dc:creator>jz</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[utf-8]]></category>

		<guid isPermaLink="false">http://h4x3d.com/?p=1420</guid>
		<description><![CDATA[This article saved me quite some headache &#8211; also this is the cleanest solution of all. For several other workarounds, see Stackoverflow here. The solution that works was: mysqldump -h (your ip) -u (your username) -p  --opt --quote-names \ --skip-set-charset --default-character-set=latin1 (your db name) &#62; (your db name)-dump.sql mysql -h (your ip) -u (your username) [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.hno3.org/2010/04/22/fixing-double-encoded-utf-8-data-in-mysql/">This article</a> saved me quite some headache &#8211; also this is the cleanest solution of all. For several other workarounds, see Stackoverflow <a href="http://stackoverflow.com/questions/1344692/i-need-help-fixing-broken-utf8-encoding">here</a>.</p>
<p>The solution that works was:</p>
<pre><code>mysqldump -h (your ip) -u (your username) -p  --opt --quote-names \
--skip-set-charset --default-character-set=latin1 (your db name) &gt; (your db name)-dump.sql</code></pre>
<pre><code>mysql -h (your ip) -u (your username) -p \
--default-character-set=utf8 (your db name) &lt; (your db name)-dump.sql</code></pre>
<p>delete the brackets, dont fill in the brackets (your ip) = 127.0.0.1 for instance</p>
]]></content:encoded>
			<wfw:commentRss>http://h4x3d.com/wrong-character-encoding-latin-1-utf-8-data-in-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove W3 Total Cache html comment in footer</title>
		<link>http://h4x3d.com/how-to-remove-w3-total-cache-html-comment-in-footer/</link>
		<comments>http://h4x3d.com/how-to-remove-w3-total-cache-html-comment-in-footer/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 08:28:21 +0000</pubDate>
		<dc:creator>jz</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[credits]]></category>
		<category><![CDATA[footer]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[W3 Total Cache]]></category>

		<guid isPermaLink="false">http://www.h4x3d.com/?p=1417</guid>
		<description><![CDATA[I am not discussing whether it should be done or not, but just saying where to do it. W3 Total Cache is a great plugin and they surely deserve some SEO juice / kudos for their work, but I have seen questions unanswered on the net of people not knowing where to delete pieces of [...]]]></description>
			<content:encoded><![CDATA[<p><em>I am not discussing whether it should be done or not, but just saying where to do it.</em><br />
W3 Total Cache is a great plugin and they surely deserve some SEO juice / kudos for their work, but I have seen questions unanswered on the net of people not knowing where to delete pieces of comments that are inserted into their pages. Again, I am not touching the ethics of removing credits, but just offer the tools. Use as liked.</p>
<pre><code>/wp-content/plugins/w3-total-cache/lib/W3/Plugin/TotalCache.php</code></pre>
<p>and uncomment/change as desired.</p>
<p>from</p>
<pre><code>/wp-content/plugins/w3-total-cache/w3-total-cache.php</code></pre>
<p>you can find the lead (the references to the above mentioned file).<br />
find the lines using the search for the html comment&#8230; </p>
]]></content:encoded>
			<wfw:commentRss>http://h4x3d.com/how-to-remove-w3-total-cache-html-comment-in-footer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to remove W3 Total Cache html comment in footer</title>
		<link>http://h4x3d.com/how-to-remove-w3-total-cache-html-comment-in-footer/</link>
		<comments>http://h4x3d.com/how-to-remove-w3-total-cache-html-comment-in-footer/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 08:28:21 +0000</pubDate>
		<dc:creator>jz</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[credits]]></category>
		<category><![CDATA[footer]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[W3 Total Cache]]></category>

		<guid isPermaLink="false">http://www.h4x3d.com/?p=1417</guid>
		<description><![CDATA[I am not discussing whether it should be done or not, but just saying where to do it. W3 Total Cache is a great plugin and they surely deserve some SEO juice / kudos for their work, but I have seen questions unanswered on the net of people not knowing where to delete pieces of [...]]]></description>
			<content:encoded><![CDATA[<p><em>I am not discussing whether it should be done or not, but just saying where to do it.</em><br />
W3 Total Cache is a great plugin and they surely deserve some SEO juice / kudos for their work, but I have seen questions unanswered on the net of people not knowing where to delete pieces of comments that are inserted into their pages. Again, I am not touching the ethics of removing credits, but just offer the tools. Use as liked.</p>
<pre><code>/wp-content/plugins/w3-total-cache/lib/W3/Plugin/TotalCache.php</code></pre>
<p>and uncomment/change as desired.</p>
<p>from</p>
<pre><code>/wp-content/plugins/w3-total-cache/w3-total-cache.php</code></pre>
<p>you can find the lead (the references to the above mentioned file).<br />
find the lines using the search for the html comment&#8230; </p>
]]></content:encoded>
			<wfw:commentRss>http://h4x3d.com/how-to-remove-w3-total-cache-html-comment-in-footer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>So what&#8217;s going on with the site and in general?</title>
		<link>http://h4x3d.com/so-whats-going-on-with-the-site-and-in-general/</link>
		<comments>http://h4x3d.com/so-whats-going-on-with-the-site-and-in-general/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 07:19:47 +0000</pubDate>
		<dc:creator>jz</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[h4x3d.com]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[status]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.h4x3d.com/?p=1410</guid>
		<description><![CDATA[As regular visitors may have noticed there were only few (or no) updates to the site in the past few weeks (or months). This was primarily due to the fact that most of my time was soaked up with finishing my diploma thesis. I have now successfully graduated from university and will be entering &#8220;business&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>As regular visitors may have noticed there were only few (<em>or no</em>) updates to the site in the past few weeks (<em>or months</em>).<br />
This was primarily due to the fact that most of my time was soaked up with finishing my diploma thesis.<br />
I have now successfully graduated from university and will be entering &#8220;business&#8221; in October this year.<br />
In the meantime I plan to simplify this site and update most of the 700 posts.<br />
My advertisement revenue is down from previous 900 $ USD to a laughable 11 $ USD a month, while the number of visitors has just slightly declined from 10,500 (daily) to 5,000  (okay that&#8217;s a 50% drop, but still). The drop in ad revenue is also explained with the new theme that I introduced in December 2009. It is, as I may have to admit, too confusing and too colourful/image heavy.<br />
Many preferred the white theme before (2007 to 2009). In that sense I will try to do a good job in coming up with a real simple and user-friendly design. After all this site is not primarily for me, but for you. Also, I need to fix the download links and generally links that link-out. I will pay more attention to comments. For all the trouble and lack of updates I am sorry. Stay posted and keep the comments coming.</p>
]]></content:encoded>
			<wfw:commentRss>http://h4x3d.com/so-whats-going-on-with-the-site-and-in-general/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So what&#8217;s going on with the site and in general?</title>
		<link>http://h4x3d.com/so-whats-going-on-with-the-site-and-in-general/</link>
		<comments>http://h4x3d.com/so-whats-going-on-with-the-site-and-in-general/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 07:19:47 +0000</pubDate>
		<dc:creator>jz</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[h4x3d.com]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[status]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.h4x3d.com/?p=1410</guid>
		<description><![CDATA[As regular visitors may have noticed there were only few (or no) updates to the site in the past few weeks (or months). This was primarily due to the fact that most of my time was soaked up with finishing my diploma thesis. I have now successfully graduated from university and will be entering &#8220;business&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>As regular visitors may have noticed there were only few (<em>or no</em>) updates to the site in the past few weeks (<em>or months</em>).<br />
This was primarily due to the fact that most of my time was soaked up with finishing my diploma thesis.<br />
I have now successfully graduated from university and will be entering &#8220;business&#8221; in October this year.<br />
In the meantime I plan to simplify this site and update most of the 700 posts.<br />
My advertisement revenue is down from previous 900 $ USD to a laughable 11 $ USD a month, while the number of visitors has just slightly declined from 10,500 (daily) to 5,000  (okay that&#8217;s a 50% drop, but still). The drop in ad revenue is also explained with the new theme that I introduced in December 2009. It is, as I may have to admit, too confusing and too colourful/image heavy.<br />
Many preferred the white theme before (2007 to 2009). In that sense I will try to do a good job in coming up with a real simple and user-friendly design. After all this site is not primarily for me, but for you. Also, I need to fix the download links and generally links that link-out. I will pay more attention to comments. For all the trouble and lack of updates I am sorry. Stay posted and keep the comments coming.</p>
]]></content:encoded>
			<wfw:commentRss>http://h4x3d.com/so-whats-going-on-with-the-site-and-in-general/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Mu embed not working for youtube, input, code, etc.</title>
		<link>http://h4x3d.com/wordpress-mu-embed-not-working-for-youtube-input-code-etc/</link>
		<comments>http://h4x3d.com/wordpress-mu-embed-not-working-for-youtube-input-code-etc/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 20:16:32 +0000</pubDate>
		<dc:creator>jz</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[includes]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[unfiltered]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress mu]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.h4x3d.com/?p=1402</guid>
		<description><![CDATA[Today I wanted to publish a real quick post about how to embed a paypal button into your wordpress post. A topic that has been covered many times elsewhere (if you consult google), but yet many paypal buttons failed to hide the merchant&#8217;s email address which would result in evil spam to be sent. Anyhow, [...]]]></description>
			<content:encoded><![CDATA[<p>Today I wanted to publish a real quick post about how to embed a paypal button into your wordpress post. A topic that has been covered many times elsewhere (if you consult google), but yet many paypal buttons failed to hide the merchant&#8217;s email address which would result in evil spam to be sent. Anyhow, I thought posting this quick article would take max 5 minutes or so, but it turned out to be more difficult: WordPress MU for security purposes does not allow specific HTML code to be included in posts or pages.<br />
This is for security reasons, as mentioned before, because in a multi-blog environment people could post all sorts of crap to compromise your site, server and work, ultimately driving you nuts and causing all sorts of havoc.</p>
<p>After some Googling <a href="http://www.clickonf5.org/wordpress-mu/youtube-other-video-not-embedding-wordpress-mu/5820">I</a> <a href="http://mu.wordpress.org/forums/topic/1964?replies=6">found</a> <a href="http://mu.wordpress.org/forums/topic/1964/page/2#post-46843">several</a> <a href="http://blogs.voxeo.com/behindtheblog/2008/08/01/tip-how-to-modify-wordpress-mu-to-allow-embed-objects-specifically-for-slideshare/">interesting</a> <a href="http://php-princess.net/2009/06/16/embedding-youtube-videos-in-wordpress-mu/">articles</a>, <a href="http://kafekafe.com/wordpress-mu/2009/06/24/wordpress-mu-embed-code/">most</a> of <a href="http://www.darkavenger.co.uk/words/2009/09/get-youtube-videos-to-work-in-wordpress-mu/">them</a> repeated themselves and said &#8220;well.. edit the ksas.php file in wp-includes&#8221; and then stated a long-list with many interesting HTML pieces. This works, but a plugin is more fancy I thought: so I googled on and found a plugin called <a href="http://wordpress.org/extend/plugins/unfiltered-mu/">&#8220;unfiltered&#8221; content WordPress MU</a>, released by the WordPress guys. This is in so far cool, as you can either stick it in the mu-plugins folder and have it sidewide, or in the regular plugins folder and just activate it on a blog by blog basis. Since I am running this WordPress MU installation on my own and do not have posts to monitor for &#8220;havoc causing script includes&#8221;, I decided to go for the plugin and enable it side-wide. This way I can upgrade my wordpress mu next time a new version comes out and keep my sanity (because by then I would probably have forgotten about the includes folder and the php file that I need to update every time&#8230;)</p>
<p>Hope this helps,<br />
best,<br />
jez</p>
]]></content:encoded>
			<wfw:commentRss>http://h4x3d.com/wordpress-mu-embed-not-working-for-youtube-input-code-etc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding a paypal button to your wordpress page</title>
		<link>http://h4x3d.com/adding-a-paypal-button-to-your-wordpress-page/</link>
		<comments>http://h4x3d.com/adding-a-paypal-button-to-your-wordpress-page/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 15:39:23 +0000</pubDate>
		<dc:creator>jz</dc:creator>
				<category><![CDATA[asides]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[donate]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.h4x3d.com/?p=1398</guid>
		<description><![CDATA[update: f§*king wordpress mu won&#8217;t let me enter tags in my posts. I have tried the wordpress RAW plugin and other filters, but still. more updates on this tomorrow -> solution There are different approaches to doing this (adding a paypal button to your wordpress page, or any html or php website): You can copy&#38;paste [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.h4x3d.com/wordpress-mu-embed-not-working-for-youtube-input-code-etc/">update: f§*king wordpress mu won&#8217;t let me enter  tags in my posts. I have tried the wordpress RAW plugin and other filters, but still. more updates on this tomorrow -> solution</a></strong></p>
<p>There are different approaches to doing this (adding a paypal button to your wordpress page, or any html or php website):</p>
<p>You can copy&amp;paste the code you find on most pages and wonder why you get really a lot of spam emails<br />
or you can use the &#8220;secure merchant id&#8221; code from paypal<br />
or you can grab a plugin at wordpress.org</p>
<p>To explain the first (revealing code)</p>
<pre><span style=' color: Blue;'>&lt;</span><span style=' color: Maroon;'>form</span> <span style=' color: Red;'>name</span>=”_xclick” <span style=' color: Red;'>action</span>=”https://www.paypal.com/cgi-bin/webscr” <span style=' color: Red;'>method</span>=”post”<span style=' color: Blue;'>&gt;</span>
<span style=' color: Blue;'>&lt;</span><span style=' color: Maroon;'>input</span> <span style=' color: Red;'>type</span>=”hidden” <span style=' color: Red;'>name</span>=”cmd” <span style=' color: Red;'>value</span>=”_xclick”/<span style=' color: Blue;'>&gt;</span>
<span style=' color: Blue;'>&lt;</span><span style=' color: Maroon;'>input</span> <span style=' color: Red;'>type</span>=”hidden” <span style=' color: Red;'>name</span>=”business” <span style=' color: Red;'>value</span>=”user@spam-me-please.com”/<span style=' color: Blue;'>&gt;</span>
<span style=' color: Blue;'>&lt;</span><span style=' color: Maroon;'>input</span> <span style=' color: Red;'>type</span>=”hidden” <span style=' color: Red;'>name</span>=”item_name” <span style=' color: Red;'>value</span>=”Customer Service”/<span style=' color: Blue;'>&gt;</span>
<span style=' color: Blue;'>&lt;</span><span style=' color: Maroon;'>input</span> <span style=' color: Red;'>type</span>=”hidden” <span style=' color: Red;'>name</span>=”currency_code” <span style=' color: Red;'>value</span>=”USD”/<span style=' color: Blue;'>&gt;</span>
<span style=' color: Blue;'>&lt;</span><span style=' color: Maroon;'>input</span> <span style=' color: Red;'>type</span>=”hidden” <span style=' color: Red;'>name</span>=”amount” <span style=' color: Red;'>value</span>=”1.00″/<span style=' color: Blue;'>&gt;</span>
<span style=' color: Blue;'>&lt;</span><span style=' color: Maroon;'>input</span> <span style=' color: Red;'>type</span>=”image” <span style=' color: Red;'>src</span>=”http://www.paypal.com/en_US/i/btn/btn_donate_LG.gif” <span style=' color: Red;'>border</span>=”0″ <span style=' color: Red;'>name</span>=”submit” <span style=' color: Red;'>alt</span>=”Make payments with PayPal - it’s fast, free and secure!”/<span style=' color: Blue;'>&gt;</span>
<span style=' color: Blue;'>&lt;</span>/<span style=' color: Maroon;'>form</span><span style=' color: Blue;'>&gt;</span></pre>
<p>While this has its advantages: you can easily specify the parameters, it also has the problem that your email address is very likely to be scraped and spammed by bots. So next time you receive one of those fake paypal &#8220;you need to click here to reactivate your account&#8221; emails&#8230; guess why you are receiving it.</p>
<p>I use the second version, the paypal secured id, because I am not too keen to exposing (any) email address to spam bots. The code below will generate a paypal button with my id in it. To change that or to get your code you need to login to paypal and get it from the merchant tab. Or you can enter &#8220;paypal button&#8221; in the search field top right of the page.</p>
<p>2) Click on Merchant services.<br />
3) Click on websites payment standards.<br />
4) Click on accept contributions.<br />
5) Click on get donation button.</p>
<pre><span style=' color: Blue;'>&lt;</span><span style=' color: Maroon;'>form</span> <span style=' color: Red;'>action</span>="<span style=' color: Blue;'>https://www.paypal.com/cgi-bin/webscr</span>" <span style=' color: Red;'>method</span>="<span style=' color: Blue;'>post</span>"<span style=' color: Blue;'>&gt;</span>
<span style=' color: Blue;'>&lt;</span><span style=' color: Maroon;'>input</span> <span style=' color: Red;'>type</span>="<span style=' color: Blue;'>hidden</span>" <span style=' color: Red;'>name</span>="<span style=' color: Blue;'>cmd</span>" <span style=' color: Red;'>value</span>="<span style=' color: Blue;'>_s-xclick</span>"/<span style=' color: Blue;'>&gt;</span>
<span style=' color: Blue;'>&lt;</span><span style=' color: Maroon;'>input</span> <span style=' color: Red;'>type</span>="<span style=' color: Blue;'>hidden</span>" <span style=' color: Red;'>name</span>="<span style=' color: Blue;'>hosted_button_id</span>" <span style=' color: Red;'>value</span>="<span style=' color: Blue;'>10155388</span>"/<span style=' color: Blue;'>&gt;</span>
<span style=' color: Blue;'>&lt;</span><span style=' color: Maroon;'>input</span> <span style=' color: Red;'>type</span>="<span style=' color: Blue;'>image</span>" <span style=' color: Red;'>src</span>="<span style=' color: Blue;'>https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif</span>" <span style=' color: Red;'>style</span>="<span style=' color: Blue;'>width: 100px; float: right;</span>" <span style=' color: Red;'>border</span>="<span style=' color: Blue;'>0</span>" <span style=' color: Red;'>name</span>="<span style=' color: Blue;'>submit</span>" <span style=' color: Red;'>alt</span>="<span style=' color: Blue;'>PayPal - The safer, easier way to pay online!</span>"/<span style=' color: Blue;'>&gt;</span>
<span style=' color: Blue;'>&lt;</span>/<span style=' color: Maroon;'>form</span><span style=' color: Blue;'>&gt;</span></pre>
<p>And now to the fun part actually: you will not be able to copy and paste the code(s) mentioned above, because wordpress will strip the input fields and nothing will display. So unless you are putting this code into your template (e.g. by including it in a separate php file), it won&#8217;t work, I believe.</p>
<p>You can however grab a wordpress plugin, like this <a href="http://wordpress.org/extend/plugins/paypal-donations/">paypal plugin</a> to help you out.</p>
<p>Also of help &#8211; this support post at <a href="http://en.forums.wordpress.com/topic/adding-a-custom-paypal-link-easy-as-1-2-3?replies=7">wordpress</a></p>
<p>hope this helps anyone,<br />
best,<br />
jez</p>
]]></content:encoded>
			<wfw:commentRss>http://h4x3d.com/adding-a-paypal-button-to-your-wordpress-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Buddypress</title>
		<link>http://h4x3d.com/buddypress/</link>
		<comments>http://h4x3d.com/buddypress/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 11:05:55 +0000</pubDate>
		<dc:creator>jez</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[april]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[wordpressmu]]></category>

		<guid isPermaLink="false">http://www.h4x3d.com/buddypress/</guid>
		<description><![CDATA[This week I have been extensively working with WordPressMU and buddypress.org, pretty much setting up your own community sites with WordPress. Highly recommended (however I do dig their logo that much) My site(s) are hosted by SolarVPS and their friendly &#8220;can do attitude&#8221; is why I recommend them. This was posted via email]]></description>
			<content:encoded><![CDATA[<p><img src="http://posterous.com/getfile/files.posterous.com/jez/whfGnLuH5CiIDN0zp2GozwiyOzjVECDLjor6gNq1qemaGv2XTcmrTzBHv7zP/buddypress.gif" width="500"></p>
<p>This week I have been extensively working with WordPressMU and buddypress.org, pretty much<br />
setting up your own community sites with WordPress. Highly recommended (however<br />
I do dig their logo that much)</p>
<p style="font-size: 10px">  My site(s) are hosted by <a href="http://solarvps.com">SolarVPS</a> and their friendly &#8220;can do attitude&#8221; is why I recommend them. This was posted via email  </p>
]]></content:encoded>
			<wfw:commentRss>http://h4x3d.com/buddypress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing themes over to GPL</title>
		<link>http://h4x3d.com/changing-themes-over-to-gpl/</link>
		<comments>http://h4x3d.com/changing-themes-over-to-gpl/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 22:12:18 +0000</pubDate>
		<dc:creator>jez</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[GPL]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[WTFPL]]></category>

		<guid isPermaLink="false">http://www.h4x3d.com/?p=1217</guid>
		<description><![CDATA[I am in the midst of changing all my themes over to GPL - particularly interesting is the WTFPL license &#8211; http://sam.zoy.org/wtfpl/COPYING which states: Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed. DO WHAT THE FUCK [...]]]></description>
			<content:encoded><![CDATA[<p>I am in the midst of changing all my themes over to GPL -<br />
particularly interesting is the WTFPL license &#8211; <a href="http://sam.zoy.org/wtfpl/COPYING">http://sam.zoy.org/wtfpl/COPYING</a></p>
<p>which states:</p>
<p><em>Everyone is permitted to copy and distribute verbatim or modified<br />
copies of this license document, and changing it is allowed as long<br />
as the name is changed.</p>
<p>            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE<br />
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION</p>
<p>  0. You just DO WHAT THE FUCK YOU WANT TO.</em></p>
<p><strong>I am almost tempted to use this one</strong>, because if GPL is boilt down to its core, this is basically what (as I understand) is meant by it. People, companies, evil can do whatever the crap they like with the work GPL&#8217;ed.</p>
<p>If those are the conditions to get my 10 something themes re-listed on the themeviewer for the community, so be it. My PR dropped recently from 6 to 5 anyway, so I am clearly not in for the link juice anyway.</p>
<p>WTF PL&#8217;ed themes mean you can also remove the footer link/change whatever you like as desired.<br />
It would be nice however to retain it to show some appreciation.</p>
<p>Keep you posted,<br />
jez</p>
]]></content:encoded>
			<wfw:commentRss>http://h4x3d.com/changing-themes-over-to-gpl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.7 to be released tomorrow</title>
		<link>http://h4x3d.com/wordpress-27-to-be-released-tomorrow/</link>
		<comments>http://h4x3d.com/wordpress-27-to-be-released-tomorrow/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 20:07:52 +0000</pubDate>
		<dc:creator>jez</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[2.7]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[December]]></category>
		<category><![CDATA[RC]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.h4x3d.com/?p=1187</guid>
		<description><![CDATA[Is tomorrow today already (from UK perspective?) &#8211; too lazy to do the maths right now, but anyway &#8211; personally I do not like WordPress 2.7 too much right now, the new interface, even though it is slick, is a bit confusing. I have some sites running the nightly built with 2.7, and to my [...]]]></description>
			<content:encoded><![CDATA[<p>Is tomorrow today already (from UK perspective?) &#8211; too lazy to do the maths right now, but anyway &#8211; personally I do not like WordPress 2.7 too much right now, the new interface, even though it is slick, is a bit confusing. I have some sites running the nightly built with 2.7, and to my surprise most of the plugins works. However what I dislike is the new template engine. To be honest, for now, I will just be using the old tags&#8230; more news when appropriate</p>
]]></content:encoded>
			<wfw:commentRss>http://h4x3d.com/wordpress-27-to-be-released-tomorrow/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

