Reasons why Microsoft's OpenXML standard is junk

Here's a wonderful explanation of why Microsoft's "open" OpenXML "standard" is a wolf in sheep's clothing: http://www.robweir.com/blog/2006/01/how-to-hire-guillaume-portes.html In short, the specification is littered with little tidbits which say that to properly display a file you must understand details of how 12 year old software (Word 95) worked, or reverse engineer it.... And that, folks, is why I don't use Microsoft software and stopped buying their junk several years ago. Update: Just to better explain why this is a problem, there is no guarantee that Microsoft is using its own specifications in its own software, namely Office 2007.

Tags: 

Awesome form validation script

I use the Javascript libraries Prototype and Script.aculo.us a good deal in my projects, but there was one feature they didn't have between them - form validation. A quick google uncovered a super-simple solution to this problem written by an Australian - all you need to start is one Javascript file and one line of Javascript, then add one single DOM-compatible attribute to your input lines and it'll work right out of the box. The even better part is that extending and enhancing it is very easy, just add a CSS line or two to customize your error messages, etc, easy as pie.

Tags: 

Pages

Subscribe to Front page feed