Peter Pham
Member since Apr 5, 2011
- Profile: /members/8102-peter-pham.htm
- URL: http://www.learnosity.com/
- Comments: 3
Recent Blog Comments By Peter Pham
-
Parsing, Traversing, And Mutating HTML With ColdFusion And jSoup
Posted on Apr 9, 2012 at 8:41 AM
I wonder if it can execute javascript of destination URL and grab the dynamic generated DOM after that.... read more »
-
ColdFusion 10 - Parsing Dirty HTML Into Valid XML Documents
Posted on Feb 29, 2012 at 6:16 AM
Very cool. However I have been using Railo for a while, and it also comes with a function htmlParse() to convert string to XML Doc. Anyway, it is a bit annoying that when you have a XML Doc, you cannot really convert it back to original html string perfectly with function toString(xml) due to the f... read more »
-
Returning NULL Values In JSON Using SerializeJSON() And ColdFusion
Posted on Apr 5, 2011 at 5:01 PM
If you DeserializeJSON { "jsonrpc":2.0, "error":null, "result":"Blam!" }, you will not get back the original NULL value because ColdFusion9 cannot understand it. On the other hand, if you ever use Railo 3.2, the result is even more interesting. When Railo enc... read more »