<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:dc="https://purl.org/dc/elements/1.1/" xmlns:content="https://purl.org/rss/1.0/modules/content/" xmlns:foaf="https://xmlns.com/foaf/0.1/" xmlns:og="https://ogp.me/ns#" xmlns:rdfs="https://www.w3.org/2000/01/rdf-schema#" xmlns:schema="https://schema.org/" xmlns:sioc="https://rdfs.org/sioc/ns#" xmlns:sioct="https://rdfs.org/sioc/types#" xmlns:skos="https://www.w3.org/2004/02/skos/core#" xmlns:xsd="https://www.w3.org/2001/XMLSchema#" version="2.0" xml:base="https://www.linuxjournal.com/tag/openoffice">
  <channel>
    <title>OpenOffice</title>
    <link>https://www.linuxjournal.com/tag/openoffice</link>
    <description/>
    <language>en</language>
    
    <item>
  <title>Adding More Awesome to Your Office </title>
  <link>https://www.linuxjournal.com/content/adding-more-awesome-your-office</link>
  <description>  &lt;div data-history-node-id="1024676" class="layout layout--onecol"&gt;
    &lt;div class="layout__region layout__region--content"&gt;
      
            &lt;div class="field field--name-field-node-image field--type-image field--label-hidden field--item"&gt;  &lt;img src="https://www.linuxjournal.com/sites/default/files/nodeimage/story/openoffice-logo.jpg" width="400" height="300" alt="" typeof="foaf:Image" class="img-responsive" /&gt;&lt;/div&gt;
      
            &lt;div class="field field--name-node-author field--type-ds field--label-hidden field--item"&gt;by &lt;a title="View user profile." href="https://www.linuxjournal.com/users/shawn-powers" lang="" about="https://www.linuxjournal.com/users/shawn-powers" typeof="schema:Person" property="schema:name" datatype="" xml:lang=""&gt;Shawn Powers&lt;/a&gt;&lt;/div&gt;
      
            &lt;div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"&gt;&lt;p&gt;Whether you prefer OpenOffice.org or LibreOffice, which currently still are pretty similar, out of the box, they are missing some of the conveniences installed by their commercial counterparts. Granted, they are fully functional, but if you want a robust clip-art library and a decent selection of document templates, you'll want to add some extensions and templates.&lt;/p&gt;
&lt;p&gt;  &lt;a href="https://www.linuxjournal.com/files/linuxjournal.com/linuxjournal/articles/110/11030/11030openf1.jpg"&gt;&lt;img alt="" src="https://www.linuxjournal.com/files/linuxjournal.com/linuxjournal/articles/110/11030/11030openf1.inline.jpg" /&gt;&lt;/a&gt;
&lt;/p&gt;&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Browse on over to &lt;a href="https://extensions.services.openoffice.org"&gt;extensions.services.openoffice.org&lt;/a&gt; and &lt;a href="https://templates.services.openoffice.org"&gt;templates.services.openoffice.org&lt;/a&gt; to pick up some add-ons that will make your office suite shine. Whether you want to add a few graphics to your document or spice up your next presentation, the options  are extensive.&lt;/p&gt;
&lt;p&gt;Also, if your user has write access to the system files, you'll get the option to install extensions for all users or just the current user—an awesome boon for sysadmins like myself!&lt;/p&gt;
&lt;/div&gt;
      
            &lt;div class="field field--name-node-link field--type-ds field--label-hidden field--item"&gt;  &lt;a href="https://www.linuxjournal.com/content/adding-more-awesome-your-office" hreflang="und"&gt;Go to Full Article&lt;/a&gt;
&lt;/div&gt;
      
    &lt;/div&gt;
  &lt;/div&gt;

</description>
  <pubDate>Mon, 12 Sep 2011 20:02:42 +0000</pubDate>
    <dc:creator>Shawn Powers</dc:creator>
    <guid isPermaLink="false">1024676 at https://www.linuxjournal.com</guid>
    </item>
