How to align a DIV box at the center using CSS

Posted on May 16, 2009

Here are some examples of how the new web standard of CSS deals with horizontal positioning.

<div style=”text-align: center;”>test</div>

test

<div style=”text-align: center; width: 200px;”>test</div>

test

<div style=”text-align: center; width: 400px;”><div style=”width: 200px;”>test</div></div>

test

<div style=”margin-left: auto; margin-right: auto;”>test</div>

test

<div style=”margin-left: auto; margin-right: auto; width: 200px;”>test</div>

test

<div style=”width: 400px;”><div style=”margin-left: auto; margin-right: auto; width: 200px;”>test</div></div>

test

How to rotate Apache logs on Windows

Posted on Apr 15, 2009

Rotating Apache logs files on Windows platform is not so much different from doing it on Linux or other Unix. There are just two things to remember. First, the name of the utility provided for this purpose is “rotatelogs.exe” instead of just “rotatelogs”. It is in the “bin” directory of the Apache installation path. Plus, if your Apache installation path contains any space as in “C:/Program Files/Apache2”, you need to put the escape character, “\” (backslash) before and after the path string. (Note that you must use forward slashes within path strings where filenames are specified.)

The following is an example of rotating log files every seventh day. “ErrorLog” directive seems to require a full path, but somehow “CustomLog” does not.

ErrorLog “|\”C:/Program Files/Apache2/bin/rotatelogs.exe\” \”C:/Program Files/Apache2/logs/error.%Y%m%d.log\” 604800″

<IfModule log_config_module>

CustomLog “|bin/rotatelogs.exe logs/access.%Y%m%d.log 604800” common

</IfModule>

Santorini

Posted on Feb 25, 2009

한계레에 박재동 화백이 연재하는 ‘손바닥 아트’라는 칼럼이 있는데

최근에 그리스를 다녀오신 모양인지 그리스 그림이 몇 주 째 올라온다.

이번 것은 ‘햇살 한 가방’이라는 제목의 산토리니 풍경인데

그림도 따스하고 몇 문장 안되는 글이 신혼여행 때 다녀온 그곳의 모습을 절로 떠올리게 만든다. 원문보기

나중에 한 번 예지를 데리고 다시 가 볼 수 있으면 좋겠다는 생각을 했다.

santorini2

Continue…

Jiwoo’s

Posted on Feb 1, 2009

jiwoo-029

Thanksgiving Day, 2008 예지와 아빠

작년에 초대받아 가서 처음 만나고 알게된 지우네 집에서 찍은 사진이어요.

Continue…

BCS picnic

Posted on Jan 23, 2009

bcs-picnic

Pineway Ponds Park, Spencerport, NY 10/5/2008

I looked over my old photos to find good ones in which I am with Yehji and I realized that I don’t have many.

Probably it is because I’m usually the person carrying the camera in my family, so I had less chance to be a subject.

Thankfully one of my BCS friends took this picture for me at BCS picnic so that I can keep a piece of happy memory.

Yehji wasn’t good at catching timing though. She closed her eyes. 😀