<?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>Burm.net &#187; Tutorials</title>
	<atom:link href="http://burm.net/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://burm.net</link>
	<description>John Burmeister's Blog</description>
	<lastBuildDate>Thu, 06 May 2010 20:04:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A few great plugins that I am using in my current Ruby on Rails project</title>
		<link>http://burm.net/2008/10/06/a-few-great-plugins-that-i-am-using-in-my-current-ruby-on-rails-project/</link>
		<comments>http://burm.net/2008/10/06/a-few-great-plugins-that-i-am-using-in-my-current-ruby-on-rails-project/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 03:12:21 +0000</pubDate>
		<dc:creator>John Burmeister</dc:creator>
				<category><![CDATA[My Projects]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Rails Plugins]]></category>
		<category><![CDATA[Rails Tutorials]]></category>

		<guid isPermaLink="false">http://burm.net/?p=113</guid>
		<description><![CDATA[I am currently working on an interesting project for a customer of mine.   Hopefully I&#8217;ll be able to share more of the details with you all when the project is near completion.  The project involves creating events, parsing and caching RSS feeds, generating RSS feeds, as well as Emailing and SMS&#8217;ing subscribers daily events.   I [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fburm.net%2F2008%2F10%2F06%2Fa-few-great-plugins-that-i-am-using-in-my-current-ruby-on-rails-project%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fburm.net%2F2008%2F10%2F06%2Fa-few-great-plugins-that-i-am-using-in-my-current-ruby-on-rails-project%2F" height="61" width="51" /></a></div><p>I am currently working on an interesting project for a customer of mine.   Hopefully I&#8217;ll be able to share more of the details with you all when the project is near completion.  The project involves creating events, parsing and caching RSS feeds, generating RSS feeds, as well as Emailing and SMS&#8217;ing subscribers daily events.   I have been working on the project for the last 5 days, and I am about one third of the way through.</p>
<p>I wanted to share some great plugins for Ruby on Rails that I have come across, along with some tutorials. Check back for an updated post with more info.</p>
<h2>Plugins:</h2>
<p><strong>Restful Authentication </strong>- This widely-used plugin provides a foundation for securely managing user authentication &#8211; <a href="http://github.com/technoweenie/restful-authentication/tree/master">http://github.com/technoweenie/restful-authentication/tree/master</a></p>
<p><strong>acts_as_taggable_on_steroids</strong> &#8211; This plugin is based on acts_as_taggable by DHH but includes extrassuch as tests, smarter tag assignment, and tag cloud calculations.  &#8211; <a href="http://github.com/mattetti/acts_as_taggable_on_steroids/tree/master  ">http://github.com/mattetti/acts_as_taggable_on_steroids/tree/master</a></p>
<p><strong>Paperclip</strong> &#8211; Paperclip is intended as an easy file attachment library for ActiveRecord. The intent behind it was to keep setup as easy as possible and to treat files as much like other attributes as possible. <a href="http://github.com/thoughtbot/paperclip/tree/master">http://github.com/thoughtbot/paperclip/tree/master</a></p>
<p><strong>Paperclip Polymorph</strong> &#8211; This plugin allows users of the Paperclip plugin to easily share attached files between multiple models. <a href="http://locusfoc.us/2008/6/29/paperclip-polymorph">http://locusfoc.us/2008/6/29/paperclip-polymorph</a></p>
<p><strong>acts_as_textiled </strong>- This simple plugin allows you to forget about constantly rendering Textile in your application. Instead, you can rest easy knowing the Textile fields you want to display as HTML will always be displayed as HTML (unless you tell your code otherwise). <a href="http://github.com/defunkt/acts_as_textiled/tree/master">http://github.com/defunkt/acts_as_textiled/tree/master</a></p>
<p><strong>Will_paginate</strong> &#8211; Pagination is just limiting the number of records displayed. Why should you let it get in your way while developing, then? This plugin makes magic happen. <a href="http://github.com/mislav/will_paginate/tree/master">http://github.com/mislav/will_paginate/tree/master</a></p>
<h2>Tutorials / Guides:</h2>
<p>If you are new to Ruby on Rails be sure to check out the guides that are being worked on right now here: <a href="http://guides.rails.info/index.html">http://guides.rails.info/index.html</a></p>
<p><strong>Railscasts</strong> &#8211; Free Ruby on Rails Screencasts &#8211; <a href="http://railscasts.com/">http://railscasts.com/</a></p>
<p><strong>Learning Rails</strong> &#8211; Audio (Podcasts) and Screencasts -<a href="http://www.buildingwebapps.com/podcasts"> http://www.buildingwebapps.com/podcasts</a></p>
<p>Jim created a great list of plugins he found useful when he was building a social network in Rails. Check it out here: <a href="http://jimneath.org/2008/04/25/building-a-social-network-site-in-rails/">http://jimneath.org/2008/04/25/building-a-social-network-site-in-rails/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://burm.net/2008/10/06/a-few-great-plugins-that-i-am-using-in-my-current-ruby-on-rails-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some Linux Tutorials and How To Links</title>
		<link>http://burm.net/2006/12/25/some-linux-tutorials-and-how-to-links/</link>
		<comments>http://burm.net/2006/12/25/some-linux-tutorials-and-how-to-links/#comments</comments>
		<pubDate>Mon, 25 Dec 2006 20:41:50 +0000</pubDate>
		<dc:creator>John Burmeister</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://burm.net/2006/12/25/some-linux-tutorials-and-how-to-links/</guid>
		<description><![CDATA[
Advanced Bash Scripting
Understand and learn how to write bash scripts for the command line.
Bluetooth on Linux
Great document on setting up Bluetooth on Linux.
Introduction to Linux
This is a great overview of Linux, a definite must read for Linux newbies.
IPTables
Secure your network using IPTables.



Linux Administration Made Easy
A very detailed document on Linux administration.
Linux Complete Backup and Recovery
Anyone [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fburm.net%2F2006%2F12%2F25%2Fsome-linux-tutorials-and-how-to-links%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fburm.net%2F2006%2F12%2F25%2Fsome-linux-tutorials-and-how-to-links%2F" height="61" width="51" /></a></div><ul>
<li><a href="http://tldp.org/LDP/abs/html/index.html" target="_blank" title="Advanced Bash Scripting">Advanced Bash Scripting<br />
</a>Understand and learn how to write bash scripts for the command line.</li>
<li><a href="http://www.g7smy.co.uk/?linux/bt" target="_blank" title="Bluetooth On Linux">Bluetooth on Linux<br />
</a>Great document on setting up Bluetooth on Linux.</li>
<li><a href="http://tldp.org/LDP/intro-linux/html/index.html" target="_blank" title="Introduction to Linux">Introduction to Linux<br />
</a>This is a great overview of Linux, a definite must read for Linux newbies.</li>
<li><a href="http://www.linuxguruz.com/iptables/howto/" target="_blank" title="IPTables HOWTO">IPTables<br />
</a>Secure your network using IPTables.</li>
</ul>
<p><span id="more-3"></span></p>
<ul>
<li><a href="http://howtos.linux.com/guides/linux-admin-made-easy/" title="Linux Administration Made Easy" target="_blank">Linux Administration Made Easy</a><br />
A very detailed document on Linux administration.</li>
<li><a href="http://tldp.org/HOWTO/html_single/Linux-Complete-Backup-and-Recovery-HOWTO/" target="_blank" title="Linux Complete Backup and Recovery">Linux Complete Backup and Recovery<br />
</a>Anyone who has a Linux desktop or server must know how to backup and restore their system at any moments notice. This is an important guide if you absolutely do not want to lose any crucial data.</li>
<li><a href="http://tldp.org/LDP/Linux-Dictionary/html/index.html" target="_blank" title="Linux Dictionary">Linux Dictionary<br />
</a>This is a great resource for finding out information on Linux related terms and jargon.</li>
<li><a href="http://encryptionhowto.sourceforge.net/Encryption-HOWTO.html" target="_blank" title="Linux Encryption">Linux Encryption<br />
</a>Understand and learn about encryption practices on Linux.</li>
<li><a href="http://tldp.org/HOWTO/html_single/Linux-Gamers-HOWTO/" target="_blank" title="Linux Gamers HOWTO">Linux Gamers<br />
</a>Learn the inner workings of how games work on Linux along with how to resolve common problems.</li>
<li><a href="http://tldp.org/HOWTO/Linux+IPv6-HOWTO/index.html" target="_blank" title="Linux IPv6 HOWTO">Linux IPv6<br />
</a>Learn about the new layer 3 protocol, IPv6 protocol and how to take advantage of it on Linux.</li>
</ul>
<p><!--  google_ad_client = "pub-3610215697370887";  google_ad_width = 468;  google_ad_height = 60;  google_ad_format = "468x60_as";  google_ad_type = "text";  google_ad_channel = "";  google_color_border = "FFFFFF";  google_color_bg = "FFFFFF";  google_color_link = "666688";  google_color_text = "000000";  google_color_url = "bbbbcc";  //--></p>
<ul>
<li><a href="http://tldp.org/LDP/Mobile-Guide/html/index.html" title="Linux on the Road" target="_blank">Linux on the Road</a><br />
This document covers all aspects on bringing Linux on the road via your laptop or portable device.</li>
<li><a href="http://tldp.org/HOWTO/html_single/Security-HOWTO/" target="_blank" title="Linux Security HOWTO">Linux Security<br />
</a>Understand the general concepts of security on a Linux system, complete with examples and applications to use.</li>
<li><a href="http://tldp.org/LDP/sag/html/index.html" target="_blank" title="Linux System Administrator's Guide">Linux System Administrator’s Guide<br />
</a>Learn the aspects of the Linux System Administrator.</li>
<li><a href="http://tldp.org/HOWTO/html_single/Networking-Overview-HOWTO/" target="_blank" title="Networking Overview HOWTO">Networking Overview<br />
</a>A great overview of the networking capabilities of the Linux operating system.<a href="http://tldp.org/HOWTO/html_single/Networking-Overview-HOWTO/" target="_blank" title="Networking Overview HOWTO"><br />
</a></li>
<li><a href="http://tldp.org/HOWTO/html_single/Online-Troubleshooting-HOWTO/" target="_blank" title="Online Troubleshooting HOWTO">Online Troubleshooting Resources<br />
</a>Learn how to troubleshoot problems online using a variety of resources.</li>
<li><a href="http://www.linuxprinting.org/%7Etill/printing-tutorial/tut.html" target="_blank" title="Printing in Linux">Printing in Linux<br />
</a>Learn how to use CUPS to print in Linux.</li>
<li><a href="http://tldp.org/HOWTO/html_single/Qmail-ClamAV-HOWTO/" target="_blank" title="Qmail &amp; ClamAV HOWTO">Qmail &amp; ClamAV<br />
</a>Learn how to setup a Qmail e-mail system with anti-virus scanning on your Linux machine.<a href="http://tldp.org/HOWTO/html_single/Qmail-ClamAV-HOWTO/" target="_blank" title="Qmail &amp; ClamAV HOWTO"><br />
</a></li>
<li><a href="http://tldp.org/HOWTO/html_single/Unix-Hardware-Buyer-HOWTO/" target="_blank" title="Unix Hardware Buyer HOWTO">Unix Hardware Buyer<br />
</a>Become a savvy buyer of Intel hardware that works on the Unix/Linux operating system.<a href="http://tldp.org/HOWTO/html_single/Unix-Hardware-Buyer-HOWTO/" target="_blank" title="Unix Hardware Buyer HOWTO"><br />
</a></li>
<li><a href="http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch13_:_Linux_Wireless_Networking" target="_blank" title="Wireless Networking In Linux">Wireless Networking<br />
</a>A quick howto on setting up and configuring wireless networking on Linux.</li>
<li><a href="http://howtos.linux.com/howtos/XWindow-User-HOWTO/index.shtml" target="_blank" title="XWindows User HOWTO">XWindows User<br />
</a>Learn how to configure and use the XWindows system in Linux.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://burm.net/2006/12/25/some-linux-tutorials-and-how-to-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
