<?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>BioTecK.NET &#187; WordPress</title>
	<atom:link href="http://www.bioteck.net/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bioteck.net</link>
	<description></description>
	<lastBuildDate>Tue, 16 Mar 2010 19:09:29 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Akismet Spam Filter!</title>
		<link>http://www.bioteck.net/2010/01/04/akismet-spam-filter/</link>
		<comments>http://www.bioteck.net/2010/01/04/akismet-spam-filter/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 19:29:47 +0000</pubDate>
		<dc:creator>BioTecK</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[akismet]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[email]]></category>

		<guid isPermaLink="false">http://www.bioteck.net/?p=4716</guid>
		<description><![CDATA[	Just wanted to say that I really love the Akismet Spam filter!
So far it has caught more then 19,000 spams and I just deleted 700 spam comments. Imagine getting all of those emails in your inbox!  
	
	So if you haven&#8217;t Akismet running on your blog and you want to have a spam free blog, then you really should give it a try.  The installation is very easy; Download the plugin (via the plugin page in the admin part if you&#8217;re using Wordpress), get your API Key &#38; activate Akismet ...]]></description>
			<content:encoded><![CDATA[	<p>Just wanted to say that I really love the Akismet Spam filter!<br />
So far it has caught more then 19,000 spams and I just deleted 700 spam comments. Imagine getting all of those emails in your inbox! <img src='http://www.bioteck.net/wp-includes/images/smilies/icon_eek.gif' alt=':shock:' class='wp-smiley' /> </p>
	<p style="text-align: center;"><img class="aligncenter" title="Deleting Spam" src="http://www.bioteck.net/images/blog/deleting-spam.jpg" alt="" width="400" height="300" /></p>
	<p>So if you haven&#8217;t <a title="Akismet" href="http://akismet.com/" target="_blank">Akismet</a> running on your blog and you want to have a spam free blog, then you really should give it a try.  The installation is very easy; <a href="http://akismet.com/download/" target="_blank">Download</a> the plugin (via the plugin page in the admin part if you&#8217;re using Wordpress), get your <a title="Get your own API Key" href="http://akismet.com/personal/" target="_blank">API Key</a> &amp; activate Akismet and you&#8217;re good to go! <img src='http://www.bioteck.net/wp-includes/images/smilies/icon_wink.gif' alt=':wink:' class='wp-smiley' />
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bioteck.net/2010/01/04/akismet-spam-filter/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>How To Get Rid Of Encoding In A Theme&#8217;s Footer?</title>
		<link>http://www.bioteck.net/2009/11/16/how-to-get-rid-of-encoding-in-a-themes-footer/</link>
		<comments>http://www.bioteck.net/2009/11/16/how-to-get-rid-of-encoding-in-a-themes-footer/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 19:04:02 +0000</pubDate>
		<dc:creator>BioTecK</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[free wordpress themes]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://www.bioteck.net/?p=3915</guid>
		<description><![CDATA[	Before I start explaining how you can get rid of the encoding in a theme&#8217;s footer, I have to say that if your theme&#8217;s license (paid theme!) doesn&#8217;t permit this, then don&#8217;t do it. If that&#8217;s the case you can find plenty other (free) WordPress themes!  
	I don&#8217;t know why, but some theme authors embed links in an encoded footer. Now it&#8217;s not that we don&#8217;t like to give credits to the theme authors, but what if the theme author has placed a lot of sponsor links which doesn&#8217;t ...]]></description>
			<content:encoded><![CDATA[	<p>Before I start explaining how you can get rid of the encoding in a theme&#8217;s footer, I have to say that if your theme&#8217;s license (paid theme!) doesn&#8217;t permit this, then don&#8217;t do it. If that&#8217;s the case you can find plenty other (free) WordPress themes! <img src='http://www.bioteck.net/wp-includes/images/smilies/icon_wink.gif' alt=':wink:' class='wp-smiley' /> </p>
	<p>I don&#8217;t know why, but some theme authors embed links in an encoded footer. Now it&#8217;s not that we don&#8217;t like to give credits to the theme authors, but what if the theme author has placed a lot of sponsor links which doesn&#8217;t have to do with your blog (or with the theme author!) or what if you want to add some information to the footer? When a theme&#8217;s footer is encoded, then this is just impossible. However you can remove this encoding by following the next steps:</p>
	<ol>
	<li>Go to your index.php file</li>
	<li>Find a line that says:<br />
<code>&lt;?php get_footer(); ?&gt;</code></li>
	<li>Place the following marker text <strong>above</strong> the line:<br />
<code>&lt;!-- Evil Footer Devil FOUND --&gt;</code></li>
	<li>Place the following marker text <strong>below</strong> the link:<br />
<code>&lt;!-- Evil Footer Devil BEGONE --&gt;</code></li>
	<li>Now save the index.php file and view the source by pressing <strong>CTRL+U</strong> in FireFox.</li>
	<li>Now look for the HTML code between those two markers and copy it.</li>
	<li>Make a copy of your existing footer.php file (or just paste the HTML code in your existing footer.php file) and save it.</li>
	<li>Now you&#8217;re able to change the links etc which was encoded in the first place. <img src='http://www.bioteck.net/wp-includes/images/smilies/icon_wink.gif' alt=':wink:' class='wp-smiley' /> </li>
	</ol>
	<p>NOTE: Don&#8217;t forget to insert the <em>&lt;?php wp_footer(); ?&gt;</em> before <em>&lt;/body&gt;</em> tag.</p>
	<p>I&#8217;ve used the method above and it did the job for me. Perhaps this might be handy for you too! <img src='http://www.bioteck.net/wp-includes/images/smilies/icon_wink.gif' alt=':wink:' class='wp-smiley' />
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bioteck.net/2009/11/16/how-to-get-rid-of-encoding-in-a-themes-footer/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>New Site Feature: Miniposts!</title>
		<link>http://www.bioteck.net/2009/09/19/new-site-feature-miniposts/</link>
		<comments>http://www.bioteck.net/2009/09/19/new-site-feature-miniposts/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 12:25:17 +0000</pubDate>
		<dc:creator>BioTecK</dc:creator>
				<category><![CDATA[Site Update]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[Miniposts]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[postings]]></category>
		<category><![CDATA[sentences]]></category>
		<category><![CDATA[sidebar]]></category>
		<category><![CDATA[visit]]></category>

		<guid isPermaLink="false">http://www.bioteck.net/?p=4110</guid>
		<description><![CDATA[	For a long time I was looking for a way to display Miniposts. Miniposts (or asides) are actually small blog posts that live outside of the usual hierarchy of postings. Miniposts are posts with let&#8217;s say 1 or 2 sentences in length, so that&#8217;s why the call it Miniposts!  
	In the past I had tried some plugins but they didn&#8217;t do the job as I would like to. While surfing on the net today, I found the solution to my &#8220;problem&#8221;. The solution is actually a plugin called: Miniposts. ...]]></description>
			<content:encoded><![CDATA[	<p>For a long time I was looking for a way to display Miniposts. Miniposts (or asides) are actually small blog posts that live outside of the usual hierarchy of postings. Miniposts are posts with let&#8217;s say 1 or 2 sentences in length, so that&#8217;s why the call it Miniposts! <img src='http://www.bioteck.net/wp-includes/images/smilies/icon_wink.gif' alt=':wink:' class='wp-smiley' /> </p>
	<p>In the past I had tried some plugins but they didn&#8217;t do the job as I would like to. While surfing on the net today, I found the solution to my &#8220;problem&#8221;. The solution is actually a plugin called: <a title="Miniposts Plugin" href="http://www.piepalace.ca/blog/projects/miniposts" target="_blank"><strong>Miniposts</strong></a>. Kinda obvious! <img src='http://www.bioteck.net/wp-includes/images/smilies/icon_rolleyes.gif' alt=':roll:' class='wp-smiley' />  So from today on you&#8217;ll see my 5 newest miniposts in the tabbed sidebar which can be found to your right!</p>
	<p>So why display miniposts?<br />
Well, minipost can be very handy in case you like to share a link, video or anything else to your readers and you just don&#8217;t have the time to write an post about it.  You can also use miniposts to let your visitors know that there&#8217;s a new post on one of your other blogs etc. With other words, you can use it for almost anything! <img src='http://www.bioteck.net/wp-includes/images/smilies/icon_wink.gif' alt=':wink:' class='wp-smiley' /> </p>
	<p>In case you would like to have miniposts on your blog too, just head over to the <a title="Miniposts Plugin" href="http://www.piepalace.ca/blog/projects/miniposts/" target="_blank">plugin&#8217;s page</a> and follow the instructions there!
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bioteck.net/2009/09/19/new-site-feature-miniposts/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Gallery Page Updated By Using Slimbox!</title>
		<link>http://www.bioteck.net/2009/08/08/gallery-page-updated-by-using-slimbox/</link>
		<comments>http://www.bioteck.net/2009/08/08/gallery-page-updated-by-using-slimbox/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 16:54:23 +0000</pubDate>
		<dc:creator>BioTecK</dc:creator>
				<category><![CDATA[Site Update]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[bioteck]]></category>
		<category><![CDATA[BJ-Alborz]]></category>
		<category><![CDATA[BJ-Alborz.com]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Gallery]]></category>
		<category><![CDATA[gallery option]]></category>
		<category><![CDATA[lightbox 2]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[September]]></category>
		<category><![CDATA[slimbox]]></category>
		<category><![CDATA[think]]></category>
		<category><![CDATA[wedding]]></category>

		<guid isPermaLink="false">http://www.bioteck.net/?p=4068</guid>
		<description><![CDATA[	Time for a new post.. Yeah, this are very busy times for me as I&#8217;m getting married on the 4th of September! We still have 3 weeks to go and we still have to arrange some little stuff so that&#8217;s why this blog doesn&#8217;t get updated that much!
You can visit our wedding blog at: BJ-Alborz.com for more information and updates on our wedding!  
	Anyway, in the meanwhile I had some time to update the gallery page! A lot of people and friends didn&#8217;t liked the way the gallery worked ...]]></description>
			<content:encoded><![CDATA[	<p>Time for a new post.. Yeah, this are very busy times for me as I&#8217;m getting married on the 4th of September! We still have 3 weeks to go and we still have to arrange some little stuff so that&#8217;s why this blog doesn&#8217;t get updated that much!<br />
You can visit our wedding blog at: <a title="BJ-Alborz.com" href="http://www.bj-alborz.com" target="_blank">BJ-Alborz.com</a> for more information and updates on our wedding! <img src='http://www.bioteck.net/wp-includes/images/smilies/icon_wink.gif' alt=':wink:' class='wp-smiley' /> </p>
	<p>Anyway, in the meanwhile I had some time to update the <a title="BioTecK.net Gallery Page" href="http://www.bioteck.net/gallery" target="_blank">gallery page</a>! A lot of people and friends didn&#8217;t liked the way the gallery worked and asked me if I could change it&#8230; I actually hadn&#8217;t thought well about this so I had to look into it. The problem was that I used the build-in gallery option in Wordpress and linked/opened the picture in the attachment page. By doing the whole site needed to be reloaded over and over again which is actually pretty annoying and slow, right? So I had to look for another option.</p>
	<p style="text-align: center;"><img class="aligncenter" title="Gallery Sample using Slimbox!" src="http://www.bioteck.net/images/blog/gallery_update.jpg" alt="" width="525" height="438" /><em><br />
A picture of Jannie and me on our holiday in El Gouna (Egypt).<br />
</em></p>
	<p>After giving it some thoughts and playing around with a dozen of plugins, I actually found the perfect solution: <strong><a title="Slimbox" href="http://wordpress.org/extend/plugins/slimbox/" target="_blank">Slimbox</a>!<br />
</strong>Slimbox is a visual clone of the popular Lightbox 2 script and to be honest.. this wasn&#8217;t actually what I was thinking about when I started but I really like this plugin! <img src='http://www.bioteck.net/wp-includes/images/smilies/icon_rolleyes.gif' alt=':roll:' class='wp-smiley' />  It works really simple (download, install and you&#8217;re good to go!) and it&#8217;s really fast.</p>
	<p>Now you are able to view and navigate between the pictures in the <a title="BioTecK.net Gallery Page" href="http://www.bioteck.net/gallery" target="_blank">gallery</a> very quickly! Give it a try and let me know what you think! <img src='http://www.bioteck.net/wp-includes/images/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' />
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bioteck.net/2009/08/08/gallery-page-updated-by-using-slimbox/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Update The Feed Links In Your Header Section&#8230;</title>
		<link>http://www.bioteck.net/2008/10/21/update-the-feed-links-in-your-header-section/</link>
		<comments>http://www.bioteck.net/2008/10/21/update-the-feed-links-in-your-header-section/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 04:39:44 +0000</pubDate>
		<dc:creator>BioTecK</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[arrangement]]></category>
		<category><![CDATA[auto discovery]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[discovery feature]]></category>
		<category><![CDATA[Editing]]></category>
		<category><![CDATA[explorer]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[Feedcount]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[header section]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[sidebar]]></category>
		<category><![CDATA[subscribe]]></category>
		<category><![CDATA[subscriber]]></category>
		<category><![CDATA[Update]]></category>
		<category><![CDATA[wordpress blog]]></category>

		<guid isPermaLink="false">http://www.bioteck.net/?p=3847</guid>
		<description><![CDATA[	When setting up a new wordpress blog, most people pay more attention to the design of there blog; Editing the CSS file, thinking about how to arrange the sidebar, placing adsense codes on the blog, signing for a Feedburner account and placing the Feedcount somewhere in the sidebar along with a RSS icon.
However people seem to forget to update the feed links in the header section of the blog. The feed link in the header section is used by the autodiscovery feature on most browsers such as Firefox and Internet ...]]></description>
			<content:encoded><![CDATA[	<p>When setting up a new wordpress blog, most people pay more attention to the design of there blog; Editing the CSS file, thinking about how to arrange the sidebar, placing adsense codes on the blog, signing for a <a href="http://feeds.feedburner.com/Biotecknet">Feedburner</a> account and placing the Feedcount somewhere in the sidebar along with a RSS icon.<br />
However people seem to forget to update the feed links in the header section of the blog. The feed link in the header section is used by the autodiscovery feature on most browsers such as <a href="http://www.bioteck.net/2008/06/18/firefox-3-the-best-firefox-version-yet/">Firefox</a> and Internet Explorer.</p>
	<p>So when you haven&#8217;t updated the feed links in your header people will end up subscribing to different feeds and your subscriber stats might become incorrect. To make sure that the feed link in the header is also pointing to your <a href="http://feeds.feedburner.com/Biotecknet">Feedburner</a> feed you need to remove the last 2 of the 3 “alternate” links that you will find in the header.php file of your theme. Then simply update the URL of the first feed link by removing the WordPress PHP code and inserting your Feedburner URL instead. Watch the video for more details. </p>
	<p><object width="425" height="344"><br />
<param name="movie" value="http://www.youtube.com/v/m9DB8nVqQ7g&#038;hl=en&#038;fs=1&#038;color1=0x234900&#038;color2=0x4e9e00"></param>
<param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/m9DB8nVqQ7g&#038;hl=en&#038;fs=1&#038;color1=0x234900&#038;color2=0x4e9e00" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
	<p>Easy right? So have you updated the feed link in your header section? <img src='http://www.bioteck.net/wp-includes/images/smilies/icon_wink.gif' alt=':wink:' class='wp-smiley' />
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bioteck.net/2008/10/21/update-the-feed-links-in-your-header-section/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>The BIG List Of CommentLuv Blogs</title>
		<link>http://www.bioteck.net/2008/07/04/the-big-list-of-commentluv-blogs/</link>
		<comments>http://www.bioteck.net/2008/07/04/the-big-list-of-commentluv-blogs/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 13:30:55 +0000</pubDate>
		<dc:creator>BioTecK</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[commentluv]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.bioteck.net/?p=2310</guid>
		<description><![CDATA[	Two days ago I wrote a post called: &#8220;New CommentLuv &#8211; Found Here Badge&#8220;. In the post I explained that CommentLuv can increase your traffic &#38; readership and that&#8217;s also good for your pagerank.
Anyway, It&#8217;s time for a BIG list of blog which have the CommentLuv plugin installed. (Ok, The list isn&#8217;t that big yet, but I&#8217;m sure it will be!)In case you want to show your visitors that you&#8217;ve CommentLuv installed, then you can use the badge here below.
	If you don’t have the plugin installed yet, click here to ...]]></description>
			<content:encoded><![CDATA[	<p>Two days ago I wrote a post called: &#8220;<a href="http://www.bioteck.net/2008/07/02/new-commentluv-found-here-badge/" target="_blank">New CommentLuv &#8211; Found Here Badge</a>&#8220;. In the post I explained that CommentLuv can increase your traffic &amp; readership and that&#8217;s also good for your pagerank.<br />
Anyway, It&#8217;s time for a BIG list of blog which have the CommentLuv plugin installed. (Ok, The list isn&#8217;t that big yet, but I&#8217;m sure it will be!)In case you want to show your visitors that you&#8217;ve CommentLuv installed, then you can use the badge here below.</p>
	<p>If you don’t have the plugin installed yet, click <a href="http://www.fiddyp.co.uk/commentluv-wordpress-plugin/" target="_blank">here</a> to get the plugin. If you have the plugin installed and you want to be on this list, just leave me a comment and I&#8217;ll add you asap.</p>
	<p><img src="http://www.bioteck.net/wp-content/themes/BioTecK/images/commentluv.png" alt="CommentLuv Found Here!" width="130" height="52" /></p>
	<p><span id="more-2310"></span></p>
	<ul>
	<li><a href="http://www.bioteck.net" target="_blank">BioTecK.net</a></li>
	<li><a href="http://www.susangregg.com" target="_blank">susangregg</a></li>
	<li><a href="http://tazdog.com/" target="_blank">Tazdog.com</a></li>
	<li><a href="http://www.ozwebhub.com/blog/" target="_blank">Multifarious Mushrooms</a></li>
	<li><a href="http://www.tenaciouscreations.com" target="_blank">Tenacious Creations</a></li>
	<li><a href="http://www.wayfarerwings.com" target="_blank">Wayfarer Wings</a></li>
	<li><a href="http://www.datmoney.com" target="_blank">Datmoney.com</a></li>
	<li><a href="http://www.nice2all.com" target="_blank">Nice2all</a></li>
	<li><a href="http://www.simplydunn.net/" target="_blank">SimplyDunn</a></li>
	<li><a href="http://www.myinterestingfiles.com/" target="_blank">Myinterestingfiles</a></li>
	<li><a href="http://www.forcedgreen.com/" target="_blank">Forced Green</a></li>
	<li><a href="http://www.msns-blogs.com/blog/" target="_blank">Travelin’ Show</a></li>
	<li><a href="http://moneybites.com/" target="_blank">MoneyBites</a></li>
	<li><a href="http://www.vividlamp.com/" target="_blank">Vivid Lamp</a></li>
	<li><a href="http://www.theaffiliatesecret.com" target="_blank">Theaffiliatesecret</a></li>
	<li><a href="http://www.affiliaterevenue-info.com" target="_blank">Affiliaterevenue-info</a></li>
	<li><a href="http://dawnandjimmy.us/blog/" target="_blank">Coming to a Nursery Near You</a></li>
	<li> <a href="http://mastersofseo.com">mastersofseo</a></li>
	<li><a href="http://blogciety.com/">Blogciety</a></li>
	<li><a href="http://www.madmouse.com">Madmouse</a></li>
	<li><a href="http://www.thehussy.co.uk">The Hussy</a></li>
	<li><a href="http://www.usbmemorysticks.net/">DT´s Flash Drive Blog</a></li>
	</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.bioteck.net/2008/07/04/the-big-list-of-commentluv-blogs/feed/</wfw:commentRss>
		<slash:comments>67</slash:comments>
		</item>
		<item>
		<title>New CommentLuv &#8211; Found Here Badge</title>
		<link>http://www.bioteck.net/2008/07/02/new-commentluv-found-here-badge/</link>
		<comments>http://www.bioteck.net/2008/07/02/new-commentluv-found-here-badge/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 12:42:21 +0000</pubDate>
		<dc:creator>BioTecK</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[badges]]></category>
		<category><![CDATA[commentluv]]></category>
		<category><![CDATA[comments]]></category>

		<guid isPermaLink="false">http://www.bioteck.net/?p=2307</guid>
		<description><![CDATA[	If you&#8217;ve left a comment on my site then you might have noticed that I use this plugin called: &#8220;CommentLuv&#8220;.
	The CommentLuv Wordpress Plugin will visit the feed of the comment author and attempt to scrape the last post they made and display it under their comment, this way you can encourage people to join in the discussion of your posts and give something back straight away.
	With this pluging I like to encourage people to comment, joining in the discussions of my post and giving something back to the commentator straight ...]]></description>
			<content:encoded><![CDATA[	<p>If you&#8217;ve left a comment on my site then you might have noticed that I use this plugin called: &#8220;<a href="http://www.fiddyp.co.uk/commentluv-wordpress-plugin/" target="_blank">CommentLuv</a>&#8220;.</p>
	<blockquote><p>The CommentLuv Wordpress Plugin will visit the feed of the comment author and attempt to scrape the last post they made and display it under their comment, this way you can encourage people to join in the discussion of your posts and give something back straight away.</p></blockquote>
	<p>With this pluging I like to encourage people to comment, joining in the discussions of my post and giving something back to the commentator straight away.</p>
	<p>What benefits does this have for you, as a commentator?</p>
	<blockquote><ol>
	<li>Increased Traffic / Readership:<br />
You can increase your traffic and readership of your blog. Why? As people visit and read through the comments, they can see the titles of each person&#8217;s latest post. So If you&#8217;ve a great post titles, you WILL get traffic from this source and don&#8217;t forget that some of this traffic will convert to regular readers if people like your the stuff you write about.</li>
	<li>Benefits To PageRank<br />
If the blog you leave a comment behind is a Do Follow blog, (like mine!:razz:) it will send you visitors your way but it will also pass you a little bit of PageRank.</p>
	<h6>Source: <a href="http://www.scratch99.com" target="_blank">Scratch99.com</a></h6>
	</li>
</ol></blockquote>
	<p>For maximum exposure and benefit when commenting on CommentLuv enabled posts you should <a title="Turn Off FeedBurner redirects in RSS Feeds" href="http://www.shankrila.com/tech-stuff/blogging-tip-turn-off-feedburner-redirect-in-rss-feeds/" target="_blank">turn off FeedBurner redirect in RSS feeds</a>.</p>
	<p>Anyway, As I didn&#8217;t like the original CommentLuv badge I wanted to make my own. Jep, like the <a href="http://www.bioteck.net/2008/06/30/new-u-comment-i-follow-badge/" target="_blank">You Comment I Follow badge</a>. Anyway, this is what I came up with. Cool isn&#8217;t it?? <img src='http://www.bioteck.net/wp-includes/images/smilies/icon_wink.gif' alt=':wink:' class='wp-smiley' /> </p>
	<p><img src="http://www.bioteck.net/wp-content/themes/BioTecK/images/commentluv.png" alt="Comment Luv Found Here" width="130" height="52" />
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bioteck.net/2008/07/02/new-commentluv-found-here-badge/feed/</wfw:commentRss>
		<slash:comments>82</slash:comments>
		</item>
		<item>
		<title>New U Comment I Follow Badge</title>
		<link>http://www.bioteck.net/2008/06/30/new-u-comment-i-follow-badge/</link>
		<comments>http://www.bioteck.net/2008/06/30/new-u-comment-i-follow-badge/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 17:53:53 +0000</pubDate>
		<dc:creator>BioTecK</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[badges]]></category>
		<category><![CDATA[do follow]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.bioteck.net/?p=2306</guid>
		<description><![CDATA[	Since some time ago I kept seeing this &#8220;U Comment I Follow&#8221; badges on a lot of blogs, so I was curious and started to digging some information about this.
	Almost all blog platforms by default are set up so that a “dead end” piece of code is inserted wherever there is a link in a comment, so that search engines will not “count” the link as they are crawling the internet. This was originally designed to help stop comment spam, but it doesn’t work. What it does is remove some ...]]></description>
			<content:encoded><![CDATA[	<p>Since some time ago I kept seeing this &#8220;U Comment I Follow&#8221; badges on a lot of blogs, so I was curious and started to digging some information about this.</p>
	<blockquote><p>Almost all blog platforms by default are set up so that a “dead end” piece of code is inserted wherever there is a link in a comment, so that search engines will not “count” the link as they are crawling the internet. This was originally designed to help stop comment spam, but it doesn’t work. What it does is remove some of the incentive for your readers contribute to your site by commenting on your posts.</p>
	<p>What can you do about it?  Turn off “nofollow”.  Show your commenters that you appreciate them. Spread the link love.</p></blockquote>
	<p>After reading this I decided to turn off &#8220;nofollow&#8221; with this plugin called: <a title="Do Follow Plugin" href="http://kimmo.suominen.com/sw/dofollow/" target="_blank">Do Follow</a>. Do you wish to join this movement? Just download and install the plugin and use one of the badges. <a href="http://randaclay.com/blog/i-follow/" target="_blank"><br />
Randa Clay</a> has created some “I Follow” logos which people can use to let the visitors see that they DO Follow.</p>
	<p>For a long time I&#8217;ve used his logo but today I decided to make my own unique badge and make one which matches with everything else on this site. So I started Adobe Illustrator and after spending some time on it, this is what I came up with, do you like it?! <img src='http://www.bioteck.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
	<p><img src="http://www.bioteck.net/wp-content/themes/BioTecK/images/youcomment.png" alt="U Comment I Follow" width="130" height="52" />
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bioteck.net/2008/06/30/new-u-comment-i-follow-badge/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Highlighting Your Comments</title>
		<link>http://www.bioteck.net/2008/05/31/highlighting-your-comments/</link>
		<comments>http://www.bioteck.net/2008/05/31/highlighting-your-comments/#comments</comments>
		<pubDate>Sat, 31 May 2008 14:36:34 +0000</pubDate>
		<dc:creator>BioTecK</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[highlight]]></category>

		<guid isPermaLink="false">http://www.bioteck.net/?p=2209</guid>
		<description><![CDATA[	Some days ago Sarah from Stuff About Sarah wrote a nice and cool article about how to highlight your own comments on your blog without using any plugin on Bloggingtips. I wanted to try this out but bumped into some troubles as my comments.php has a different structure.
However Sarah was so kind to help me out and fixed the problem!   (Thnx again Sarah!) So from now on my comments have a different background color! 
Anyway, In case you want to highlight your comments head over to bloggingtips and ...]]></description>
			<content:encoded><![CDATA[	<p>Some days ago Sarah from <a href="http://www.stuffbysarah.net/" target="_blank">Stuff About Sarah</a> wrote a nice and cool article about how to highlight your own comments on your blog without using any plugin on <a href="http://www.bloggingtips.com/2008/05/25/highlight-your-comments/">Bloggingtips</a>. I wanted to try this out but bumped into some troubles as my comments.php has a different structure.<br />
However Sarah was so kind to help me out and fixed the problem! <img src='http://www.bioteck.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  (Thnx again Sarah!) So from now on my comments have a different background color! <img src='http://www.bioteck.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
Anyway, In case you want to highlight your comments head over to <a href="http://www.bloggingtips.com/2008/05/25/highlight-your-comments/" target="_blank">bloggingtips</a> and see how you can do the job your self! <img src='http://www.bioteck.net/wp-includes/images/smilies/icon_wink.gif' alt=':wink:' class='wp-smiley' />
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bioteck.net/2008/05/31/highlighting-your-comments/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Samsarin PHP Widget</title>
		<link>http://www.bioteck.net/2008/05/10/samsarin-php-widget/</link>
		<comments>http://www.bioteck.net/2008/05/10/samsarin-php-widget/#comments</comments>
		<pubDate>Sat, 10 May 2008 14:53:38 +0000</pubDate>
		<dc:creator>BioTecK</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[samsarin]]></category>

		<guid isPermaLink="false">http://www.bioteck.net/?p=2193</guid>
		<description><![CDATA[	Reconfiguring your WordPress sidebar is easy with widgets: Just drag and drop widgets into the desired place on the sidebar of your blog, update and your done! But what if you want to use a php command line in one of your widgets? If you want to do that, you’ll find out that you can’t do that! However, there is a solution to that “problem” and it’s called Samsarin PHP Widget.
The Samsarin PHP Widget can be used like the default text widget in WordPress but it allows adding php command ...]]></description>
			<content:encoded><![CDATA[	<p>Reconfiguring your WordPress sidebar is easy with widgets: Just drag and drop widgets into the desired place on the sidebar of your blog, update and your done! But what if you want to use a php command line in one of your widgets? If you want to do that, you’ll find out that you can’t do that! However, there is a solution to that “problem” and it’s called Samsarin PHP Widget.<br />
The <a href="http://blog.samsarin.com/samsarin-php-widget/" target="_blank">Samsarin PHP Widget</a> can be used like the default text widget in WordPress but it allows adding php command lines by enclosing PHP codes.<br />
I&#8217;m using the Samsarin PHP Widget for the search widget in my sidebar. The default search widget doesn’t work for me: it doesn&#8217;t show it properly (when I enable it, it “floats” right in the middle of my sidebar while I’ve put them on the left side of the sidebar!) and it doesn&#8217;t allow me to customize the search button. So this is when I start using Samsarin PHP Widget.<br />
The installation of the plug-in is easy: Download, extract and upload to your plug-in folder, go to your admin console, go to Pluggins, and Enable the Samsarin PHP Widget.<br />
When you have enable the plug-in, go to your theme editor, Widgets and select the number of php widgets you want to use. By default 1 will be available. When you’ve set the numbers of php widget you drag one the widgets to your sidebar and edit its title and body and you’re good to go!<br />
Click <a href="http://blog.samsarin.com/samsarin-php-widget/" target="_blank">here</a> to to get the <a href="http://blog.samsarin.com/samsarin-php-widget/" target="_blank">Samsarin PHP Widget</a>.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bioteck.net/2008/05/10/samsarin-php-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Create An Archives Page</title>
		<link>http://www.bioteck.net/2008/05/06/how-to-create-an-archives-page/</link>
		<comments>http://www.bioteck.net/2008/05/06/how-to-create-an-archives-page/#comments</comments>
		<pubDate>Tue, 06 May 2008 13:35:25 +0000</pubDate>
		<dc:creator>BioTecK</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://www.bioteck.net/?p=2191</guid>
		<description><![CDATA[	Having an archives page for your WordPress blog is something very important. In an archive page you can archive links listing by categories, months, year and pages.
Most free WordPress themes already have an extra page template for an archive page. Just look in your theme’s folder for an php file called archives.php. This is different then your default archive template which is called archive.php (without the “s”).
	But if you have a theme which doesn’t have an archive page, you can make one your own very easy when you follow this ...]]></description>
			<content:encoded><![CDATA[	<p>Having an archives page for your WordPress blog is something very important. In an archive page you can archive links listing by categories, months, year and pages.<br />
Most free WordPress themes already have an extra page template for an archive page. Just look in your theme’s folder for an php file called archives.php. This is different then your default archive template which is called archive.php (without the “s”).</p>
	<p>But if you have a theme which doesn’t have an archive page, you can make one your own very easy when you follow this steps. I take my own <a href="http://www.bioteck.net/archives/">archive page</a> as an example.</p>
	<ol>
	<li>Make a copy of your index.php and call it archives.php. This is just to preserve your theme structure!</li>
	<li>Open the file and type this at the top of the Archives.php</li>
	<li>Now remove the original loop code in the index.php.</li>
	<li>Add the category listing by inserting this code:<code>&lt;h2&gt;Archives by Categorie:&lt;/h2&gt;<br />
&lt;ul&gt;&lt;?php list_cats(0, '', 'name', 'ASC', '/', true, 0, 1);    ?&gt;&lt;/ul&gt;</code></li>
	<li>Add the month listing by inserting this code:<code>&lt;h2&gt;Archives by Month:&lt;/h2&gt;<br />
&lt;ul&gt;&lt;?php wp_get_archives('type=monthly'); ?&gt;&lt;/ul&gt;</code></li>
	<li>Add the page listing by inserting this code:<code>&lt;h2&gt;Archives by Pages:&lt;/h2&gt;<br />
&lt;ul&gt;&lt;?php wp_list_pages('title_li'); ?&gt;&lt;/ul&gt;</code></li>
	<li>Save the archives.php file, upload it to your theme’s folder (wp-content/themes/themename/).</li>
	<li>To use your archives page you have to create a new page and select your newly upload Archives page template for that page!</li>
	</ol>
	<p><img style="border: 1px solid black;" src="http://www.bioteck.net/images/blog/page-template.gif" alt="" />
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bioteck.net/2008/05/06/how-to-create-an-archives-page/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Date Tag</title>
		<link>http://www.bioteck.net/2008/04/30/the-date-tag/</link>
		<comments>http://www.bioteck.net/2008/04/30/the-date-tag/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 20:09:12 +0000</pubDate>
		<dc:creator>BioTecK</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[date tag]]></category>
		<category><![CDATA[FireFox]]></category>

		<guid isPermaLink="false">http://www.bioteck.net/?p=2186</guid>
		<description><![CDATA[	Since some days I noticed that when there are multiple posts published on the SAME DAY, the date only displays the date for the first post! I didn&#8217;t like this and soon I became aware that I was using this code inside my WordPress loop: &#60;?php the_date('','',''); ?&#62;
	I wanted to display the date for all of my posts, even when they are published on the same day! If you don&#8217;t like this like me, you can change this by replacing the date tag with: &#60;?php the_time('l F j Y'); ?&#62;
	This ...]]></description>
			<content:encoded><![CDATA[	<p>Since some days I noticed that when there are multiple posts published on the SAME DAY, the date only displays the date for the first post! I didn&#8217;t like this and soon I became aware that I was using this code inside my WordPress loop: <code>&lt;?php the_date('','',''); ?&gt;</code></p>
	<p>I wanted to display the date for all of my posts, even when they are published on the same day! If you don&#8217;t like this like me, you can change this by replacing the date tag with: <code>&lt;?php the_time('l F j Y'); ?&gt;</code></p>
	<p>This way every post will be displaying the date, exactly what I wanted! <img src='http://www.bioteck.net/wp-includes/images/smilies/icon_wink.gif' alt=':wink:' class='wp-smiley' /> </p>
	<p>More information <a href="http://codex.wordpress.org/Template_Tags/the_date" target="_blank">here</a> and <a href="http://codex.wordpress.org/Formatting_Date_and_Time" target="_blank">here</a>&#8230;
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bioteck.net/2008/04/30/the-date-tag/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
