<?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>Cyberantix &#187; tutorial</title>
	<atom:link href="http://www.cyberantix.org/tag/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cyberantix.org</link>
	<description>Web &#38; Design Blog</description>
	<lastBuildDate>Wed, 22 Jul 2009 15:33:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Nettuts+ Print Email Articles</title>
		<link>http://www.cyberantix.org/nettuts-print-email-articles/</link>
		<comments>http://www.cyberantix.org/nettuts-print-email-articles/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 23:16:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Nettuts]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.cyberantix.org/?p=19</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">
<p style="text-align: left;">
<div class="mceTemp mceIEcenter">
<dl id="attachment_20" class="wp-caption aligncenter" style="width: 296px;">
<dt class="wp-caption-dt"><a href="http://net.tutsplus.com/tutorials/javascript-ajax/learn-how-to-style-articles-for-print-and-email/"><img class="size-full wp-image-20" title="Screenshot" src="http://www.cyberantix.org/wp-content/uploads/2009/05/image1.jpg" alt="Image for tutorial" width="286" height="296" /></a></dt>
</dl>
</div>
<p style="text-align: left;">I wrote this article because I needed to add a print and email function for a blog theme I was designing. Attempting to circumvent recreating the wheel, I looked around and didn&#8217;t find any proper solutions: I needed the code to be smart so I could have a certain element generate a print or email version of a page, while stripping the rest of the page. I ended up using jQuery to do this. Here is an excerpt from the tutorial:</p>
<p style="text-align: left;">
<blockquote>
<p style="text-align: left;">&#8220;When designing websites, a commonly desired feature is the ability to dynamically print or email any section of a webpage. Unfortunately, this idea is usually scrapped later in the project due to a lack of time or knowledge. Formatting the text for printing is more difficult than it might initially seem. Today, we will use JavaScript to automatically search for certain page elements and format them correctly for a printing.&#8221;</p>
<p style="text-align: left;">
</blockquote>
<p style="text-align: left;"><a title="Click here to view the rest at nettuts+" href="http://net.tutsplus.com/tutorials/javascript-ajax/learn-how-to-style-articles-for-print-and-email/" target="_blank">Read More</a></p>
<p style="text-align: left;">
<hr />
]]></content:encoded>
			<wfw:commentRss>http://www.cyberantix.org/nettuts-print-email-articles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nettuts + Ruby on Rails Series</title>
		<link>http://www.cyberantix.org/nettuts-ruby-on-rails-series/</link>
		<comments>http://www.cyberantix.org/nettuts-ruby-on-rails-series/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 00:08:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Nettuts]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.cyberantix.org/?p=27</guid>
		<description><![CDATA[
I began this series for Jeffrey due to a lack of tutorials about Rails on nettuts+. On the four-part journey, it helped many people start the adventure of learning Ruby on Rails. It assumed the reader knew nothing about Rails or programming in general. It received a lot of positive comments and a lot of [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://net.tutsplus.com/tutorials/ruby/learn-ruby-on-rails-from-scratch-week-1/"><img class="size-full wp-image-28 aligncenter" title="200x2001" src="http://www.cyberantix.org/wp-content/uploads/2009/05/200x2001.png" alt="Ruby on Rails" width="200" height="200" /></a></p>
<p style="text-align: left;">I began this series for Jeffrey due to a lack of tutorials about Rails on nettuts+. On the four-part journey, it helped many people start the adventure of learning Ruby on Rails. It assumed the reader knew nothing about Rails or programming in general. It received a lot of positive comments and a lot of people were disappointed when I stopped writing them. Who knows-maybe some day the series will continue. <img src='http://www.cyberantix.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: left;">
<h1><a href="http://net.tutsplus.com/tutorials/ruby/learn-ruby-on-rails-from-scratch-week-1/" target="_blank">Learn Ruby on Rails from Scratch: Week 1</a></h1>
<blockquote>
<p style="text-align: left;"><em>&#8220;Ruby on Rails. . .by now most people have heard the hype about it. It promises more effective code, total object orientation, and true MVC architecture to say the least. As far as my own personal experience, it has been all that and more. The code is beautiful, easy to maintain, and edit. In a recent project I was working on, it took me less than 10 hours to do the application, as compared to at least double that if I was writing in PHP. &#8220;</em></p>
<p style="text-align: left;">
</blockquote>
<p style="text-align: left;"><a title="Click here to view the rest at nettuts+" href="http://net.tutsplus.com/tutorials/ruby/learn-ruby-on-rails-from-scratch-week-1/" target="_blank">Read More</a></p>
<h1><a href="http://net.tutsplus.com/tutorials/ruby/ruby-on-rails-from-scratch-week-2/" target="_blank">Learn Ruby on Rails from Scratch: Week 2<br />
</a></h1>
<blockquote>
<p style="text-align: left;"><em>&#8220;Welcome to Ruby on Rails From Scratch Week 2. Hopefully this sequel to week 1 will help to further your education in Rails. This week, we’ll do a little bit more with getting an actual page up and running. We’ll also work on adding more interactivity by embedding ruby in HTML and learning a little about variables. After that, we’ll learn more about Ruby’s beautiful URL structure and how to manipulate it, plus other things as well. This is definitely going to be a packed week! &#8220;</em></p>
<p style="text-align: left;">
</blockquote>
<p style="text-align: left;"><a title="Click here to view the rest at nettuts+" href="http://net.tutsplus.com/tutorials/ruby/ruby-on-rails-from-scratch-week-2/" target="_blank">Read More</a></p>
<h1><a href="http://net.tutsplus.com/tutorials/ruby/ruby-on-rails-from-scratch-week-3/" target="_blank">Learn Ruby on Rails from Scratch: Week 3<br />
</a></h1>
<blockquote>
<p style="text-align: left;"><em>&#8220;Welcome to Ruby on Rails From Scratch Week 3! This week, we’ll focus on specific things that you need to know about the framework. For example, we’re going to talk about manipulating the structure of the project in two ways (rendering &amp; redirecting). We’ll also talk about how you add links in rails, and how to comment code. Let’s get started already!&#8221;</em></p>
<p style="text-align: left;">
</blockquote>
<p style="text-align: left;"><a title="Click here to view the rest at nettuts+" href="http://net.tutsplus.com/tutorials/ruby/ruby-on-rails-from-scratch-week-3/" target="_blank">Read More</a></p>
<h1><a href="http://net.tutsplus.com/videos/screencasts/ruby-on-rails-week-4/" target="_blank">Learn Ruby on Rails from Scratch: Week 4<br />
</a></h1>
<blockquote>
<p style="text-align: left;"><em>&#8220;Welcome to Ruby on Rails From Scratch Week 4! This week we’re going to talk about ruby syntax. After this tutorial, I believe that you’ll have a much better understanding of the framework and feel much more comfortable doing things by yourself. Oh yeah, and there’s a surprise this week &#8211; a screencast! So without further ado, here is week 4!&#8221;</em></p>
<p style="text-align: left;">
</blockquote>
<p style="text-align: left;"><a title="Click here to view the rest at nettuts+" href="http://net.tutsplus.com/videos/screencasts/ruby-on-rails-week-4/" target="_blank">Read More</a></p>
<p style="text-align: left;">
<hr />
]]></content:encoded>
			<wfw:commentRss>http://www.cyberantix.org/nettuts-ruby-on-rails-series/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
