Further reading:
Mai 30, 2010
Mai 27, 2010
Conditional tags in Wordpress
You would like to know what type of page you are on? A list view or single view?
Mai 8, 2010
CSS Backgrounds and Borders Module Level 3
-moz-border-radius is not the solution but which browsers support the new CSS3? border-radius is what we want! The specification is here we just need the browsers to implement it. Internet Explorer does not up to version 8.
CSS Multi-column Layout Module
You always wanted a CSS Multi-column Layout Module? Well the Internet Explorer up to version 8 does not support it whilst most other browsers do.
April 2, 2010
Bug in mod_php: DNS cached after change
After a change of Domain Name Server (in /etc/resolv.conf) it seems to be necessary to stop and start the Apache server. A simple restart will not do. I have not done any tests on which versions of Apache and mod_php are affected.
März 16, 2010
Hacked computers spamming apache server log
If you find the following in the error.log of an apache webserver:
… [error] [client XXX.XXX.XXX.XXX] client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23): …
You can be sure that in most cases it is a computer, largely even running a webserver and many other services, with no firewall, lacking security precautions, xampp and phpmyadmin open to everybody, empty passwords, etc. sometimes they have all of these features at once. I have not checked for viruses but I expect most of them to even be infected or at least hacked and working for someone else than they ought to.
März 11, 2010
mod_mime_magic: invalid type 0 in mconvert().
If the error “mod_mime_magic: invalid type 0 in mconvert()” appears in your HTTP-Server e.g. apache log, it’s most probably a faulty mime-magic configuration. Do the following:
November 11, 2009
google go
The installation is quit as easy as they describe it on the Installing Go page. At the point when it comes to Mercurial installation the page states “works on most systems”.
Oktober 15, 2009
Java Garbage Collector in verbose mode
java -verbosegc
At petefreitag.com I found a very nice sumary on the subject of the extended read at java.sun.com.
