Ask a Question related to Macromedia ColdFusion, Design and Development.
-
sonoflight #1
cfcache, generated comment, & DOCTYPE
Well, I was hoping this was going to be fixed in CF7 but it is not. I'm pretty
sure there is no way around it, but I figured I'd ask here.
When using server based page caching with <cfcache> tag. An html comment is
created on the first line of the page being cached. However, the first line is
reserved for the DOCTYPE declaration. With the comment generated by CF, it
cancels out the basis of having a doctype declaration, and therefore does not
allow standards based, css websites to be integrated with server caching.
Can this be fixed / worked around?
sonoflight Guest
-
Possible bug in cfcache on CFMX7?
We received an error report indicating a cfhttp timeout on our server. What is interesting is that there are no cfhttp calls in the page. Here is... -
CFCACHE and CSS
I am trying to use CFCACHE for a page that uses several CFINCLUDEs. When the cached page is retrieved some of the styles, in the "masthead", "menu"... -
cfcache
I want to know explanation of cfcache. But, I don't know how to do it and I'm confused about that. Then, I've just read cfcache example in cfstudio... -
<cfcache> and date format
I have a CFM file which display a Form. As this form is built from queries and is alway the same, I add the <cfcache> at top of coding, And I get... -
DOCTYPE
I have been researching css-p and following example tutorials on PVII. Now... if I use the entire DOCTYPE declaration that PVII suggest, I get... -
Ken Ford - *TMM* & PVII #2
Re: cfcache, generated comment, & DOCTYPE
This used to work with another problem.
Try adding this as the first line on the page:
<cfcontent type="text/html">
--
Ken Ford
PVII Support Team
[url]http://www.projectseven.com[/url]
Team Macromedia Volunteer - Dreamweaver
Certified Dreamweaver MX 2004 Developer
"sonoflight" <webforumsuser@macromedia.com> wrote in message news:d139lo$kd$1@forums.macromedia.com...> Well, I was hoping this was going to be fixed in CF7 but it is not. I'm pretty
> sure there is no way around it, but I figured I'd ask here.
>
> When using server based page caching with <cfcache> tag. An html comment is
> created on the first line of the page being cached. However, the first line is
> reserved for the DOCTYPE declaration. With the comment generated by CF, it
> cancels out the basis of having a doctype declaration, and therefore does not
> allow standards based, css websites to be integrated with server caching.
>
> Can this be fixed / worked around?
>
Ken Ford - *TMM* & PVII Guest
-
Mike #3
Re: cfcache, generated comment, & DOCTYPE
Man, this is FRUSTRATING... Thanks for the suggestion, unfortunately it doesn't seem to work. I've got the same issue.
I'm surprised this hasn't been discussed more on the web. Took me quite a while to find this little thread about the issue.Mike Guest



Reply With Quote

