Wednesday, October 17, 2007

Regular Expression for IP-Format

Here is the Regular Expression for the IP-Format. I used it for grepping different IPs from Apaches access.log

[0-9]*[0-9]*[0-9][.][0-9]*[0-9]*[0-9][.][0-9]*[0-9]*[0-9][.][0-9]*[0-9]*[0-9]

The only limitation is, that it's not delimited to 255.255.255.255 --> IP 999.999.999.999 will also be found :-)

Monday, October 15, 2007

Maven Plugin for Eclipse 2

On September 17th the new Version 0.0.11 of m2eclipse was released. This Version DOES fix the bug mentioned on August 16th
Goal "site" now works within Eclipse.

Monday, October 01, 2007

OnMouseOver Tooltip Popup with CSS

Found a real good Article on how to use CSS for a OnMouseOver Tooltip on Websites http://www.hot-elle.de/2007-02-21/css-onmouseover-tooltippopup/