Community Member Profile
- Profile: /members/384-Chip-Temm.htm
- Comments: 3
- Points: 1
Recent Blog Comments By Chip Temm
-
I Just Can't Understand Object Oriented Programming (OOP) And Join Tables
Posted on Aug 18, 2007 at 6:03 PM
Two quick points: new list looping in CF8 and single INSERT syntax for MS SQL using Select. Note that I think on the MSSQL server side, the insert will compile the same whether you do it this way or as multiple INSERTs. The same is true for MySQL with the multiple set syntax. I wouldn't expect a... read more »
-
I Just Can't Understand Object Oriented Programming (OOP) And Join Tables
Posted on Aug 17, 2007 at 2:08 PM
Ben, It's nice to see someone put this problem out there. I think there are two flavors that you state: one where the relationship between classes is not attributed and one where it is. These are pretty different kinds of relationships. I have a great tome "Object Oriented Methods and Pri... read more »
-
Passing Data From A Pop-Up Window To A Parent Window Using ColdFusion And Javascript
Posted on May 2, 2007 at 2:50 PM
That is a sensible approach. You can also do this by convention across a system and avoid having to have the server generate your javascript. You can document that popups can always call the WINDOWNAME_response(responseObject) function to post data back to the opener. This lets you have diffe... read more »



