Sneak Preview of New OpenOffice 3.2
omlx writes 'The last developer milestone (DEV300m60) of OpenOffice.org has been released. The next version of OpenOffice.org 3.2 has more than 42 features and 167 enhancements . The final version is expected to be available at the end of November 2009. Many companies have contributed to this version, like RedHat, RedFlag and IBM, making OpenOffice more stable and useful. I couldn't stop myself from seeing new features and enjoying them. So I downloaded the DEV300m60 version. After playing with it for many days I could say that OpenOffice developers have done very good work in it. Well done!"
5 characters isn't much to bruteforce anyway.
I suspect they eliminated a password length requirement because the security of the password is really up to the needs and desires of the user who set that password. If I have a password length of 5, then someone who wants a trivial password to keep casual lookie-loos out is going to choose 12345 anyway.
("Amazing! That's the same as the combination on my suitcase!")
Allow me to choose one character minimum and I'll choose one character and use it. No real loss in security, and since I'm choosing the level of security it's my decision to make. I can't sue OO for "lack of security" because OO is simply allowing me to choose how secure I want my stuff.
Someone who wants to protect (as in really protect) their document is going to choose a 50-character password with a mix of uppers, lowers, numbers, and scrunchy special characters. Then it'll be so secure, even the original author can't open it.
"This post contains words, known to the State of California to cause thought. Wash brain thoroughly after reading."
I evaluated 3.1 for use in my company for a department of about 100 people (would have saved $20,000 per year in licensing). The main problem was not speed but compatibility!
Please concentrate on fixing the problems with fonts/formatting!
I evaluated 3.1 for use in my company for a department of about 100 people (would have saved $20,000 per year in licensing). The main problem was not speed but compatibility!
It is as compatible as different versions of MS Office... You are only totally compatible when everyone is running the same version of the same program.
The problem is, Office tends to be 'compatible enough', certainly to the point where most people don't think twice about which version a .doc is created in when they open it.
OpenOffice has yet to reach that threshold.
OpenOffice, like Word and everything else I can think of, gets
one fundamental thing wrong in the user interface design.
Documents are 8 1/2" wide x 11" tall with say 6.5" x 9" tall
useable writing area.
Screens are not very tall, but quite wide these days, on average.
Therefore, all (yes, ALL!) of the available vertical space in the application
window should be devoted to displaying the document.
There is plenty of room for controls to the side, or perhaps sliding down
from the top on demand. A one-line control bar at the top might be
justified for inherently horizontal things like font and style names, but
that's it.
As it is, we are editing our documents through the letter slot in the door.
Maybe that will be version 4.0
Where are we going and why are we in a handbasket?
Indeed, that is why, whatever package I am using, I always save as a PDF file in order to send to people. Sending files in a non-portable format is stupid. The most ridiculous thing I get is from work where other departments advertising meetings and Christmas events email out Publisher files.
An example I wrote about a few months ago:
Your example is wrong. It's *expected behaviour* that documents printed on different computer+printer combinations will look different. What's important - and what Word is designed to do - is make the hard output look like the screen. WYSIWYG means What You See Is What You Get, not What You See Is What They Get.
I think it just goes to show: if you have a document that absolutely must preserve formatting, send it as a PDF.
Exactly. If you want something that is guaranteed to look identical on someone else's screen (and printer) as it does on yours, then you want a program that's designed to do that - and Word is not.
I wrote my resume in Word 97. I needed to update it recently and found that it did not look correct at all in Office 2008. I was forced to use open office. After saving it as Office XP in open office it opened in Office 2008 just fine.
Your example is wrong. It's *expected behaviour* that documents printed on different computer+printer combinations will look different. What's important - and what Word is designed to do - is make the hard output look like the screen. WYSIWYG means What You See Is What You Get, not What You See Is What They Get.
A large part of this is that as part of the printing API, Windows allows applications to find out what printers are capable of. Word in particular takes full advantage of this, and renders documents according to what the default printer can do.
The Unix way, OTOH, expects the application to produce Postscript and it's the driver/printers' problem to render this appropriately on the page. Which, arguably, is the whole damn point of a printer driver