Mike
Member since Feb 6, 2010
- Profile: /members/5377-mike.htm
- Comments: 5
Recent Blog Comments By Mike
-
ColdFusion 10 - Parsing Dirty HTML Into Valid XML Documents
Posted on Oct 12, 2012 at 6:24 PM
Ben I'm getting this error from your code. Unable to find a constructor for class com.sun.org.apache.xalan.internal.xsltc.trax.SAX2DOM that accepts parameters of type ( '' ). I'm guessing the path in var saxDomBuilder = createObject( "java", "com.sun.org.apache.xalan.internal.xsl... read more »
-
Smashing jQuery By Jake Rutter
Posted on Feb 15, 2011 at 3:43 PM
@Ben, Yes the Smashing HTML5 book was well writing.... read more »
-
Smashing jQuery By Jake Rutter
Posted on Feb 15, 2011 at 3:18 PM
Thanks I'll check it out. I just finished reading Smashing HTML5. http://www.amazon.com/s/ref =nb_sb_ss_i_1_30?url=search-alias%3Dstripbooks&field-keywords=smashing+html5+by+bill+sanders&sprefix=smashing+html5+by+bill+sanders... read more »
-
ColdFusion ExpandPath() And GetCurrentTemplatePath()
Posted on Nov 5, 2010 at 6:49 PM
Ok I'm been trying to fiqure this out for a long time. I'm trying to get my structure organized. Say I have this Root css.css Index.cfm ..Includes(Folder) Header.cfm Footer.cfm ..Test(folder) test1.cfm I'm trying to use header.cfm in multiple sub files of the root via cfinclude. But my c... read more »