Skip to main content

Posts

Showing posts with the label I don't get it

More Things To Be Mad About

There is no US Embassy in Minsk, Belarus. As a result, people who need to go through an interview for a green card, like my mother, need to go to the nearest city which has one. In good old communist times it would be Moscow, the capital of the whole USSR. The trip there would entail overnight train Minsk-Moscow, spending a day in a city, and overnight train back. No visa required, naturally. Today, despite the fact that old Soviet Union fell apart and old Soviet Republics are separate states, the trip to Moscow would go pretty much the same way. But the wizards at National Visa Center came up with a different plan. Everything my mom needs is done in Warsaw, Poland. Why? NO IDEA. May be it's closer. So my mother had to pay for Polish visa, go through the medical exam they require, wait for ten days to get the visa, go to Warsaw, and all this just to find out that the medical form for her green card is not in a correct format (which was never specified, by the way), and—this is my ...

On The Endless Wonders Of Internet Explorer

May be somebody will stumble upon this post and save some time for him/herself. Apparently—it only become apparent after several hours of trial, cursing and error, as it usually goes with IE—, Internet Explorer (up to version 7) throws a runtime error, if you try to modify innerHTML of the dynamically created element under certain conditions. The conditions, as it always go with IE, are significantly lacking consistent logic. For starters, if you assign innerHTML to the element before you insert it into a DOM tree, the error may not come up at all, but will surface later, when you try to modify it. So far it looks like the error mostly comes up, if you change innerHTML of the block element inserted into inline element (which is not kosher in standard-compliant HTML, so it makes sense), and some nested block elements (like DIVs inside Ps—why is that considered wrong, too?—for instance). So, if one really-really need to insert a division into a paragraph, and w...

Things I Do Not Get II

Something's telling me that there will be a lot of posts with this name, that's why I made up a special label for them. This post's issue is taxes, and the thing I don't get is: why if I dutifully put in all my dependents in my W-2 form, and then repeat the process in my 1040 form, I end up owing taxes? And I am not saying hundreds of dollars. I am saying THOUSANDS. The time for taxes is, of course, passed, and all I owed is paid, but why? I was naive enough to actually expect a refund this year, and that refund would help A LOT. Darn it, I am still not over. In addition to that my daughter's taxes, which I prepared with TurboTax, are proved to be wrong at least on the state level (the state of New York apparently disagrees with TurboTax on the matter of who can claim child care expenses as a deduction—long story short: my daughter and her son were both my dependents for the year of 2007, but she paid for the child care institution, Cassian goes to, and according to...

Things I Do Not Get

Amongst many things, and in no particular order: A Web-standard-compliant box model. Why the default size of the box is determined by it's contents, and why the padding should be added to the overall dimensions. The Internet Explorer's model makes more sense (blasphemy). It does. Another CSS thing which puzzles me: why I can float things right and left, but not to the center? Right and left here are in fact top-right and top-left, but I sooo could use bottom-right and bottom-left positions as well... And why decided that vertical margins should collapse? Not a very important one, but still... really, why?