Checking if two cubic Bézier curves intersect gives a link to http://cagd.cs.byu.edu/~557/text/ch7.pdf .. sounds readable on first pass.. but it is not code.
I am wondering if someone has actually implemented this algorithm in any common programming language. I would be interested in some Javascript code (other languages OK) that can implement the algorithm using two cubic Bézier curves, or a Bézier curve and a straight line.