Community Member Profile
- Profile: /members/3059-Jamie-Krug.htm
- URL: http://jamiekrug.com/blog/
- Comments: 29
- Points: 305
Recent Blog Comments By Jamie Krug
-
ColdFusion Implicit Getter Has Incorrect Type For Being Called As A Function
Posted on Apr 5, 2013 at 7:34 AM
@Eric, The generated accessors is generally just a stylistic thing. I like them because you have your injected dependencies "documented" at the top of your CFC (with `property` definitions), there's less characters to read/type (e.g., "getFoo()" vs. "variables.foo&q... read more »
-
Matthew McCullough And Tim Berglund On Mastering Git - O'Reilly Video Series
Posted on Mar 21, 2013 at 1:30 PM
Rock on!... read more »
-
My Experience With AngularJS - The Super-heroic JavaScript MVW Framework
Posted on Jan 7, 2013 at 2:15 PM
@Sagar, No problem. Good luck!... read more »
-
My Experience With AngularJS - The Super-heroic JavaScript MVW Framework
Posted on Jan 7, 2013 at 11:41 AM
For folks looking to compare AngularJS with Backbone and other JS MV* frameworks, a few good comparisons and such popped up just recently: h... read more »
-
My Experience With AngularJS - The Super-heroic JavaScript MVW Framework
Posted on Jan 7, 2013 at 11:38 AM
@Sagar, some folks have tackled SEO issues with AngularJS: http://www.yearofmoo.com/2012/11/angularjs-and-seo.html read more »
-
HTTP Status Codes For Invalid Data: 400 vs. 422
Posted on Oct 17, 2012 at 10:25 AM
My pleasure! When I first read a spec definition for 422, it still didn't feel like a perfect fit, but it does seem better fit than 400. Cheers.... read more »
-
ColdFusion 10 - Script vs. Tags And My Coding Methodology
Posted on Apr 12, 2012 at 12:24 PM
Ben, this post makes me so very happy :D SQL is indeed the greatest challenge, but I tend to use tag-based gateway CFCs and script-based CFCs for services and just about everything else. Sure, I may have query-of-query situations in my services, so I'll either use script-based query for sim... read more »
-
Building Executable Scripts For The Mac OSX Command Line
Posted on Feb 14, 2012 at 11:25 AM
@Tom, UNIX is wonderful :D... read more »
-
Building Executable Scripts For The Mac OSX Command Line
Posted on Jan 24, 2012 at 5:15 PM
@Ben, LOL @ "I just want to pipe something into something else! :D" I know, piping is still just so cool, and useful everywhere. Have a look at the sed command--it's a crazy powerful stream editor, and you can pipe stuff to sed all day long ;-) read more »
-
Building Executable Scripts For The Mac OSX Command Line
Posted on Jan 17, 2012 at 2:51 PM
Hi Ben, The `#!/bin/bash` is commonly referred to as the sha-bang (or she-bang or sh-bang ), which is derived from sharp (#) and bang (!). I believe you'll need to make that the very first line of your script file, otherwise the command interpreter will ju... read more »
-
Man Down: Proof Beyond A Reasonable Doubt That Women Are Better At Everything By Dan Abrams
Posted on Apr 4, 2011 at 9:54 AM
Hey Ben, I just had to comment to say I was laughing out loud at the picture of you in your "NO ONE HAS LEFT A COMMENT" banner :) Sounds like a fun read too; thanks for sharing.... read more »
-
Creating A Simple ColdFusion Cache With Java Soft-References
Posted on Aug 12, 2010 at 12:52 PM
@Ben, As others have mentioned, ideally you just need to review logs and use monitoring tools as needed to identify exactly *what* the problem is, before attempting to fix it. I will point out a relatively simple observation though. You probably do not need to concern yourself with the JVM... read more »
-
From Windows To Mac - A Roller-Coaster Of Emotions
Posted on Aug 12, 2010 at 12:28 PM
@Ben: Now that I've read the full story, I've no doubt that Clark sabotaged your old laptop over night ;-) BTW, I too recall the good ol' college days of Pine for e-mail and emacs for C/C++ programming... I do use nano a good deal on Linux machines--never became one of those hardcore... read more »
-
JRUN Servlet Error: coldfusion.runtime.CfJspPage.bindImportPath
Posted on Jun 25, 2010 at 4:52 PM
@Larry, As much as I love the lightweight servlet containers like Tomcat and Jetty, and also prefer JBoss to JRun, there is still one little trick that only JRun provides (AFAIK). The JRun connector does a slick trick by which it somehow passes along the document root from a fronted Web ser... read more »
-
JRUN Servlet Error: coldfusion.runtime.CfJspPage.bindImportPath
Posted on Jun 25, 2010 at 2:38 PM
@Ben, great to hear!... read more »
-
JRUN Servlet Error: coldfusion.runtime.CfJspPage.bindImportPath
Posted on Jun 25, 2010 at 2:17 PM
Bummer! To think of the code you could have been writing instead :) But I'm so glad you identified the cause. I assume you confirmed that you needed the 8.01 update? You can download a current developer edition of CF8, which already has the 8.01 update applied, and create an EAR from that install... read more »
-
JRUN Throwing 404 Errors For PATH_INFO In Multiserver ColdFusion Installation
Posted on Jun 7, 2010 at 11:17 AM
@JC, If you used the CF Admin to create and deploy additional instances, you probably would not run into this issue, because it of course know it's deploying to JRun only. The issue arises when you use the installer to create an EAR (or WAR), which is meant to work on any J2EE compliant app... read more »
-
JRUN Throwing 404 Errors For PATH_INFO In Multiserver ColdFusion Installation
Posted on Jun 3, 2010 at 11:16 AM
Hey Ben, glad to help. To be clear, it's not so much that some J2EE app servers are lacking support for PATH_INFO, but rather a matter of url-pattern syntax in the servlet-mapping of the descriptor file (web.xml). I'm pretty sure the format used there by JRun is non-compliant with the J2EE specs... read more »
-
Track Document-Level Clicks With jQuery MouseDown Events
Posted on Nov 12, 2009 at 10:18 AM
Very cool. Once again, thanks for sharing! Also, the Jing audio/visual component is perfect. This kind of thing is conveyed so quick, clear and concise in video form.... read more »
-
Exploring IIS Mod-Rewrite For Rewriting URLs In A ColdFusion Application
Posted on Sep 2, 2009 at 11:06 AM
@Ben: My bad on the QSA (query string append) flag -- you're absolutely correct. It's required in your example and would be with Apache mod_rewrite as well. I should have confirmed with the docs before commenting ;-) My confusion stemmed from the fact that the query string *is* automaticall... read more »



