Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
@memco and others

I have just about finished the foundations of the cms.

So far my main concentrations have been on tempting and cacheing the template i had a poke around the internet and expanded on some examples. So a cache is currently stored of different parts of the site. For instance the header is cached for 8 hours as it is not expected to change often, but the content is cached for 2 hours but its on a per module.
For instance, the forum is cached for 5 minutes and the home page content for 2 hours.
All the urls are rewritten to make them easier to remember and look nicer but i have not started on login and blocks yet. I have a pretty complete forum module from my old site that i will work in and other features once there rewritten and cleaned up.

Demo

Source Code
 
IE 8 issues

Not sure if this is worth using or recommended, but if your conditional statements allow the page to render properly in IE6 / IE7 but not IE 8, you could think about using IE 8's compatability mode to render the page as IE 7.

I do believe the code is:

Code:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

How does everyone else feel about this as a possible solution?

-Justin
 
Not sure if this is worth using or recommended, but if your conditional statements allow the page to render properly in IE6 / IE7 but not IE 8, you could think about using IE 8's compatability mode to render the page as IE 7.

I do believe the code is:

Code:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

How does everyone else feel about this as a possible solution?

-Justin

Looks like a poor idea in my opinion IE8 should render a page like every other browser on the market instead of using yet another broken rendering engine that conforms only to whatever nonsense standards microsoft are trying to set different from everyone else.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.