<item>
  <title>Quick and Dirty with Open Office Base.</title>
  <link>https://www.linuxjournal.com/content/quick-and-dirty-open-office-base</link>
  <description>  &lt;div data-history-node-id="1009237" class="layout layout--onecol"&gt;
    &lt;div class="layout__region layout__region--content"&gt;
      
            &lt;div class="field field--name-field-node-image field--type-image field--label-hidden field--item"&gt;  &lt;img src="https://www.linuxjournal.com/sites/default/files/nodeimage/story/1009237-small.png" width="300" height="221" alt="" typeof="foaf:Image" class="img-responsive" /&gt;&lt;/div&gt;
      
            &lt;div class="field field--name-node-author field--type-ds field--label-hidden field--item"&gt;by &lt;a title="View user profile." href="https://www.linuxjournal.com/users/mike-diehl" lang="" about="https://www.linuxjournal.com/users/mike-diehl" typeof="schema:Person" property="schema:name" datatype="" xml:lang=""&gt;Mike Diehl&lt;/a&gt;&lt;/div&gt;
      
            &lt;div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"&gt;&lt;p&gt;Even with all of the high quality software available, sometimes you just have to break down and write a custom application, and usually you don't have a lot of time to devote to it.  This is the situation I found myself in when my wife started a new business and needed a simple means of tracking sales leads.  To her credit, she realized that she couldn't simply use a spreadsheet and needed a database application.  So I decided that I'd see just how involved it would be to write an application with Open Office's database program, known as Base.&lt;/p&gt;
&lt;p&gt;When I started, I'd never used Base before and even had to install the program on both my machine and my wife's before I could get started.  I had used Microsoft Access many years ago and I do have a lot of experience with PostgreSQL and MySQL, so I figured I'd be able to pick up Base in short order and be able to build a customized application for my wife.  Now there have been many articles written about Base.  (See References, below)  This article isn't a How-to, or a product review.  Instead this article is more of a crash course that covers the point in time right after initial installation to the point where you have a working application.  I came in with zero experience with Base and not a lot of time to climb a steep learning curve.  Two evenings later, I had a basic application that my wife could at least get started with.  As I learn more, I expect to improve the program, but in the mean time, she's able to get some use out of it.&lt;/p&gt;
&lt;p&gt;So let's get started.&lt;/p&gt;
&lt;p&gt;As with any database application, and even ones as simple as this one, it helps to draw a diagram of the objects that you intend to manage and the interrelationships between them.  Then I like to simply list the fields, or attributes, that each object requires.  Once this is done, you can start creating tables in Base.&lt;/p&gt;&lt;/div&gt;
      
            &lt;div class="field field--name-node-link field--type-ds field--label-hidden field--item"&gt;  &lt;a href="https://www.linuxjournal.com/content/quick-and-dirty-open-office-base" hreflang="en"&gt;Go to Full Article&lt;/a&gt;
