<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>xls &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/xls/</link>
	<description>Feed of posts on WordPress.com tagged "xls"</description>
	<pubDate>Thu, 26 Nov 2009 16:15:00 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Spreadsheet read/write sample]]></title>
<link>http://juggernautfreak.wordpress.com/2009/11/20/spreadsheet-readwrite-sample/</link>
<pubDate>Fri, 20 Nov 2009 03:42:20 +0000</pubDate>
<dc:creator>juggernautfreak</dc:creator>
<guid>http://juggernautfreak.wordpress.com/2009/11/20/spreadsheet-readwrite-sample/</guid>
<description><![CDATA[require &quot;watir&quot; require &quot;spreadsheet/Excel&quot; include Spreadsheet def read_write_x]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><pre class="brush: plain;">

require &#34;watir&#34;
require &#34;spreadsheet/Excel&#34;
include Spreadsheet

def read_write_xls
    ie = Watir::IE.new
    ie.speed = :zippy
    book_result = Spreadsheet::Workbook.new
    book_data = Spreadsheet.open &#34;c:\temp\my_xls_file_data.xls&#34;
    sheet1 = book_result.create_worksheet
    sheet2 = book_data.worksheet 'Sheet1'
    sheet1.name = 'Sheet1'
    sheet1[0,0] = &#34;Url List&#34;
    sheet1[0,1] = &#34;Column ABC&#34;
    sheet1[0,2] = &#34;Column EFG&#34;
    sheet1[0,4] = &#34;Column HIJ&#34;
    sheet1[0,5] = &#34;Column KLM&#34;
    line = 1
    sheet2.each 1 do &#124;row&#124;
        sheet1[line,0] = row[0]
        sheet1[line,1] = row[1]
        sheet1[line,2] = row[2]

        ie.goto row[0]
        ...
        ...
        sheet1[line,4] = var_temp
        sheet1[line,5] = var_temp2
        book_result.write &#34;c:\temp\my_xls_file_result.xls&#34;
        line += 1
    end
end
</pre>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Barra de Ferramentas BrOffice.Org]]></title>
<link>http://almalivre.wordpress.com/2009/11/08/barra-de-ferramentas-broffice-org/</link>
<pubDate>Sun, 08 Nov 2009 13:53:55 +0000</pubDate>
<dc:creator>stellarium</dc:creator>
<guid>http://almalivre.wordpress.com/2009/11/08/barra-de-ferramentas-broffice-org/</guid>
<description><![CDATA[Artigo original postado em: http://www.dicas-l.com.br/dicas-l/20091108.php &#8211; Colabore postando]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div class="mceTemp">
<dl class="wp-caption alignleft">
<dt class="wp-caption-dt"><a href="http://www.dicas-l.com.br"><img title="Dicas-L" src="http://www.dicas-l.com.br/imagens/topo.jpg" alt="Dicas-L" width="122" height="79" /></a></dt>
</dl>
</div>
<p>Artigo original postado em: <a title="Dicas-L" href="http://www.dicas-l.com.br/dicas-l/20091108.php" target="_blank">http://www.dicas-l.com.br/dicas-l/20091108.php</a> &#8211; Colabore postando um comentário no artigo original !!!</p>
<blockquote><p>Colaboração: Herbert de Carvalho</p></blockquote>
<blockquote>
<div id=":y9">Data de Publicação: 08 de November de 2009</div>
<div style="padding-left:30px;">
<p>Já participei de vários projetos de utilização do BrOffice é um dos principais<br />
problemas é a questão do suporte.</p>
<p>Muitas instituições apenas instalam o programa e deixam o usuário<br />
abandonado. Outras dão algum tipo de treinamento, mas depois deixam os<br />
usuários sem nenhum auxílio, achando que ter treinado resolve tudo. Algumas<br />
poucas se preocupam com o suporte por algum tempo e depois também deixam os<br />
usuários de lado.</p>
<p>Como sofro muito ao ver esta situação, tomei a iniciativa de criar uma Barra<br />
de Ferramentas Comunitária que possui uma série de recursos podem auxiliar em<br />
muito os administradores de sistemas que estão vivenciando o uso do BrOffice<br />
em suas instituições. O propósito não é substituir o suporte, mas dar aos<br />
usuários mais uma fonte de ajuda num caso de necessidade.</p>
<p>Ela funciona nos principais navegadores utilizados (IE, Firefox e Safari)<br />
e possui recursos como:</p>
<p>- Twitters sobre OpenOffice e BrOffice<br />
- Links úteis de sites com informações, apostilas e sites com dicas<br />
- Notícias sobre tecnologia<br />
- Chat Online com A comunidade BrOffice para tirar dúvidas online</p>
<p>Outros recursos podem ser adicionados e os que já estão podem ser<br />
modificados. Espero que dêem suas sugestões.</p>
<p>Espero muito ver toda a comunidade participando. Sempre que a comunidade se<br />
engaja as coisas vão para frente.</p>
<p>Instalem a barra em todo os computadores de sua instituição e incentivem os<br />
usuários a recorrerem a ela caso precisem.</p>
<p>O Chat Online é o principal recurso disponível e espero que todos ajudem.</p>
<p>Saiba mais: <a title="BrOffice Toolbar" href="http://brofficeorg.OurToolbar.com/" target="_blank">http://brofficeorg.OurToolbar.com/</p>
<p></a> Vamos ajudar nosso país a adotar ferramentas livres.</div>
<p>&#160;</p>
</blockquote>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[membuat Password di Word Excell dan Membukanya pake software]]></title>
<link>http://blogamiktridharma.wordpress.com/2009/11/05/membuat-password-di-word-excell-dan-membukanya-pake-software/</link>
<pubDate>Thu, 05 Nov 2009 08:46:16 +0000</pubDate>
<dc:creator>hamisahtaddo</dc:creator>
<guid>http://blogamiktridharma.wordpress.com/2009/11/05/membuat-password-di-word-excell-dan-membukanya-pake-software/</guid>
<description><![CDATA[DALAM membuat sebuah dokumen, adakalanya kita membutuhkan sebuah privasi ataupun proteksi untuk doku]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div>DALAM membuat sebuah dokumen, adakalanya kita membutuhkan sebuah privasi ataupun proteksi untuk dokumen tersebut. Misalnya saja kita membuat sebuah laporan keuangan yang sifatnya rahasia yang semestinya boleh diakses hanya oleh beberapa pihak, sementara komputer tempat dokumen tersebut berada, merupakan komputer “umum”. Contoh lain, kita sedang membuat konsep “surat cinta” yang sifatnya sangat pribadi yang kita simpan di <em>flash-disk</em> yang kadang dipinjam orang lain. <img src="http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif" alt=";)" /><br />
Nah, untuk menyiasati hal itu, tentu kita memerlukan semacam “gembok” yang hanya kita—dan beberapa orang tertentu—saja yang bisa membukanya.</div>
<div><!--more--></div>
<div><!--more--></div>
<div>
<p>Mengunci Dokumen Ms-Excel &#38; Ms-Word</p>
<p>Untuk membuat <em>password</em> pada dokumen Ms-Excel &#38; Ms-Word, eksekusinya adalah pada saat kita menyimpan dokumen tersebut.</p>
<ol>
<li>Klik <strong>Save</strong> atau <strong>Save As</strong></li>
<li>Pada kotak dialog <strong>“Save As”</strong> yang kemudian muncul, cari &#38; klik <strong>Tools</strong> –&#62; <strong>General Options</strong></li>
<li>Pada kotak opsional <strong>“Save”</strong>, masukkan <em>password</em> yang kita kehendaki, baik untuk membuka ataupun merubah dokumen kemudian, lalu centang <em>box</em> <strong>“Read-only”</strong>—jika diperlukan (lihat <strong>gambar.1a</strong> &#38; <strong>gambar.1b</strong>)<img src="http://2.bp.blogspot.com/_QOJXoXPDJ6w/SCpjtgL3JDI/AAAAAAAAADo/EbqRmBwzZSo/s400/xls1.png" alt="" /><br />
<strong>(gambar.1a)</strong><img src="http://2.bp.blogspot.com/_QOJXoXPDJ6w/SCpjJgL3I9I/AAAAAAAAAC4/sRUnSe99lvU/s400/doc1.png" alt="" /></p>
<p><strong>(gambar.1b)</strong></li>
<li>Ulangi <em>password</em> yang telah kita masukkan tadi (lihat <strong>gambar.2a</strong> s.d <strong>gambar.3b</strong>)<img src="http://1.bp.blogspot.com/_QOJXoXPDJ6w/SCpj9QL3JEI/AAAAAAAAADw/buG4AI7DyzM/s400/xls2.png" alt="" /><br />
<strong>(gambar.2a)</strong><img src="http://2.bp.blogspot.com/_QOJXoXPDJ6w/SCpjOgL3I-I/AAAAAAAAADA/I4gPoyZ8Lao/s400/doc2.png" alt="" /><br />
<strong>(gambar.2b)</strong></p>
<p><img src="http://3.bp.blogspot.com/_QOJXoXPDJ6w/SCpkAwL3JFI/AAAAAAAAAD4/Ei6ikkEH72c/s400/xls3.png" alt="" /><br />
<strong>(gambar.3a)</strong></p>
<p><img src="http://1.bp.blogspot.com/_QOJXoXPDJ6w/SCpjcQL3I_I/AAAAAAAAADI/HhFGhgEDVOk/s400/doc3.png" alt="" /><br />
<strong>(gambar.3b)</strong></li>
<li>Simpan dokumen dengan nama yang kita kehendaki</li>
</ol>
<p>Membuka &#38; Merubah kembali Dokumen Ms-Excel &#38; Ms-Word yang ter-Password</p>
<ol>
<li>Untuk membuka dokumen yang telah simpan dengan disertai <em>password</em>, maka kita perlu memasukkan <em>password</em> tersebut dengan benar (sifatnya <strong>“case sensitive”</strong>, yaitu huruf kecil harus ditulis dengan huruf kecil, begitupun sebaliknya; lihat <strong>gambar.4a</strong> s.d <strong>gambar.5b</strong>)<img src="http://3.bp.blogspot.com/_QOJXoXPDJ6w/SCpkDwL3JGI/AAAAAAAAAEA/uBh9jBW_KMA/s400/xls4.png" alt="" /><br />
<strong>(gambar.4a)</strong><img src="http://2.bp.blogspot.com/_QOJXoXPDJ6w/SCpjfgL3JAI/AAAAAAAAADQ/i6eL703HjJw/s400/doc4.png" alt="" /><br />
<strong>(gambar.4b)</strong></p>
<p><img src="http://4.bp.blogspot.com/_QOJXoXPDJ6w/SCpkHAL3JHI/AAAAAAAAAEI/dKDTrIZMtPg/s400/xls5.png" alt="" /><br />
<strong>(gambar.5a)</strong></p>
<p><img src="http://4.bp.blogspot.com/_QOJXoXPDJ6w/SCpjnAL3JBI/AAAAAAAAADY/N2LFk3wQRNs/s400/doc5.png" alt="" /><br />
<strong>(gambar.5b)</strong></li>
<li>Ada dua opsi membuka dokumen, yaitu <strong>“Read-only; hanya untuk dibaca”</strong> &#38; <strong>“untuk kita sisipi perubahan”</strong>. Untuk opsi <strong>Read-only</strong>, baik untuk dokumen Ms-Excel maupun Ms-Word, kita cukup klik tombol <strong>“Read-only”</strong> (lihat <strong>gambar.5a</strong> &#38; <strong>gambar.5b</strong>). Namun jika kita ingin menyisipkan perubahan pada dokumen yang akan kita buka, untuk dokumen Ms-Excel, setelah kita klik tombol <strong>“OK”</strong> (<strong>gambar.5a</strong>) kemudian kita klik tombol <strong>“No”</strong> pada kotak perintah berikutnya (lihat <strong>gambar.6</strong>). Untuk dokumen Ms-Word, cukup klik tombol “OK” (gambar.5b)<img src="http://1.bp.blogspot.com/_QOJXoXPDJ6w/SCpkLQL3JII/AAAAAAAAAEQ/mlVegmSfB1Y/s400/xls6.png" alt="" /><br />
<strong>(gambar.6)</strong></li>
<li>Untuk dokumen yang kita buka dengan opsi <strong>“Read-only”</strong>, jika ternyata kemudian kita harus melakukan perubahan dokumen, maka kita <strong>harus</strong> menyimpannya dengan nama dokumen lain (lihat <strong>gambar.7a</strong> s.d <strong>gambar.7c</strong>)<img src="http://2.bp.blogspot.com/_QOJXoXPDJ6w/SCpkPgL3JJI/AAAAAAAAAEY/H626vi3NXQE/s400/xls7.png" alt="" /><br />
<strong>(gambar.7a)</strong><img src="http://4.bp.blogspot.com/_QOJXoXPDJ6w/SCpkTAL3JKI/AAAAAAAAAEg/Q5pjZCB1oPM/s400/xls8.png" alt="" /><br />
<strong>(gambar.7b)</strong></p>
<p><img src="http://1.bp.blogspot.com/_QOJXoXPDJ6w/SCpjqQL3JCI/AAAAAAAAADg/tsw_a_wS5kA/s400/doc6.png" alt="" /><br />
<strong>(gambar.7c)</strong></li>
</ol>
<p>sumber : http://usmandidikhamdani.blogspot.com/2008/05/mem-password-dokumen-ms-excel-ms-word.html</p>
<p>cara di bawah adalah untuk membongkarnya bila  lupa atau tidak tahu passwordnya tapi jangan di slah gunakan ya&#8230; peace</p>
<div>Untuk mengamankan dokumen, seringkali kita <strong>melindungi dokumen dengan password</strong>. Demi alasan keamanan juga, kita memberi password yang berbeda2 pada setiap dokumen tersebut, sehingga sering kejadian data yang kita simpan terlalu aman hingga kita sendiri tidak bisa membukanya karena lupa passwordnya.</div>
<p>Untuk mengatasi hal tersebut, kita bisa memanfaatkan sebuah software pengingat password. Salah satu software yg bisa kita manfaatkan adalah <strong>Free Word / Excel Password Recovery</strong>.</p>
<p><img title="free-word-excel-password-recovery" src="http://babeh.net/wp-content/uploads/2009/05/free-word-excel-password-recovery-300x182.jpg" alt="free word excel password recovery 300x182 Software Gratis untuk Membuka Password MS Word dan Excel" width="300" height="182" /></p>
<p>Cara menggunakan sofware pembuka password ini cukup mudah, yaitu:</p>
<ul>
<li>Tentukan file MS word/excel yang akan dicari passwordnya di tab “select file”</li>
<li>Pilih dictionary yang akan digunakan di tab “dictionary recovery.” Dictionary ini akan membantu mencari password dari kata-kata yang disimpan dalam dictionary ini. Klik next.</li>
<li>Klik tab brute force recovery, tentukan karakter yang mungkin anda gunakan dalam password tersebut. Tentukan perkiraan panjang password yang anda gunakan. Usahakan rangenya jangan terlalu panjang karena kombinasinya akan semakin banyak dan prosesnya menjadi lama. Lebih baik sedikit demi sedikit.  Klik Next</li>
</ul>
<p>Sekarang anda tinggal menunggu software tersebut mencari password file word atau excel anda. Selamat mencoba.</p>
</div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[3 Rules of Cloud Computing: Backup, Backup, and Backup]]></title>
<link>http://therottenword.com/2009/10/27/3-rules-of-cloud-computing-backup-backup-and-backup/</link>
<pubDate>Tue, 27 Oct 2009 18:31:39 +0000</pubDate>
<dc:creator>Joe Ross</dc:creator>
<guid>http://therottenword.com/2009/10/27/3-rules-of-cloud-computing-backup-backup-and-backup/</guid>
<description><![CDATA[Let me start off with an apology: I have been pushy recently about Dropbox and how useful it is, eve]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://therottenword.wordpress.com/files/2009/10/spideroak_logo.jpg"><img class="alignleft size-full wp-image-1291" border="0" title="SpiderOak Backup" src="http://therottenword.wordpress.com/files/2009/10/spideroak_logo.jpg" alt="SpiderOak's Logo" width="190" height="169" /></a>Let me start off with an apology: I have been pushy recently about <a href="http://www.getdropbox.com/">Dropbox</a> and how useful it is, even posting <a href="https://www.getdropbox.com/referrals/NTExNDA3MTM5">referral links</a> that will snag me (and whoever signs up using them) more free space. In fact, I still use Dropbox (I&#8217;ll explain how later in this post), and still love them. Bu their pricing models aren&#8217;t a good fit for me and they lack a few features I find are vital to any comprehensive cloud-based backup solution.</p>
<p>But that doesn&#8217;t mean I can just give up on the idea. After all, the recent news that <a href="http://www.sidekick.com/">Sidekick</a>&#8217;s backup provider, <a href="http://danger.com/">Danger, Inc.</a> (a subsidiary of <a class="zem_slink" title="Microsoft" rel="homepage" href="http://www.microsoft.com">Microsoft</a>) almost lost all of their users&#8217; data illustrates the importance of backup.</p>
<p>Click through to read why a combination of Dropbox, <a href="https://spideroak.com/">SpiderOak Backup</a>, and <a href="http://docs.google.com">Google Docs</a> is the right solution for me, and why it may be for you, too.</p>
<p><!--more--><strong> </strong></p>
<p><strong>Working And Playing With The Cloud</strong></p>
<p>There are plenty of articles in the blogosphere about cloud computing, so I&#8217;m not going to go crazy describing it. I&#8217;ll say that cloud computing involves working with data, whether personal, professional, or creative, that is stored on a remote server, and accessed directly via the internet. Some popular examples include:</p>
<ul>
<li><a href="http://www.flickr.com/">Flickr</a>: Photo editing, organization, and storage</li>
<li><a href="http://box.net/">Box.net</a>: Professional-grade file collaboration</li>
<li><a href="http://www.evernote.com">Evernote</a>: Cross-platform note-taking solution, including optical character recognition and voice memos</li>
<li><a href="http://docs.google.com">Google Docs</a>: A <a class="zem_slink" title="Google" rel="homepage" href="http://google.com">Google</a> offering that allows for creation, editing, conversion, and sharing of documents in popular formats like ODF, DOC, PPT, and XLS. Also includes a PDF view.</li>
</ul>
<p>All of these include some form of folder and tagging organization, a sharing component, and web interface. Which makes sense, since they all want to replicate and improve upon, if not replace, the experience of manipulating files on a local hard drive.</p>
<p>I&#8217;m an avid Evernote user and I have a <a href="http://www.flickr.com/photos/joeybones/">professional Flickr account</a> (although I cop to no photo talent of any kind). But what I&#8217;m going to focus on in this post is Google Docs, because it has a few interesting connections to my backup &#8220;masterplan.&#8221;</p>
<p><strong>Drawing Down The <span style="text-decoration:line-through;">Moon</span> Cloud</strong></p>
<p>Google Docs is wonderful. I use it for letters, fiction, and even for law school. In fact, I like it so much that it is my primary repository of class notes and case briefs. Even without my trust <a href="http://www.amazon.com/Corsair-Flash-Voyager-Drive-CMFUSB2-0-16GB/dp/B000LXTUT8">16gb Corsair Flash Voyager</a>, I can hop on any internet connection and pull up my notes and my briefs for reference, editing, or collaboration. Google provides an amazing revision-tracking component that allows you to return to any one of potentially hundreds of versions of your document. Coupled with a simple autosave feature and a convenient folder structure, it gets the job done.</p>
<p>But my one complaint is that there is no integrated way to download your documents <em>en masse</em>. Yes, some can use the wonderful magic of Google <a class="zem_slink" title="Google Gears Up" rel="homepage" href="http://gears.google.com/">Gears</a>, but it has its limitations. For example, Linux integration is still buggy. And you can&#8217;t save everything to a flash drive. I needed a more robust option if I was going to stick with Docs.</p>
<p>And I found it in <a href="http://1st-soft.net/gdd/">Google Docs: Download</a> (GDD). Check out the site for the not-so-secret recipe to download your Docs. As far as I know, the browser version requires Firefox, but there is also a command line script for you nerds out there. GDD allows you to download all your Google Docs from your browser with the help of the <a href="https://addons.mozilla.org/en-US/firefox/addon/201">DownloadThemAll</a> and <a href="https://addons.mozilla.org/en-US/firefox/addon/748">Greasemonkey</a> addons.</p>
<p>So, once a week or so, I download all of my Google Docs onto the Dropbox folder on my flash drive and sync them to all of my other Dropboxes.</p>
<p><strong>Dropbox Does It Well&#8230;<br />
</strong></p>
<p>So, now that my Google Docs are in my Dropbox, let me tell you why Dropbox rules, and why I still use it even though I have discovered a more comprehensive solution.</p>
<p>It has some great features:</p>
<ul>
<li>2gb free space when you sign up;</li>
<li>More space for a price (although I&#8217;ll tell you why you shouldn&#8217;t pay for more space with Dropbox in a little bit);</li>
<li>Integration into the native folder structure of your OS, whether you are on Windows, Mac, or Linux;</li>
<li>Portability, in that you can store a copy of the Windows version on your USB stick (instructions <a href="http://wiki.getdropbox.com/DropboxAddons/DropboxPortable">here</a> &#8211; you&#8217;ll need a Dropbox forum account, but that&#8217;s free, too);</li>
<li>A &#8220;Public&#8221; folder, for convenient file sharing with friends, family, clients, and colleagues (read the <a href="http://dl.getdropbox.com/u/1140713/Top%20Secret.txt">how-to file in mine</a>)</li>
<li>Clean, simple web interface for accessing your files from any connected browser;</li>
<li>Proxy configuration support (useful on college campuses);</li>
<li>Version protection, in that when 2 copies conflict somehow, Dropbox will save each version and append the name of the device (Desktop, Laptop, USB, etc.) to the new file name, so you can decide for yourself which one you want to keep</li>
</ul>
<p>I may have missed a few things, but the above list sums up why Dropbox is so damn useful. Essentially, it replaces the &#8220;My Documents&#8221; folder on each machine I use, so everything is always synced and available on the net. Yes, there are security issues with storing stuff with a service that lacks robust security capabilities.  No, I don&#8217;t put anything in my Dropbox account that I wouldn&#8217;t want anyone to see.</p>
<p>So, as you can see, Dropbox is a good option because it&#8217;s a low-impact, no-learning-curve, take-it-anywhere solution for those who don&#8217;t have much to store or sync and aren&#8217;t paranoid about security. But it isn&#8217;t the <em>only</em> option.</p>
<p><strong>&#8230;But SpiderOak Does It Better</strong></p>
<p>I&#8217;m going to throw more bullet points at you. SpiderOak Backup is similar to Dropbox, in that they offer cloud-based storage, starting off for free at 2gb, provide a cross-platform client for managing, synchronizing, and sharing your files, and have a tiered payment program. But there, the similarities stop.</p>
<p>Here&#8217;s the joy of SpiderOak:</p>
<ul>
<li><strong>Encrypted file transfers:</strong> uploads and downloads are encrypted during transfer by their cross-platform software</li>
<li><strong>Encrypted storage:</strong> your data is encrypted on their storage servers in such a way that not even employees can access it</li>
<li><strong>Redundancy:</strong> they do not put all of your data in one basket, instead, it is spread and copied over multiple, geographically-diverse servers</li>
</ul>
<p>These are the three huge reasons their approach appeals so much to me. However, the pricing plan is where they deal the death blow to the competition. They offer 100gb for $10 per month—half the price of Dropbox&#8217;s 100gb account—and those who sign up for a SpiderOak account using their student (blahblah@blah.edu) email address will <a href="https://spideroak.com/education">pay only $5 per month to back up and sync 100gb of data</a>.</p>
<p>At that price, I won&#8217;t even exceed the cost of a <a href="http://en.wikipedia.org/wiki/Terabyte">1tb hard drive</a> for about 2 years, give or take. Even still, once I have my own dedicated backup hardware, I&#8217;ll probably maintain my SpiderOak account to ensure that extra level of backup, sync, and access.</p>
<p>After all, at the dawn of the cloud era, content may be king, but if you lose it and don&#8217;t have a backup, you&#8217;ve lost the kingdom altogether.</p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/2939e769-ff17-43eb-833c-0187e29bbea9/"><img class="zemanta-pixie-img" style="border:medium none;float:right;" src="http://img.zemanta.com/reblog_c.png?x-id=2939e769-ff17-43eb-833c-0187e29bbea9" alt="Reblog this post [with Zemanta]" /></a></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Mengubah / convert file Excel ke EXE]]></title>
<link>http://adampisan.wordpress.com/2009/10/24/mengubah-convert-file-excel-ke-exe/</link>
<pubDate>Sat, 24 Oct 2009 15:16:58 +0000</pubDate>
<dc:creator>adampisan</dc:creator>
<guid>http://adampisan.wordpress.com/2009/10/24/mengubah-convert-file-excel-ke-exe/</guid>
<description><![CDATA[Memprogram dengan VBA di Excel memang mengasyikkan. Source code memang bisa kita proteksi, tapi saya]]></description>
<content:encoded><![CDATA[Memprogram dengan VBA di Excel memang mengasyikkan. Source code memang bisa kita proteksi, tapi saya]]></content:encoded>
</item>
<item>
<title><![CDATA[gay video - macropi.xls style]]></title>
<link>http://pornpaint.wordpress.com/2009/10/16/gay-video-macropi-xls-style/</link>
<pubDate>Fri, 16 Oct 2009 06:56:06 +0000</pubDate>
<dc:creator>pornpaint</dc:creator>
<guid>http://pornpaint.wordpress.com/2009/10/16/gay-video-macropi-xls-style/</guid>
<description><![CDATA[Video realisé en .xls]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Video realisé en .xls <BR><BR><br />
<span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/jDTJPfT1kR4&#038;rel=0&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/jDTJPfT1kR4&#038;rel=0&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Recover my files, portable]]></title>
<link>http://soft1wares.wordpress.com/2009/09/29/recover-my-files-portable/</link>
<pubDate>Tue, 29 Sep 2009 22:49:36 +0000</pubDate>
<dc:creator>chicsoft</dc:creator>
<guid>http://soft1wares.wordpress.com/2009/09/29/recover-my-files-portable/</guid>
<description><![CDATA[Recover My Files es una utilidad para cuando parece que es demasiado tarde, que todo está perdido, y]]></description>
<content:encoded><![CDATA[Recover My Files es una utilidad para cuando parece que es demasiado tarde, que todo está perdido, y]]></content:encoded>
</item>
<item>
<title><![CDATA[BSNL-2]]></title>
<link>http://flossexperiences.wordpress.com/2009/09/11/bsnl-2/</link>
<pubDate>Fri, 11 Sep 2009 05:40:25 +0000</pubDate>
<dc:creator>shirishag75</dc:creator>
<guid>http://flossexperiences.wordpress.com/2009/09/11/bsnl-2/</guid>
<description><![CDATA[Hi all, This post would talk about how BSNL is misleading the public specifically those who are tryi]]></description>
<content:encoded><![CDATA[Hi all, This post would talk about how BSNL is misleading the public specifically those who are tryi]]></content:encoded>
</item>
<item>
<title><![CDATA[As principais extensões de arquivos]]></title>
<link>http://biancamafra.wordpress.com/2009/09/08/as-principais-extensoes-de-arquivos/</link>
<pubDate>Wed, 09 Sep 2009 00:59:50 +0000</pubDate>
<dc:creator>biancamafra</dc:creator>
<guid>http://biancamafra.wordpress.com/2009/09/08/as-principais-extensoes-de-arquivos/</guid>
<description><![CDATA[Sem elas, seria caótico ter que pesquisar ou adivinhar os programas certos para cada arquivo. As ext]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>Sem elas, seria caótico ter que pesquisar ou adivinhar os programas certos para cada arquivo.</strong></p>
<p>As extensões de arquivos são sufixos que designam seu formato e principalmente a função que desempenham no computador. Na plataforma Windows, todo tipo de arquivo tem sua extensão, que o difere dos demais dentre milhões existentes em cada máquina.</p>
<p>Cada extensão de arquivo tem funcionamento e características próprias, portanto demanda um software específico para trabalhar com ela. Há extensões para os mais variados propósitos, então vamos separá-las por categorias, organizando melhor as coisas.</p>
<p><strong>EXTENSÕES</strong></p>
<p><strong>A principal</strong></p>
<p>Sem dúvida alguma, a principal extensão para você que usa sites para downloads e baixa programas é o formato EXE. Sem ele, não haveria player de áudio instalado no computador, nem compactadores, visualizadores de arquivo, entre outros.</p>
<p>A extensão significa basicamente que o arquivo é um executável. Isso dá a ele inúmeras possibilidades, desde realizar a instalação de um programa no seu computador até mesmo executar um vírus dentro dele. Ou seja, tenha muita atenção antes de clicar em qualquer arquivo com este formato.</p>
<p><strong>Áudio</strong></p>
<p><strong>MP3 </strong>– Esta é atualmente a extensão para arquivos de áudio mais conhecida entre os usuários, devido à ampla utilização dela para codificar músicas e álbuns de artistas. O grande sucesso do formato deve-se ao fato dele reduzir o tamanho natural de uma música em até 90%, ao eliminar freqüências que o ouvido humano não percebe em sua grande maioria.</p>
<p><strong>WMA </strong>– Esta extensão, muito semelhante ao MP3, foi criada pela Microsoft e ganhou espaço dentro do mundo da informática por ser o formato especial para o Windows Media Player. Ao passar músicas de um CD de áudio para o seu computador usando o programa, todos os arquivos formados são criados em WMA. Hoje, praticamente todos os players de música reproduzem o formato sem complicações.</p>
<p><strong>AAC </strong>– Sigla que significa codificação avançada de áudio, o AAC foi criado pela Apple a fim de concorrer diretamente com o MP3 e o WMA, visando superá-los em qualidade sem aumentar demasiadamente o tamanho dos arquivos. Menos conhecido, o formato pode ser reproduzido em iPods e similares, além de players de mídia para computador.</p>
<p><img src="http://biancamafra.wordpress.com/files/2009/09/1.jpg" alt="1" title="1" width="450" height="241" class="aligncenter size-full wp-image-230" /></p>
<p><strong>OGG</strong> – Um dos formatos menos conhecidos entre os usuários, é orientado para o uso em streaming, que é a transmissão de dados diretamente da Internet para o computador, com execução em tempo real. Isso se deve ao fato do OGG não precisar ser previamente carregado pelo computador para executar as faixas.</p>
<p><strong>AC3 </strong>– Extensão que designa o formato Dolby Digital, amplamente utilizado em cinemas e filmes em DVD. A grande diferença deste formato é que as trilhas criadas nele envolvem diversas saídas de áudio com freqüências bem divididas, criando a sensação de imersão que percebemos ao fazer uso de home theaters ou quando vamos ao cinema.</p>
<p><strong>WAV </strong>– Abreviação de WAVE, ou ainda WAVEForm audio format, é o formato de armazenamento mais comum  adotado pelo Windows. Ele serve somente para esta função, não podendo ser tocado em players de áudio ou aparelhos de som, por exemplo.</p>
<p><strong>Vídeo</strong></p>
<p><strong>AVI </strong>– Abreviação de audio vídeo interleave, menciona o formato criado pela Microsoft que combina trilhas de áudio e vídeo, podendo ser reproduzido na maioria dos players de mídia e aparelhos de DVD, desde que sejam compatíveis com o codec DivX.</p>
<p><strong>MPEG </strong>– Um dos padrões de compressão de áudio e vídeo de hoje, criado pelo Moving Picture Experts Group, origem do nome da extensão. Atualmente, é possível encontrar diversas taxas de qualidade neste formato, que varia de filmes para HDTV à transmissões simples.</p>
<p><strong>MOV </strong>– Formato de mídia especialmente desenhado para ser reproduzido no player QuickTime. Por esse motivo, ficou conhecido através dos computadores da Apple, que utilizam o QuickTime da mesma forma que o Windows faz uso do seu Media Player.</p>
<p><strong>RMVB </strong>- RealMedia Variable Bitrate, define o formato de arquivos de vídeo desenvolvido para o Real Player, que já foi um dos aplicativos mais famosos entre os players de mídia para computador. Embora não seja tão utilizado, ele apresenta boa qualidade se comparado ao tamanho de seus arquivos.</p>
<p><strong>MKV </strong>– Esta sigla denomina o padrão de vídeo criado pela Matroska, empresa de software livre que busca ampliar o uso do formato. Ele apresenta ótima qualidade de áudio e vídeo e já está sendo adotado por diversos softwares, em especial os de licença livre.</p>
<p><strong>Imagem</strong></p>
<p><strong>BMP </strong>– O Bitmap é um dos formatos de imagem mais conhecidos pelo usuário. Pode-se dizer que este formato é o que apresenta a ilustração em sua forma mais crua, sem perdas e compressões. No entanto, o tamanho das imagens geralmente é maior que em outros formatos. Nele, cada pixel da imagem é detalhado especificamente, o que a torna ainda mais fiel.</p>
<p><strong>GIF </strong>– Sigla que significa Graphics Interchange Format, é um formato de imagem semelhante ao BMP, mas amplamente utilizado pela Internet, em imagens de sites, programas de conversação e muitos outros. O maior diferencial do GIF é ele permitir a criação de pequenas animações com imagens seguidas, o que é muito utilizado em emoticons, blogs, fóruns e outros locais semelhantes.</p>
<p><strong>JPEG </strong>- Joint Photographic Experts Group é a origem da sigla, que é um formato de compressão de imagens, sacrificando dados para realizar a tarefa. Enganando o olho humano, a compactação agrega blocos de 8X8 bits, tornando o arquivo final muito mais leve que em um Bitmap.</p>
<p><strong>PNG </strong>– Este formato surgiu em sua época pelo fato dos algoritmos utilizados pelo GIF serem patenteados, encarecendo a utilização dele. O PNG suporta canais alga e apresenta maior gama de cores.</p>
<p>Além destes formatos, há outros menos conhecidos referentes à gráficos e ilustrações vetoriais, que são baseadas em formas geométricas aplicadas de forma repetida na tela, evitando o desenho pixelado feito no padrão Bitmap. Algumas delas são o CDR, do Corel, e o AI, do Adobe Ilustrator.</p>
<p><strong>Compactadores</strong></p>
<p><strong>ZIP </strong>– A extensão do compactador Winzip se tornou tão famosa que já foi criado até o verbo “zipar” para mencionar a compactação de arquivos. O programa é um dos pioneiros em sua área, sendo amplamente usado para a tarefa desde sua criação.</p>
<p><strong>RAR </strong>– Este é o segundo formato mais utilizado de compactação, tido por muitos como superior ao ZIP. O Winrar, programa que faz uso dele, é um dos aplicativos mais completos para o formato, além de oferecer suporte ao ZIP e a muitos outros.</p>
<p><strong>7z </strong>– Criado pelos desenvolvedores do 7-Zip, esta extensão faz menção aos arquivos compactados criados por ele, que são de alta qualidade e taxa de diminuição de tamanho se comparado às pastas e arquivos originais inseridos no compactado.</p>
<p><strong>Documentos</strong></p>
<p><strong>TXT </strong>– Como o próprio nome deixa indicado, a extensão de nome TXT refere-se aos arquivos simples de texto criados com o bloco de notas do Windows. Eles são extremamente leves e podem ser executados em praticamente qualquer versão do sistema operacional.</p>
<p><strong>DOC </strong>– Denomina a extensão utilizada pelo Microsoft Word, o editor de textos mais conhecido pelos usuários. A partir da versão 2007 do Office, formato passou a se chamar DOCX, e apresenta incompatibilidades com as versões anteriores do aplicativo, o que pode ser resolvido com uma atualização.</p>
<p><strong>XLS </strong>– A descrição deste tipo de arquivo é muito semelhante à do Word, mas refere-se ao Excel, editor de planilhas da Microsoft.</p>
<p><strong>PPT </strong>– Esta extensão é exclusiva para o Microsoft Powerpoint, aplicativo que permite criar apresentações de slides para palestrantes e situações semelhantes.</p>
<p><strong>PDF </strong>– Formato criado pela Adobe, atualmente é um dos padrões utilizados na informática para documentos importantes, impressões de qualidade e outros aspectos. Pode ser visualizado no Adobe Reader, aplicativo mais conhecido entre os usuários do formato.</p>
<p><img src="http://biancamafra.wordpress.com/files/2009/09/4.jpg" alt="livros" title="livros" width="425" height="282" class="aligncenter size-full wp-image-231" /></p>
<p><strong>Extensões</strong></p>
<p>Desde o surgimento da informática e em especial dos softwares para sistemas operacionais, a importância e utilização das extensões de arquivo vem crescendo a cada dia. O fato é que sem uma identificação e criação apropriada, seria caótico ter que informar ou em muitos casos adivinhar o tipo de arquivo com o qual estaríamos lidando.</p>
<p>Por este motivo, cada extensão ou formato de arquivo tem o seu aplicativo específico, capaz de reproduzir, editar, salvar e modificar seu conteúdo de várias maneiras. Com o uso intensivo do computador, em pouco tempo até mesmo quem nunca mexeu em um deles ficará habituado aos padrões atuais de formato de arquivos.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Mengubah file DOC (Word) to PDF]]></title>
<link>http://ruangdonlot.wordpress.com/2009/09/08/mengubah-file-doc-word-to-pdf/</link>
<pubDate>Mon, 07 Sep 2009 18:32:29 +0000</pubDate>
<dc:creator>ruangdonlot</dc:creator>
<guid>http://ruangdonlot.wordpress.com/2009/09/08/mengubah-file-doc-word-to-pdf/</guid>
<description><![CDATA[Ketika kita akan mengirimkan atau memposting suatu file yang berbentuk DOC, adakalanya kita tidak me]]></description>
<content:encoded><![CDATA[Ketika kita akan mengirimkan atau memposting suatu file yang berbentuk DOC, adakalanya kita tidak me]]></content:encoded>
</item>
<item>
<title><![CDATA[Bank Reconciliation]]></title>
<link>http://financeresources.wordpress.com/2009/08/26/bank-reconciliation/</link>
<pubDate>Wed, 26 Aug 2009 22:36:29 +0000</pubDate>
<dc:creator>janesato</dc:creator>
<guid>http://financeresources.wordpress.com/2009/08/26/bank-reconciliation/</guid>
<description><![CDATA[http://www.gazhoo.com/doc/5128/Bank+Reconciliation]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://www.gazhoo.com/doc/5128/Bank+Reconciliation" target="_blank">http://www.gazhoo.com/doc/5128/Bank+Reconciliation</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Formatos para el Servicio Social de Medicina]]></title>
<link>http://tomatetumedicina.wordpress.com/2009/08/21/formatos-para-el-servicio-social-de-medicina/</link>
<pubDate>Fri, 21 Aug 2009 22:37:09 +0000</pubDate>
<dc:creator>humbertocruz</dc:creator>
<guid>http://tomatetumedicina.wordpress.com/2009/08/21/formatos-para-el-servicio-social-de-medicina/</guid>
<description><![CDATA[Hola a todos, pues ahora quise dejar aqui estos formatos para el servicio social, que son algunos de]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Hola a todos, pues ahora quise dejar aqui estos formatos para el servicio social, que son algunos de los que se manejan , al menos en nuestras unidades. Esta dirigido a los que les gusta manejar sus cosas en computadora.</p>
<p style="text-align:center;"><a href="http://www.mediafire.com/?nyhzjzzz2yh"><img class="aligncenter size-full wp-image-449" title="kristen" src="http://tomatetumedicina.wordpress.com/files/2009/08/kristen.jpg" alt="kristen" width="476" height="581" /></a></p>
<h2 style="text-align:center;"><a href="http://ifile.it/gekbzcu/SPapeleria.zip"><strong>Pack de Formatos &#8211; Servicio Social Medicina Descargar (ifile.it)</strong></a></h2>
<p>También agrego al final unos links que alguien quizó colaborar con el sitio de algunos otros formatos que utilizamos los médicos pasantes. Estan interesantes. Si gustas darle una checada.</p>
<p>&#160;</p>
<p>http://pda.salud.gob.mx/sis07/SIS2007/FORMATOS.zip</p>
<p>http://pda.salud.gob.mx/sis07/SIS2007/Formatos_2010.zip</p>
<p>http://pda.salud.gob.mx/sis07/SIS2007/Registros%20Nominales.zip</p>
<p>http://pda.salud.gob.mx/Sistema%20Automatizado</p>
<p>&#160;</p>
<p>http://www.calidad.salud.gob.mx/opencms/opencms/doctos/calidad/autoeval_1er_nivel_08.xls</p>
<p>http://www.calidad.salud.gob.mx/opencms/opencms/doctos/calidad/indica_v1.1.exe</p>
<p>http://www.calidad.salud.gob.mx/opencms/opencms/doctos/calidad/inst_indica1_1.pdf</p>
<p>http://www.calidad.salud.gob.mx/opencms/opencms/doctos/calidad/cryrep0604.exe</p>
<p>http://www.calidad.salud.gob.mx/opencms/opencms/doctos/calidad/bdtraspaso.exe</p>
<p>http://seguro-popular.cnpss.gob.mx/images/contenidos/Normateca/Spss/causes_2009.pdf<strong></strong></p>
<p><strong> </strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Integrated Google Web Apps In Google Group !]]></title>
<link>http://vhxnblog.wordpress.com/2009/08/19/integrated-google-web-apps-in-google-group/</link>
<pubDate>Wed, 19 Aug 2009 11:05:23 +0000</pubDate>
<dc:creator>vhxnblog</dc:creator>
<guid>http://vhxnblog.wordpress.com/2009/08/19/integrated-google-web-apps-in-google-group/</guid>
<description><![CDATA[Now days, you can have an integration between Google Calendar, Google Docs, Google Sites and other G]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Now days, you can have an integration between Google Calendar, Google Docs, Google Sites and other Google Apps. <a href="http://www.vhxn.com/how-to-backup-google-docs-data-ltech-google-docs-backup/">Therefore</a>, you can have a sense to create a document and to make collaboration with other group members or to create a calendar and to share with any of your groups.<br />
In such a way, Google blog has announced an integration that is available already, for an example, if you are going to organize a local intramural softball team tournaments, you can use Google Docs to keep track of the rosters for each team and the performance of the each team. Moreover, you want all the players, but few of them might have <a href="http://www.vhxn.com/publish-pdf-files-in-google-docs-easier-than-ever/">editing access</a>.</p>
<p><a href="http://www.vhxn.com/how-to-attach-images-to-google-docs/">Click</a> to attach Images to Google</p>
<p><a href="http://www.vhxn.com"><img class="alignnone size-full wp-image-11832" title="GoogleGroupsIntegratesGoogleWebApps" src="http://www.vhxn.com/wp-content/uploads/2009/08/GoogleGroupsIntegratesGoogleWebApps.jpg" alt="GoogleGroupsIntegratesGoogleWebApps" width="515" height="351" /></a></p>
<p><!--more--></p>
<p><a href="http://www.vhxn.com/google-docs-gets-one-step-closer-to-online-storage-device/">Already</a>, if you have a Google Group set up with the tournaments participants you can simply share the spreadsheet with the group itself and will grant the group members permissions to edit. In order to share a document, a calendar, or a site, you should use the group’s email address in the sharing dialog box. Moreover, if you want to unsubscribe from a <a href="http://www.vhxn.com/adding-tables-in-google-presentations-is-as-easy-as-ms-office/">group</a>, Gmail can make it easier by just adding an “Unsubsribe” option when you click on “Show Options”.</p>
<p><a href="http://www.vhxn.com"><img class="alignnone size-full wp-image-11833" title="GoogleGroupsIntegratesGoogleWebApps1" src="http://www.vhxn.com/wp-content/uploads/2009/08/GoogleGroupsIntegratesGoogleWebApps11.jpg" alt="GoogleGroupsIntegratesGoogleWebApps1" width="515" height="227" /></a><br />
[ <a href="http://www.vhxn.com">More </a>]</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[It's Working!]]></title>
<link>http://research2009.wordpress.com/2009/08/10/its-working/</link>
<pubDate>Mon, 10 Aug 2009 09:27:21 +0000</pubDate>
<dc:creator>jasetiojanco</dc:creator>
<guid>http://research2009.wordpress.com/2009/08/10/its-working/</guid>
<description><![CDATA[Yay! After hours of coding I&#8217;ve finally finished the prototype for the XLS Parser. It only sup]]></description>
<content:encoded><![CDATA[Yay! After hours of coding I&#8217;ve finally finished the prototype for the XLS Parser. It only sup]]></content:encoded>
</item>
<item>
<title><![CDATA[Conheça a história - Por que um padrão aberto de documentos é tão importante?]]></title>
<link>http://almalivre.wordpress.com/2009/07/31/conheca-a-historia-por-que-um-padrao-aberto-de-documentos-e-tao-importante/</link>
<pubDate>Fri, 31 Jul 2009 17:04:07 +0000</pubDate>
<dc:creator>stellarium</dc:creator>
<guid>http://almalivre.wordpress.com/2009/07/31/conheca-a-historia-por-que-um-padrao-aberto-de-documentos-e-tao-importante/</guid>
<description><![CDATA[Open Document Format - Formato Aberto de Documentos &#8220;Aconteceu após o tsunami de dezembro de 2]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div id="attachment_301" class="wp-caption alignleft" style="width: 99px"><a href="http://br.odfalliance.org/"><img class="size-full wp-image-301" title="ODF_logo" src="http://almalivre.wordpress.com/files/2009/07/odf_logo.jpg" alt="Open Document Format - Formato Aberto de Documentos" width="89" height="122" /></a><p class="wp-caption-text">Open Document Format - Formato Aberto de Documentos</p></div>
<p><em>&#8220;Aconteceu após o tsunami de dezembro de 2004 que destruiu regiões costeiras e vitimou centenas de milhares de pessoas e animais na Ásia. As várias equipes internacionais de resgate que foram auxiliar as vítimas tiveram sua ação prejudicada, pois muitos dos documentos que tinham que ser lidos e trocados eram incompatíveis. Diversos programas editores de texto e de planilhas eram usados. Especialmente editores proprietários e fechados. Ficou muito difícil trocar arquivos tanto entre versões antigas e atuais do mesmo programa (Exemplo: entre Word 2002 e Word 6), quanto entre programas diferentes (Exemplo: entre Word e WordPerfect). Muito tempo foi perdido para resolver esse problema tecnológico. E, quanto mais o tempo passava, muitas vidas, humanas e não humanas, eram ceifadas&#8221;.</em></p>
<p>Este trecho foi copiado de um ótimo artigo escrito por Fátima Conti, e publicado no site Dicas-L, em 29/07/2009. Fátima mostra porque a adoção de padrões abertos na indústria de software é tão importante e porque a imposição de formatos proprietários (leia-se &#8220;MsOffice&#8221;) prejudica empresas, governos e pessoas.</p>
<p>O artigo original está em: <a title="Padrões abertos de documentos" href="http://www.dicas-l.com.br/broffice/broffice_20090730.php" target="_blank">http://www.dicas-l.com.br/broffice/broffice_20090730.php</a></p>
<p>E, para se inteirar mais sobre o assunto, recomendo esse blog: <a title="Hogwartslinux" href="http://hogwartslinux.wordpress.com/2008/04/02/ooxml-iso-29500-microsoft-ganha-todos-perdemos/" target="_blank">http://hogwartslinux.wordpress.com/</a></p>
<p>Visite, também, a página da ODF Alliance no Brasil: <a title="ODF Alliance" href="http://br.odfalliance.org/" target="_blank">http://br.odfalliance.org/</a><cite></cite></p>
<div id="_mcePaste" style="overflow:hidden;position:absolute;left:-10000px;top:0;width:1px;height:1px;">aconteceu após o <a href="http://pt.wikipedia.org/wiki/Tsunami">tsunami de dezembro de 2004</a> que destruiu regiões costeiras e vitimou centenas de milhares de pessoas e animais na Ási&#8221;Aconteceu após o tsunami de dezembro de 2004 que destruiu regiões costeiras e vitimou centenas de milhares de pessoas e animais na Ásia. As várias equipes internacionais de resgate que foram auxiliar as vítimas tiveram sua ação prejudicada, pois muitos dos documentos que tinham que ser lidos e trocados eram incompatíveis. Diversos programas editores de texto e de planilhas eram usados. Especialmente editores proprietários e fechados. Ficou muito difícil trocar arquivos</p>
<p>tanto entre versões antigas e atuais do mesmo programa (Exemplo: entre Word 2002 e Word 6), quanto entre programas diferentes (Exemplo: entre Word e WordPerfect).</p>
<p>Muito tempo foi perdido para resolver esse problema tecnológico. E, quanto mais o tempo passava, muitas vidas, humanas e não humanas, eram ceifadas.&#8221;</p>
<p>a.</p></div>
<table border="0">
<tbody>
<tr>
<td style="text-align:center;"><a href="http://almalivre.wordpress.com/files/2009/08/3g.jpg"><img class="aligncenter size-thumbnail wp-image-484" title="3g" src="http://almalivre.wordpress.com/files/2009/08/3g.jpg?w=150" alt="3g" width="150" height="97" /></a></td>
<td style="text-align:center;"><span style="color:#ff0000;"><strong>Está com problemas em configurar seu modem no Linux?<br />
Tem problemas de conexão e sinal baixo?</strong><br />
<span style="color:#339966;">Se você mora na região de Curitiba, eu posso ajudar.<br />
Deixe um comentário neste post que entrarei em contato.</span></span></td>
</tr>
</tbody>
</table>
<p><!-- AddThis Button BEGIN --><br />
<a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&#38;pub=xa-4a95677633ce1de6"><img src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share"></a><br />
<!-- AddThis Button END --></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Quickoffice (solo visualizzazione - gratuito) e Quickoffice Premier (visualizzazione ed editing documenti): nuovo aggiornamento della Suite Mobile per tutti i dispositivi Symbian]]></title>
<link>http://jbrasco.wordpress.com/2009/07/31/quickoffice-solo-visualizzazione-gratuito-e-quickoffice-premier-visualizzazione-ed-editing-documenti-nuovo-aggiornamento-della-suite-mobile-per-tutti-i-dispositivi-symbian/</link>
<pubDate>Fri, 31 Jul 2009 00:53:08 +0000</pubDate>
<dc:creator>jbrasco</dc:creator>
<guid>http://jbrasco.wordpress.com/2009/07/31/quickoffice-solo-visualizzazione-gratuito-e-quickoffice-premier-visualizzazione-ed-editing-documenti-nuovo-aggiornamento-della-suite-mobile-per-tutti-i-dispositivi-symbian/</guid>
<description><![CDATA[A poche ore dalla pubblicazione precedente, in cui veniva notificato per la presenza di una tanto at]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://jbrasco.wordpress.com/files/2009/07/scr0000071.jpg"><img class="aligncenter size-medium wp-image-4567" title="Scr000007" src="http://jbrasco.wordpress.com/files/2009/07/scr0000071.jpg?w=168" alt="Scr000007" width="168" height="300" /></a></p>
<p>A poche ore dalla <a href="http://jbrasco.wordpress.com/2009/07/30/quickoffice-premier-6-2-per-nokia-5800-e-n97-versione-completa-con-la-possibilita-di-editare-i-documenti/">pubblicazione precedente</a>, in cui veniva notificato per la presenza di una tanto attesa versione Premier di Quickoffice, tutta dedicata alla possibilità di visualizzare ed editare documenti Office sui dispositivi S60 5th edition e nello specifico la 6.2, raggiungibile tramite il Quickmanager della precedente versione Quickoffice installata, si aggiorna anche il <a href="http://www.quickoffice.com/#">sito ufficiale con le gradite novità</a>:</p>
<p><!--more--></p>
<p><em>&#8220;Quickoffice, Inc., leader globale nella fornitura di mobili per ufficio e soluzioni software per la produttività, ha annunciato oggi l&#8217;ultimo aggiornamento al suo Quickoffice Premier 6 prodotto per Nokia Symbian (S60 3.xe S60 5.0) dispositivi. L&#8217;impresa ha l&#8217;ultima versione offre una completa suite per ufficio S60 con l&#8217;aggiunta di capacità di visualizzazione di PowerPoint 2007 per la già sostenuto Word, Excel e PowerPoint formati di file. Inoltre, il prodotto offre sia l&#8217;editing e la visualizzazione di documenti sulla popolare S60 5,0 toccare l&#8217;interfaccia utente.</em></p>
<p><em>Tutti i dispositivi Nokia Symbian nave che con Quickoffice riceveranno un aggiornamento gratuito per l&#8217;ultima edizione di Quickoffice 6. Ciò costituirà completo Word, Excel e PowerPoint&#8217;97 al 2007, la visualizzazione di sostegno, così come molte altre nuove funzionalità, e offre anche la maggior parte degli utenti la capacità di acquisto opzionale di sostegno per la modifica dei documenti. Selezionato dispositivi Nokia Eseries inoltre ricevere il sostegno di editing con una libera Quickoffice Premier 6 aggiornamento . Tutti gli aggiornamenti sono disponibili tramite Quickmanager ™, Quickoffice della sicurezza in applicazione download manager. Ulteriori aggiornamenti gratuiti verrà rilasciato non appena saranno disponibili per gli utenti, facendo attenzione clienti trarranno vantaggio dalle ultime versioni di Quickoffice leader ufficio funzionalità.</em></p>
<p><em>&#8220;Siamo molto felici di essere in grado di lavorare congiuntamente con Quickoffice per realizzare questa nuova funzione, senza alcun costo per i nostri clienti&#8221;, ha detto Waldemar Sakalus, Vice President di Nokia. &#8220;Avvicinare la capacità di accedere a tutti i tipi di documento di Office 2007 per dispositivi come il Nokia N97, Nokia E75 e il Nokia 5800 è un grande vantaggio per i nostri clienti&#8221;.</em></p>
<p><em>Consumatori con un Nokia Symbian S60 5th Edition dispositivo riceverà anche il visualizzatore di aggiornamento Quickoffice 6 e ora, per la prima volta, può anche trarre vantaggio dalla possibilità di montaggio per effettuare l&#8217;aggiornamento a una tariffa aggiuntiva. Quickoffice è la prima azienda a fornire una completa soluzione di visualizzazione e la modifica in entrambi S60 3rd Edition e 5a Edizione cellulari, perfetto per on-the-go utenti.</em></p>
<p><em>&#8220;Siamo lieti di essere in grado di fornire questi potenti aggiornamenti Nokia utenti&#8221;, ha affermato Gregg Fiddes, Vice President delle vendite e le alleanze strategiche a Quickoffice. &#8220;Ci auguriamo di poter offrire Quickoffice Nokia e gli utenti con ulteriori aggiornamenti innovativi come le nuove versioni di Quickoffice diventano disponibili&#8221;.</em></p>
<p><em>Quickoffice consente agli utenti di aprire, visualizzare, modificare e creare documenti nativi di Microsoft Office direttamente sul loro telefono cellulare, senza compromettere l&#8217;integrità dei dati. L&#8217;ufficio mobile suite mantiene la formattazione del file, fornendo superiore documento &#8217;round-trip&#8217; capacità e fiducia che consente agli utenti di modificare e scambiare file tra i loro computer e smartphone&#8221;. </em></p>
<p><a href="http://www.quickoffice.com/news/quickoffice-press-releases/2009-press-releases/press-release-july-30-2009/">Comunicato Stampa Ufficiale 30 Luglio 2009</a></p>
<p>Per chi si fosse perso nei meandri delle versioni:</p>
<p><span style="text-decoration:underline;"><strong>Quickoffice</strong></span>:</p>
<p>Il pacchetto standard della suite dedicato ai dispositivi Symbian S60 che permette esclusivamente la visualizzazione dei documenti Office. Si aggiorna alla versione <strong>6.2</strong> per le piattaforme S60 3rd e 5th edition ed è raggiungibile attraverso il quickmanager delle precedenti versioni preinstallate o comunque installate tramite applicazione &#8220;download&#8221;.</p>
<p>Avviare l&#8217;applicazione, fare su aggiornamenti</p>
<p><a href="http://jbrasco.wordpress.com/files/2009/07/scr0000031.jpg"><img class="aligncenter size-medium wp-image-4538" title="Scr000003" src="http://jbrasco.wordpress.com/files/2009/07/scr0000031.jpg?w=168" alt="Scr000003" width="168" height="300" /></a></p>
<p>opzioni&#62; oggiorna catalogo, portarsi quindi nella schermata &#8220;Aggiornamenti (Nuove versioni e funzioni)&#8221;</p>
<p><a href="http://jbrasco.wordpress.com/files/2009/07/scr000004.jpg"><img class="aligncenter size-medium wp-image-4539" title="Scr000004" src="http://jbrasco.wordpress.com/files/2009/07/scr000004.jpg?w=168" alt="Scr000004" width="168" height="300" /></a></p>
<p><a href="http://jbrasco.wordpress.com/files/2009/07/scr000005.jpg"><img class="aligncenter size-medium wp-image-4540" title="Scr000005" src="http://jbrasco.wordpress.com/files/2009/07/scr000005.jpg?w=168" alt="Scr000005" width="168" height="300" /></a></p>
<p><em>&#8220;Quickoffice e Nokia sono partner commerciali di lunga data, offrendo i prodotti Quickoffice per l&#8217;ufficio direttamente sulla piattaforma S60. Recentemente Quickoffice e Nokia hanno lavorato a stretto contatto concordando un modo per fornire agli attuali e futuri utenti Nokia S60 gli aggiornamenti e le funzionalità più recenti di Quickoffice&#8230;</em></p>
<p><em>&#8230;L&#8217;idea alla base di questo nuovo approccio Quickoffice/Nokia è che l&#8217;ultima release sarà sempre disponibile come aggiornamento gratuito per i telefoni cellulari Nokia, a prescindere da quella installata nella versione iniziale del firmware</em>&#8220;.</p>
<p>Phil Spencer: Director, Business Development at Quickoffice (via <a href="http://www.allaboutsymbian.com/features/item/Quickoffice_60_news_QA.php">AAS</a>)</p>
<p>Quickoffice 6.2, l&#8217;ultima release, aggiunge molte caratteristiche rispetto alla vecchia versione (4.02, 4.1 o 3.8). Queste caratteristiche includono più avanzate modalità di visualizzazione documenti, il supporto dei file ZIP e protetti da password, la visualizzazione di grafici Excel 2007, più di usabilità e accessori e molto altro ancora. La caratteristica principale è comunque il supporto per Microsoft Word, Excel e PowerPoint dai formati files 97 ai 2007.</p>
<p><span style="text-decoration:underline;"><strong>Quickoffice Premier</strong></span><strong>:</strong></p>
<p>Pacchetto completo della Suite, che permette non solo di visualizzare, ma anche editare documenti Office. Anche questa si aggirona alla versione <strong>6.2</strong> per la piattaforma S60 3rd e 5th edition. Raggiungibile come sopra, tramite quickmanager delle precedenti versioni installate e via <a href="http://www.quickoffice.com/quickoffice_symbian/">sito ufficiale</a>. Il prezzo per la licenza completa è di 27,72 euro, scontato in virtù di offerta lancio a 10,66 euro per le prossime 17 Ore, e comunque disponibile anche in versione trial.</p>
<p>Per i seguenti dispositivi: Nokia E51, E52, E55, E63, E66, E71, E72, E75 e E90, anche la versione Premier è fornita a titolo gratuito e aggiornando tramite quickmanager. Una filosofia introdotta per i dispositivi della serie E a partire dalla metà di Giugno 2009, in coincidenza con la presentazione di Nokia E72.</p>
<p>Le caratteristiche principali:</p>
<ul style="margin:0 0 0 20px;">
<li> <span>NUOVO!</span> Symbian S60 5th Edition dispositivi come Nokia 5800 XpressMusic, Nokia N97 e Samsung Omnia i8910 HD sono pienamente supportate sia per l&#8217;editing e la visualizzazione.</li>
<li> <span>NUOVO!</span> Lingua sostegno per il francese, italiano, tedesco, spagnolo e tedesco.</li>
<li> View &#38; Edit Word, Excel e PowerPoint allegati sul dispositivo.</li>
<li> Crea &#38; Salva nuovo Word, Excel e PowerPoint file sul dispositivo.</li>
<li> Cancellare i formati di file senza perdita di dati.</li>
<li> Semplice, intuitivo desktop look and feel.</li>
<li> Avanzata gestione dei file e cartella capacità.</li>
<li> Supporto per complesse formule.</li>
<li> Completa l&#8217;editing grafico.</li>
<li> Editing avanzato di testo, elenchi, tabelle, lo stile e la formattazione.</li>
<li> Libera il controllo ortografico dizionari in più lingue.</li>
<li> Aggiungi le immagini in Word e PowerPoint.</li>
<li> Email integrazione avanzata con Mail for Exchange.</li>
</ul>
<p>Per alcune immagini vi rimando all&#8217;<a href="http://jbrasco.wordpress.com/2009/07/30/quickoffice-premier-6-2-per-nokia-5800-e-n97-versione-completa-con-la-possibilita-di-editare-i-documenti/">articolo precedente</a>.</p>
<p style="text-align:center;"><a href="../2009/06/20/2009/06/20/2009/06/15/2009/05/08/2009/05/07/2009/04/21/2009/04/21/2009/04/21/2009/04/19/2009/04/19/2009/04/19/2009/04/18/2009/04/16/2009/04/16/2009/04/14/2009/04/14/2009/04/12/2009/04/11/2009/04/11/2009/04/11/emergenza-abruzzo-3/"><img title="emergenza-abruzzo" src="http://jbrasco.files.wordpress.com/2009/04/emergenza-abruzzo.gif?w=300&#038;h=75#38;h=75&#38;h=75" alt="emergenza-abruzzo" width="300" height="75" /></a></p>
<h2><img class="alignleft size-full wp-image-3749" title="rss" src="http://jbrasco.wordpress.com/files/2009/06/rss.png" alt="rss" width="50" height="50" /><span style="color:#000000;"><a href="http://feeds2.feedburner.com/jbrasco"><em>Stay connected, iscriviti alle notizie via RSS!!!</em></a></span></h2>
<h2 style="text-align:center;"><a href="http://jbrasco.wordpress.com/files/2009/06/rss.jpg"> </a></h2>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Quickoffice Premier 6.2 per Nokia 5800 e N97, versione completa con la possibilità di editare i documenti]]></title>
<link>http://jbrasco.wordpress.com/2009/07/30/quickoffice-premier-6-2-per-nokia-5800-e-n97-versione-completa-con-la-possibilita-di-editare-i-documenti/</link>
<pubDate>Wed, 29 Jul 2009 22:11:32 +0000</pubDate>
<dc:creator>jbrasco</dc:creator>
<guid>http://jbrasco.wordpress.com/2009/07/30/quickoffice-premier-6-2-per-nokia-5800-e-n97-versione-completa-con-la-possibilita-di-editare-i-documenti/</guid>
<description><![CDATA[Quickoffice, senza fare grandi annunci, rilascia la versione di Quickoffice Premier aggiornato alla ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://jbrasco.wordpress.com/files/2009/07/scr000006.jpg"><img class="aligncenter size-medium wp-image-4541" title="Scr000006" src="http://jbrasco.wordpress.com/files/2009/07/scr000006.jpg?w=168" alt="Scr000006" width="168" height="300" /></a></p>
<p><a href="https://www.quickoffice.com/">Quickoffice</a>, senza fare grandi annunci, rilascia la versione di Quickoffice <strong>Premier</strong> aggiornato alla versione <strong>6.2</strong>. Questa è per il momento una versione esclusivamente dedicata ai dispositivi touch screen, data la grande richiesta. A presto le caratteristiche dettagliate ed il supporto per ulteriori dispositivi.</p>
<p><!--more--></p>
<p>I possessori di N97 o 5800 XM, possono raggiungere la versione Premier 6.2 attraverso il <strong>QuickManager</strong>, ovvero:</p>
<p>Installare o avere installato Quickoffice 4.2, una versione gratuita che solamente abilita per la visualizzazione dei documenti e raggiungibile attraverso applicazione &#8220;download&#8221; del dispositivo.</p>
<p>Dunque fare su aggiornamenti</p>
<p><a href="http://jbrasco.wordpress.com/files/2009/07/scr0000031.jpg"><img class="aligncenter size-medium wp-image-4538" title="Scr000003" src="http://jbrasco.wordpress.com/files/2009/07/scr0000031.jpg?w=168" alt="Scr000003" width="168" height="300" /></a></p>
<p>opzioni&#62; oggiorna catalogo, portarsi quindi nella schermata &#8220;Aggiornamenti (Nuove versioni e funzioni)&#8221;</p>
<p><a href="http://jbrasco.wordpress.com/files/2009/07/scr000004.jpg"><img class="aligncenter size-medium wp-image-4539" title="Scr000004" src="http://jbrasco.wordpress.com/files/2009/07/scr000004.jpg?w=168" alt="Scr000004" width="168" height="300" /></a></p>
<p><a href="http://jbrasco.wordpress.com/files/2009/07/scr000005.jpg"><img class="aligncenter size-medium wp-image-4540" title="Scr000005" src="http://jbrasco.wordpress.com/files/2009/07/scr000005.jpg?w=168" alt="Scr000005" width="168" height="300" /></a></p>
<p>Il prezzo per l&#8217;acquisto della licenza completa è di 27,47 euro.</p>
<p><a href="http://jbrasco.wordpress.com/files/2009/07/scr0001471.jpg"><img class="aligncenter size-medium wp-image-4529" title="Scr000147" src="http://jbrasco.wordpress.com/files/2009/07/scr0001471.jpg?w=300" alt="Scr000147" width="300" height="168" /></a></p>
<p><a href="http://jbrasco.wordpress.com/files/2009/07/scr000148.jpg"><img class="aligncenter size-medium wp-image-4530" title="Scr000148" src="http://jbrasco.wordpress.com/files/2009/07/scr000148.jpg?w=300" alt="Scr000148" width="300" height="168" /></a></p>
<p><a href="http://jbrasco.wordpress.com/files/2009/07/scr0001491.jpg"><img class="aligncenter size-medium wp-image-4531" title="Scr000149" src="http://jbrasco.wordpress.com/files/2009/07/scr0001491.jpg?w=300" alt="Scr000149" width="300" height="168" /></a></p>
<p><a href="http://jbrasco.wordpress.com/files/2009/07/scr0001501.jpg"><img class="aligncenter size-medium wp-image-4532" title="Scr000150" src="http://jbrasco.wordpress.com/files/2009/07/scr0001501.jpg?w=300" alt="Scr000150" width="300" height="168" /></a></p>
<p><a href="http://jbrasco.wordpress.com/files/2009/07/scr000151.jpg"><img class="aligncenter size-medium wp-image-4533" title="Scr000151" src="http://jbrasco.wordpress.com/files/2009/07/scr000151.jpg?w=300" alt="Scr000151" width="300" height="168" /></a></p>
<p><a href="http://jbrasco.wordpress.com/files/2009/07/scr000152.jpg"><img class="aligncenter size-medium wp-image-4534" title="Scr000152" src="http://jbrasco.wordpress.com/files/2009/07/scr000152.jpg?w=300" alt="Scr000152" width="300" height="168" /></a></p>
<p><a href="http://jbrasco.wordpress.com/files/2009/07/scr000153.jpg"><img class="aligncenter size-medium wp-image-4535" title="Scr000153" src="http://jbrasco.wordpress.com/files/2009/07/scr000153.jpg?w=300" alt="Scr000153" width="300" height="168" /></a></p>
<p><a href="http://jbrasco.wordpress.com/files/2009/07/scr000154.jpg"><img class="aligncenter size-medium wp-image-4536" title="Scr000154" src="http://jbrasco.wordpress.com/files/2009/07/scr000154.jpg?w=300" alt="Scr000154" width="300" height="168" /></a></p>
<p><a href="http://jbrasco.wordpress.com/files/2009/07/scr000155.jpg"><img class="aligncenter size-medium wp-image-4537" title="Scr000155" src="http://jbrasco.wordpress.com/files/2009/07/scr000155.jpg?w=300" alt="Scr000155" width="300" height="168" /></a></p>
<p><strong>Quickoffice Premier 6,2</strong> supporta i file creati con Micosoft Office 97, 2000, XP e 2007. Alcune delle più recenti modifiche comprendono il supporto per la lingua inglese, francese, italiano, tedesco, spagnolo e tedesco, la visualizzazione di file protetti con password, supporto per file ZIP, funzione &#8220;conta parole&#8221; in Word e molto altro ancora. Per ulteriori info vi rimando ad un <a href="http://jbrasco.wordpress.com/2009/01/31/quickoffice-premier-60/">articolo</a> precedente (trattasi delle caratteristche relative alla versione 6.0).</p>
<p>Fonte <a href="http://www.allaboutsymbian.com/news/item/10183_Quickoffice_gains_full_editing.php">AAS</a>.</p>
<p style="text-align:center;"><a href="../2009/06/20/2009/06/20/2009/06/15/2009/05/08/2009/05/07/2009/04/21/2009/04/21/2009/04/21/2009/04/19/2009/04/19/2009/04/19/2009/04/18/2009/04/16/2009/04/16/2009/04/14/2009/04/14/2009/04/12/2009/04/11/2009/04/11/2009/04/11/emergenza-abruzzo-3/"><img title="emergenza-abruzzo" src="http://jbrasco.files.wordpress.com/2009/04/emergenza-abruzzo.gif?w=300&#038;h=75#38;h=75&#38;h=75" alt="emergenza-abruzzo" width="300" height="75" /></a></p>
<h2><img class="alignleft size-full wp-image-3749" title="rss" src="http://jbrasco.wordpress.com/files/2009/06/rss.png" alt="rss" width="50" height="50" /><span style="color:#000000;"><a href="http://feeds2.feedburner.com/jbrasco"><em>Stay connected, iscriviti alle notizie via RSS!!!</em></a></span></h2>
<h2 style="text-align:center;"><a href="http://jbrasco.wordpress.com/files/2009/06/rss.jpg"> </a></h2>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[League Records ]]></title>
<link>http://jjshoompeetsj.wordpress.com/2009/07/26/league-records/</link>
<pubDate>Sun, 26 Jul 2009 12:07:24 +0000</pubDate>
<dc:creator>jj</dc:creator>
<guid>http://jjshoompeetsj.wordpress.com/2009/07/26/league-records/</guid>
<description><![CDATA[The League Records are now available as an excel file. It includes a season page, and percentages. L]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>The  <a href="http://threadhopper.forumcircle.com/viewforum.php?f=2&#38;">League Records</a>  are now available as an excel file.<br />
It includes a season page, and percentages.<br />
LEAGUE RECORDS</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Convert WKS files to xls, html, pdf, csv, ods and more]]></title>
<link>http://blog.zamzar.com/2009/07/23/convert-wks-files-to-xls-html-pdf-csv-ods-and-more/</link>
<pubDate>Thu, 23 Jul 2009 18:03:29 +0000</pubDate>
<dc:creator>The Zamzar Team</dc:creator>
<guid>http://blog.zamzar.com/2009/07/23/convert-wks-files-to-xls-html-pdf-csv-ods-and-more/</guid>
<description><![CDATA[You can now use Zamzar to convert Microsoft Works Spreadsheet (wks) files to xls, html, pdf, csv, an]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://www.zamzr.com/"><img src="http://zamzar.wordpress.com/files/2009/07/jumbled_numbers_med.jpg" alt="Convert your jumbled numbers into a usable format !" title="Convert your jumbled numbers into a usable format !" width="243" height="316" align="right" style="margin-left:10px;" /></a>You can now use <a href="http://www.zamzar.com">Zamzar</a> to <a href="http://www.zamzar.com">convert Microsoft Works Spreadsheet (wks) files</a> to xls, html, pdf, csv, and ods formats (amongst others).</p>
<p>We&#8217;ve been beavering away here at Zamzar HQ to extend the range of conversions we support and we&#8217;re pleased to announce that wks &#8211; a popular Spreadsheet format generated by Microsoft Works software can now be converted.</p>
<p>The WorKSheet (wks) file is a proprietary format used by Microsoft to save spreadsheets out from <a href="http://en.wikipedia.org/wiki/Microsoft_Work">Microsoft Works</a>. You can now use Zamzar to convert those files into any one of the following formats:</p>
<ul>
<li><b>csv</b> &#8211; Comma Separated Values</li>
<li><b>html</b> &#8211; Hypertext Markup Language</li>
<li><b>mdb</b> &#8211; Microsoft Access Database</li>
<li><b>ods</b> &#8211; OpenDocument spreadsheet</li>
<li><b>pcx</b> &#8211; Graphics format</li>
<li><b>pdf</b> &#8211; Portable Document Format</li>
<li><b>ps</b> &#8211; Postscript document</li>
<li><b>rtf</b> &#8211; Rich text format</li>
<li><b>xls</b> &#8211; Microsoft Excel Spreadsheet</li>
<li><b>xlsx</b> &#8211; Microsoft Excel 2007 Spreadsheet</li>
<li><b>xml</b> &#8211; Extensible Markup Language</li>
</ul>
<p>So, release your numbers today &#8211; <a href="http://www.zamzar.com">go convert a wks file !</a></p>
<p>Happy converting !<br />
The Zamzar Team.<br />
<!-- AddThis Bookmark Button BEGIN --><br />
<a href="http://www.addthis.com/bookmark.php?pub=zamzar&#38;url=http://blog.zamzar.com/2009/07/23/convert-wks-files-to-xls-html-pdf-csv-ods-and-more/&#38;title=Convert%20WKS%20files%20into%20xls%20,%20html,%20pdf,%20csv,%20and%20ods%20-%20online%20and%20free%20!" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" alt="AddThis Social Bookmark Button" /></a><br />
<!-- AddThis Bookmark Button END --></p>
<p><a href="http://api.tweetmeme.com/share?url=http://blog.zamzar.com/2009/07/23/convert-wks-files-to-xls-html-pdf-csv-ods-and-more/&#38;source=zamzar"><img class="alignright" src="http://api.tweetmeme.com/imagebutton.gif?url=http://blog.zamzar.com/2009/07/23/convert-wks-files-to-xls-html-pdf-csv-ods-and-more/&#38;source=zamzar" alt="" width="51" height="61" /></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Google Docs Gets One Step Closer To Online Storage Device !]]></title>
<link>http://vhxnblog.wordpress.com/2009/07/22/google-docs-gets-one-step-closer-to-online-storage-device/</link>
<pubDate>Wed, 22 Jul 2009 14:09:13 +0000</pubDate>
<dc:creator>vhxnblog</dc:creator>
<guid>http://vhxnblog.wordpress.com/2009/07/22/google-docs-gets-one-step-closer-to-online-storage-device/</guid>
<description><![CDATA[The new interface of Google Docs rolls out all users by getting one step closer to an online storage]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>The new interface of Google Docs rolls out all users by getting one step closer to an online storage service. This “Item By Type” menu replaces “PDFs” with “Files” and suggests the users to upload any type of files.<br />
<a href="http://www.vhxn.com/google-docs-lets-you-upload-longer-files/">Moreover,</a> Google Docs has added advanced search options that are already available in Gmail:<br />
* exact phrase matching (&#8220;todo list&#8221;)<br />
* negative matching (summer -trip)<br />
* disjunctive matching (budget OR invoice)<br />
* built-in labels (is:starred, is:hidden)<br />
* collaborators: to find the documents shared by Michael Robinson, you need to search for: from:michaelr@gmail.com, assuming that&#8217;s his email address. The <a href="http://www.vhxn.com/sort-tables-in-google-docs-easily/">problem</a> is that you need to know the email address, since the operator doesn&#8217;t support (partial) names.</p>
<p><a href="http://www.vhxn.com/adding-tables-in-google-presentations-is-as-easy-as-ms-office/">Click </a>to add tables in Google Docs easily than ever</p>
<p><a href="http://www.vhxn.com"><img class="alignnone size-full wp-image-10871" title="GoogleDocsGoogleDrive1" src="http://www.vhxn.com/wp-content/uploads/2009/07/GoogleDocsGoogleDrive1.jpg" alt="GoogleDocsGoogleDrive1" width="515" height="529" /></a></p>
<p><!--more--></p>
<p><a href="http://www.vhxn.com/how-to-read-pdf-files-in-gmail-without-pdf-reader/">Besides</a>, the uploaded files can be edited, previewed online while rest of them are only stored online. If for an example, you can say the PDF files, because, they can’t be edited but they can viewed and shared. At the same time, it will be interesting if you see, how Google drive integrates with other Google services that can store files (Gmail, Picasa Web Albums, YouTube) and to find the free<a href="http://www.vhxn.com/how-to-sync-our-yahoo-messenger-and-twitter-updates/"> quota limits</a>.</p>
<p><a href="http://www.vhxn.com"><img class="alignnone size-full wp-image-10872" title="GoogleDocsGoogleDrive" src="http://www.vhxn.com/wp-content/uploads/2009/07/GoogleDocsGoogleDrive.jpg" alt="GoogleDocsGoogleDrive" width="515" height="358" /></a></p>
<p>[ <a href="http://www.vhxn.com">More</a> ]</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Symantec Q&amp;A - Enterrando de vez um banco de dados antigo]]></title>
<link>http://jonathasonline.wordpress.com/2009/07/18/symantec-qa-banco-de-dados-antigo/</link>
<pubDate>Sat, 18 Jul 2009 11:37:09 +0000</pubDate>
<dc:creator>Jonathas Rodrigues</dc:creator>
<guid>http://jonathasonline.wordpress.com/2009/07/18/symantec-qa-banco-de-dados-antigo/</guid>
<description><![CDATA[Achei que deveria escrever este artigo sobre esse banco de dados, para ajudar outras pessoas que alg]]></description>
<content:encoded><![CDATA[Achei que deveria escrever este artigo sobre esse banco de dados, para ajudar outras pessoas que alg]]></content:encoded>
</item>
<item>
<title><![CDATA[XLS quickie]]></title>
<link>http://ltaa.wordpress.com/2009/07/15/xls-quickie/</link>
<pubDate>Wed, 15 Jul 2009 12:51:24 +0000</pubDate>
<dc:creator>Leonieke</dc:creator>
<guid>http://ltaa.wordpress.com/2009/07/15/xls-quickie/</guid>
<description><![CDATA[Quickie xls trick: one sheet with info in columns, need to extract info from one column to copy (man]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Quickie xls trick:</p>
<p>one sheet with info in columns, need to extract info from one column to copy (manually):<br />
- sheet 1: add column behind column that contains info<br />
- add new sheet (sheet 2), in which you add the info that needs to be checked for comparison with column sheet 1<br />
- add function to first field in sheet 1: <code>=('count_if_NAMEOFSHEET'!A:A;G2)</code>, where <code>NAMEOFSHEET</code> is the name of sheet 2, <code>A:A</code> is first field of first column of sheet 2, <code>G2</code> is first field of column of sheet 1 which contains the info</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[El traductor de Google ahora también traduce documentos]]></title>
<link>http://jzrblog.wordpress.com/2009/07/14/el-traductor-de-google-ahora-tambien-traduce-documentos/</link>
<pubDate>Tue, 14 Jul 2009 23:05:48 +0000</pubDate>
<dc:creator>José Zegarra</dc:creator>
<guid>http://jzrblog.wordpress.com/2009/07/14/el-traductor-de-google-ahora-tambien-traduce-documentos/</guid>
<description><![CDATA[Tengo la costumbre que cada vez que no entiendo un texto (en su mayoría inglés) recurro inmediatamen]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Tengo la costumbre que cada vez que no entiendo un texto (en su mayoría inglés) recurro inmediatamente al traductor de Google que a mi parecer es el mejor, o al menos uno de los mejores que hay.</p>
<p>Hasta tengo un botón de atajo en mi navegador para traducir webs completas de cualquier idioma al español.</p>
<p>Bueno, hoy al entrar al traductor de Google me di cuenta que ahora además de traducir textos y páginas web también nos permite traducir documentos completos.</p>
<p>Probé con los formatos de Word (.doc), Power Point (.ppt), Bloc de notas (.txt) y Excel (.xls) y logró abrir todos, aunque los formatos de Excel al parecer no los traduce si contienen muchas fórmulas.</p>
<p style="text-align:center;"><img class="aligncenter size-full wp-image-4170" src="http://jzrblog.wordpress.com/files/2009/07/google-traductor3.jpg" alt="google traductor" width="448" height="253" /></p>
<p style="text-align:center;">
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[XLSReadWriteII 4.0.18 for Delphi 6-2009 &amp; C++ Builder 2006-2009 Cracked]]></title>
<link>http://deblugando.wordpress.com/2009/07/02/xlsreadwriteii-4-0-18-for-delphi-6-2009-c-builder-2006-2009-cracked/</link>
<pubDate>Fri, 03 Jul 2009 00:30:42 +0000</pubDate>
<dc:creator>deblugando</dc:creator>
<guid>http://deblugando.wordpress.com/2009/07/02/xlsreadwriteii-4-0-18-for-delphi-6-2009-c-builder-2006-2009-cracked/</guid>
<description><![CDATA[XLSReadWriteII 4.0.18 for Delphi 6-2009 &amp; C++ Builder 2006-2009 Cracked XLSReadWriteII is a comp]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><blockquote>
<p style="text-align:center;"><img class="alignnone" src="http://www.axolot.com/components/XLSRWII_logo.gif" alt="" width="300" height="60" /></p>
<p>XLSReadWriteII 4.0.18 for Delphi 6-2009 &#38; C++ Builder 2006-2009 Cracked</p>
<p>XLSReadWriteII is a component for reading and writing Excel files. XLSReadWriteII is a native Delphi component; you don&#8217;t need any other files or software in order to use it. Not even Excel. XLSReadWriteII works as an invisible grid component. All cells are always accessible, and can also be moved, deleted or copied.<br />
One of the major goals was to create a product that don&#8217;t corrupts the Excel files and don&#8217;t alter any data in the file. With XLSReadWriteII, you can always be sure that your Excel files can be read by Excel after you have edited them, and no data has been unexpected removed.</p>
<p>Code:</p>
<p>http://www.axolot.com/components/xlsrwii20.htm</p>
<p>Code:</p>
<p><a href="http://rapidshare.de/files/46735069/xlsrw4018.7z.html">http://rapidshare.de/files/46735069/xlsrw4018.7z.html</a><br />
<a href="http://www.onlinedisk.ru/file/121264/">http://www.onlinedisk.ru/file/121264/</a><br />
<a href="http://www.fileqube.com/file/lVCmLSrG188014">http://www.fileqube.com/file/lVCmLSrG188014</a><br />
<a href="http://www15.zippyshare.com/v/19674575/file.html">http://www15.zippyshare.com/v/19674575/file.html</a><br />
<a href="http://www.fileflyer.com/view/Ls9eHBu">http://www.fileflyer.com/view/Ls9eHBu</a></p>
<p>Pass:  DarkRapt0r@board4all</p>
<p>\\ Agradecimentos: <strong>DarkRapt0r</strong></p></blockquote>
</div>]]></content:encoded>
</item>

</channel>
</rss>
