db
Member since Dec 11, 2008
- Profile: /members/952-db.htm
- Comments: 3
Recent Blog Comments By db
-
Select Any XML Node With A Given Value Using ColdFusion And XPath
Posted on Jul 25, 2007 at 3:03 PM
yeah, those lists can be too much information, sometimes. if you right click on the page and select 'inspect element', you get more specific info. a bar at the top of the console has the element and its parents, and the xpath info.... read more »
-
Select Any XML Node With A Given Value Using ColdFusion And XPath
Posted on Jul 25, 2007 at 8:28 AM
firebug does a nice job of showing xpath - open the console and click the 'dom' tab. when you mouseover the elements (in blue) in the list on the right, the xpath is displayed, and the element is hilited on the page. right click to copy the xpath.... read more »
-
Randomly Selected vs. Evenly Distributed
Posted on Jul 19, 2007 at 9:47 AM
here's something to get you started - http://www.coldfusionjedi.com/index.cfm/2006/8/16/ColdFusion-101-Picking-a-random-image-2... read more »