for those of you that are married to me and are considering purchasing the new version of office for mac, might want to take a look at "open office" which is an open source (free) version of office that reads and saves in office for windows formats... i'm not sure, but i think it has support for word perfect formats as well.

others of you (that are not married to me...) might be able to provide feedback on the product?

i never suggested it before, because i did not think that they had native mac osx versions, but they do.

http://www.openoffice.org/

edited to add a link to a comparison review betwixt the two (and to remove the implication that i'm a polygamist):

http://www.eweek.com/article2/0,1759,1570801,00.asp
i am post-happy today. post-happy!

this is geek heavy, so beware.

just had to add this, i got the strangest escalated mac call. the user was entering a payment amount in our website on an XML form, when he would type a value with a leading 2, he'd get an instant error fromthe "onchange" event, saying that invalid data has been entered. this happens normally on the site when a hard space is typed in. sometimes, other mac users using safari will get an error from the site that tells them that the "&" character isn't supported when they are typing only numbers. so i took a look at the page source, which says:

< ?xml version="1.0" encoding="UTF-16"? ><tr class="row0"><td class="rows_sched_pmts">PHILADELPHIA ELECTRIC CO<br />26-01-38-300835</td><input type="hidden" name="Payee2911947" value="PHILADELPHIA ELECTRIC CO" /><input type="hidden" name="UserPayeeID2911947" value="2911947" /><td class="rows_sched_pmts" align="right">


see that header declaration, utf-16...? that refers to multi-lingual unicode 16 bit standard. it is telling the form which characterset (language) to accept the entry with. older macs with the old motorola processor (pre g-3) support ASCII charactersets, or at the most, utf-8, the 8-bit unicode standard. what happens when utf-8 input meets a utf-16 form that doesn't know how to properly fall back? the data gets re-interpreted as ASCII. the utf characterset for the number two (the decimal number 50) is hex 0032, transmitted as &#32 by ASCII. (see the ampersand... explains safari's ampersand problem, but what about the "invalid entry...?") well, either the xml, or ie, or the server, is converting &#32 into the decimal value 32. and tries to make a characer out of it. if you convert 32 back into hex, you get... 0020. 0020 is utf-16's hex code for the hard space character. trippy.
the place where i work has no testbox for mac related issues, and the programmers, who got their degrees from crackerjack boxes, refuse to even consider coding for the mac, often they say "it is the user's fault for using a MAC." so any customer service/tech issue about the site comes to me ... presumably i'm mac expert because i own a mac and i know about the holy trinity for pre os X related issues. (Trash the Prefs, Rebuild the Desktop, Zap Parameter RAM) ... Since there is no Mac at work to try and duplicate problems, i've had to resort to doing this type of thing at home. I don't know why i'm expected to be the one to go and resolve HTML/Javascript/Active X issues with Macs and the site, when i don't get consulted or paid to concerning the code to begin with, and I really don't have the degrees or know how to futz about with that stuff.... but the techs have made it clear that they will do NOTHING without a solution spoon fed to them, and the customer contacts are getting bounced to me, because if someone says "Mac" then it's my issue. since i've finally resolved thier trouble (has to do with bad javascripting.... wrong form of the Submit method of a form control... i even know how they can make the control work without changing the control (the control is looking at an "Optional" field like it is a "Required" one, but only on Mac OS9.2 and below) and it took three hours of my own time, examining html and javascript source, and testing the site under various conditions on the mac, i'm thinking about going and submitting a bill before i tell them how they can fix the trouble.

but my workplace can hardly be blamed, they are just following the example set by the industry, especially Uncle Bill and Microsoft. (who just announced that they will no longer develop future versions of Internet Explorer for the Mac.)

Profile

saint_monkey

June 2017

S M T W T F S
    123
45678910
111213 14151617
18192021222324
252627282930 

Syndicate

RSS Atom

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Jun. 23rd, 2025 05:46 am
Powered by Dreamwidth Studios