<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Bakawan Web Design</title>
	
	<link>http://www.bakawan.com/log</link>
	<description>Bandung Blogger</description>
	<lastBuildDate>Thu, 11 Mar 2010 21:03:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/bakawan/wkTg" /><feedburner:info uri="bakawan/wktg" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by-nc-nd/3.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><feedburner:emailServiceId>bakawan/wkTg</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>WP_ALLOW_MULTISITE</title>
		<link>http://feedproxy.google.com/~r/bakawan/wkTg/~3/Q8MaXGztEw0/</link>
		<comments>http://www.bakawan.com/log/wp_allow_multisite/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 21:03:55 +0000</pubDate>
		<dc:creator>uwiuw</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.bakawan.com/log/?p=2804</guid>
		<description><![CDATA[i just have read this Create_A_Network and astonish how the new wordpress 3.0 will become. Maybe it&#8217;s a good thing to integrate wordpress MU (WPMU) capability into wordpress single user. Especially, according, something some past article i had read, theirs only one automatic developer who maintain wpmu code. And he do it all the dirty [...]]]></description>
			<content:encoded><![CDATA[<p>i just have read this <a href="http://codex.wordpress.org/User:Andrea/Create_A_Network">Create_A_Network</a> and astonish how the new wordpress 3.0 will become. Maybe it&#8217;s a good thing to integrate wordpress MU (WPMU) capability into wordpress single user. Especially, according, something some past article i had read, theirs only one automatic developer who maintain wpmu code. And he do it all the dirty work in his spare time.</p>
<p>WPMU is great platform. I believe this particular WP has the killer feature of a publishing tool. But i don&#8217;t know what is the basic reason, automatic make this decision. After buddypress project also has similar fate, i really don&#8217;t like WPMU become a subset of WP or something like that.</p>
<p>By the way, WP_ALLOW_MULTISIDE is a define constant that we have to declare on our wp-config.php. This constant will make the installation has the ability to make network of blogs. You can read it more on the above reference link </p>
<img src="http://feeds.feedburner.com/~r/bakawan/wkTg/~4/Q8MaXGztEw0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bakawan.com/log/wp_allow_multisite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.bakawan.com/log/wp_allow_multisite/</feedburner:origLink></item>
		<item>
		<title>Confused by Wordpress Category</title>
		<link>http://feedproxy.google.com/~r/bakawan/wkTg/~3/VAXBuz0LU8E/</link>
		<comments>http://www.bakawan.com/log/confused-by-wordpress-category/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 13:33:20 +0000</pubDate>
		<dc:creator>uwiuw</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.bakawan.com/log/?p=2779</guid>
		<description><![CDATA[I have problem when i have to create some custom solution. What i need to accomplish is some simple feature where every time user delete a category from administrator panel, then every posts (and all its meta field) and child category also get delete.
Right now in wordpress, (i believe its 2.9.2 version), every time a [...]]]></description>
			<content:encoded><![CDATA[<p>I have problem when i have to create some custom solution. What i need to accomplish is some simple feature where every time user delete a category from administrator panel, then every posts (and all its meta field) and child category also get delete.</p>
<p>Right now in wordpress, (i believe its 2.9.2 version), every time a category get deleted then its ID get erase. But its child category and its post will not. The child and the post only got their terms and depth level changes. So how to accomplish this ?</p>
<p>my mood when all this start :  <em>Hmm. freaky ;)</em></p>
<p>My mood after an hour : <em>Wow, it&#8217;s not a piece of pie. how come ?</em></p>
<p>My mood now : <em>WTF!</em></p>
<p>I have try to hook something like &#8216;delete_category&#8217; (subset of &#8216;delete_$taxonomy&#8217;), and &#8216;delete_term&#8217;. But what i have just the id of the category which has enter the death zone (which mean you can have it as return value but not as param to retrieve its previous child category and posts ).</p>
<p>Hmm am i go to the wrong direction ? sure, administrator panel is not a place where all good come good. But, i try to find it rather then create some custom category panel. hmm i think i will go to find some help. I have create one in <a href="http://wordpress.org/support/topic/374726">wordpress support</a></p>
<img src="http://feeds.feedburner.com/~r/bakawan/wkTg/~4/VAXBuz0LU8E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bakawan.com/log/confused-by-wordpress-category/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.bakawan.com/log/confused-by-wordpress-category/</feedburner:origLink></item>
		<item>
		<title>$wp_version and $table_prefix, or what ?</title>
		<link>http://feedproxy.google.com/~r/bakawan/wkTg/~3/Xt_lBUTP8Pw/</link>
		<comments>http://www.bakawan.com/log/wp_version-and-table_prefix-or-what/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 13:15:14 +0000</pubDate>
		<dc:creator>uwiuw</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress MU]]></category>

		<guid isPermaLink="false">http://www.bakawan.com/log/?p=2777</guid>
		<description><![CDATA[Right now, i have to code something that work both for wp and wpmu. I think this global variable, $wp_version, is the best way to check the version of wordpress. So your code will start to work on the right version. But what happen if you want to check the type of wordpress. is it [...]]]></description>
			<content:encoded><![CDATA[<p>Right now, i have to code something that work both for wp and wpmu. I think this global variable, $wp_version, is the best way to check the version of wordpress. So your code will start to work on the right version. But what happen if you want to check the type of wordpress. is it wp ? or is it wpmu ? Both of them has similarity, but they also has big difference for example wpmu database table is different with ordinary wordpress.</p>
<p>Right now, i use another wordpress global variable : <strong>$table_prefix</strong>. this variable consist the prefix of the database table. I use them to create some simple feature for client. So, that&#8217;s the best think i can think of when try to separate the type of wordpress.  </p>
<p>ah, hopefully, i&#8217;m able to find another way to achieve similar solution on this particular situation. More over, i hope the solution has the opportunity to work on any future wordpress release.</p>
<img src="http://feeds.feedburner.com/~r/bakawan/wkTg/~4/Xt_lBUTP8Pw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bakawan.com/log/wp_version-and-table_prefix-or-what/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.bakawan.com/log/wp_version-and-table_prefix-or-what/</feedburner:origLink></item>
	<!-- <a href="http://webstudiouk.com/unexceptionalgerman.php?doc_id=177">Private</a> --></channel>
</rss><!-- Dynamic page generated in 0.420 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-03-12 04:14:21 -->
