Archive for December, 2004

Dream is complete

It is hard to find the right words. There is nothing new to see, nothin’ else to expect, to eagerly await. The dream is over, I’m awake.

For the previous two extended installments, I could not wait and kept buggin’ the local distributor for weeks, hoping to pick it up the same day it’s out.

Because of the personal tragedy, enthusiasm for the last part was missing. I did not bought it the first day it was in the store. The whole week passed, as I decided to wait for the collector’s gift set edition to appear.

The urge to watch as soon as I got home was also gone. With Two Towers, I first got it into the DVD player, hit Play and then took my shoes off and changed clothes (while the intro was running). With Return of the King, I got home, talked to my girlfriend, called my mom and sister in Pirot, had dinner…there was no rush at all.

Ring, with faded image of Arwen Undomiel

I finished the first watching now, and despite the dark thoughts that clouds my mind in the last few weeks, Return of the King managed to transcend me into this beautiful, enchanted world – for those few hours I was…calm. Words fail me and are slow to come by. It will need more viewings. I might never get to do the actual writing of the whole trilogy. It would not matter really. These will be the movies I will replay for life.

Continue Reading →

Tabs revisited

About one year ago, I published two posts dealing with creation of tabs out of unordered lists. Nested tabs or two-level navigation was about one line of tabs + subtabs for each, with active (selected) item. Variable tabs were one-line navigation, were some items have different design.

Back then, I knew that none of them was perfect, but it suited my needs and I left them be. One year is the long time though, especially in the fast-blossoming field of CSS design. New tricks were discovered since then and it was time to update that code. I had some time to do it now.

Both tabs examples are improved and works almost perfect. Unneeded markup (like clearing div) is removed in both cases.

Continue Reading →

Tip: input sizing in IE

Weekend discovery (could be hot water for some)…Look at this example page. No CSS at all is applied to the first line of input fields. input { font-size: 1em; } is applied to the second line.

Now, open this in IE, and try setting your default text size to Largest and then to Smallest. You will see that first two fields do not change their size at all, while the second two obey. In few other browsers I tried, this does not happen.

What exactly is the core of the problem is unknown to me. One guess is that IE sets the predefined field size in pixels, and it is known fact that IE can’t resize pixels. When the unit is changed to ems, it works as you expect.

No matter what is the cause, this is the issue to watch for.

Disk Order

Disk Order is the product of russian LikeMac Group. Version Tracker says it had 2.5k downloads so far, which is a small number for such a great and promising app.

The authors say that they looked upon Total Commander when they built their app. It could not have been done any other way, really. TC is now at version 6.03, it’s stable application with proven concept.

Continue Reading →

I work faster on Win than Mac

I worked with iBook G4 lately and was using it as a development machine for urgent work. My main environment is Windows 2003, so this was the chance to compare the two OS in full productivity mode. My usual working setup is file manager + HTML/CSS editor + FTP software + one or two browsers + whatever I need (like Photoshop). On Win, that means Total Commander (has built-in FTP), TopStyle Pro, Firefox and IE. On Mac, it’s SubEthaEdit or Dreamweaver, Finder, RBrowserLite, Safari.

Continue Reading →