<?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>Calvin Freitas</title>
	
	<link>http://calvinf.com</link>
	<description>Web Consulting, Development, and Marketing Services for Your Small Business</description>
	<lastBuildDate>Sat, 27 Jun 2009 19:06:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/CalvinFreitas" type="application/rss+xml" /><feedburner:emailServiceId>CalvinFreitas</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Six Sweet Resources for Web Developers</title>
		<link>http://feedproxy.google.com/~r/CalvinFreitas/~3/XJI7OOx2Hw8/</link>
		<comments>http://calvinf.com/blog/2009/six-sweet-resources-for-web-developers/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 19:06:56 +0000</pubDate>
		<dc:creator>Calvin Freitas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://calvinf.com/?p=95</guid>
		<description><![CDATA[If you&#8217;re a web developer, you need access to information to do your job.  Every day, you&#8217;re coding or debugging a new application, script, or program of some kind.  You need access to documentation, bug reports, workarounds, and code examples.  And, occasionally, you need to de-stress.  Here are the sites I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re a web developer, you need access to information to do your job.  Every day, you&#8217;re coding or debugging a new application, script, or program of some kind.  You need access to documentation, bug reports, workarounds, and code examples.  And, occasionally, you need to de-stress.  Here are the sites I&#8217;ve incorporated into my workflow to help me get things done.</p>
<h3>Q&#038;A</h3>
<p><b><a href="http://www.stackoverflow.com/">Stack Overflow</a></b><br />
The best site I&#8217;ve found for getting questions and answers about anything and everything code-related is Stack Overflow.  As of this post, over 200,000 questions have been asked on the site.</p>
<p>Stack Overflow is easy to search because all questions are tagged.  If you&#8217;re looking for answers to a Perl question about the GD image library, you can search for <a href="http://stackoverflow.com/search?q=[perl]+GD">[Perl] GD</a> and see if any previously asked questions answer the question you have.</p>
<p>For system administrators, <a href="http://serverfault.com/">Server Fault</a> was recently launched as a sister-site to Stack Overflow.</p>
<h3>Source Code</h3>
<p><b><a href="https://github.com/">GitHub</a></b><br />
<a href="https://github.com/">GitHub</a> hosts source code for numerous open source projects and, for paying customers, private code hosting.  GitHub uses <a href="http://en.wikipedia.org/wiki/Git_(software)">git</a> at their distributed version control system.</p>
<p>GitHub is useful in several ways.<br />
1) Host <a href="http://en.wikipedia.org/wiki/Open_source">open source</a> projects for free<br />
2) &#8220;clone&#8221; (i.e. copy) code in order to use it or if you plan on contributing to the code base<br />
3) Private code storage for paid accounts &#8212; store all your code in one place</p>
<p>A few open source projects I follow on GitHub are <a href="https://github.com/sstephenson/prototype/tree">Prototype</a> (Javascript library), <a href="https://github.com/madrobby/scriptaculous/tree">Scriptaculous</a> (Javascript visual effects), <a href="http://github.com/madrobby/scripty2/tree">Scripty2</a> (the next version of Scriptaculous), and <a href="http://github.com/postpostmodern/slicehost-dns/tree">Slicehost-DNS</a> (a Ruby script to automatically generate DNS records for domains hosted on <a href="https://manage.slicehost.com/customers/new?referrer=6e9f9b07eb2185825fcc7967cc6169f8">Slicehost</a>).</p>
<p>A few good git tutorial sites if you want to start learning it: <a href="http://github.com/guides/home">GitHub Guides</a>, <a href="http://gitready.com/">git ready</a>, and <a href="http://gitcasts.com/">GitCasts</a>.</p>
<h3>News</h3>
<p><b><a href="http://news.ycombinator.com/">Hacker News</a></b><br />
Hacker News is a Digg-like site for &#8220;hackers.&#8221;  The site is run by Y Combinator, a seed-stage investment firm started by <a href="http://en.wikipedia.org/wiki/Paul_Graham">Paul Graham</a>.  It has numerous links to articles about code, languages, entrepreneurship, business, and numerous other topics.</p>
<p>It has been a great resource for me and has expanded my exposure to information about programming languages, source control management, entrepreneurship, and more.  The resources about git referred to earlier in this post were all gleaned from HN (with the assistance of <a href="http://searchyc.com/">SearchYC</a>).</p>
<h3>Perl-specific Sites</h3>
<p>I&#8217;ve been using both of these sites for over ten years now and they&#8217;re absolutely essential resources for Perl developers.</p>
<p><a href="http://search.cpan.org/">CPAN</a> is the centralized repository for Perl modules.  You can search it and find modules that do all kinds of things.</p>
<p><a href="http://www.perlmonks.org/">PerlMonks</a> is a Perl community that helps each other with questions, has code snippets, and talks about anything and everything Perl-related.</p>
<h3>What are your essential development resources?</h3>
<p>As a developer, what are your essential websites and any other resources you use to make your life easier?  Post them in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://calvinf.com/blog/2009/six-sweet-resources-for-web-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://calvinf.com/blog/2009/six-sweet-resources-for-web-developers/</feedburner:origLink></item>
		<item>
		<title>HowTo: Make IE8 Display Your Website in IE7 Compatability Mode</title>
		<link>http://feedproxy.google.com/~r/CalvinFreitas/~3/hOSM2GCKicc/</link>
		<comments>http://calvinf.com/blog/2009/howto-make-ie8-display-your-website-in-ie7-compatability-mode/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 05:58:33 +0000</pubDate>
		<dc:creator>Calvin Freitas</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[compatability]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://calvinf.com/?p=84</guid>
		<description><![CDATA[To make your website or web page look the same in Internet Explorer 8 as it does in Internet Explorer 7, include the following line in the &#60;head&#62; tag on your page.
&#60;meta content="IE=EmulateIE7" http-equiv="X-UA-Compatible" /&#62;
This code tells IE8 to render the page in IE7 compatibility mode.  That way you can just worry about making [...]]]></description>
			<content:encoded><![CDATA[<p>To make your website or web page look the same in Internet Explorer 8 as it does in Internet Explorer 7, include the following line in the &lt;head&gt; tag on your page.</p>
<p><code>&lt;meta content="IE=EmulateIE7" http-equiv="X-UA-Compatible" /&gt;</code></p>
<p>This code tells IE8 to render the page in IE7 compatibility mode.  That way you can just worry about making your site work in IE6 and IE7 and not trying to support three concurrent generations of the web browser.</p>
<p>Microsoft has more information about <a href="http://blogs.msdn.com/ie/archive/2008/08/27/introducing-compatibility-view.aspx">Compatability View for IE8</a> on the <a href="http://blogs.msdn.com/ie/">IEBlog</a>.</p>
<p>You can also tell IE8 to apply compatibility mode by setting the header in your web server.  In Apache, you can do this by including the following line in your site config file (or apply it just to a specific directory or page if needed).  Make sure you have the Headers module installed.</p>
<p><code>Header set X-UA-Compatible "IE=EmulateIE7"</code></p>
<p>More information is available in the <a href="http://msdn.microsoft.com/en-us/ie/cc405106.aspx">Internet Explorer Compatability Center</a>.</p>
<p>(Thanks to <a href="http://twitter.com/kevmoo">@kevmoo</a> (<a href="http://www.linkedin.com/in/kevinrmoore">Kevin Moore</a>) for initially answering my question about this topic.)</p>
]]></content:encoded>
			<wfw:commentRss>http://calvinf.com/blog/2009/howto-make-ie8-display-your-website-in-ie7-compatability-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://calvinf.com/blog/2009/howto-make-ie8-display-your-website-in-ie7-compatability-mode/</feedburner:origLink></item>
		<item>
		<title>Optimism</title>
		<link>http://feedproxy.google.com/~r/CalvinFreitas/~3/uhR3AvFx7fc/</link>
		<comments>http://calvinf.com/blog/2009/optimism/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 22:44:41 +0000</pubDate>
		<dc:creator>Calvin Freitas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://calvinf.com/?p=79</guid>
		<description><![CDATA[&#8220;My life has been a series of well-orchestrated accidents; Iâ€™ve always suffered from hallucinogenic optimism.&#8221;
- Evan Williams, founder and CEO of Twitter
You can follow me on Twitter.
Source: New York Times
]]></description>
			<content:encoded><![CDATA[<p><strong>&#8220;My life has been a series of well-orchestrated accidents; Iâ€™ve always suffered from hallucinogenic optimism.&#8221;</strong><br />
- <a href="http://twitter.com/ev">Evan Williams</a>, founder and CEO of <a href="http://twitter.com/">Twitter</a></p>
<p>You can <a href="http://twitter.com/calvinf">follow me on Twitter</a>.</p>
<p>Source: <a href="http://www.nytimes.com/2009/03/08/jobs/08bosses.html">New York Times</a></p>
]]></content:encoded>
			<wfw:commentRss>http://calvinf.com/blog/2009/optimism/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://calvinf.com/blog/2009/optimism/</feedburner:origLink></item>
		<item>
		<title>Updated Projects List</title>
		<link>http://feedproxy.google.com/~r/CalvinFreitas/~3/DCLIZDE-rBA/</link>
		<comments>http://calvinf.com/blog/2009/updated-projects-list/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 02:52:28 +0000</pubDate>
		<dc:creator>Calvin Freitas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://calvinf.com/?p=71</guid>
		<description><![CDATA[I&#8217;ve updated my projects list to include my current employment as well as a few independent projects I&#8217;ve been working on lately.  Be sure to give it a look.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve updated my <a href="http://calvinf.com/projects/">projects list</a> to include my current employment as well as a few independent projects I&#8217;ve been working on lately.  Be sure to give it a look.</p>
]]></content:encoded>
			<wfw:commentRss>http://calvinf.com/blog/2009/updated-projects-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://calvinf.com/blog/2009/updated-projects-list/</feedburner:origLink></item>
		<item>
		<title>Everyone’s a Hero in Their Own Way</title>
		<link>http://feedproxy.google.com/~r/CalvinFreitas/~3/wq5UfGSTZh0/</link>
		<comments>http://calvinf.com/blog/2008/everyones-a-hero-in-their-own-way/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 04:40:18 +0000</pubDate>
		<dc:creator>Calvin Freitas</dc:creator>
				<category><![CDATA[Thinker]]></category>

		<guid isPermaLink="false">http://calvinf.com/?p=52</guid>
		<description><![CDATA[Who are your heroes?
When I was growing up, I watched a lot of football and baseball.  My heroes at the time were San Francisco 49ers wide receiver Jerry Rice and the Oakland A&#8217;s leadoff hitter Rickey Henderson.
These men were my heroes because they inspired me with their athleticism and the way they dominated their [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Who are your heroes?</strong></p>
<p>When I was growing up, I watched a lot of football and baseball.  My heroes at the time were <a href="http://en.wikipedia.org/wiki/San_Francisco_49ers">San Francisco 49ers</a> wide receiver <a href="http://en.wikipedia.org/wiki/Jerry_Rice">Jerry Rice</a> and the <a href="http://en.wikipedia.org/wiki/Oakland_Athletics">Oakland A&#8217;s</a> leadoff hitter <a href="http://en.wikipedia.org/wiki/Rickey_Henderson">Rickey Henderson</a>.</p>
<p>These men were my heroes because they inspired me with their athleticism and the way they dominated their respective sports by pouring their lives and energy into becoming the best players they could be.  Jerry Rice has several NFL records including most career receptions (1,549), most career receiving yards (22,895), and most career touchdown receptions (197).</p>
<p>Similarly, Rickey Henderson dominated baseball with his skill of stealing bases.  He holds the career record for most stolen bases (1,406) and most runs scored (2,295).</p>
<p>In the years since my childhood, my priorities have changed as have my ambitions and focus.  However, there are still lessons I can take from my childhood and questions I can ask myself moving forward.</p>
<p><strong>Who is at the top of their game in your industry?</strong></p>
<p>Lately, I&#8217;ve spent time reading about startup founders through books and blogs, and I&#8217;ve also talked to local tech startup founders.  Many men and women running their own businesses who <strong>inspire me for a variety of reasons</strong>.</p>
<p><strong>1) Guts</strong> &#8211; People who start a small business inspire me because of their guts.  It takes a lot of work to start a business, and even more work to find revenue, generate profit, and grow the business.</p>
<p><strong>2) Community</strong> &#8211; Not all businesses are concerned with community, but many businesses in Seattle do show their care for the community through their involvement in a variety of local events.</p>
<p>One example locally is Nathan Kaiser of <a href="http://npost.com/">nPost</a>.  Nathan runs his business as a way for people to find jobs in the tech startup industry.  NPost also sponsors pub crawls and holds frequent <a href="http://wiki.npost.com/">events</a> with company demos and networking.  These events aren&#8217;t solely about self promotion for the attendees &#8212; I&#8217;ve met several people who are also web developers, have had great conversations, and begun new friendships.</p>
<p><strong>3) Success</strong> &#8211; It&#8217;s exciting to see founders who are passionate about their product and idea attain success.</p>
<p><a href="http://ma.tt/">Matt Mullenweg</a> (<a href="http://en.wikipedia.org/wiki/Matt_Mullenweg">wiki</a>) began developing WordPress blogging software in 2002, left his day job in 2005, and founded <a href="http://automattic.com/">Automattic</a> in late 2005.  The company and its software have been growing ever since to be used by more and more people with <a href="http://www.wordpress.com">WordPress.com</a> hosting millions of blogs, and <a href="http://www.wordpress.org/">WordPress open source software</a> being downloaded millions of times.</p>
<p><strong>4) Hope</strong> &#8211; One of the guiding themes of my life is hope.  I&#8217;m always looking for sources of hope from stories, books, movies, and mostly importantly from real life examples.</p>
<p>My parents have been great examples to me.  I&#8217;ve watched my dad and mom for 26+ years and have seen them go through ups and downs, but they always kept our family moving forward, kept my brothers and I safe, taught us, encouraged us, and helped us to grow into the fine people we are today <img src='http://calvinf.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<p><strong>You Might Be a Hero, Too</strong><br />
In the case of football, only one person can hold the record for most career touchdown receptions.  In the case of business, there can only be one richest man in the world.</p>
<p>But we all have roles, we all have skills, we all know people, and we all have ideas.  You can get help and give help.</p>
<p>Someday, you could be somebody&#8217;s hero.  Maybe you already are.</p>
<p><small>(Title borrowed from the <a href="http://www.drhorrible.com/linernotes.html">lyrics to &#8220;Everyone&#8217;s a Hero&#8221;</a> from <a href="http://www.drhorrible.com/">Dr. Horrible</a>.)</small></p>
]]></content:encoded>
			<wfw:commentRss>http://calvinf.com/blog/2008/everyones-a-hero-in-their-own-way/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://calvinf.com/blog/2008/everyones-a-hero-in-their-own-way/</feedburner:origLink></item>
		<item>
		<title>Northwest Entrepreneur Network Blog Redesign</title>
		<link>http://feedproxy.google.com/~r/CalvinFreitas/~3/2zDdBI5sslY/</link>
		<comments>http://calvinf.com/blog/2008/nwen-blog-design/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 03:55:30 +0000</pubDate>
		<dc:creator>Calvin Freitas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[NWEN]]></category>
		<category><![CDATA[portfolio]]></category>

		<guid isPermaLink="false">http://calvinf.com/?p=27</guid>
		<description><![CDATA[The Northwest Entrepreneur Network wanted to integrate the overall look and feel of their website into the NWEN Blog design.  Originally, the blog used the default Wordpress theme.
I have taken the NWEN website look and feel and adapted it to become a Wordpress theme which applies to the entire NWEN Blog.
The theme is standards [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.nwen.org/">Northwest Entrepreneur Network</a> wanted to integrate the overall look and feel of their website into the <a href="http://www.nwen.org/blog/">NWEN Blog</a> design.  Originally, the blog used the default Wordpress theme.</p>
<p>I have taken the NWEN website look and feel and adapted it to become a Wordpress theme which applies to the entire NWEN Blog.</p>
<p>The theme is standards compliant and works in Internet Explorer 6+, Firefox, Opera, and Safari.</p>
<p><div id="attachment_31" class="wp-caption alignleft" style="width: 310px"><a href="http://calvinf.com/wp/wp-content/uploads/2008/08/nwenblogtheme-screenshot.png"><img src="http://calvinf.com/wp/wp-content/uploads/2008/08/nwenblogtheme-screenshot-300x293.png" alt="NWEN Blog Theme" title="NWEN Blog Theme Screenshot" width="300" height="293" class="size-medium wp-image-31" /></a><p class="wp-caption-text">NWEN Blog Theme</p></div><a href="http://calvinf.com/wp/wp-content/uploads/2008/08/nwenblogtheme-screenshot.png">View a screenshot of the blog design</a> or go look at it live on the <a href="http://www.nwen.org/blog/">NWEN Blog</a> now.</p>
]]></content:encoded>
			<wfw:commentRss>http://calvinf.com/blog/2008/nwen-blog-design/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://calvinf.com/blog/2008/nwen-blog-design/</feedburner:origLink></item>
		<item>
		<title>FuseTop</title>
		<link>http://feedproxy.google.com/~r/CalvinFreitas/~3/LzOf-wAde0M/</link>
		<comments>http://calvinf.com/blog/2008/fusetop/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 05:20:12 +0000</pubDate>
		<dc:creator>Calvin Freitas</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://calvinf.com/?p=26</guid>
		<description><![CDATA[I&#8217;ve added FuseTop to the projects page and a FuseTop demo is available.
FuseTop allows a website to display information from multiple sources in a centralized location. FuseTop displays the title, description, most recent articles, and subscription options for each site. On mouseover, each article will display a tooltip with the first part of the article [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve added <a href="http://calvinf.com/projects/">FuseTop</a> to the <a href="http://calvinf.com/projects/">projects page</a> and a <a href="http://calvinf.com/fusetop/">FuseTop demo</a> is available.</p>
<p>FuseTop allows a website to display information from multiple sources in a centralized location. FuseTop displays the title, description, most recent articles, and subscription options for each site. On mouseover, each article will display a tooltip with the first part of the article content to allow the user to more easily determine if they want to visit the link.</p>
<p>FuseTop was developed using PHP, <a href="http://simplepie.org/">SimplePie</a>, XHTML, RSS, and CSS on an Apache server.</p>
]]></content:encoded>
			<wfw:commentRss>http://calvinf.com/blog/2008/fusetop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://calvinf.com/blog/2008/fusetop/</feedburner:origLink></item>
		<item>
		<title>Anti-Spam Solutions for Wordpress, Movable Type, and the Rest of the Web</title>
		<link>http://feedproxy.google.com/~r/CalvinFreitas/~3/193szIwdssY/</link>
		<comments>http://calvinf.com/blog/2008/anti-spam-solutions-for-wordpress-movable-type-and-the-rest-of-the-web/#comments</comments>
		<pubDate>Fri, 30 May 2008 02:54:28 +0000</pubDate>
		<dc:creator>Calvin Freitas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://calvinf.com/?p=25</guid>
		<description><![CDATA[Comment and trackback spam began propagating through the web in 2003 and they haven&#8217;t stopped spreading since.  Jay Allen created one of the original comment anti-spam tools which worked by allowing users to keep a blacklist and disallow comments from known spammers.
It&#8217;s been five years, and the tools for combating comment spam have evolved. [...]]]></description>
			<content:encoded><![CDATA[<p>Comment and trackback spam began propagating through the web in 2003 and they haven&#8217;t stopped spreading since.  <a href="http://jay.vox.com/">Jay Allen</a> created one of the <a href="http://www.jayallen.org/projects/mt-blacklist/">original comment anti-spam tools</a> which worked by allowing users to keep a blacklist and disallow comments from known spammers.</p>
<p>It&#8217;s been five years, and the tools for combating comment spam have evolved.  Instead of relying on a blacklist as in the days of yore, newer anti-spam services use a variety of tests and heuristics to decide what category a comment falls in.</p>
<p>Comments are classified either as &#8220;ham&#8221; (a valid comment), &#8220;spam&#8221; (a bad comment), or &#8220;unknown&#8221; (unsure).  Generally, the ham comments are allowed to go straight through, spam comments are blocked, and unknown comments are held for moderation.</p>
<p>Instead of being built into publishing platforms such as Wordpress or <a href="http://www.movabletype.com/">Movable Type</a>, most anti-spam solutions are run as web services.  The publishing platform will either come with an anti-spam plugin or have some available that will talk to the remote web service to determine the status of a comment.</p>
<p>Here I present <strong>three of the best anti-spam tools</strong> currently available.</p>
<h3>Akismet</h3>
<p><a href="http://akismet.com/">Akismet</a> has long been the best anti-spam tool available for use with <a href="http://www.wordpress.org/">Wordpress</a>.  Akismet is free for personal use, but for <a href="http://akismet.com/commercial/">commercial use</a> a license is required.  Akismet is most commonly used as a <a href="http://akismet.com/download/">Wordpress plugin</a>, but it is available for <a href="http://akismet.com/development/">other platforms</a> including Movable Type, Drupal, phpBB, Joomla, and more.  Libraries have been developed that enable its use in Java, .NET, PHP, Python, Ruby, and more.</p>
<h3>Mollom</h3>
<p><a href="http://mollom.com/">Mollom</a> is new to the anti-spam game and is is currently in public beta.  It originated as a <a href="http://drupal.org/project/mollom">module</a> for the <a href="http://drupal.org/">Drupal</a> content management system.  It combines many of the techniques discussed above, but to ease the process of moderation also incorporates a CAPTCHA on &#8220;unsure&#8221; comments to test if the comment is coming from a human rather than a spam bot.</p>
<p>A Mollom plugin for Wordpress &#8212; <a href="http://mollom.com/download">WP Mollom</a> &#8212; is under development by <a href="http://www.netsensei.nl/">Matthias Vandermaesen</a>.</p>
<p><a href="http://mollom.com/download">Mollom libraries</a> have also been developed for Java, Ruby, Python, .NET, and PHP.</p>
<p>Final pricing for Mollom hasn&#8217;t been determined, but according to the <a href="http://mollom.com/pricing">pricing</a> page, &#8220;The basic Mollom service will be free &#8212; yes, as in beer &#8212; but it will be limited in volume and features.&#8221;</p>
<h3>TypePad AntiSpam</h3>
<p><a href="http://antispam.typepad.com/">TypePad AntiSpam</a> became the newest player in the fight against spam when it was <a href="http://www.sixapart.com/blog/2008/05/typepad-antispam-whats-good-fo.html">released today</a> (5/29/2008).  <a href="http://www.sixapart.com/">Six Apart</a> has been doing testing of the service for a few months and today declared it ready for open beta.  </p>
<p>Having <a href="http://www.techcrunch.com/2008/05/29/typepad-antispam-a-new-open-source-comment-spam-fighter/">glowing words from TechCrunch</a> won&#8217;t hurt early adoption of the service, and you can&#8217;t beat the price.  &#8220;TypePad AntiSpam beta is free for any type of use, personal and commercial, regardless of how many comments you receive.&#8221;</p>
<p>Coming out of the gate, <a href="http://antispam.typepad.com/info/get-started.html">TypePad AntiSpam has plugins</a> for Movable Type 3 &#038; 4 and Wordpress 2.5.  Six Apart is <a href="http://antispam.typepad.com/info/developers.html">encouraging developers to get involved</a> and create libraries for languages and plugins for other platforms.</p>
<h3>Coming to Conclusions</h3>
<p>Up until now, I have been using Akismet to protect my sites from spam.  However, I have decided to try TypePad AntiSpam based on the price, compatibility with the Akismet API, and because it has been released as open source.  Thus far, I have had no problems.</p>
<p>If you&#8217;re looking for the most established solutions, at this point Akismet has been around longer, isn&#8217;t a beta product, and has a reputation for stopping comment spam.  As Mollom and TypePad AntiSpam mature, they will garner more attention and usage throughout the web.</p>
]]></content:encoded>
			<wfw:commentRss>http://calvinf.com/blog/2008/anti-spam-solutions-for-wordpress-movable-type-and-the-rest-of-the-web/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://calvinf.com/blog/2008/anti-spam-solutions-for-wordpress-movable-type-and-the-rest-of-the-web/</feedburner:origLink></item>
		<item>
		<title>Getting Started With Wordpress</title>
		<link>http://feedproxy.google.com/~r/CalvinFreitas/~3/AfrdkpVCyvE/</link>
		<comments>http://calvinf.com/blog/2008/getting-started-with-wordpress/#comments</comments>
		<pubDate>Fri, 16 May 2008 02:15:38 +0000</pubDate>
		<dc:creator>Calvin Freitas</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://calvinf.com/?p=24</guid>
		<description><![CDATA[To get started with a fresh install of Wordpress 2.5.1, here is a list of some handy resources.
Initial Resources

Download Wordpress
Install Wordpress: follow the installation instructions available here

Design Resources

Free Wordpress Themes: some free, basic Wordpress themes
Template Monster: higher quality themes for purchase
Using and Creating Wordpress Themes: DIY guide to using, customizing, and creating Wordpress themes

Enhancing Wordpress

Wordpress [...]]]></description>
			<content:encoded><![CDATA[<p>To get started with a fresh install of <a href="http://wordpress.org/">Wordpress</a> 2.5.1, here is a list of some handy resources.</p>
<h3>Initial Resources</h3>
<ul>
<li><a href="http://wordpress.org/download/">Download Wordpress</a></li>
<li><a href="http://codex.wordpress.org/Installing_WordPress">Install Wordpress</a>: follow the installation instructions available here</li>
</ul>
<h3>Design Resources</h3>
<ul>
<li><a href="http://www.freewpthemes.net/">Free Wordpress Themes</a>: some free, basic Wordpress themes</li>
<li><a href="http://www.templatemonster.com/">Template Monster</a>: higher quality themes for purchase</li>
<li><a href="http://codex.wordpress.org/Using_Themes">Using and Creating Wordpress Themes</a>: DIY guide to using, customizing, and creating Wordpress themes</li>
</ul>
<h3>Enhancing Wordpress</h3>
<ul>
<li><a href="http://wordpress.org/extend/plugins/">Wordpress Plugin Directory</a>: 2,000+ plugins</li>
<li><a href="http://akismet.com/download/">Akismet</a>: the premier anti-spam tool for Wordpress, the most important plugin you can have</li>
<li><a href="http://weblogtoolscollection.com/">Weblog Tools Collection</a>: a great resource for discovering new plugins/themes and general Wordpress news</li>
</ul>
<p>If you need any help setting up, installing, or customizing Wordpress for use as a blog or content management system for your own website, please <a href="http://calvinf.com/contact/">contact me</a> and I can provide you an estimate for the work you need completed.</p>
]]></content:encoded>
			<wfw:commentRss>http://calvinf.com/blog/2008/getting-started-with-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://calvinf.com/blog/2008/getting-started-with-wordpress/</feedburner:origLink></item>
		<item>
		<title>Upgrade to Wordpress 2.5: Done.</title>
		<link>http://feedproxy.google.com/~r/CalvinFreitas/~3/GbHewdvyPUw/</link>
		<comments>http://calvinf.com/blog/2008/upgrade-to-wordpress-25-done/#comments</comments>
		<pubDate>Sun, 06 Apr 2008 23:43:58 +0000</pubDate>
		<dc:creator>Calvin Freitas</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://calvinf.com/?p=17</guid>
		<description><![CDATA[I have upgraded to Wordpress 2.5 on this blog.  The process was simpler than I expected.  One thing Wordpress has done very well is ease the simplicity of upgrading.  In this case, the lack of changes to the database schema made it even simpler upgrading 2.3.3 to 2.5 than any previous upgrade [...]]]></description>
			<content:encoded><![CDATA[<p>I have upgraded to <a href="http://wordpress.org/">Wordpress</a> 2.5 on this blog.  The process was simpler than I expected.  One thing Wordpress has done very well is ease the simplicity of upgrading.  In this case, the lack of changes to the database schema made it even simpler upgrading 2.3.3 to 2.5 than any previous upgrade I&#8217;ve done.  Summarized: remove the <em>wp-admin</em> and <em>wp-includes</em> directories, replace it w/ the <em>wp-admin</em> and <em>wp-includes</em> from the new version, copy over the updated files in the main Wordpress folder, and then run the <em>wp-admin/upgrade.php</em> script.  Done!</p>
<p>Of course, you&#8217;ll want to check your plugins before you upgrade.  I had no trouble w/ the ones I use on this site (Akismet, MyTwitter, Contact Form 7, etc.)</p>
<p>One nice feature of the new version of Wordpress is the built-in ability to update plugins automatically.  On the new version of the Wordpress Plugins screen, any plugin that needs updated will tell you and also provide a link to &#8220;upgrade automatically.&#8221;  I tested it out for two plugins: I updated to the new <a href="http://wordpress.org/extend/plugins/mytwitter/">MyTwitter 1.6 beta</a> and the newest release of <a href="http://ideasilo.wordpress.com/2007/04/30/contact-form-7/">Contact Form 7</a>.</p>
<p>The best change in Wordpress 2.5 is the overhaul of the admin interface.  It has a cleaner interface, improved post editor, better support for adding media to posts, improved tagging, and miscellaneous tweaks here and there.</p>
<p>If the enhanced features would improve your life and you&#8217;ve got about thirty minutes to spend upgrading it and testing out the new capabilities, I recommend giving Wordpress 2.5 a try.</p>
]]></content:encoded>
			<wfw:commentRss>http://calvinf.com/blog/2008/upgrade-to-wordpress-25-done/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://calvinf.com/blog/2008/upgrade-to-wordpress-25-done/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.655 seconds. --><!-- Cached page generated by WP-Super-Cache on 2009-07-14 13:25:43 -->
