Miniature Earth — valid XHTML markup

BTW, to have XHTML validated page, it was necessary to change the code provided by YouTube. For Miniature Earth they provided: <object width="425" height="344"> <param name="movie" value="http://www.youtube.com/v/kIUCTbi_XZs"></param> <embed src="http://www.youtube.com/v/kIUCTbi_XZs" type="application/x-shockwave-flash" width="425" height="344"></embed> </object><object width="425" height="344"> <param name="movie" value="http://www.youtube.com/v/kIUCTbi_XZs"></param> <embed src="http://www.youtube.com/v/kIUCTbi_XZs" type="application/x-shockwave-flash" width="425" height="344"></embed> </object> Should … Continue readingMiniature Earth — valid XHTML markup

Excellent site about CSS!

The very nice site for beginners — http://css.maxdesign.com.au/. A lot of information, examples, step-by-step solutions. BTW, there i’ve found another good page, Floats, Margins and IE — examples and workarounds for MSIE’s problem related to rendering floats.

Extract part of FreeRadius’ log

Today I needed to extract some records from FreeRadius” log — those with Called- or Calling-Station-Id like XXXYYZ[0-2]. Started to type #!/usr/bin/python in new file, but «suddenly» decided to do it with awk. If you don’t know — FreeRadius’s log contains «sections» separated by empty lines. Every … Continue readingExtract part of FreeRadius’ log