• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Rant: FOR THE LOVE OF GOD, USE DOM COMMANDS WHEN BUILDING XML Docs

Beau

Lifer
So I've been assigned the task of updating legacy xml schemas to support a new site design... I'm going through the code and am completely dumbfounded! THEY FVCKING BUILT THE XML DOCUMENT BY HAND IN STRING FORM! They made the effort to at least create the Microsoft.XMLDOM object, but they don't use ANY of it's methods to create child elements... Instead the created it in string format then load it from memory.

Ugh... this is gonna be a nightmare.
 
Back
Top