Broken image on Google search results page
Thursday, October 5th, 2006Funny when the big guys get something wrong
I noticed this today on the google.com.au search results page; a nice little broken image!
Bugger!
History is not what happened. History is what was written down.
Funny when the big guys get something wrong
I noticed this today on the google.com.au search results page; a nice little broken image!
Bugger!
Charlie Arehart had an extremely interesting article today on JRun performance issues, particularly relating to high CPU cycles and memory usage.
The perpetrators in this example were thought to be search engine spiders (or ‘bots’) and/or RSS feeds.
Now bots may visit your website many times throughout the course of a single day, this could be [...]
The peeps over at Mach-II have been busy with the latest dot release of the Mach-II framework. Last week they released the Public Beta2 for 1.1.1 which you can download here.
A big note for Version 1.1.1 is Application.cfc support
Although Mach-II is a well known framework in the community it seems that Model Glue [...]
Roger Johansson wrote a nice article on why web standards still matter. He notes that recently there has been an increased level of interest and activity around web standards, but those that do strive for excellence in their code (i.e. web standards) are in the extreme minority.
I would tend to agree with this, take his [...]
Javascript is pretty cool and I’ll admit that I don’t get to do as much as I’d like with it. Today I’m going to briefly cover a few properties of any Javascript function which you can take advantage of:
arguments
callee
arity
arguments
The arguments property contains an array of input parameters which may be passed to the function. It [...]