Jamie Krug
Member since Mar 6, 2009
- Profile: /members/3059-jamie-krug.htm
- URL: http://jamiekrug.com/blog/
- Comments: 34
Recent Blog Comments By Jamie Krug
-
Creating Asynchronous Alerts, Prompts, And Confirms In AngularJS
Posted on May 29, 2014 at 10:47 AM
@Ben, Yes, I definitely dig the structural grouping of files. I'm on board with this: https://docs.google.com/document/d/1XXMvReO8-Awi1EZXAXS4PzDzdNvV6pGcuaF4Q9821Es/pub This 3-part blog series also has some good thoughts: http://www.artandlogic.com/blog/2013/05/ive-been-doing-it-wrong-part-1... read more »
-
Creating Asynchronous Alerts, Prompts, And Confirms In AngularJS
Posted on May 28, 2014 at 10:54 AM
Hi Ben! Fun experiment :) This is very loosely related, but this post reminded me of a nice little notification app design used in the non-trivial AngularJS demo, "angular-app." It implements i18n and services track notifications for the current route and the next route. You can explore th... read more »
-
My Experience With AngularJS - The Super-heroic JavaScript MVW Framework
Posted on Mar 4, 2014 at 11:19 AM
@Himaja, This talk from Google's DoubleClick team, at ng-conf, may provide some ideas for you: "Writing a Massive Angular App at Google" - http://youtu.be/62RvRQuMVyg There's a good chance much larger apps than yours have been built with AngularJS, but you may have reached some use cases... read more »
-
My Experience With AngularJS - The Super-heroic JavaScript MVW Framework
Posted on May 28, 2013 at 11:08 AM
@rohan, You might also check out this demo app: https://github.com/angular-app/angular-app... read more »
-
My Experience With AngularJS - The Super-heroic JavaScript MVW Framework
Posted on May 27, 2013 at 11:09 AM
@rohan, Here's a post with good ideas on module and file organization with AngularJS: http://cliffmeyers.com/blog/2013/4/21/code-organization-angularjs-javascript... read more »
-
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"), a... 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: http://www.quora.com/Ember-js/Which-one-of-angular-js-and-ember-js-is-the-better-choice/answer/Patrick-Aljord http://www.nebithi.com/2012/12/27/backbone-and... 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 https://github.com/yearofmoo/AngularJS-SEO-Article... 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 simple stuf... 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 ;-) http://www.grymoire.com/Unix/Se... 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 just interpret (ignore) it as... 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 heap and... 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 vi people. I... 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 server (Apa... read more »
-
JRUN Servlet Error: coldfusion.runtime.CfJspPage.bindImportPath
Posted on Jun 25, 2010 at 2:38 PM
@Ben, great to hear!... read more »