<?xml version="1.0" encoding="utf-8" standalone="no"?><rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title><![CDATA[I Learn Things!]]></title>
    <link>http://www.ilearnthings.com</link>
    <language>en-us</language>
    <copyright>Licensed Under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States </copyright>
    <itunes:author>Tony Pelaez</itunes:author>
    <itunes:subtitle>I Learn Things</itunes:subtitle>
    <description/>
    <itunes:explicit>no</itunes:explicit>
    
    <itunes:image href="http://www.ilearnthings.com/wp-content/plugins/podpress/images/ilearnthings_art_large.png"/>
    
  	<image>
	  	<title>ilearnthings.com | ilearnthings.com | Tutorials and Screencasts for Free Learning</title>
		  <url>http://www.ilearnthings.com/ilearnthings_art_small.png</url>
  		<link>http://www.ilearnthings.com</link>
  	</image>

    
    
    <itunes:keywords>open,source,free,training,video,professor,tutorial,office,business,spreadsheet,OpenOffice,org,Open,Office,Word,Excel,computers</itunes:keywords><itunes:summary>ilearnthings.com is a series of screencasts dedicated to help you learn the free computer tools you will need to succeed in school, business, and at home.</itunes:summary><itunes:category text="Technology"><itunes:category text="Software How-To"/></itunes:category><itunes:category text="Education"><itunes:category text="Training"/></itunes:category><itunes:owner><itunes:email>tony@pelaez.me</itunes:email><itunes:name>Tony Pelaez</itunes:name></itunes:owner><item>
      <title><![CDATA[Episode 13: Taking Notes in Emacs Org-Mode]]></title>
      <description><![CDATA[<p><img src="http://www.ilearnthings.com/images/ilt_013_thumb.png" class="thumb" alt="Episode 13"/>If you are anything like me you find that maintaining an organized to-do list is essential to being productive.  I&rsquo;ve tried many of the programs currently available, but I&rsquo;ve settled on using Emacs with Org-Mode to keep track of most of what I need to get done.  Emacs is a very powerful free text editor that is highly customizable, and since version 22 has Org-Mode built in. Org-mode for Emacs allows you to quickly create outlines, mark items as &ldquo;TODO&rdquo;, set deadlines, and assign tags to specific tasks.  One big benefit of using Emacs with Org-Mode is that the file you create is saved as plain text, which means you will be able to open it in any text editor to make changes.  Org-Mode also has a mobile app for iOS and Android which allows you to sync you todo lists with your mobile phone and edit them on the go!</p>

<p>Emacs can be a powerful tool in organizing your life, but it can be a little intimidating if you are just getting started.  I hope that this tutorial shows you that with only a few simple commands you can easily organize your thoughts and keep track of everything you need to do.  You don&rsquo;t need to know Emacs inside and out to take advantage of Org-Mode, and even if you only use Emacs to manage your to-do list, I think you will find that the time you spent learning the program is a worth wile investment.</p>

<!-- more -->


<h2>Show Notes:</h2>

<h3>Emacs</h3>

<p><a href="http://gnu.mirror.constant.com/emacs/">Download</a> Emacs for your platform of choice.</p>

<p><a href="http://www.gnu.org/software/emacs/manual/html_node/emacs/index.html">Documentation</a></p>

<h4>Installing Emacs 24 in Ubuntu 14.04</h4>

<figure class='code'><figcaption><span>Installing Emacs in Ubuntu 14.04</span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
</pre></td><td class='code'><pre><code class='console'><span class='line'><span class="go">sudo apt-get install emacs</span>
</span></code></pre></td></tr></table></div></figure>


<h3>Org-Mode</h3>

<p>Org-Mode comes pre-installed by default in Emacs 22 and later.  You can also <a href="http://orgmode.org/">download</a> the latest version, and add it to emacs separately.</p>

<p><a href="http://orgmode.org/guide/">Documentation</a></p>

<h3>Keyboard Shortcuts Used:</h3>

<p>The following abbreviations are used to represent keys on your keyboard:</p>

<ul>
<li>&ldquo;C&rdquo; &ndash;> Ctrl</li>
<li>&ldquo;M&rdquo; &ndash;> Alt (or Command on a Mac)</li>
<li>&ldquo;S&rdquo; &ndash;> Shift</li>
<li>&ldquo;C-c&rdquo; &ndash;> Holding down Ctrl while pressing the letter c</li>
</ul>


<p>The creators of Org-Mode have put together a handy <a href="http://orgmode.org/orgcard.pdf">Reference Card</a> of all the keyboard shortcuts.  There are many more listed on the <a href="http://orgmode.org/orgcard.pdf">Reference Card</a> than were covered in this tutorial.  Below are the keyboard shortcuts shown in this video.</p>

<figure class='code'><figcaption><span>New Bullet Point</span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
</pre></td><td class='code'><pre><code class='ruby'><span class='line'><span class="n">M</span><span class="o">-</span><span class="no">Enter</span> <span class="c1"># Create new bullet Point</span>
</span></code></pre></td></tr></table></div></figure>




<figure class='code'><figcaption><span>Indent Bullet Point</span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
</pre></td><td class='code'><pre><code class='ruby'><span class='line'><span class="n">M</span><span class="o">-</span><span class="no">RightArrow</span> <span class="c1"># Indent Bullet Point</span>
</span></code></pre></td></tr></table></div></figure>




<figure class='code'><figcaption><span>Move Bullet Point Up</span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
</pre></td><td class='code'><pre><code class='ruby'><span class='line'><span class="n">M</span><span class="o">-</span><span class="no">UpArrow</span> <span class="c1"># Move Bullet Point Up</span>
</span></code></pre></td></tr></table></div></figure>




<figure class='code'><figcaption><span>Move Bullet Point Down</span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
</pre></td><td class='code'><pre><code class='ruby'><span class='line'><span class="n">M</span><span class="o">-</span><span class="no">DownArrow</span> <span class="c1"># Move Bullet Point Down</span>
</span></code></pre></td></tr></table></div></figure>




<figure class='code'><figcaption><span>Show/Hide Items for Bullet Point</span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
</pre></td><td class='code'><pre><code class='ruby'><span class='line'><span class="no">Tab</span> <span class="c1"># Show/Hide Items for Bullet Point</span>
</span></code></pre></td></tr></table></div></figure>




<figure class='code'><figcaption><span>Cycle Visibility of Indentation Levels</span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
</pre></td><td class='code'><pre><code class='ruby'><span class='line'><span class="n">S</span><span class="o">-</span><span class="no">Tab</span> <span class="c1"># Cycle Visibility of Indentation Levels</span>
</span></code></pre></td></tr></table></div></figure>




<figure class='code'><figcaption><span>Add Tag</span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
</pre></td><td class='code'><pre><code class='ruby'><span class='line'><span class="n">C</span><span class="o">-</span><span class="n">c</span> <span class="c1"># add Tag to Bullet Point</span>
</span></code></pre></td></tr></table></div></figure>




<figure class='code'><figcaption><span>Mark Bullet Point as TODO</span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
</pre></td><td class='code'><pre><code class='ruby'><span class='line'><span class="n">S</span><span class="o">-</span><span class="no">RightArrow</span> <span class="c1"># Mark Bullet Point as TODO</span>
</span></code></pre></td></tr></table></div></figure>




<figure class='code'><figcaption><span>Set Deadline for Bullet Point</span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
</pre></td><td class='code'><pre><code class='ruby'><span class='line'><span class="n">C</span><span class="o">-</span><span class="n">c</span> <span class="n">C</span><span class="o">-</span><span class="n">d</span> <span class="c1"># Set Deadline for TODO item</span>
</span></code></pre></td></tr></table></div></figure>




<figure class='code'><figcaption><span>Add File to Agenda</span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
</pre></td><td class='code'><pre><code class='ruby'><span class='line'><span class="n">C</span><span class="o">-</span><span class="n">c</span> <span class="o">[</span> <span class="c1"># Add File to Agenda</span>
</span></code></pre></td></tr></table></div></figure>




<figure class='code'><figcaption><span>List Agenda Views</span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
</pre></td><td class='code'><pre><code class='ruby'><span class='line'><span class="n">M</span><span class="o">-</span><span class="n">x</span> <span class="n">org</span><span class="o">-</span><span class="n">agenda</span> <span class="c1"># List Available Agenda Views</span>
</span></code></pre></td></tr></table></div></figure>

]]></description>
      <link>http://www.ilearnthings.com/2014/08/18/episode-13-taking-notes-in-emacs-org-mode/</link>
      <guid>http://www.ilearnthings.com/2014/08/18/episode-13-taking-notes-in-emacs-org-mode/</guid>
      <pubDate>Mon, 18 Aug 2014 23:11:00 -0700</pubDate>
      <itunes:author><![CDATA[Tony Pelaez]]></itunes:author>
      <itunes:summary/>
      <itunes:keywords>Correcting,Editing,How-to,LibreOffice,productivity,Reviewing,Software,Tutorial,Word Processing</itunes:keywords>
      <enclosure length="36813180" type="video/mp4" url="http://videos.ilearnthings.com/ilt_e013_TakingNotesInEmacs_HD.mp4"/>
    <author>tony@pelaez.me (Tony Pelaez)</author><itunes:explicit>no</itunes:explicit><itunes:subtitle>If you are anything like me you find that maintaining an organized to-do list is essential to being productive. I&amp;rsquo;ve tried many of the programs currently available, but I&amp;rsquo;ve settled on using Emacs with Org-Mode to keep track of most of what I need to get done. Emacs is a very powerful free text editor that is highly customizable, and since version 22 has Org-Mode built in. Org-mode for Emacs allows you to quickly create outlines, mark items as &amp;ldquo;TODO&amp;rdquo;, set deadlines, and assign tags to specific tasks. One big benefit of using Emacs with Org-Mode is that the file you create is saved as plain text, which means you will be able to open it in any text editor to make changes. Org-Mode also has a mobile app for iOS and Android which allows you to sync you todo lists with your mobile phone and edit them on the go! Emacs can be a powerful tool in organizing your life, but it can be a little intimidating if you are just getting started. I hope that this tutorial shows you that with only a few simple commands you can easily organize your thoughts and keep track of everything you need to do. You don&amp;rsquo;t need to know Emacs inside and out to take advantage of Org-Mode, and even if you only use Emacs to manage your to-do list, I think you will find that the time you spent learning the program is a worth wile investment. Show Notes: Emacs Download Emacs for your platform of choice. Documentation Installing Emacs 24 in Ubuntu 14.04 Installing Emacs in Ubuntu 14.041 sudo apt-get install emacs Org-Mode Org-Mode comes pre-installed by default in Emacs 22 and later. You can also download the latest version, and add it to emacs separately. Documentation Keyboard Shortcuts Used: The following abbreviations are used to represent keys on your keyboard: &amp;ldquo;C&amp;rdquo; &amp;ndash; Ctrl &amp;ldquo;M&amp;rdquo; &amp;ndash; Alt (or Command on a Mac) &amp;ldquo;S&amp;rdquo; &amp;ndash; Shift &amp;ldquo;C-c&amp;rdquo; &amp;ndash; Holding down Ctrl while pressing the letter c The creators of Org-Mode have put together a handy Reference Card of all the keyboard shortcuts. There are many more listed on the Reference Card than were covered in this tutorial. Below are the keyboard shortcuts shown in this video. New Bullet Point1 M-Enter # Create new bullet Point Indent Bullet Point1 M-RightArrow # Indent Bullet Point Move Bullet Point Up1 M-UpArrow # Move Bullet Point Up Move Bullet Point Down1 M-DownArrow # Move Bullet Point Down Show/Hide Items for Bullet Point1 Tab # Show/Hide Items for Bullet Point Cycle Visibility of Indentation Levels1 S-Tab # Cycle Visibility of Indentation Levels Add Tag1 C-c # add Tag to Bullet Point Mark Bullet Point as TODO1 S-RightArrow # Mark Bullet Point as TODO Set Deadline for Bullet Point1 C-c C-d # Set Deadline for TODO item Add File to Agenda1 C-c [ # Add File to Agenda List Agenda Views1 M-x org-agenda # List Available Agenda Views</itunes:subtitle></item>
    
    
    
    <item>
      <title><![CDATA[Episode 12: Create ePub Documents in LibreOffice]]></title>
      <description><![CDATA[<p><img src="http://www.ilearnthings.com/images/ilt_012_thumb.png" class="thumb" alt="Episode 12"/>I&rsquo;m a big fan of ebooks because I can carry my whole library in my pocket. In this episode, I will show you how to use <a href="http://libreoffice.org" title="LibreOffice">LibreOffice</a> to create ebooks in one of the most popular ebook formats: ePub documents.  If you have ever thought of publishing a book or story that you have written using <a href="http://libreoffice.org" title="LibreOffice">LibreOffice</a>, this may be a good alternative.</p>

<p>There are many tools available to create ePub documents, and though LibreOffice may not be the best choice for everyone, it is very simple to use, and produces great results!</p>

<!-- more -->


<h2>Show Notes:</h2>

<h3>LibreOffice Extensions</h3>

<h4>Writer2LaTeX</h4>

<p><a href="http://extensions.libreoffice.org/extension-center/writer2xhtml">Download</a></p>

<p>Writer2LaTeX is an extension for LibreOffice which lets you create epub documents directly from LibreOffice by providing additional file format export options in the export dialog box.</p>

<p>Download Writer2xhtml version 1.2 beta.  The stable version does not support publishing to epub.</p>

<p>This extension may have been abandoned and has not seen any updates in over a year.</p>

<h4>Writer2ePub</h4>

<p><a href="http://lukesblog.it/ebooks/ebook-tools/writer2epub/">Download</a></p>

<p>The Writer2ePub extension is available from the developer&rsquo;s website, and provide a toolbar with buttons that will allow you to export the document as an epub.</p>

<p>This extension inserts a &ldquo;created with&rdquo; add at the end of your document.</p>

<h4>eLAIX</h4>

<p><a href="http://extensions.libreoffice.org/extension-center/elaix/releases/4.0.3">Download</a></p>

<p>The eLAIX extension adds a toolbar and menu option to LibreOffice which provides a number of formatting options designed to create learning modules for the <a href="http://en.wikipedia.org/wiki/ILIAS">ILIAS</a> system.  This is by far the most polished extension, and seems to be updated frequently.  One small annoyance is that the icons on the toolbar seem to be of very low resolutions, and therefore look pixelated.  If this is an issue for you, the toolbar can be removed, and you can use the menu instead.</p>

<h3>Information about the Epub format</h3>

<p><a href="http://idpf.org/epub">ePub standard</a></p>

<h3>Devices</h3>

<p><a href="http://www.epubbooks.com/ereaders">Devices that support the ePub format</a></p>

<h3>Other Links</h3>

<p>Books in the public domain:
<a href="http://www.gutenberg.org/">Project Gutenberg</a></p>

<p>This is where i got the sample for the book &ldquo;<a href="http://www.gutenberg.org/ebooks/2701">Moby Dick</a>&rdquo; by Herman Melville that was used in the tutorial.</p>
]]></description>
      <link>http://www.ilearnthings.com/2013/10/17/episode-12-create-epub-documents-in-libreoffice/</link>
      <guid>http://www.ilearnthings.com/2013/10/17/episode-12-create-epub-documents-in-libreoffice/</guid>
      <pubDate>Thu, 17 Oct 2013 10:07:00 -0700</pubDate>
      <itunes:author><![CDATA[Tony Pelaez]]></itunes:author>
      <itunes:summary/>
      <itunes:keywords>Correcting,Editing,How-to,LibreOffice,productivity,Reviewing,Software,Tutorial,Word Processing</itunes:keywords>
      <enclosure length="33477987" type="video/mp4" url="http://videos.ilearnthings.com/ilt_e012_CreateEpubDocuments_HD.mp4"/>
    <author>tony@pelaez.me (Tony Pelaez)</author><itunes:explicit>no</itunes:explicit><itunes:subtitle>I&amp;rsquo;m a big fan of ebooks because I can carry my whole library in my pocket. In this episode, I will show you how to use LibreOffice to create ebooks in one of the most popular ebook formats: ePub documents. If you have ever thought of publishing a book or story that you have written using LibreOffice, this may be a good alternative. There are many tools available to create ePub documents, and though LibreOffice may not be the best choice for everyone, it is very simple to use, and produces great results! Show Notes: LibreOffice Extensions Writer2LaTeX Download Writer2LaTeX is an extension for LibreOffice which lets you create epub documents directly from LibreOffice by providing additional file format export options in the export dialog box. Download Writer2xhtml version 1.2 beta. The stable version does not support publishing to epub. This extension may have been abandoned and has not seen any updates in over a year. Writer2ePub Download The Writer2ePub extension is available from the developer&amp;rsquo;s website, and provide a toolbar with buttons that will allow you to export the document as an epub. This extension inserts a &amp;ldquo;created with&amp;rdquo; add at the end of your document. eLAIX Download The eLAIX extension adds a toolbar and menu option to LibreOffice which provides a number of formatting options designed to create learning modules for the ILIAS system. This is by far the most polished extension, and seems to be updated frequently. One small annoyance is that the icons on the toolbar seem to be of very low resolutions, and therefore look pixelated. If this is an issue for you, the toolbar can be removed, and you can use the menu instead. Information about the Epub format ePub standard Devices Devices that support the ePub format Other Links Books in the public domain: Project Gutenberg This is where i got the sample for the book &amp;ldquo;Moby Dick&amp;rdquo; by Herman Melville that was used in the tutorial.</itunes:subtitle></item>
    
    
    
    
    
    <item>
      <title><![CDATA[Episode 11: Tracking Changes in LibreOffice]]></title>
      <description><![CDATA[<p><img src="http://www.ilearnthings.com/images/ilt_011_thumb.png" class="thumb" alt="Episode 11" />Working on a document, and honing it to perfection can be a long process of writing, receiving feedback, making changes and then repeating the cycle. When I first began using my computer to write, I would often create my first drafts with pen and paper, and then type it up on the computer. As I became more proficient with the computer, and the pressure of a career made me understand that being able to write quickly is almost as important as being able to write eloquently, I changed my workflow to eliminate steps and streamline the process of writing a document. I found that wiring a draft by hand and then typing it over again on the computer crated a lot of extra work. Also, printing drafts to mark them up with changes that I would subsequently have to type up again in the computer, not only wasted paper, but also meant that I could have a dozen different copies laying on my desk and not be sure which would be the draft I was working on. Luckily modern word processing tools offer the ability to create an all digital workflow and eliminate a lot of the extra steps that are so time consuming.</p>

<!-- more -->


<p>Instead of printing your drafts and marking them up with a red pen, <a title="Libre Office" href="http://www.ilearnthings.com/2011/02/07/libre-office/">LibreOffice</a> allows you to implement an all electronic workflow, and save comments and edits as part of the document history. In this tutorial you will learn how to use the tools that <a title="LibreOffice" href="http://www.libreoffice.org/">LibreOffice</a> provides to track the changes you make to your documents, and provide your reviewers with the ability to reject or accept changes. Even though this is a process that I find is often overlooked, it is extremely simple to implement, and can make you vastly more productive.</p>

<p>I hope you find this tutorial helpful, and as always, I welcome your feedback!</p>
]]></description>
      <link>http://www.ilearnthings.com/2012/01/16/episode-11-tracking-libreoffice/</link>
      <guid>http://www.ilearnthings.com/2012/01/16/episode-11-tracking-libreoffice/</guid>
      <pubDate>Mon, 16 Jan 2012 00:00:00 -0800</pubDate>
      <itunes:author><![CDATA[Tony Pelaez]]></itunes:author>
      <itunes:summary/>
      <itunes:keywords>Correcting,Editing,How-to,LibreOffice,productivity,Reviewing,Software,Tutorial,Word Processing</itunes:keywords>
      <enclosure length="22814328" type="video/mp4" url="http://videos.ilearnthings.com/ilt_e011_TrackingChangesInLibreOffice_HD.mp4"/>
    <author>tony@pelaez.me (Tony Pelaez)</author><itunes:explicit>no</itunes:explicit><itunes:subtitle>Working on a document, and honing it to perfection can be a long process of writing, receiving feedback, making changes and then repeating the cycle. When I first began using my computer to write, I would often create my first drafts with pen and paper, and then type it up on the computer. As I became more proficient with the computer, and the pressure of a career made me understand that being able to write quickly is almost as important as being able to write eloquently, I changed my workflow to eliminate steps and streamline the process of writing a document. I found that wiring a draft by hand and then typing it over again on the computer crated a lot of extra work. Also, printing drafts to mark them up with changes that I would subsequently have to type up again in the computer, not only wasted paper, but also meant that I could have a dozen different copies laying on my desk and not be sure which would be the draft I was working on. Luckily modern word processing tools offer the ability to create an all digital workflow and eliminate a lot of the extra steps that are so time consuming. Instead of printing your drafts and marking them up with a red pen, LibreOffice allows you to implement an all electronic workflow, and save comments and edits as part of the document history. In this tutorial you will learn how to use the tools that LibreOffice provides to track the changes you make to your documents, and provide your reviewers with the ability to reject or accept changes. Even though this is a process that I find is often overlooked, it is extremely simple to implement, and can make you vastly more productive. I hope you find this tutorial helpful, and as always, I welcome your feedback!</itunes:subtitle></item>
    
    
    
    <item>
      <title><![CDATA[Episode 10: Colorful Reports in LibreOffice]]></title>
      <description><![CDATA[<p><img src="http://www.ilearnthings.com/images/ilt_010_thumb.png" class="thumb" alt="Episode 10" />In this episode I show you how to take a dull report, and make it more visually appealing by adding color. Color helps us take a complicated subject, and make it easy to understand at a glace. The tools that <a title="Episode 7: Introduction to LibreOffice" href="http://www.ilearnthings.com/2011/04/30/episode-7-introduction-libre-office/">LibreOffice</a> provides are very powerful and allow you a great deal of flexibility when formatting your reports. Used inconjunctionwith <a title="Episode 8: Using Clip Art in LibreOffice" href="http://www.ilearnthings.com/2011/07/02/episode-8-clip-art-libreoffice/">clipart</a>, the techniques you learn in this episode will help you take your reports to the next level of polish.</p>

<!-- more -->


<p>What separates a good report from a bad one is not always the content. If you find it a struggle to clearly communicate the meaning of your data, try to add some color. People are busy, and who wants to spend valuable time deciphering a complicated report? Use color to establish relationships between numbers, highlight what is important, or create a consistent style. Experiment, and let me know how your creations turn out!</p>

<p>This episode originally included a part about basic color theory. I cut that out in the interest of time, but if you are interested there are a lot of resources available online. <a href="http://www.worqx.com/color/"><a href="http://www.worqx.com/color/">http://www.worqx.com/color/</a></a>is a good introduction. Spending a little time to learn the basics of color theory can help you make more informed decisions about how you format documents, and why negative numbers are so often shown in red.</p>
]]></description>
      <link>http://www.ilearnthings.com/2011/10/23/episode-10-colorful-reports-libreoffice/</link>
      <guid>http://www.ilearnthings.com/2011/10/23/episode-10-colorful-reports-libreoffice/</guid>
      <pubDate>Sun, 23 Oct 2011 00:00:00 -0700</pubDate>
      <itunes:author><![CDATA[Tony Pelaez]]></itunes:author>
      <itunes:summary/>
      <itunes:keywords>Correcting,Editing,How-to,LibreOffice,productivity,Reviewing,Software,Tutorial,Word Processing</itunes:keywords>
      <enclosure length="49763236" type="video/mp4" url="http://videos.ilearnthings.com/ilt_e010_ColorfulReportsInLibreOffice_HD.mp4"/>
    <author>tony@pelaez.me (Tony Pelaez)</author><itunes:explicit>no</itunes:explicit><itunes:subtitle>In this episode I show you how to take a dull report, and make it more visually appealing by adding color. Color helps us take a complicated subject, and make it easy to understand at a glace. The tools that LibreOffice provides are very powerful and allow you a great deal of flexibility when formatting your reports. Used inconjunctionwith clipart, the techniques you learn in this episode will help you take your reports to the next level of polish. What separates a good report from a bad one is not always the content. If you find it a struggle to clearly communicate the meaning of your data, try to add some color. People are busy, and who wants to spend valuable time deciphering a complicated report? Use color to establish relationships between numbers, highlight what is important, or create a consistent style. Experiment, and let me know how your creations turn out! This episode originally included a part about basic color theory. I cut that out in the interest of time, but if you are interested there are a lot of resources available online. http://www.worqx.com/color/is a good introduction. Spending a little time to learn the basics of color theory can help you make more informed decisions about how you format documents, and why negative numbers are so often shown in red.</itunes:subtitle></item>
    
    
    
    <item>
      <title><![CDATA[Episode 9: Mail Merge in LibreOffice]]></title>
      <description><![CDATA[<p><img src="http://www.ilearnthings.com/images/ilt_009_thumb.png" class="thumb" alt="Episode 9" />This topic was suggested by youtube viewer <a title="Youtube channel" href="http://www.youtube.com/jasdsb" target="_blank">jasdsb</a>. If you have any suggestions, or would like me to cover any particular topic, please don&rsquo;t hesitate to <a title="Contact Us" href="http://www.ilearnthings.com/contact/" target="_blank">ask</a>. I always appreciate your feedback!</p>

<!-- more -->


<p>In this episode we take a look at how to perform a mail merge in <a title="LibreOffice" href="http://www.libreoffice.org/" target="_blank">LibreOffice</a>. A mail merge involves using a text document as a template, and &ldquo;merging&rdquo; it with records maintained in a database. Usually this is done when personalizing mass mailings so that the recipient&rsquo;s name and address appear in the document. To make theexercisea little more interested, in this episode we use the mail merge capabilities of <a title="LibreOffice" href="http://www.libreoffice.org/" target="_blank">LibreOffice</a>, and create a game of &ldquo;Madlibs&rdquo;.</p>

<p>In situations where you have hundreds of names and addresses that you want to send a letter to, or if you just want to print an address label for each of your contacts to attach to a party invitation, LibreOffice and mail merge can save you a lot of time by automating the process. This might not be something you use everyday, but when you need it, you will be glad you know how to do it.</p>
]]></description>
      <link>http://www.ilearnthings.com/2011/09/05/episode-9-mail-merge-libreoffice/</link>
      <guid>http://www.ilearnthings.com/2011/09/05/episode-9-mail-merge-libreoffice/</guid>
      <pubDate>Mon, 05 Sep 2011 00:00:00 -0700</pubDate>
      <itunes:author><![CDATA[Tony Pelaez]]></itunes:author>
      <itunes:summary/>
      <itunes:keywords>Correcting,Editing,How-to,LibreOffice,productivity,Reviewing,Software,Tutorial,Word Processing</itunes:keywords>
      <enclosure length="28879316" type="video/mp4" url="http://videos.ilearnthings.com/ilt_e009_MailMergeInLibreOffice_HD.mp4"/>
    <author>tony@pelaez.me (Tony Pelaez)</author><itunes:explicit>no</itunes:explicit><itunes:subtitle>This topic was suggested by youtube viewer jasdsb. If you have any suggestions, or would like me to cover any particular topic, please don&amp;rsquo;t hesitate to ask. I always appreciate your feedback! In this episode we take a look at how to perform a mail merge in LibreOffice. A mail merge involves using a text document as a template, and &amp;ldquo;merging&amp;rdquo; it with records maintained in a database. Usually this is done when personalizing mass mailings so that the recipient&amp;rsquo;s name and address appear in the document. To make theexercisea little more interested, in this episode we use the mail merge capabilities of LibreOffice, and create a game of &amp;ldquo;Madlibs&amp;rdquo;. In situations where you have hundreds of names and addresses that you want to send a letter to, or if you just want to print an address label for each of your contacts to attach to a party invitation, LibreOffice and mail merge can save you a lot of time by automating the process. This might not be something you use everyday, but when you need it, you will be glad you know how to do it.</itunes:subtitle></item>
    
    
    
    <item>
      <title><![CDATA[Episode 8: Using Clip Art in LibreOffice]]></title>
      <description><![CDATA[<p><img src="http://www.ilearnthings.com/images/ilt_008_thumb.png" class="thumb" alt="Episode 8" />Using images in your documents is a good way to ensure that they give a lasting impression. Whether it is a resume, letter, or flyer you are creating to promote anupcomingevent, <a title="Episode 7: Introduction to LibreOffice" href="http://www.ilearnthings.com/2011/04/30/episode-7-introduction-libre-office/">LibreOffice</a> makes it easy to add images to your documents, and format them correctly. Traditionally office productivity suites like Microsoft Office have offered clip art which you can include with your documents. Unfortunately the clip art that usually comes with these office programs is less thandesirable. By using LibreOffice, and other resources that are available for free online, you can add some visual impact to your documents.</p>

<!-- more -->


<p>In this episode I show you how to import the most common image types (jpeg, png) into LibreOffice and arrange them in your documents to create visually striking layouts. I also show you some of my favorite resources for finding images online which you can freely incorporate into your documents.</p>

<p><strong>Show notes:</strong></p>

<p><a href="http://openclipart.org/">Open Clip Art</a> (Images in the Public Domain)
<a href="http://www.flickr.com/creativecommons&lt;/a&gt;/">Flickr Creative Commons</a> (Images shared under various Creative Commons Licenses)</p>
]]></description>
      <link>http://www.ilearnthings.com/2011/07/02/episode-8-clip-art-libreoffice/</link>
      <guid>http://www.ilearnthings.com/2011/07/02/episode-8-clip-art-libreoffice/</guid>
      <pubDate>Sat, 02 Jul 2011 00:00:00 -0700</pubDate>
      <itunes:author><![CDATA[Tony Pelaez]]></itunes:author>
      <itunes:summary/>
      <itunes:keywords>Correcting,Editing,How-to,LibreOffice,productivity,Reviewing,Software,Tutorial,Word Processing</itunes:keywords>
      <enclosure length="59008493" type="video/mp4" url="http://videos.ilearnthings.com/ilt_e008_UsingClipArtInLibreOffice_HD.mp4"/>
    <author>tony@pelaez.me (Tony Pelaez)</author><itunes:explicit>no</itunes:explicit><itunes:subtitle>Using images in your documents is a good way to ensure that they give a lasting impression. Whether it is a resume, letter, or flyer you are creating to promote anupcomingevent, LibreOffice makes it easy to add images to your documents, and format them correctly. Traditionally office productivity suites like Microsoft Office have offered clip art which you can include with your documents. Unfortunately the clip art that usually comes with these office programs is less thandesirable. By using LibreOffice, and other resources that are available for free online, you can add some visual impact to your documents. In this episode I show you how to import the most common image types (jpeg, png) into LibreOffice and arrange them in your documents to create visually striking layouts. I also show you some of my favorite resources for finding images online which you can freely incorporate into your documents. Show notes: Open Clip Art (Images in the Public Domain) Flickr Creative Commons (Images shared under various Creative Commons Licenses)</itunes:subtitle></item>
    
    
    
    <item>
      <title><![CDATA[Episode 7: Introduction to LibreOffice]]></title>
      <description><![CDATA[<p><img src="http://www.ilearnthings.com/images/ilt_007_thumb.png" class="thumb" alt="Episode 7" />The recent release of Ubuntu 11.04, code named &ldquo;Natty Narwhall&rdquo;, includes a number of significant changes to one of the most popular open source linux distributions around.  Though many of those who are discussing and reviewing the new operating system are focusing on the changes to the graphical user interface, and window manager, one of the changes that has me most excited is the switch from OpenOffice.org to LibreOffice.</p>

<!-- more -->


<p>LibreOffice is a fork of the OpenOffice.org project, and is available for all major platforms including Mac OS X, Windows, and Linux.  Like its predecessor, OpenOffice.org, LibreOffice is an open source office suite that emphasizes open document formats but is compatible with Microsoft Office.  LibreOffice has received tremendous support from the community, and has seen widespread adoption by users of OpenOffice.org.</p>

<p>It originated in 2010 as a group of developers, under the name of the Document Foundation, who were not happy with Oracle&rsquo;s stuardship of the OpenOffice.org project, forked the office suite and began development on LibreOffice in an effort to become independent of Oracle, and ensure that the project continues to be sustained as a community developed project. The Document Foundations hopes that one day Oracle will release the copyright to OpenOffice.org, and allow the Document Foundation to use the name. In the mean time a strong community of open source developers has put their efforts behind the LibreOffice project, and it has seen contributions from the like of Novell, Red Hat, and Canonical. LibreOffice has become a significant project, and in many ways has become the successor to OpenOffice.org.</p>

<p>In this episode I introduce you to LibreOffice, and show you how to install it on Ubuntu 10.04 LTS.  The newest version of Ubuntu <a href="http://www.ubuntu.com/ubuntu/features/office-applications">already comes with LibreOffice</a>, but for those of you who are not using Ubuntu, or who prefer to use the more stable long term support version (LTS), I hope you find this tutorial useful.</p>

<p>If you have never heard of LibreOffice, or just want to take a peek at some of the differences between OpenOffice.org and LibreOffice, this episode will provide you with a high level overview of some of the features of LibreOffice.  Before you know it, you will be recommending LibreOffice to your friends and coworkers as I have!</p>

<p>Show Notes:
<a href="http://www.sun.com/third-party/global/oracle/">Oracle Buys Sun</a>
<a href="http://www.katonda.com/blog/16/2010/1678">Oracle Kills OpenSolaris</a>
<a href="http://www.omgubuntu.co.uk/2010/10/install-libreoffice-ppa-ubuntu/">Installing from PPA</a></p>

<p><a href="https://wiki.ubuntu.com/LucidLynx/ReleaseNotes#Sun%20Java%20moved%20to%20the%20Partner%20repository">Install Java on Ubuntu</a>
<a href="http://www.libreoffice.org/get-help/installation/linux/">Installing LibreOffice</a></p>
]]></description>
      <link>http://www.ilearnthings.com/2011/04/30/episode-7-introduction-libre-office/</link>
      <guid>http://www.ilearnthings.com/2011/04/30/episode-7-introduction-libre-office/</guid>
      <pubDate>Sat, 30 Apr 2011 00:00:00 -0700</pubDate>
      <itunes:author><![CDATA[Tony Pelaez]]></itunes:author>
      <itunes:summary/>
      <itunes:keywords>Correcting,Editing,How-to,LibreOffice,productivity,Reviewing,Software,Tutorial,Word Processing</itunes:keywords>
      <enclosure length="85347005" type="video/mp4" url="http://videos.ilearnthings.com/ilt_e007_IntroToLibreOfficeShort_HD.mp4"/>
    <author>tony@pelaez.me (Tony Pelaez)</author><itunes:explicit>no</itunes:explicit><itunes:subtitle>The recent release of Ubuntu 11.04, code named &amp;ldquo;Natty Narwhall&amp;rdquo;, includes a number of significant changes to one of the most popular open source linux distributions around. Though many of those who are discussing and reviewing the new operating system are focusing on the changes to the graphical user interface, and window manager, one of the changes that has me most excited is the switch from OpenOffice.org to LibreOffice. LibreOffice is a fork of the OpenOffice.org project, and is available for all major platforms including Mac OS X, Windows, and Linux. Like its predecessor, OpenOffice.org, LibreOffice is an open source office suite that emphasizes open document formats but is compatible with Microsoft Office. LibreOffice has received tremendous support from the community, and has seen widespread adoption by users of OpenOffice.org. It originated in 2010 as a group of developers, under the name of the Document Foundation, who were not happy with Oracle&amp;rsquo;s stuardship of the OpenOffice.org project, forked the office suite and began development on LibreOffice in an effort to become independent of Oracle, and ensure that the project continues to be sustained as a community developed project. The Document Foundations hopes that one day Oracle will release the copyright to OpenOffice.org, and allow the Document Foundation to use the name. In the mean time a strong community of open source developers has put their efforts behind the LibreOffice project, and it has seen contributions from the like of Novell, Red Hat, and Canonical. LibreOffice has become a significant project, and in many ways has become the successor to OpenOffice.org. In this episode I introduce you to LibreOffice, and show you how to install it on Ubuntu 10.04 LTS. The newest version of Ubuntu already comes with LibreOffice, but for those of you who are not using Ubuntu, or who prefer to use the more stable long term support version (LTS), I hope you find this tutorial useful. If you have never heard of LibreOffice, or just want to take a peek at some of the differences between OpenOffice.org and LibreOffice, this episode will provide you with a high level overview of some of the features of LibreOffice. Before you know it, you will be recommending LibreOffice to your friends and coworkers as I have! Show Notes: Oracle Buys Sun Oracle Kills OpenSolaris Installing from PPA Install Java on Ubuntu Installing LibreOffice</itunes:subtitle></item>
    
    
    
    
    
    <item>
      <title><![CDATA[Episode 6: Selection Shortcuts]]></title>
      <description><![CDATA[<p><img src="http://www.ilearnthings.com/images/ilt_006_thumb.png" class="thumb" alt="Episode 6" />It becomes increasingly important to efficiently select the cells you are working with, in an OpenOffice.org Spreadsheet, as your spreadsheet gets bigger and bigger.  Those of you who have worked with files that are thousands of rows long know what I mean. Learning a few simple keyboard shortcuts, will make your productivity increasetremendously!  In this episode, we cover a few of the most useful shortcuts for selecting cells in an OpenOffice.org spreadsheet. Once you have the cells you want selected, you can use your selection to apply formatting to make your spreadsheet look nice, or use the values of your selection in calculating formulas.</p>

<!-- more -->


<p>If you are not used to using keyboard shortcuts, take it from me, they are worth the effort you put into learning them. Start with the one you find most useful like &ldquo;Control-A&rdquo; to select all the cells in the spreadsheet. Write it down on a piece of paper next to your computer and work it into your daily spreadsheet activities. Before you know it, you can throw that piece of paper away and replace it with a new keyboard shortcut.</p>

<p>On a side note, this has been a very exciting episode for me to produce. It is the first episode produced entirely using open source software. This has been a goal of mine since I started this blog, and I look forward to continuing to use these tools to create more episodes. Hopefully in the near future I will be able to produce some &ldquo;behind the scenes&rdquo; episodes on the open source tools I&rsquo;ve used for creating these screencasts.</p>
]]></description>
      <link>http://www.ilearnthings.com/2011/01/09/episode-6-selection-shortcuts/</link>
      <guid>http://www.ilearnthings.com/2011/01/09/episode-6-selection-shortcuts/</guid>
      <pubDate>Sun, 09 Jan 2011 00:00:00 -0800</pubDate>
      <itunes:author><![CDATA[Tony Pelaez]]></itunes:author>
      <itunes:summary/>
      <itunes:keywords>Correcting,Editing,How-to,LibreOffice,productivity,Reviewing,Software,Tutorial,Word Processing</itunes:keywords>
      <enclosure length="13738067" type="video/mp4" url="http://videos.ilearnthings.com/ilt_e006_SelectionShortcuts_HD.mp4"/>
    <author>tony@pelaez.me (Tony Pelaez)</author><itunes:explicit>no</itunes:explicit><itunes:subtitle>It becomes increasingly important to efficiently select the cells you are working with, in an OpenOffice.org Spreadsheet, as your spreadsheet gets bigger and bigger. Those of you who have worked with files that are thousands of rows long know what I mean. Learning a few simple keyboard shortcuts, will make your productivity increasetremendously! In this episode, we cover a few of the most useful shortcuts for selecting cells in an OpenOffice.org spreadsheet. Once you have the cells you want selected, you can use your selection to apply formatting to make your spreadsheet look nice, or use the values of your selection in calculating formulas. If you are not used to using keyboard shortcuts, take it from me, they are worth the effort you put into learning them. Start with the one you find most useful like &amp;ldquo;Control-A&amp;rdquo; to select all the cells in the spreadsheet. Write it down on a piece of paper next to your computer and work it into your daily spreadsheet activities. Before you know it, you can throw that piece of paper away and replace it with a new keyboard shortcut. On a side note, this has been a very exciting episode for me to produce. It is the first episode produced entirely using open source software. This has been a goal of mine since I started this blog, and I look forward to continuing to use these tools to create more episodes. Hopefully in the near future I will be able to produce some &amp;ldquo;behind the scenes&amp;rdquo; episodes on the open source tools I&amp;rsquo;ve used for creating these screencasts.</itunes:subtitle></item>
    
    
    
    <item>
      <title><![CDATA[Episode 5: Headers &amp; Footers]]></title>
      <description><![CDATA[<p><img src="http://www.ilearnthings.com/images/ilt_005_thumb.png" class="thumb" alt="Episode 5" />Often when creating documents you will want to repeat a piece of text on each page you print out. Sometimes this means printing the title of the document on the top of each page, including the date a document was created on the bottom of each page, or printing the page number on each page individually so that they do not get accidentally placed out of order. OpenOffice.org makes creating such headers or footers a breeze. With a few simple clicks you will be able to include titles, dates, page numbers, or any other information in the headers or footers of all your documents.</p>

<!-- more -->


<p>My personal favorite use of headers and footers is to include the file and path name of a document, that is to say, a description of where the file is saved on your hard drive. I try to put this information on every document I print out. Years from now when I comeacrosssomething I printed from OpenOffice.org and wonder where it is saved on my computer, all I have to do is look at the file and path name which I usually include in the footer. If you don&rsquo;t want the world to know how you have your documentsorganizedon your computer when they receive a document of your, then you can use a secret code or abbreviation that only you will understand to indicate where a document is saved. The idea is to use something that will remind you long after you have forgotten where you saved the document.</p>

<p>There are a lot of uses for headers and footers, and they are very easy to include in your documents. This episode will show you how simple it is to create a header or footer in all your OpenOffice.org documents.</p>
]]></description>
      <link>http://www.ilearnthings.com/2010/12/07/episode-5-headers-footers/</link>
      <guid>http://www.ilearnthings.com/2010/12/07/episode-5-headers-footers/</guid>
      <pubDate>Tue, 07 Dec 2010 00:00:00 -0800</pubDate>
      <itunes:author><![CDATA[Tony Pelaez]]></itunes:author>
      <itunes:summary/>
      <itunes:keywords>Correcting,Editing,How-to,LibreOffice,productivity,Reviewing,Software,Tutorial,Word Processing</itunes:keywords>
      <enclosure length="15773111" type="video/mp4" url="http://videos.ilearnthings.com/ilt_e005_HeadersAndFooters_HD.mp4"/>
    <author>tony@pelaez.me (Tony Pelaez)</author><itunes:explicit>no</itunes:explicit><itunes:subtitle>Often when creating documents you will want to repeat a piece of text on each page you print out. Sometimes this means printing the title of the document on the top of each page, including the date a document was created on the bottom of each page, or printing the page number on each page individually so that they do not get accidentally placed out of order. OpenOffice.org makes creating such headers or footers a breeze. With a few simple clicks you will be able to include titles, dates, page numbers, or any other information in the headers or footers of all your documents. My personal favorite use of headers and footers is to include the file and path name of a document, that is to say, a description of where the file is saved on your hard drive. I try to put this information on every document I print out. Years from now when I comeacrosssomething I printed from OpenOffice.org and wonder where it is saved on my computer, all I have to do is look at the file and path name which I usually include in the footer. If you don&amp;rsquo;t want the world to know how you have your documentsorganizedon your computer when they receive a document of your, then you can use a secret code or abbreviation that only you will understand to indicate where a document is saved. The idea is to use something that will remind you long after you have forgotten where you saved the document. There are a lot of uses for headers and footers, and they are very easy to include in your documents. This episode will show you how simple it is to create a header or footer in all your OpenOffice.org documents.</itunes:subtitle></item>
    
    
    
    <item>
      <title><![CDATA[Episode 4: Introduction to Formulas]]></title>
      <description><![CDATA[<p><img src="http://www.ilearnthings.com/images/ilt_004_thumb.png" class="thumb" alt="Episode 4" />Computerized spreadsheets have revolutionized how business is done. The real power of spreadsheets comes from how they are able to organize data into logical groups as well as use formulas to summarize results based on this data. This episode focuses on introducing the basic concepts of using formulas in OpenOffice.org&rsquo;s Spreadsheet program.</p>

<!-- more -->


<p>With formulas you will be able to add numbers together, calculate an average or determine if one value is larger than another. For some, using formulas seems intimidating, but the truth is that the most useful formulas are quite easy to use. Once you master the basics or formulas, you will be able to do some very powerful things with your spreadsheets. I encourage you to spend the time necessary to learn how to use formulas. Before you know it, you will be a spreadsheet master!</p>
]]></description>
      <link>http://www.ilearnthings.com/2010/11/06/episode-4-basic-data-entry-spreadsheets/</link>
      <guid>http://www.ilearnthings.com/2010/11/06/episode-4-basic-data-entry-spreadsheets/</guid>
      <pubDate>Sat, 06 Nov 2010 00:00:00 -0700</pubDate>
      <itunes:author><![CDATA[Tony Pelaez]]></itunes:author>
      <itunes:summary/>
      <itunes:keywords>Correcting,Editing,How-to,LibreOffice,productivity,Reviewing,Software,Tutorial,Word Processing</itunes:keywords>
      <enclosure length="18417123" type="video/mp4" url="http://videos.ilearnthings.com/ilt_e004_IntroductionToFormulas_HD.mp4"/>
    <author>tony@pelaez.me (Tony Pelaez)</author><itunes:explicit>no</itunes:explicit><itunes:subtitle>Computerized spreadsheets have revolutionized how business is done. The real power of spreadsheets comes from how they are able to organize data into logical groups as well as use formulas to summarize results based on this data. This episode focuses on introducing the basic concepts of using formulas in OpenOffice.org&amp;rsquo;s Spreadsheet program. With formulas you will be able to add numbers together, calculate an average or determine if one value is larger than another. For some, using formulas seems intimidating, but the truth is that the most useful formulas are quite easy to use. Once you master the basics or formulas, you will be able to do some very powerful things with your spreadsheets. I encourage you to spend the time necessary to learn how to use formulas. Before you know it, you will be a spreadsheet master!</itunes:subtitle></item>
    
    
    
    <item>
      <title><![CDATA[Episode 3: Working With Microsoft Office]]></title>
      <description><![CDATA[<p><img src="http://www.ilearnthings.com/images/ilt_003_thumb.jpg" class="thumb" alt="Episode 3" />Often you will find yourself in situations where you either need to open a Microsoft Office document that someone else has sent you, or save an OpenOffice.org document in a Microsoft Office compatible format so that someone else can open it. One of the most useful features of OpenOffice.org is that it is very compatible with Microsoft Office. It can be used to both open Microsoft Office documents, such as Word documents or Excel documents, and save documents in other formats such as Microsoft Office documents or even plain text.</p>

<!-- more -->


<p>If you only ever use your home computer with OpenOffice.org installed, and don&rsquo;t ever find a need to share documents with other friends or colleagues, you might not ever have had the need to use OpenOffice.org to perform file format conversions. At my day job they only use Microsoft Office, but I do not have access to the programs at home. If I need to bring documents home to edit them, I am able to do so with OpenOffice.org. This episode covers some of the basics of using OpenOffice.org to work with Microsoft Office documents.</p>
]]></description>
      <link>http://www.ilearnthings.com/2010/10/23/episode-3-working-microsoft-office/</link>
      <guid>http://www.ilearnthings.com/2010/10/23/episode-3-working-microsoft-office/</guid>
      <pubDate>Sat, 23 Oct 2010 00:00:00 -0700</pubDate>
      <itunes:author><![CDATA[Tony Pelaez]]></itunes:author>
      <itunes:summary/>
      <itunes:keywords>Correcting,Editing,How-to,LibreOffice,productivity,Reviewing,Software,Tutorial,Word Processing</itunes:keywords>
      <enclosure length="30297689" type="video/mp4" url="http://videos.ilearnthings.com/ilt_e003_WorkingWithMSOffice_HD.mp4"/>
    <author>tony@pelaez.me (Tony Pelaez)</author><itunes:explicit>no</itunes:explicit><itunes:subtitle>Often you will find yourself in situations where you either need to open a Microsoft Office document that someone else has sent you, or save an OpenOffice.org document in a Microsoft Office compatible format so that someone else can open it. One of the most useful features of OpenOffice.org is that it is very compatible with Microsoft Office. It can be used to both open Microsoft Office documents, such as Word documents or Excel documents, and save documents in other formats such as Microsoft Office documents or even plain text. If you only ever use your home computer with OpenOffice.org installed, and don&amp;rsquo;t ever find a need to share documents with other friends or colleagues, you might not ever have had the need to use OpenOffice.org to perform file format conversions. At my day job they only use Microsoft Office, but I do not have access to the programs at home. If I need to bring documents home to edit them, I am able to do so with OpenOffice.org. This episode covers some of the basics of using OpenOffice.org to work with Microsoft Office documents.</itunes:subtitle></item>
    
    
    
    <item>
      <title><![CDATA[Episode 2: Basic Data Entry]]></title>
      <description><![CDATA[<p><img src="http://www.ilearnthings.com/images/ilt_002_thumb.jpg" class="thumb" alt="Episode 2" />In this episode of ilearnthings.com we continue to explore OpenOffice.org by examening different ways of entering data into a spreadsheet.</p>

<!-- more -->


<p>I find keyboard shortcuts invaluable when using programs such as OpenOffice.org professionally. In a normal work day, you will spend a significant portion of your time simply entering information into a document. This process, normally called data entry, can be tedious and thoroughly not enjoyable. Keyboard shortcuts help you work faster and more efficiently by reducing the number of menus you have to navigate to complete a task, and they make the whole process less tedious.</p>
]]></description>
      <link>http://www.ilearnthings.com/2010/10/03/episode-2-basic-data-entry/</link>
      <guid>http://www.ilearnthings.com/2010/10/03/episode-2-basic-data-entry/</guid>
      <pubDate>Sun, 03 Oct 2010 00:00:00 -0700</pubDate>
      <itunes:author><![CDATA[Tony Pelaez]]></itunes:author>
      <itunes:summary/>
      <itunes:keywords>Correcting,Editing,How-to,LibreOffice,productivity,Reviewing,Software,Tutorial,Word Processing</itunes:keywords>
      <enclosure length="10673317" type="video/mp4" url="http://videos.ilearnthings.com/ilt_e002_BasicDataEntry_HD.mp4"/>
    <author>tony@pelaez.me (Tony Pelaez)</author><itunes:explicit>no</itunes:explicit><itunes:subtitle>In this episode of ilearnthings.com we continue to explore OpenOffice.org by examening different ways of entering data into a spreadsheet. I find keyboard shortcuts invaluable when using programs such as OpenOffice.org professionally. In a normal work day, you will spend a significant portion of your time simply entering information into a document. This process, normally called data entry, can be tedious and thoroughly not enjoyable. Keyboard shortcuts help you work faster and more efficiently by reducing the number of menus you have to navigate to complete a task, and they make the whole process less tedious.</itunes:subtitle></item>
    
    
    
    <item>
      <title><![CDATA[Episode 1: Getting Started with OpenOffice.org]]></title>
      <description><![CDATA[<p><img src="http://www.ilearnthings.com/images/ilt_001_thumb.jpg" class="thumb" alt="Episode 1" />Welcome to ilearnthings.com.</p>

<p>In this video, the first of a series of episodes which will introduce you to OpenOffice.org, you will learn how to obtain and install OpenOffice.org which is a free alternative to Microsoft Office. OpenOffice.org comes with a number of programs that are analogous to the Microsoft Office programs. In OpenOffice.org you will find a word processor, a spreadsheet program, a presentation program, and a database.</p>

<!-- more -->


<p>This video will set you on the right path, and help you integrate this alternative to Microsoft Office in your workflow. OpenOffice.org is a free alternative to Microsoft Office, and is also compatible with Microsoft Office documents. This makes it a great alternative for students, and   professionals, and anybody else who ever needs to write a document, or   put together a spreadsheet.</p>
]]></description>
      <link>http://www.ilearnthings.com/2010/09/19/episode-1-started-openofficeorg/</link>
      <guid>http://www.ilearnthings.com/2010/09/19/episode-1-started-openofficeorg/</guid>
      <pubDate>Sun, 19 Sep 2010 00:00:00 -0700</pubDate>
      <itunes:author><![CDATA[Tony Pelaez]]></itunes:author>
      <itunes:summary/>
      <itunes:keywords>Correcting,Editing,How-to,LibreOffice,productivity,Reviewing,Software,Tutorial,Word Processing</itunes:keywords>
      <enclosure length="30350091" type="video/mp4" url="http://videos.ilearnthings.com/ilt_e001_IntroToOfficeSuites_HD.mp4"/>
    <author>tony@pelaez.me (Tony Pelaez)</author><itunes:explicit>no</itunes:explicit><itunes:subtitle>Welcome to ilearnthings.com. In this video, the first of a series of episodes which will introduce you to OpenOffice.org, you will learn how to obtain and install OpenOffice.org which is a free alternative to Microsoft Office. OpenOffice.org comes with a number of programs that are analogous to the Microsoft Office programs. In OpenOffice.org you will find a word processor, a spreadsheet program, a presentation program, and a database. This video will set you on the right path, and help you integrate this alternative to Microsoft Office in your workflow. OpenOffice.org is a free alternative to Microsoft Office, and is also compatible with Microsoft Office documents. This makes it a great alternative for students, and professionals, and anybody else who ever needs to write a document, or put together a spreadsheet.</itunes:subtitle></item>
    
    
  </channel>
</rss>