<?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>Calvin Freitas &#187; Guides</title>
	<atom:link href="http://calvinf.com/blog/category/guides/feed/" rel="self" type="application/rss+xml" />
	<link>http://calvinf.com</link>
	<description>Web Consulting, Development, and Marketing Services for Your Small Business</description>
	<lastBuildDate>Tue, 06 Jul 2010 06:25:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Six Sweet Resources for Web Developers</title>
		<link>http://calvinf.com/blog/2009/six-sweet-resources-for-web-developers/</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[Guides]]></category>
		<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 incorporated into my workflow [...]]]></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=+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>
		</item>
		<item>
		<title>Getting Started With WordPress</title>
		<link>http://calvinf.com/blog/2008/getting-started-with-wordpress/</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 [...]]]></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>
		</item>
	</channel>
</rss>
