GeekArticles
XML
Core XMLMicrosoft Office Open XML Fails to Win ISO Vote
Author: oreillynet.com |
Published: 5th Sep 2007 |
Visited: 47 times |
Add CommentFiled in: Core XMLIn the first few days of September, just as kids were beginning to head back to school, something rather remarkable happened: Microsoft lost its hegemony. In a vote by the various members of the ISO standards committee, managing only to...
Read Article Sponsored Links
Related Articles
• Microsoft Training Certifications Microsoft has well become an integral part of an information technology professional’s knowledge. If you work in the industry, you are sure to come across a server or computer that has some kind of Microsoft technology embedded in the architecture. Microsoft training certifications offer sever ...
• JQuery as Microsoft’s Library The adoption of Ajax as a programming technique has been widespread since its inception in 2005. It changed the preferences of most developers in terms of selecting the right programming language to study. Software giants have also acknowledged this feat as they release different updates on their so ...
• Microsoft on Open XML SDK A few months ago Microsoft was able to obtain control of Open XML. Because of that achievement the company fervently worked on developing Open XML not only for their own advantage but also for other developers. Among those movements is the release of Open XML SDK which will help developers in buildi ...
• Open Source C++ B+ Tree Implementation Template based B+ Tree
B+ Tree is a type of tree, which represents sorted data in a way that allows for efficient insertion, retrieval and removal of records, each of which is identified by a key. It is a dynamic, multilevel index, with maximum and minimum bounds on the number of keys in each index ...