<?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>Weblog Tools Collection &#187; otto</title>
	<atom:link href="http://weblogtoolscollection.com/archives/tag/otto/feed/" rel="self" type="application/rss+xml" />
	<link>http://weblogtoolscollection.com</link>
	<description>Weblog Tools Blogging Tools Blog</description>
	<lastBuildDate>Mon, 13 Feb 2012 13:00:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Theme Malware Anatomy</title>
		<link>http://weblogtoolscollection.com/archives/2010/12/10/theme-malware-anatomy/</link>
		<comments>http://weblogtoolscollection.com/archives/2010/12/10/theme-malware-anatomy/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 20:00:30 +0000</pubDate>
		<dc:creator>Jeff Chandler</dc:creator>
				<category><![CDATA[LinkyLoo]]></category>
		<category><![CDATA[WordPress Templates WordPress Skins WordPress Themes]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[otto]]></category>
		<category><![CDATA[themelab]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://weblogtoolscollection.com/?p=9171</guid>
		<description><![CDATA[One of the biggest problems facing users of WordPress today especially when it comes to themes is malware. I&#8217;ve seen my fair share of websites using themes whose functions.php file contains base64 encrypted code that when decrypted, shows spam links. However, there also a number of themes that have code within them that installs malware onto the web server. After Chip Bennett, one of the Theme Team Reviewers noticed at least one of his themes were being made available on a website that claimed to have free WordPress themes, he discovered that something was not right. All of the themes available on the website contained some sort of malware that would be installed onto the users site once enabled. Otto does a great job going in-depth and explaining exactly how this particular piece of theme malware works. Most of the explanation is over my head but it gives you a [...]]]></description>
			<content:encoded><![CDATA[<p>One of the biggest problems facing users of WordPress today especially when it comes to themes is malware. I&#8217;ve seen my fair share of websites using themes whose functions.php file contains base64 encrypted code that when decrypted, shows spam links. However, there also a number of themes that have code within them that installs malware onto the web server. After Chip Bennett, one of the Theme Team Reviewers noticed at least <a href="http://wordpress.org/extend/themes/oenology">one of his themes</a> were being made available on a website that claimed to have free WordPress themes, he discovered that something was not right. All of the themes available on the website contained some sort of malware that would be installed onto the users site once enabled. </p>
<p>Otto does a great job going in-depth and <a href="http://ottopress.com/2010/anatomy-of-a-theme-malware/">explaining exactly how</a> this particular piece of theme malware works. Most of the explanation is over my head but it gives you a sense of not only how desperate but also how clever these spam kings are getting in having their way with your website. This is why we preach that you always get your free themes from the <a href="http://wordpress.org/extend/themes">WordPress.org Theme Repository</a> because each theme is now reviewed with human eyes to make sure none of that garbage gets into the repository. </p>
<p>The theme repository contains almost 1,300 themes but quite a few of them look like they were designed in early 2000. So I can understand why users would want to expand their reach and check out the wider marketplace of freely available themes but just remember, when you download and use a theme that is outside of the repository, you do so at your own risk. </p>
<p>As an aside, this video which was produced by Leland of <a href="http://www.themelab.com/">Themelab.com</a> provides a great explanation as to why you want to stay away from using Google when searching for freely available themes. </p>
<p><center><object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,115,0' width='560' height='345'><param name='movie' value='http://screenr.com/Content/assets/screenr_1116090935.swf' ></param><param name='flashvars' value='i=32035' ></param><param name='allowFullScreen' value='true' ></param><embed src='http://screenr.com/Content/assets/screenr_1116090935.swf' flashvars='i=32035' allowFullScreen='true' width='560' height='345' pluginspage='http://www.macromedia.com/go/getflashplayer' ></embed></object></center></p>
]]></content:encoded>
			<wfw:commentRss>http://weblogtoolscollection.com/archives/2010/12/10/theme-malware-anatomy/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>WordPress 2.7 Comment Enhancements</title>
		<link>http://weblogtoolscollection.com/archives/2008/09/30/wordpress-27-comment-enhancements/</link>
		<comments>http://weblogtoolscollection.com/archives/2008/09/30/wordpress-27-comment-enhancements/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 08:20:43 +0000</pubDate>
		<dc:creator>Jeff Chandler</dc:creator>
				<category><![CDATA[LinkyLoo]]></category>
		<category><![CDATA[2.7]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[otto]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://weblogtoolscollection.com/?p=4260</guid>
		<description><![CDATA[Otto, who is a well known and respected member of the WordPress community has published a pretty cool article (WordPress 2.7 Comment Enhancements) which explains the various comment enhancements that have made it to the core of WordPress 2.7 thus far. Otto&#8217;s reasoning behind the post was to allow theme authors to gain a head start on creating themes which will be compatible with WordPress 2.7. One thing to keep in mind while reading this article is that, this information was compiled from using the latest developmental version of WordPress 2.7. This means things may not be set in stone with further additions or retractions possible before the initial release. Here are some of the enhancements that Otto covers: Creating a 2.7 compatible comments.php file Password protection check The comments loop The power of Ajax Styling Thanks Otto.]]></description>
			<content:encoded><![CDATA[<p>Otto, who is a well known and respected member of the WordPress community has published a pretty cool article (<a href="http://ottodestruct.com/blog/2008/09/29/wordpress-27-comments-enhancements/" target="_blank">WordPress 2.7 Comment Enhancements</a>) which explains the various comment enhancements that have made it to the core of WordPress 2.7 thus far. Otto&#8217;s reasoning behind the post was to allow theme authors to gain a head start on creating themes which will be compatible with WordPress 2.7. One thing to keep in mind while reading this article is that, this information was compiled from using the latest developmental version of WordPress 2.7. This means things may not be set in stone with further additions or retractions possible before the initial release.</p>
<p><strong>Here are some of the enhancements that Otto covers:</strong></p>
<ul>
<li>Creating a 2.7 compatible comments.php file</li>
<li>Password protection check</li>
<li>The comments loop</li>
<li>The power of Ajax</li>
<li>Styling</li>
</ul>
<p>Thanks Otto.</p>
]]></content:encoded>
			<wfw:commentRss>http://weblogtoolscollection.com/archives/2008/09/30/wordpress-27-comment-enhancements/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  weblogtoolscollection.com/archives/tag/otto/feed/ ) in 0.81864 seconds, on Feb 14th, 2012 at 1:24 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 14th, 2012 at 2:24 pm UTC -->
