<?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>thyncology &#187; WordPress</title>
	<atom:link href="http://www.thynctank.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thynctank.com</link>
	<description>The Science of Thynctank.</description>
	<lastBuildDate>Sun, 19 Jun 2011 04:33:23 +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>The Redesign Begins!</title>
		<link>http://www.thynctank.com/wordpress/2007/12/the-redesign-begins/</link>
		<comments>http://www.thynctank.com/wordpress/2007/12/the-redesign-begins/#comments</comments>
		<pubDate>Thu, 13 Dec 2007 04:49:54 +0000</pubDate>
		<dc:creator>thynctank</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[yslow]]></category>

		<guid isPermaLink="false">http://www.thynctank.com/wordpress/2007/12/the-redesign-begins/</guid>
		<description><![CDATA[Well, I&#8217;ve finally downloaded my site (and its data) for fiddling with on my localhost. I&#8217;m playing with sIFR and plan on developing the front end effects in moo so I can have more experience with it (and to see what all the fuss is about the new classes!) The new design will include actual [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I&#8217;ve finally <strong>downloaded my site</strong> (and its data) for fiddling with on my localhost. I&#8217;m <strong>playing with sIFR</strong> and plan on <strong>developing the front end effects in moo</strong> so I can have more experience with it (and to see what all the fuss is about the new classes!) The new design will include actual graphic elements (gasp!) and a much more interesting layout. I&#8217;d like to generate a <strong>fluid layout that adapts to the current width of the browser</strong> (see <a href="http://www.alistapart.com/articles/switchymclayout">here</a>) but we&#8217;ll see.  Will definitely be putting Steve Souders&#8217; <a href="http://www.amazon.com/gp/product/0596529309?ie=UTF8&amp;amp;tag=stevsoud-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=0596529309">ideas</a> into practice as best I can.</p>

<p>The new site will also include links to my professional profiles, online and downloadable copies of my resume, and perhaps a Twitter status box. Yes, I&#8217;ve finally given in and become Y.A.T. (yet another twit). Love being able to update my facebook status and Adium status. (via <a href="http://www.railheaddesign.com/index.php/software/twitterpost/">TwitterPost</a>)</p>

<p>Oh, and I promised <a href="http://oddlabels.com">Dan</a> a new <strong>WordPress plugin for showing off random Flickr images</strong>. So I&#8217;ve got some work ahead of me. At some point I&#8217;d like to get back to Rails and Hooyip, but I&#8217;ve had to <strong>waste a lot of time on Super Mario Galaxy lately</strong>&#8230; (which is beaten, btw)</p>

<p>Since I&#8217;ve recently <strong>had to develop some reusable JavaScripted components at work</strong> (so far a nice nav, a simple tab control and a carousel) using jQuery, I imagine my next major post will be about how to recreate those. Maybe after that I&#8217;ll finally get around to describing the ratings widget I made for Point.com! Or perhaps I should <strong>start with one on an intro article on JS and move on to unobtrusive JS and bits of DOM.</strong> I know a few friends might benefit from such babble.</p>

<p>The new CMS at work (<a href="http://tridion.com">Tridion</a>) is rough to play with, I really hope it ends up being worth our while. (let alone the cost!)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thynctank.com/wordpress/2007/12/the-redesign-begins/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Email Entitizer</title>
		<link>http://www.thynctank.com/wordpress/2007/11/email-entitizer/</link>
		<comments>http://www.thynctank.com/wordpress/2007/11/email-entitizer/#comments</comments>
		<pubDate>Wed, 07 Nov 2007 07:14:13 +0000</pubDate>
		<dc:creator>thynctank</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[email_addresses]]></category>
		<category><![CDATA[html_entities]]></category>
		<category><![CDATA[junkmail]]></category>
		<category><![CDATA[junk_emails]]></category>
		<category><![CDATA[wordpress_plugins]]></category>

		<guid isPermaLink="false">http://www.thynctank.com/wordpress/2007/11/email-entitizer/</guid>
		<description><![CDATA[Inspired by a recent ongoing dialog on the TextMate blog about obfuscating email addresses to prevent spambots from scraping and foiling their masters&#8217; plans to rule the world via junkmail, I wrote a WordPress plugin called Email Entitizer. What this does is filter all email addresses on your site and converts them into numeric HTML [...]]]></description>
			<content:encoded><![CDATA[<p>Inspired by a recent <a href="http://blog.macromates.com/2007/obfuscating-emails-revisited/">ongoing dialog on the TextMate blog</a> about obfuscating email addresses to prevent spambots from scraping and foiling their masters&#8217; plans to rule the world via junkmail, I wrote a WordPress plugin called <strong>Email Entitizer</strong>.</p>

<p>What this does is filter all email addresses on your site and converts them into numeric HTML entities. It also wraps them in mailto links as a convenience. In future versions I&#8217;ll add a configuration page where this is made optional.</p>

<p>Allan Odgaard of Macromates has casually tested this method of protection with good results, and in the week or two since I wrote the plugin, my spam has not gone up at all. I receive about 2-3 junk emails per day on that address, and have for a good two years now.</p>

<p>So, it seems to be working rather well. If you&#8217;d like to make use of this plugin, feel free to download it here:</p>

<p><a href="http://www.thynctank.com/wp/wp-content/uploads/2007/11/entitizer.zip">entitizer.zip</a></p>

<p>Simply unzip, upload into your WordPress plugins directory, and activate via the Plugins page of the Admin panel. Or you could try out <a href="http://anirudhsanjeev.org/oneclick-plugin/">OneClick for WordPress</a> from Thought Outflux. Pretty damn cool.</p>

<p>Feel free to modify the code. Let me know of any modifications, ask questions, request new features or report bugs via <a href='mailto:&#116;&#104;&#121;&#110;&#99;&#116;&#97;&#110;&#107;&#64;&#116;&#104;&#121;&#110;&#99;&#116;&#97;&#110;&#107;&#46;&#99;&#111;&#109;'>&#116;&#104;&#121;&#110;&#99;&#116;&#97;&#110;&#107;&#64;&#116;&#104;&#121;&#110;&#99;&#116;&#97;&#110;&#107;&#46;&#99;&#111;&#109;</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thynctank.com/wordpress/2007/11/email-entitizer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.695 seconds -->

