Monday, January 28, 2008

Back To SoCal

Arriving at ONT at 10AM, show up at the office around 11:30AM.

While finishing the NGS Policy XML - database verification, I uncorked nasty application behavior. Consider:
<party>
<name>Acme</name>
<address>Address1</address>
<address>Address2</address>
</party>

Normally this XML is transformed into:

Party table
PartyIDName
1Acme

Address table
AddressIDPartyIDAddress
11Address1
21Address2

But nooooooo, the wise developer did this instead:

Party table
PartyIDNameAddr1Addr2
1AcmeAddress1Address2

Now I have to think about catching the wrench before it hits the wheels.

Anyway, mum bought a big painting on Sunday. Since it didn't fit into Lisa's car, I was volunteered to transport the items.

I managed to get some rest around 10PM.

Long day - it is.

No comments: