Sami Hoda
Member since Dec 11, 2008
- Profile: /members/21-sami-hoda.htm
- URL: http://www.bytestopshere.com
- Comments: 11
Recent Blog Comments By Sami Hoda
-
Logging Client-Side Errors With AngularJS And Stacktrace.js
Posted on Oct 3, 2013 at 2:18 PM
Have you seen this? http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/logging-client-side-errors-with-hoth-367... read more »
-
Getting ColdFusion, Helicon Ape, X-SendFile, URL Rewriting, And IIS To Work Together
Posted on Sep 29, 2013 at 1:27 AM
All, NGINX on Windows rocks. We run it as a service, and have done so for almost 3 years. It does all the caching, gzipping, header manipulation, SES, and yes, X-SendFile stuff. All the trick you could ever want. Basically we run NGINX -> Tomcat -> CF. Its super light, super fast, and super ... read more »
-
Getting ColdFusion, Helicon Ape, X-SendFile, URL Rewriting, And IIS To Work Together
Posted on Sep 26, 2013 at 5:10 PM
Ben - seriously dude, checkout NGINX. You'll stop losing sleep.... read more »
-
Tiny Test - An Exploration Of Unit Testing In ColdFusion
Posted on Apr 29, 2013 at 2:51 PM
Good work. Keep building on it!... read more »
-
A Better Understanding Of MVC (Model-View-Controller) Thanks To Steven Neiland
Posted on May 23, 2012 at 9:40 PM
Ben - great article. One thing to note, a pet peeve of mine: bad code= <cfif errorMessage NEQ "> good code= <cfif len(trim(errorMessage))>... read more »
-
Using RequireJS For Asynchronous Script Loading And JavaScript Dependency Management
Posted on Oct 26, 2011 at 8:40 PM
Ben, Which one would you prefer then - LabJS or RequireJS, and why?... read more »
-
Seven Languages In Seven Weeks: A Pragmatic Guide To Learning Programming Languages By Bruce Tate
Posted on Nov 20, 2010 at 3:07 PM
Ben - this is very valuable. I'd love to teaching programming using this "buffet" approach. "All you can program."... read more »
-
Reading In File Data One Line At A Time Using ColdFusion's CFLoop Tag Or Java's LineNumberReader
Posted on Sep 18, 2010 at 12:26 PM
If you are looking for specific line numbers, you could use this CFC I wrote a while back: http://filebyline.riaforge.org/ Its pretty flexible - some methods: getLine, setLine, insertLine, deleteLine...... read more »
-
REReplace ColdFusion Custom Tag - Another Regular Expression Experiment
Posted on Feb 2, 2009 at 4:39 PM
Ben, Very well done. This is quite impressive.... read more »
-
Exploring The Cardinality And Selectivity Of SQL Conditions
Posted on Dec 8, 2008 at 8:50 PM
Good stuff both of you guys!... read more »