&lt;/div&gt;
      
  &lt;div class="field field--name-upload field--type-file field--label-above"&gt;
    &lt;div class="field--label"&gt;upload&lt;/div&gt;
          &lt;div class="field--items"&gt;
              &lt;div class="field--item"&gt;&lt;span class="file file--mime-image-png file--image icon-before"&gt;&lt;span class="file-icon"&gt;&lt;span class="icon glyphicon glyphicon-picture text-primary" aria-hidden="true"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="file-link"&gt;&lt;a href="https://www.linuxjournal.com/sites/default/files/Fig1_1.png" type="image/png; length=42385" title="Open image in new window" target="_blank"&gt;Fig1.png&lt;/a&gt;&lt;/span&gt;&lt;span class="file-size"&gt;41.39 KB&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
          &lt;div class="field--item"&gt;&lt;span class="file file--mime-image-png file--image icon-before"&gt;&lt;span class="file-icon"&gt;&lt;span class="icon glyphicon glyphicon-picture text-primary" aria-hidden="true"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="file-link"&gt;&lt;a href="https://www.linuxjournal.com/sites/default/files/Fig2_2.png" type="image/png; length=58396" title="Open image in new window" target="_blank"&gt;Fig2.png&lt;/a&gt;&lt;/span&gt;&lt;span class="file-size"&gt;57.03 KB&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
          &lt;div class="field--item"&gt;&lt;span class="file file--mime-image-png file--image icon-before"&gt;&lt;span class="file-icon"&gt;&lt;span class="icon glyphicon glyphicon-picture text-primary" aria-hidden="true"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="file-link"&gt;&lt;a href="https://www.linuxjournal.com/sites/default/files/Fig3_2.png" type="image/png; length=73270" title="Open image in new window" target="_blank"&gt;Fig3.png&lt;/a&gt;&lt;/span&gt;&lt;span class="file-size"&gt;71.55 KB&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
          &lt;div class="field--item"&gt;&lt;span class="file file--mime-image-png file--image icon-before"&gt;&lt;span class="file-icon"&gt;&lt;span class="icon glyphicon glyphicon-picture text-primary" aria-hidden="true"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="file-link"&gt;&lt;a href="https://www.linuxjournal.com/sites/default/files/Fig4_2.png" type="image/png; length=132864" title="Open image in new window" target="_blank"&gt;Fig4.png&lt;/a&gt;&lt;/span&gt;&lt;span class="file-size"&gt;129.75 KB&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
          &lt;div class="field--item"&gt;&lt;span class="file file--mime-image-png file--image icon-before"&gt;&lt;span class="file-icon"&gt;&lt;span class="icon glyphicon glyphicon-picture text-primary" aria-hidden="true"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="file-link"&gt;&lt;a href="https://www.linuxjournal.com/sites/default/files/Fig5_1.png" type="image/png; length=102872" title="Open image in new window" target="_blank"&gt;Fig5.png&lt;/a&gt;&lt;/span&gt;&lt;span class="file-size"&gt;100.46 KB&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
          &lt;div class="field--item"&gt;&lt;span class="file file--mime-image-png file--image icon-before"&gt;&lt;span class="file-icon"&gt;&lt;span class="icon glyphicon glyphicon-picture text-primary" aria-hidden="true"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="file-link"&gt;&lt;a href="https://www.linuxjournal.com/sites/default/files/Fig6_0.png" type="image/png; length=39047" title="Open image in new window" target="_blank"&gt;Fig6.png&lt;/a&gt;&lt;/span&gt;&lt;span class="file-size"&gt;38.13 KB&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
          &lt;div class="field--item"&gt;&lt;span class="file file--mime-image-png file--image icon-before"&gt;&lt;span class="file-icon"&gt;&lt;span class="icon glyphicon glyphicon-picture text-primary" aria-hidden="true"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="file-link"&gt;&lt;a href="https://www.linuxjournal.com/sites/default/files/Fig7.png" type="image/png; length=49730" title="Open image in new window" target="_blank"&gt;Fig7.png&lt;/a&gt;&lt;/span&gt;&lt;span class="file-size"&gt;48.56 KB&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
              &lt;/div&gt;
      &lt;/div&gt;

    &lt;/div&gt;
  &lt;/div&gt;

</description>
  <pubDate>Thu, 11 Feb 2010 16:16:54 +0000</pubDate>
    <dc:creator>Mike Diehl</dc:creator>
    <guid isPermaLink="false">1009237 at https://www.linuxjournal.com</guid>
    </item>
