David Dykstra
Member since Sep 29, 2012
- Profile: /members/10315-david-dykstra.htm
- Comments: 6
Recent Blog Comments By David Dykstra
-
Exploring Sample Software Application Layers And Responsibilities
Posted on Feb 25, 2013 at 10:28 AM
@Ben, You brought up a common problem I've noticed in a lot of web application development, cutting corners. I think it would be interesting if we abstract the different layers of web application development and approach a software engineering perspective to model a process for creating these rich ... read more »
-
Exploring Sample Software Application Layers And Responsibilities
Posted on Feb 22, 2013 at 11:01 AM
Agreeing with Paul, I think it is key to think about readability, maintainability, and avoiding code duplication in all parts of development. Sometimes one needs to break the system into smaller parts to see the commonalities. Where it gets tricky is when you have to sacrifice readability for code ... read more »
-
Setting ETag Headers Regardless Of File Content In ColdFusion
Posted on Sep 29, 2012 at 11:52 AM
Hey Ben, thanks for the wonderful tutorial. I haven't been able to get this to work in safari. For some reason safari is not sending an http_if_none_match in the request header for my cfm. Can you confirm this or am I just going crazy?... read more »