0

CFCACHE, IE, CSS and XHTML

CFCACHE, IE, CSS and XHTML via @largestartist Posted by Jose Cuadra on September 4, 2009 Tags: | | | | | | | Filed Under: References

Yesterday I experienced an unusual rendering issue in Internet Explorer. The entire layout was aligning left and a couple z-index declarations were being ignored. Usually you can fix the minor issues with some Conditional Comments but these inconsistencies were too great to blame on the Trident Layout Engine(MSHTML). Besides, before I added Coldfusion to the mix it rendered properly in every browser.

Continue Reading…

1

Random Functions

Random Functions via @largestartist Posted by Jose Cuadra on July 21, 2008 Tags: | | | | Filed Under: References

Random text or images is an easy feature to deploy that can develop interest on a project. Any application can benefit from not presenting the same information over and over during every visit. I have listed examples in JavaScript, ActionScript, PHP, and Coldfusion.

Continue Reading…