lighttpd, allow “Access-Control-Allow-Origin:*” headers on the server status page
Maybe there’s someone out there who needs to read the output of lighttpd’s status for monitoring purpose like me tonight,…
Maybe there’s someone out there who needs to read the output of lighttpd’s status for monitoring purpose like me tonight,…
/** * 1 + Floor(LogBase10(number)) * */ function digits(n) { return 1+Math.floor(Math.log(n)/Math.log(10)); } Yes, javascript doesn’t have a Math.log10() function.…
So maybe you’ve seen this very famous fractal called the Sierpinksi Fractal. A few days ago I heard that you…
Many times you’ll be working on something in HTML that could be long and repetitive, and then for some reason…
So I downloaded yesterday the latest Software Update for Mac OSX and it included an update of the Safari Web…