It seems that Microsoft has reversed their previous decision to make Internet Explorer 8 crippled by default. They will be enabling the standards compliant mode by default in IE8, and webmasters will have to use the X-UA-Compatible header to force it into IE7 mode, for sites that can’t be updated immediately. [...]
By Dougal
|
Also posted in Browsers, CSS, Community, Design, Standards, Tech, Web Design
|
Tagged Browsers, CSS, forwardcompatibility, futureproof, ie8 ie7, InternetExplorer, Microsoft, pleasesirmayihaveanother, Standards, webstandards
|
Internet Explorer 8 passes the Acid2 test. Huzzah!
But waitaminnit… What’s this stuff about forward compatibility by adding some new X-UA-Compatible header to my pages or my server? Am I reading this right? Are you telling me that in order for IE8 to use its fully compliant rendering, we have to add something new to our pages? And that if we don’t, it will fall back to rendering pages just like IE7? Is that what this means?
That’s just dumb.
Screw their stupid “don’t break the web” motto. [...]
By Dougal
|
Also posted in Browsers, CSS, Community, Design, Standards, Tech, Web Design
|
Tagged Browsers, CSS, forwardcompatibility, futureproof, ie7, ie8, InternetExplorer, Microsoft, pleasesirmayihaveanother, Standards, Stupid, wasp, webstandards
|
WeLoveWP.com highlights great looking WordPress sites, and it’s powered by WordPress, too!
From time to time, someone will hear that I’m involved with WordPress, and ask me a few questions about it. [...]
Say we’re writing a program in Perl, and we need to pass a lot of data back and forth between subroutines. Using global variables is bad practice, and we often use the slightly-less-bad method of passing around a big hash variable. But it’s a pain to always use the values in the hash, so a lot of our code uses individual scalar variables, and stick them into (and pull them out of) the hash as needed. [...]
I’ve been planning to write up a plugin to serve as an example of using the WordPress Object Cache, but haven’t had time to finish it up. However, this topic came up on the wp-hackers mailing list recently, so I thought that I would go ahead and give a brief rundown on how to use the cache from within your own plugins.
The goal of the WordPress Object Cache is to provide a way to persistently store results from expensive queries in an external cache file. [...]
Alice takes her car to a repair shop on Monday. She walks inside and talks to Bob, the customer service representative behind the counter. “My car seems to work pretty well, but occassionally it makes an odd noise. When can you have it fixed, and how much will it cost?”
Bob smiles and replies, “we can have your car ready by noon on Friday, and it will cost $200.” Alice says that this is acceptable, and leaves her car to be worked on.
On Wednesday afternoon, Bob talks to Charlie, the mechanic. [...]