<?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>deconcept &#187; wordpress</title>
	<atom:link href="http://blog.deconcept.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.deconcept.com</link>
	<description>You've got your good thing, and I've got mine</description>
	<lastBuildDate>Mon, 15 Mar 2010 20:54:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Redesigned</title>
		<link>http://blog.deconcept.com/2008/04/14/redesigned/</link>
		<comments>http://blog.deconcept.com/2008/04/14/redesigned/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 21:39:54 +0000</pubDate>
		<dc:creator>Geoff</dc:creator>
				<category><![CDATA[blogs]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[redesign]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://dev.blog.deconcept.com/?p=183</guid>
		<description><![CDATA[It&#8217;s been nearly three and a half years since I starting writing about nerdy things on this blog, and during that whole time the design has stayed mostly the same. Today I&#8217;m launching a new design, mostly because I&#8217;ve been procrastinating about upgrading the WordPress version the blog runs on (it was still 1.2!). So [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been nearly three and a half years since I starting writing about nerdy things on this blog, and during that whole time the design has stayed mostly the same. Today I&#8217;m launching a new design, mostly because I&#8217;ve been procrastinating about upgrading the <a href="http://wordpress.org/" rel="external">WordPress</a> version the blog runs on (it was still 1.2!). So since my old &#8216;theme&#8217; wasn&#8217;t even compatible with the new version, I decided to update the look a bit. I started with a version of the theme &#8216;Hemingway&#8217; (Or is it &#8216;Ninjamonkeys&#8217;? Whatever.) Anyway, here&#8217;s the new design, running on the shiny new version 2.5 of WordPress. I hope you like it, and if there&#8217;s any bugs I&#8217;ll hopefully be able to work them out over the coming weeks.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.deconcept.com/2008/04/14/redesigned/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>FlashObject embed Textpattern and WordPress plugin</title>
		<link>http://blog.deconcept.com/2005/02/17/flashobject-embed-textpattern-and-wordpress-plugin/</link>
		<comments>http://blog.deconcept.com/2005/02/17/flashobject-embed-textpattern-and-wordpress-plugin/#comments</comments>
		<pubDate>Thu, 17 Feb 2005 16:17:06 +0000</pubDate>
		<dc:creator>Geoff</dc:creator>
				<category><![CDATA[blogs]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.deconcept.com/2005/02/17/flashobject-embed-textpattern-and-wordpress-plugin/</guid>
		<description><![CDATA[UPDATE (02-25-2005): See comments below for an updated version. Michael Bester has put together a plugin for WordPress and Textpattern that makes it really easy to use my FlashObject embed method in your blog. Go check out his post about it to get the files and all the info you need to use it.]]></description>
			<content:encoded><![CDATA[<p><strong>UPDATE (02-25-2005):</strong> See comments below for an updated version.</p>
<p><a href="http://www.kimili.com/" rel="external">Michael Bester</a> has put together a plugin for WordPress and Textpattern that makes it really easy to use my <a href="http://blog.deconcept.com/2004/10/14/web-standards-compliant-javascript-flash-detect-and-embed/">FlashObject</a> embed method in your blog.</p>
<p>Go <a href="http://www.kimili.com/journal/38/kimili-flash-embed---wordpress-edition/" rel="external">check out his post</a> about it to get the files and all the info you need to use it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.deconcept.com/2005/02/17/flashobject-embed-textpattern-and-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress next / previous post links</title>
		<link>http://blog.deconcept.com/2005/02/07/wordpress-next-previous-post-links/</link>
		<comments>http://blog.deconcept.com/2005/02/07/wordpress-next-previous-post-links/#comments</comments>
		<pubDate>Mon, 07 Feb 2005 05:04:35 +0000</pubDate>
		<dc:creator>Geoff</dc:creator>
				<category><![CDATA[blogs]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.deconcept.com/2005/02/07/wordpress-next-previous-post-links/</guid>
		<description><![CDATA[I just added some next / previous post links to this blog. It was really easy to do it, and I think it is a very nice improvement. All of the functions are already built into WordPress, it was just a matter of finding them. Here&#8217;s the PHP code to place where you want the [...]]]></description>
			<content:encoded><![CDATA[<p>I just added some next / previous post links to this blog. It was really easy to do it, and I think it is a very nice improvement. All of the functions are already built into WordPress, it was just a matter of <a href="http://codex.wordpress.org/Template_Tags/next_post" rel="external">finding them</a>.</p>
<p>Here&#8217;s the PHP code to place where you want the links to show up:</p>
<blockquote><p><code>&lt;?php if($single) { ?&gt;<br />
&lt;div class="nextprev"&gt;<br />
&lt;span class="prev"&gt;&lt;?php previous_post('&amp;lsaquo; %', '', 'yes', 'no'); ?&gt;&lt;/span&gt;<br />
&lt;span class="next"&gt;&lt;?php next_post('% &amp;rsaquo;', '', 'yes', 'no'); ?&gt;&lt;/span&gt;<br />
&lt;/div&gt;<br />
&lt;?php } ?&gt;</code></p></blockquote>
<p>And here&#8217;s the CSS I added to my stylesheet to get them to sit where I wanted them:</p>
<blockquote><pre><code>.nextprev {
    height: 1.5em;
}
.nextprev .prev {
    float: left;
}
.nextprev .next {
    float: right;
}</code></pre>
</blockquote>
<p>I&#8217;m not entirely sure they will stay. I might replace them with something different, like a &#8220;more posts in this category&#8221; or a &#8220;related posts&#8221; type setup. I like the idea of flipping through a blog in a linear fashion, and I think it suits this blog quite well since all the content is generally about interesting <a href="http://www.wired.com/news/culture/0,1284,64596,00.html" rel="external">internet</a> happenings or loosely related technical offerings.</p>
<p>Either way, it&#8217;s pretty simple to add them to your own blog, so enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.deconcept.com/2005/02/07/wordpress-next-previous-post-links/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Categories and tags and keywords</title>
		<link>http://blog.deconcept.com/2005/01/18/categories-or-tags/</link>
		<comments>http://blog.deconcept.com/2005/01/18/categories-or-tags/#comments</comments>
		<pubDate>Wed, 19 Jan 2005 03:19:10 +0000</pubDate>
		<dc:creator>Geoff</dc:creator>
				<category><![CDATA[blogs]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.deconcept.com/2005/01/18/categories-or-tags/</guid>
		<description><![CDATA[Technorati recently unveiled a new feature for their little search engine that tries to categorize content by keywords (they call them &#8216;tags&#8216; just like Flickr does). They even pull images from Flickr.com and links from del.icio.us. While it&#8217;s a very neat idea, there are some problems with with the whole mob taxonomy thing. Mainly with [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.technorati.com/" rel="external">Technorati</a> recently unveiled a <a href="http://www.technorati.com/tag/" rel="external">new feature</a> for their little search engine that tries to categorize content by keywords (they call them &#8216;<a href="http://www.technorati.com/help/tags.html" rel="external">tags</a>&#8216; just like Flickr does). They even pull images from <a href="http://www.flickr.com/" rel="external">Flickr.com</a> and links from <a href="http://del.icio.us/" rel="external">del.icio.us</a>. While it&#8217;s a very neat idea, there are some problems with with the whole <a href="http://www.adammathes.com/academic/computer-mediated-communication/folksonomies.html" rel="external">mob taxonomy</a> thing. Mainly with words that have multiple meanings, like the <a href="http://www.technorati.com/tag/flash" rel="external">flash tag</a>, which shows you plenty of Macromedia Flash related content, along side some photography using flashes and even some posts about flash memory mixed in there.</p>
<p>But these small drawbacks aren&#8217;t enough to keep me away. I&#8217;ve added a few categories to this blog and edited some old posts to better categorize them. Technorati should pick up on the new categories and automagically add my posts into their tag system. Some of my posts are already there, but since they were so poorly &#8216;tagged&#8217; it wasn&#8217;t doing me any good. Another benefit to this is that with more categories and using mod_rewrite with WordPress, I should see some more traffic coming in from Google as it indexes all the new keywords in my category URIs. It should also help users who aren&#8217;t sure what this site is about by showing them a nice broad list of topics in the sidebar instead of the limited topics I had before.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.deconcept.com/2005/01/18/categories-or-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Random WordPress comment spam</title>
		<link>http://blog.deconcept.com/2004/12/26/random-wordpress-comment-spam/</link>
		<comments>http://blog.deconcept.com/2004/12/26/random-wordpress-comment-spam/#comments</comments>
		<pubDate>Sun, 26 Dec 2004 04:22:40 +0000</pubDate>
		<dc:creator>Geoff</dc:creator>
				<category><![CDATA[blogs]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.deconcept.com/2004/12/26/random-wordpress-comment-spam/</guid>
		<description><![CDATA[Well, for x-mas I got an amazing amount of comment spam. And the best part is that it doesn&#8217;t even advertise for anything. I recently renamed my wp-comments-post.php file to try and cut back on the comment spam I was getting, and it was working until today. The worst part is that the spam isn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Well, for x-mas I got an amazing amount of comment spam. And the best part is that it doesn&#8217;t even advertise for anything. I recently renamed my wp-comments-post.php file to try and cut back on the comment spam I was getting, and it was working until today. The worst part is that the spam isn&#8217;t even advertising anything, it&#8217;s just random characters and random names, so I can&#8217;t filter it at all. It&#8217;s like someone just wants to annoy me.</p>
<p>So not cool.</p>
<p>Anyone have new suggestions on how to cut back on the spam? I&#8217;d like to implement a forced preview for my comments anyway, so maybe there are new WordPress plugins out since the last time I checked a few weeks ago that can help me out?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.deconcept.com/2004/12/26/random-wordpress-comment-spam/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>WordPress author comment highlighting</title>
		<link>http://blog.deconcept.com/2004/11/13/wordpress-author-comment-highlighting/</link>
		<comments>http://blog.deconcept.com/2004/11/13/wordpress-author-comment-highlighting/#comments</comments>
		<pubDate>Sat, 13 Nov 2004 22:21:16 +0000</pubDate>
		<dc:creator>Geoff</dc:creator>
				<category><![CDATA[blogs]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.deconcept.com/2004/11/13/wordpress-author-comment-highlighting/</guid>
		<description><![CDATA[I&#8217;ve noticed a few people doing &#8216;author comment highlighting&#8217; on other blogs, and thought it was kinda neat. How often are you reading through comments on a blog and not realizing that the person commenting is the owner of the blog? Well, why not highlight your own comments on your own blog so your visitors [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve noticed a few people doing &#8216;author comment highlighting&#8217; on other blogs, and thought it was kinda neat. How often are you reading through comments on a blog and not realizing that the person commenting is the owner of the blog?</p>
<p>Well, why not highlight your own comments on your own blog so your visitors know it&#8217;s you?</p>
<p>Here&#8217;s how I added it to this blog:</p>
<p>1) I decided to highlight the comments based on my e-mail address. This means that every comment post that uses my e-mail will be marked as &#8216;special.&#8217;</p>
<p>To do this I used a small snippet of PHP code (new code is bold):</p>
<blockquote><p><code>&lt;li id="comment-&lt;?php comment_ID() ?&gt;"<strong>&lt;?php if ($comment-&gt;comment_author_email == "geoff@deconcept.com") { ?&gt; class="mycomment"&lt;?php } ?&gt;</strong>&gt;</code></p></blockquote>
<p>2) Edit your stylesheet so your posts are different. Since I added the class <code>mycomment</code> to the comments I make, I added this to my stylesheet:</p>
<blockquote><p><code>ol#commentlist li.mycomment {<br />
&nbsp;&nbsp;&nbsp;background-color: #fbfbfb;<br />
&nbsp;&nbsp;&nbsp;border: solid 1px #457AA5;<br />
}<br />
</code></p></blockquote>
<p>3) Make sure nobody can post comments by pretending to be you:</p>
<p>I think everyone should do this on their blog anyway, but here it comes in extra handy. I went into &#8216;options -&gt;discussion&#8217; in wordpress and added my e-mail address to the list under &#8216;Comment Moderation.&#8217; This assures that if a comment containing my e-mail address anywhere in the post, the comment will be held for approval by me. So every time I post a comment I&#8217;ll have to approve it before it shows up, but this isn&#8217;t really a big deal and takes almost no time at all to do.</p>
<p>I&#8217;m sure there are ways to improve this and make it better, like checking all of the author e-mail addresses, and possibly giving each author their own unique css class so they can each have their own look, and then packaging all of this up into a WordPress plugin&#8230; But I&#8217;m much too lazy for that, and since this works fine for my single user blog, I&#8217;ll probably just leave it like this.</p>
<p><strong>UPDATE (4-28-05):</strong> Just saw <a href="http://wordpress.org/support/topic/27600" rel="external">this post</a> on the WordPress support blog that updates this for use with WordPress 1.5 and also supports alternate post highlighting as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.deconcept.com/2004/11/13/wordpress-author-comment-highlighting/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
