Wednesday, July 24, 2002

All I can say is: Guilty as charged! This is one issue I'm working on, as well as making both the MC++ FAQ and this weblog pages be XHTML compliant, but it's not as easy as I thought it would be. The fact that dealing with relative font sizes in IE is a pain in the butt doesn't help, specially with Verdana as the font... [Commonality]

The font-family should not matter. Just make sure to use the em length unit in your font-size attribute and you should be all set. Either that or use the relative-size keywords (i.e. small, large, x-large, etc.).

10:30:28 PM    

A new article on MSDN presents some benchmark results comparing the .NET Framework Data Provider for Oracle with the OLE DB provider when interacting with an Oracle 9i database. [System.Error.Emit]

Woah. That's a staggeringly huge difference. For anyone out there that is or is going to be backending their system with Oracle 9i, there's no question that you should used the managed provider and avoid OleDb like the plague. :)

10:15:58 PM    

There's an article over on the O'Reilly Network that compares the implementation of XML data binding in .NET to an implementation in Java called Castor. Basically, Castor is to Java as XSD is to .NET. It parses an XML Schema document and emits .java source files for each type.

I don't know if I like the author's choice of using the term "data binding" as it has a slightly different meaning usually: binding visual elements to data sources via some sort of implementation of the MVC pattern.

9:53:52 PM    

Gates: Slow going for .Net. Microsoft acknowledges that its key software plan has been slow to catch on and lays out an agenda to move it ahead. [CNET News.com]

Hmm... even though I know very well that .NET is used as an umbrella term, when I see headline like this I can't help but shake my head. In the article they're talking about the Web Services portion of .NET and how not many companies have hoped on the bandwagon as far as delivering custom services. I think is mostly due in part to the power of SOAP as it exists today not being fully understood and that a lot of people are waiting on features that are coming with GXA. Gates also had the following to say about .NET My Services:

"There were elements of (.Net My Services) that in some ways were premature," Gates said. "We feel good about (the vision of .Net My Services), but we made a couple of missteps on this."

The article goes on to say that the failure of .NET My Services was political not technical.

9:50:18 PM    

Thought you got rid of me, eh?! ;) Heheh, sorry for the silence for the past two or so weeks. We've been working pretty hard on reaching code-freeze for the next version of the Mimeo web site. I'm happy to say we reached that milestone last night and we're going to deliver this weekend.

This is the third major upgrade to the site since we launched in '99, so we're pretty much keeping in line with the yearly upgrade schedule most products seem to have. We've of course had minor upgrades in between, but those are never as radical as the major versions.

We've done many practice runs at converting our database schemas and releasing the code is a simple xcopy. We had three Murphy's law encounters last week as we were driving for code complete! Hopefully we can avoid any such encounters release night.

9:41:59 PM