<?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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>The Saucy Mare</title>
	
	<link>http://www.thesaucymare.co.za</link>
	<description>The rants and raves of a simple person</description>
	<lastBuildDate>Thu, 27 May 2010 15:32:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/TheSaucyMare" /><feedburner:info uri="thesaucymare" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>TheSaucyMare</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Custom Post Type Panels</title>
		<link>http://feedproxy.google.com/~r/TheSaucyMare/~3/SXMM2A672EA/</link>
		<comments>http://www.thesaucymare.co.za/2010/05/custom-post-type-panels/#comments</comments>
		<pubDate>Thu, 27 May 2010 15:30:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[panels]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[post types]]></category>
		<category><![CDATA[WordPress 3.0]]></category>

		<guid isPermaLink="false">http://www.thesaucymare.co.za/?p=161</guid>
		<description><![CDATA[Using the custom post type]]></description>
			<content:encoded><![CDATA[<p>Using the custom post type you will notice the page where you edit or add a new post only has the bare minimum of panels.  But what happens if I want to add a specific excerpt???</p>
<p>Easy <img src='http://www.thesaucymare.co.za/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  use the following code and add it to your functions file.</p>
<pre>add_post_type_support( '[your custom post type name', 'excerpt' );
</pre>
<p>Im not quite sure what the other panels are called. When I find out I will reply to this post with a list.</p>
<img src="http://www.thesaucymare.co.za/?ak_action=api_record_view&id=161&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.thesaucymare.co.za/2010/05/custom-post-type-panels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.thesaucymare.co.za/2010/05/custom-post-type-panels/</feedburner:origLink></item>
		<item>
		<title>WordPress 3.0 Custom Post Type Custom Fields</title>
		<link>http://feedproxy.google.com/~r/TheSaucyMare/~3/elg_dJwJGv4/</link>
		<comments>http://www.thesaucymare.co.za/2010/05/wordpress-3-0-custom-post-type-custom-fields/#comments</comments>
		<pubDate>Fri, 21 May 2010 15:56:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress MU]]></category>
		<category><![CDATA[Custom Fields]]></category>
		<category><![CDATA[WordPress 3.0]]></category>

		<guid isPermaLink="false">http://www.thesaucymare.co.za/?p=158</guid>
		<description><![CDATA[I have been trying out]]></description>
			<content:encoded><![CDATA[<p>I have been trying out the custom post types for WordPress 3.0 Beta 2, I ran into a problem where i could not call the custom fields for posts i have assigned custom post type values.</p>
<p>I came up with this workaround for now until it is sorted.</p>
<pre>function get_post_meta_custom($key, $single = false) {
 global $wpdb,$post;
 $answer = $wpdb-&gt;get_var($wpdb-&gt;prepare("SELECT meta_value FROM $wpdb-&gt;postmeta WHERE post_id = ".$post-&gt;ID." AND meta_key = '".$key."'"));
 return $answer;
}</pre>
<p>Call it using the following. I use this inside on the single post inside the loop.</p>
<pre> if ( get_post_meta_custom('client_name', true) ) {echo get_post_meta_portfolio('client_name', true);    }</pre>
<img src="http://www.thesaucymare.co.za/?ak_action=api_record_view&id=158&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.thesaucymare.co.za/2010/05/wordpress-3-0-custom-post-type-custom-fields/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.thesaucymare.co.za/2010/05/wordpress-3-0-custom-post-type-custom-fields/</feedburner:origLink></item>
		<item>
		<title>Integrate a blank BuddyBar into bbPress</title>
		<link>http://feedproxy.google.com/~r/TheSaucyMare/~3/pziy3ioz-lY/</link>
		<comments>http://www.thesaucymare.co.za/2010/05/integrate-a-blank-buddybar-into-bbpress/#comments</comments>
		<pubDate>Fri, 07 May 2010 10:54:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[BuddPress]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[bbpress.]]></category>
		<category><![CDATA[buddybar]]></category>
		<category><![CDATA[buddypress buddybar]]></category>
		<category><![CDATA[buddypress integrate bbpress]]></category>

		<guid isPermaLink="false">http://www.thesaucymare.co.za/?p=148</guid>
		<description><![CDATA[First add this line of]]></description>
			<content:encoded><![CDATA[<p>First add this line of code to your bb-config.php</p>
<pre>require_once(dirname(__FILE__) . '/../wp-load.php'); (PS my forums is set up in a forums directory in the root of my site.
You may need to change the path to your wp-load.php file)
</pre>
<p>Next create a functions.php file for your theme if not already there. Then add this line of code to the functions.php file.</p>
<pre>add_action( 'bb_foot', 'bp_core_admin_bar');</pre>
<p>Now create your menus and add them to the bar.</p>
<p>PS because the buddypress plugin is not activated on a forum, it will load the buddybar with nothing in it. If you are going to copy the default buddypress functions then make sure to change the function name or you will get and error.</p>
<p>Alternatively you could try include the bp-core-adminbar.php file inside buddypress/bp-core if you do not want a blank bar.</p>
<img src="http://www.thesaucymare.co.za/?ak_action=api_record_view&id=148&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.thesaucymare.co.za/2010/05/integrate-a-blank-buddybar-into-bbpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.thesaucymare.co.za/2010/05/integrate-a-blank-buddybar-into-bbpress/</feedburner:origLink></item>
		<item>
		<title>FeedMyMedia WPMU Recent Posts</title>
		<link>http://feedproxy.google.com/~r/TheSaucyMare/~3/Ek9dvPD_kcc/</link>
		<comments>http://www.thesaucymare.co.za/2010/04/feedmymedia-wpmu-recent-posts/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 09:37:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress MU]]></category>
		<category><![CDATA[FMM]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WPMU Recent Posts]]></category>

		<guid isPermaLink="false">http://www.thesaucymare.co.za/?p=144</guid>
		<description><![CDATA[Recent posts are great, but]]></description>
			<content:encoded><![CDATA[<p>Recent posts are great, but on a WPMU install you sometimes want to pull through blog posts from a specific sub-blog. Attached to this post is just that. A widget that will allow you to set what blog you want to pull from based on its id, how many posts you want to pull, and lastly set a title.</p>
<p>This is just a skeleton, you can always add in calls to custom fields and other amazing goodies.</p>
<p>NB Not for commercial USE</p>
<p>Download: <a href="../wp-content/uploads/2010/04/fmm-wpmu-recent-posts.txt">fmm-wpmu-recent-posts</a> (rename to .php)</p>
<p>Download: <a href="http://www.thesaucymare.co.za/wp-content/uploads/2010/04/fmm-wpmu-recent-postsv1.1.txt">fmm-wpmu-recent-posts v1.1</a> (rename to .php)</p>
<img src="http://www.thesaucymare.co.za/?ak_action=api_record_view&id=144&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.thesaucymare.co.za/2010/04/feedmymedia-wpmu-recent-posts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.thesaucymare.co.za/2010/04/feedmymedia-wpmu-recent-posts/</feedburner:origLink></item>
		<item>
		<title>Disable your BuddyBar</title>
		<link>http://feedproxy.google.com/~r/TheSaucyMare/~3/oaNLopkQoPc/</link>
		<comments>http://www.thesaucymare.co.za/2010/03/disable-your-buddybar/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 11:51:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[BuddPress]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress MU]]></category>
		<category><![CDATA[buddybar]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[disable]]></category>

		<guid isPermaLink="false">http://www.thesaucymare.co.za/?p=139</guid>
		<description><![CDATA[Somtimes you do not want]]></description>
			<content:encoded><![CDATA[<p>Somtimes you do not want the buddybar to display on your site. You can hide it with css but WordPress will still process all the info for it.</p>
<p>Add the following line to your functions.php file to disable the BuddyBar</p>
<pre>define ('BP_DISABLE_ADMIN_BAR', false);</pre>
<img src="http://www.thesaucymare.co.za/?ak_action=api_record_view&id=139&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.thesaucymare.co.za/2010/03/disable-your-buddybar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.thesaucymare.co.za/2010/03/disable-your-buddybar/</feedburner:origLink></item>
		<item>
		<title>Change Xprofile Data</title>
		<link>http://feedproxy.google.com/~r/TheSaucyMare/~3/CIyDu6hQR-Q/</link>
		<comments>http://www.thesaucymare.co.za/2010/02/change-xprofile-data/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 10:36:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[BuddPress]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[seriliaze]]></category>
		<category><![CDATA[x-profile]]></category>

		<guid isPermaLink="false">http://www.thesaucymare.co.za/?p=135</guid>
		<description><![CDATA[Update your Profile Field information]]></description>
			<content:encoded><![CDATA[<p>Update your Profile Field information for BuddyPress</p>
<pre>xprofile_set_field_data( $field_name', $usert_id, $value);</pre>
<p>This will not work for check boxes. Below is code that should help, check boxes need to be serialized data.</p>
<pre>$value = maybe_serialize( [An Array of your values] );

 xprofile_set_field_data( $field_name, $user_set_id, $value);</pre>
<img src="http://www.thesaucymare.co.za/?ak_action=api_record_view&id=135&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.thesaucymare.co.za/2010/02/change-xprofile-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.thesaucymare.co.za/2010/02/change-xprofile-data/</feedburner:origLink></item>
		<item>
		<title>WordPress Activation Key</title>
		<link>http://feedproxy.google.com/~r/TheSaucyMare/~3/cNzr5-RWhmY/</link>
		<comments>http://www.thesaucymare.co.za/2010/02/wordpress-activation-key/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 07:34:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[activation]]></category>
		<category><![CDATA[key]]></category>

		<guid isPermaLink="false">http://www.thesaucymare.co.za/?p=132</guid>
		<description><![CDATA[This is how WordPress uses]]></description>
			<content:encoded><![CDATA[<p>This is how WordPress uses the new user ID and an MD5 hash to generate the activation key</p>
<pre>$newuser_key = substr( md5( $user_id ), 0, 5 );</pre>
<img src="http://www.thesaucymare.co.za/?ak_action=api_record_view&id=132&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.thesaucymare.co.za/2010/02/wordpress-activation-key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.thesaucymare.co.za/2010/02/wordpress-activation-key/</feedburner:origLink></item>
		<item>
		<title>Define you BuddyPress Slugs</title>
		<link>http://feedproxy.google.com/~r/TheSaucyMare/~3/6T3nlx0GNes/</link>
		<comments>http://www.thesaucymare.co.za/2010/02/define-you-buddypress-slugs/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 10:39:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[BuddPress]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[WordPress MU]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[groups memebrs]]></category>
		<category><![CDATA[slugs]]></category>

		<guid isPermaLink="false">http://www.thesaucymare.co.za/?p=130</guid>
		<description><![CDATA[Add these lines of code]]></description>
			<content:encoded><![CDATA[<p>Add these lines of code to your wp-config.php file to rename the slugs of the buddypress components ( these are for the members slug and the groups slug )</p>
<pre>define( 'BP_GROUPS_SLUG', 'companies' );</pre>
<pre>define( 'BP_MEMBERS_SLUG', 'volunteers' );</pre>
<img src="http://www.thesaucymare.co.za/?ak_action=api_record_view&id=130&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.thesaucymare.co.za/2010/02/define-you-buddypress-slugs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.thesaucymare.co.za/2010/02/define-you-buddypress-slugs/</feedburner:origLink></item>
		<item>
		<title>WordPress/BuddyPress – Meta title tag not working</title>
		<link>http://feedproxy.google.com/~r/TheSaucyMare/~3/9kpqaHaGClY/</link>
		<comments>http://www.thesaucymare.co.za/2010/01/wordpressbuddypress-meta-title-tag-not-working/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 13:16:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[BuddPress]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress MU]]></category>
		<category><![CDATA[buddypress]]></category>

		<guid isPermaLink="false">http://www.thesaucymare.co.za/?p=127</guid>
		<description><![CDATA[If your buddypress child theme]]></description>
			<content:encoded><![CDATA[<p>If your buddypress child theme or customized parent theme does not work properly, in otherwords does you title tag output &#8220;[Blogname] &#8211; Blog&#8221; then use the code below to remedy the error.</p>
<p>Whats happening is if you use bp_title_tag() is will output the default string as seen above. If you lean towards using the WordPress conditional tags to test the pages, WordPress will see the BuddyPress pages as normal static pages.</p>
<p>Using bp_get_title_tag we can test to see if its a WordPress page or a BuddyPress page and use the appropriate title tag.</p>
<pre>&lt;title&gt;&lt;?php
if ( is_home() ) { bloginfo('name'); echo '&amp;nbsp;|&amp;nbsp;'; bloginfo('description'); }
elseif ( is_search() ) { bloginfo('name'); echo '&amp;nbsp;|&amp;nbsp;'; _e('Search Results'); }
elseif ( is_author() ) { bloginfo('name'); echo '&amp;nbsp;|&amp;nbsp;'; _e('Author Archives'); }
elseif ( is_single() ) { bloginfo('name'); echo '&amp;nbsp;|&amp;nbsp;'; wp_title(''); } 

// Entering the buddypress tags
elseif ( is_page() ) { 

 $page_title = rtrim(ltrim(bp_get_page_title()));

 if ( $page_title == "[INSETRT YOUR WP_TITLE HERE] &amp;#8212; Blog" ) { bloginfo('name'); echo '&amp;nbsp;|&amp;nbsp;'; wp_title('');}
 else{ bp_page_title(); }
}
elseif ( is_category() ) { bloginfo('name'); echo '&amp;nbsp;|&amp;nbsp;'; _e('Archive'); echo '&amp;nbsp;|&amp;nbsp;'; single_cat_title(); }
elseif ( is_month() ) {  bloginfo('name'); echo '&amp;nbsp;|&amp;nbsp;'; _e('Archive'); echo '&amp;nbsp;|&amp;nbsp;'; the_time('F'); }
elseif (function_exists('is_tag')) { if ( is_tag() ) { bloginfo('name'); echo '&amp;nbsp;|&amp;nbsp;'; _e('Tag Archive'); echo '&amp;nbsp;|&amp;nbsp;';  single_tag_title("", true); } }
else {  } ?&gt;&lt;/title&gt;</pre>
<img src="http://www.thesaucymare.co.za/?ak_action=api_record_view&id=127&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.thesaucymare.co.za/2010/01/wordpressbuddypress-meta-title-tag-not-working/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.thesaucymare.co.za/2010/01/wordpressbuddypress-meta-title-tag-not-working/</feedburner:origLink></item>
		<item>
		<title>Login Redirect to your Buddypress user profile on login</title>
		<link>http://feedproxy.google.com/~r/TheSaucyMare/~3/FIgEKBcYG0s/</link>
		<comments>http://www.thesaucymare.co.za/2009/12/login-redirect-to-your-buddypress-user-profile-on-login/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 14:47:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress MU]]></category>
		<category><![CDATA[login redirect]]></category>
		<category><![CDATA[wpmudev]]></category>

		<guid isPermaLink="false">http://www.thesaucymare.co.za/?p=123</guid>
		<description><![CDATA[Using the Login Redirect plugin]]></description>
			<content:encoded><![CDATA[<p>Using the Login Redirect plugin by Login Redirect, which can be found at http://premium.wpmudev.org/project/login-redirect</p>
<p>As this is a paid for plugin I will only be placing the line i changed to achive what i wanted.</p>
<p>First change the login redirect url var to /members/ ( Line 32 )</p>
<pre>$login_redirect_url = '/members/.$_POST['log']'; // the url you want users to be redirected too after logging in</pre>
<p>The $_POST['log'] var is the username that was posted from the User Login form to the next page. This is just a basic implementation, if you have Facebook connect, OpenID etc you will have to put in some variations for that.</p>
<img src="http://www.thesaucymare.co.za/?ak_action=api_record_view&id=123&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.thesaucymare.co.za/2009/12/login-redirect-to-your-buddypress-user-profile-on-login/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.thesaucymare.co.za/2009/12/login-redirect-to-your-buddypress-user-profile-on-login/</feedburner:origLink></item>
	<item><title>Links for 2008-02-29 [del.icio.us]</title><link>http://feedproxy.google.com/~r/TheSaucyMare/~3/qCcphFyCoYM/krugazul</link><pubDate>Sat, 01 Mar 2008 00:00:00 PST</pubDate><guid isPermaLink="false">http://del.icio.us/krugazul#2008-02-29</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.predictify.com/predictify.aspx"&gt;Predictify, Inc. - Tap Into Collective Wisdom, Make Money by Predicting Future Events&lt;/a&gt;&lt;br/&gt;
for gambles everywhere&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/krugazul#2008-02-29</feedburner:origLink></item><item><title>Links for 2008-02-14 [del.icio.us]</title><link>http://feedproxy.google.com/~r/TheSaucyMare/~3/SzVr6sBmFGg/krugazul</link><pubDate>Fri, 15 Feb 2008 00:00:00 PST</pubDate><guid isPermaLink="false">http://del.icio.us/krugazul#2008-02-14</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://comicbookdb.com/imprint.php?ID=11"&gt;Comic Book DB - Elseworlds (DC Comics)&lt;/a&gt;&lt;br/&gt;
All of the elseworld comics done by dc&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/krugazul#2008-02-14</feedburner:origLink></item><item><title>Links for 2008-02-05 [del.icio.us]</title><link>http://feedproxy.google.com/~r/TheSaucyMare/~3/3G--jq-lPZc/krugazul</link><pubDate>Wed, 06 Feb 2008 00:00:00 PST</pubDate><guid isPermaLink="false">http://del.icio.us/krugazul#2008-02-05</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://lamane.hostedwith.us/index.php?paged=4"&gt;Lamane&amp;rsquo;s Cool Generators&lt;/a&gt;&lt;br/&gt;
Cool Generator for all sorts of situations&lt;/li&gt;
&lt;li&gt;&lt;a href="http://yourgen.com/"&gt;Text Generator - Counters - Clocks - YourGen.com&lt;/a&gt;&lt;br/&gt;
Great font generators&lt;/li&gt;
&lt;li&gt;&lt;a href="http://mrbreakfast.com/box1.asp"&gt;Make Your Own Custom Cereal Box - Mr Breakfast.com&lt;/a&gt;&lt;br/&gt;
Gnenreate a cereal box&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/krugazul#2008-02-05</feedburner:origLink></item><item><title>Links for 2008-02-03 [del.icio.us]</title><link>http://feedproxy.google.com/~r/TheSaucyMare/~3/pHp-qQ7Z9jQ/krugazul</link><pubDate>Mon, 04 Feb 2008 00:00:00 PST</pubDate><guid isPermaLink="false">http://del.icio.us/krugazul#2008-02-03</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.opensourcemaven.com/2007/10/10/customizing-your-wordpress-theme-footer/"&gt;Customizing Your WordPress Theme Footer Using Dynamic Sidebars at Open Source Maven&lt;/a&gt;&lt;br/&gt;
Adding dynamic sidebars to a theme&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.sonnyradio.com/perspective.htm"&gt;SonnyRadio.com - An Amazing Perspective&lt;/a&gt;&lt;br/&gt;
A great look at life through this artists perspective&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/krugazul#2008-02-03</feedburner:origLink></item><item><title>Links for 2008-01-31 [del.icio.us]</title><link>http://feedproxy.google.com/~r/TheSaucyMare/~3/kvGdEDnNEUU/krugazul</link><pubDate>Fri, 01 Feb 2008 00:00:00 PST</pubDate><guid isPermaLink="false">http://del.icio.us/krugazul#2008-01-31</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.freeware-software.org/games.html"&gt;Free Games for Windows&lt;/a&gt;&lt;br/&gt;
I love open source games, they are the best&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/krugazul#2008-01-31</feedburner:origLink></item><item><title>Links for 2008-01-29 [del.icio.us]</title><link>http://feedproxy.google.com/~r/TheSaucyMare/~3/AoEWpZG2-VY/krugazul</link><pubDate>Wed, 30 Jan 2008 00:00:00 PST</pubDate><guid isPermaLink="false">http://del.icio.us/krugazul#2008-01-29</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.avoidfilter.net/"&gt;Avoid those school blocks bypass, anonymously go to myspace, bebo, facebook, online-games, gaming, ebay&lt;/a&gt;&lt;br/&gt;
avoif the filters at school&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/krugazul#2008-01-29</feedburner:origLink></item><item><title>Links for 2008-01-24 [del.icio.us]</title><link>http://feedproxy.google.com/~r/TheSaucyMare/~3/QS-TVbBfx1I/krugazul</link><pubDate>Fri, 25 Jan 2008 00:00:00 PST</pubDate><guid isPermaLink="false">http://del.icio.us/krugazul#2008-01-24</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.portfolio.com/news-markets/national-news/portfolio/2008/01/14/Media-Defenders-Profile?TID=st092007ab"&gt;Media Defenders Profile - National Business News - Portfolio.com&lt;/a&gt;&lt;br/&gt;
A very good article about piracy.&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/krugazul#2008-01-24</feedburner:origLink></item></channel>
</rss>
