Problem I have some pretty basic Regex that scans the output of a HTML file (the whole document source) and […]

Problem I am trying to generate JSON from a query. All this seems to be too much grinding it out. […]

Problem As explained in my blog article… I was looking up the docs for Javascript’s String replace() function the other […]

Problem This is how I write all my database interactions now in Lucee: storedproc procedure=’OrderDetail.WhereOrderHeaderID’ { procparam value=session.Usr.UsrID; procparam value=url.OrderHeaderID; […]