<item>
  <title>Creating business cards with OpenOffice.org Writer</title>
  <link>https://www.linuxjournal.com/content/creating-business-cards-openofficeorg-writer</link>
  <description>  &lt;div data-history-node-id="1000428" class="layout layout--onecol"&gt;
    &lt;div class="layout__region layout__region--content"&gt;
      
            &lt;div class="field field--name-field-node-image field--type-image field--label-hidden field--item"&gt;  &lt;img src="https://www.linuxjournal.com/sites/default/files/nodeimage/story/canstockphoto3946585.jpg" width="389" height="480" alt="" typeof="foaf:Image" class="img-responsive" /&gt;&lt;/div&gt;
      
            &lt;div class="field field--name-node-author field--type-ds field--label-hidden field--item"&gt;by &lt;a title="View user profile." href="https://www.linuxjournal.com/users/bruce-byfield" lang="" about="https://www.linuxjournal.com/users/bruce-byfield" typeof="schema:Person" property="schema:name" datatype="" xml:lang=""&gt;Bruce Byfield&lt;/a&gt;&lt;/div&gt;
      
            &lt;div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"&gt;&lt;p&gt;
Exchanging business cards is a rudimentary form of networking (the people, not the server kind). However, to get the most out of the exchange, you need a card that attracts attention and reflects the image or values you want to project.
&lt;/p&gt;

&lt;p&gt;
Unfortunately, OpenOffice.org Writer's tool for producing business cards does such a poor job of realizing both these goals that it is better avoided. However, if you know where to look, Writer also includes other tools that make designing business cards as easy as possible.
&lt;/p&gt;

&lt;p&gt;
When you first click File -&gt; New -&gt; Business Cards, you may have a flash of hope that most of your work will be done for. However, click the Business Cards tab, and disappointment sets in. The five templates offered include only text and a few dingbats, and are as about exciting and distinguished as prime time television. Use any of them, and the image that you'll project will be unprofessional. Besides, unless you work for a company that's so big that you have no need to worry about image, like Macdonald's or IBM, you want your card to stand out -- and using a template from any off-the-net piece of software isn't going to help you do that. Even using the AutoText options isn't going to help.
&lt;/p&gt;

&lt;h4&gt;Preparing to design&lt;/h4&gt;

&lt;p&gt;
My suggestion is to avoid the Business Cards selection altogether, and click instead on File -&gt; New -&gt; Labels. You won't really miss the business cards' use of fields, or their format options, and can avoid the irritation of working around them.
&lt;/p&gt;

&lt;p&gt;
In the Labels tab in the Labels window, make sure that the format is set to Sheet, then choose the Brand and Type for the sheet layout.  This choice is usually hit or miss unless you have a particular brand on hand, but Avery Letter Size 5371 and Avery A4 L7413 are your best choices. Note that you are not necessarily going to use the designated sheet for printing your business cards -- it's just a template so that you can print multiple cards from the same page.
&lt;/p&gt;

&lt;p&gt;
Then go to the Options tab, and make sure that Synchronize contents is selected. This option will allow you to add the design to only one card on the sheet, then populate the rest of the cards with the design.
&lt;/p&gt;

&lt;p&gt;
When you are finished, click the New Document button. You'll see a Synchronize Labels button floating in the window, but ignore it for now.
&lt;/p&gt;

&lt;p&gt;
Go to Tools -&gt; Options -&gt; OpenOffice.org Writer -&gt; Grid, and select Visible Grid to give you guidelines for your design. You should also adjust the horizontal and vertical grid to 1-4 points, so that the grid is useful in the small space of a business card. Finally, select View -&gt; Toolbars -&gt; Drawing so that you can add graphical text, which will be easier to use than regular text in your design. 
&lt;/p&gt;&lt;/div&gt;
      
            &lt;div class="field field--name-node-link field--type-ds field--label-hidden field--item"&gt;  &lt;a href="https://www.linuxjournal.com/content/creating-business-cards-openofficeorg-writer" hreflang="und"&gt;Go to Full Article&lt;/a&gt;
&lt;/div&gt;
      
    &lt;/div&gt;
  &lt;/div&gt;

</description>
  <pubDate>Thu, 18 Oct 2007 20:14:32 +0000</pubDate>
    <dc:creator>Bruce Byfield</dc:creator>
    <guid isPermaLink="false">1000428 at https://www.linuxjournal.com</guid>
    </item>

  </channel>
</rss>
