Community Member Profile
- Profile: /members/2172-Jose-Galdamez.htm
- URL: http://www.josegaldamez.com
- Comments: 44
- Points: 441
Recent Blog Comments By Jose Galdamez
-
Extending The Application.cfc ColdFusion Framework Component With A Relative-Path Proxy
Posted on Sep 25, 2012 at 2:25 PM
This post came in real handy when I had to set up a sandbox folder. Within the sandbox I needed the onApplicationStart method to load all the singletons, but I needed to override onRequestStart and onRequestEnd since they both include the site layout. Having a RootProxy.cfc allows me to extend th... read more »
-
The Anti-Spam Technique Used On My ColdFusion Job Board
Posted on Mar 18, 2011 at 10:25 AM
If you want to keep out the manual spammers go for a CAPTCHA like this. http://farm3.static.flickr.com/2174/2268237733_cda4a1dbb3.jpg :-)... read more »
-
Using CSS Fixed Position Elements Across Browsers
Posted on Nov 22, 2010 at 2:39 PM
@Chris Here's another jQuery plug-in I found today that does the trick you were asking about earlier. http://blog.echoenduring.com/2010/11/15/freebie-contain... read more »
-
I Have More Money Than Time
Posted on Nov 12, 2010 at 11:06 AM
I think the best thing that I got from this post is that there is now an Evil Ben Nadel.... read more »
-
Using The Regular Expression Boundary Match \G To Find The End Of The Previous Match
Posted on Sep 24, 2010 at 11:04 AM
<cfcomponent hint="Ben Class" extends="Superman Class"> <cffunction name="init"> <cfscript> benchPress( 400 ); legPress( 800 );
-
Connecting Python To Apache On My MacBook Pro Using A VirtualHost
Posted on Aug 9, 2010 at 10:02 AM
All this talk about people trying out Python is incredibly eerie. I decided to start learning it on a total whim about two weeks ago. I'll have to keep an eye out for future Python posts.... read more »
-
ColdFusion CFQueryParam List Attribute Is Sweeet!
Posted on Jul 27, 2010 at 2:43 PM
@Ron Glad I could be of assistance. CFQUERYPARAM really is a great one to have, even if it does get a bit tedious to write out multiple times. :)... read more »
-
ColdFusion CFQueryParam List Attribute Is Sweeet!
Posted on Jul 27, 2010 at 10:18 AM
@Ron If I'm understanding your question correctly, it sounds like you are literally storing the code "<cfqueryparam..." inside a string and then outputting that string inside <cfquery>? If so, the tag doesn't work that way. CFQUERYPARAM is executed at runtime, so in order for it to... read more »
-
Mastering The ColdFusion Application Framework
Posted on Jun 3, 2010 at 10:32 AM
@Tony That's too bad considering CFWheels has the best video tutorials I've seen to date.... read more »
-
Mastering The ColdFusion Application Framework
Posted on Jun 1, 2010 at 10:17 AM
@Ben I think a good compromise for TIOBE would be to bundle all the CFML engines (ColdFusion, Railo, OpenBD) into one "CFML" label, but I highly doubt that's ever going to happen. I think the only group with the official size of the CF developer community is Adobe. The way I see it, as long... read more »
-
Mastering The ColdFusion Application Framework
Posted on Jun 1, 2010 at 9:26 AM
Great topic. I just find it a bit strange that the "framework" aspect of ColdFusion is the reason why it's not included on the TIOBE index. http://www.tiobe.com/index.php/content/paperinfo/tpci/index... read more »
-
Getting Ready For Scotch On The Rocks (SOTR) 2010
Posted on May 20, 2010 at 10:41 AM
Roll 'em up!... read more »
-
Using CSS Fixed Position Elements Across Browsers
Posted on May 18, 2010 at 11:33 AM
When Microsoft campaigns against IE6 you know it's bad. http://www.microsoft.com/australia/technet/ie8milk/... read more »
-
ColdFusion CFPOP - My First Look
Posted on Apr 7, 2010 at 10:41 AM
@Ben I've yet to test it myself, but I'm under the impression is only for bounce backs. Is that what you were trying it out for? I don't come back into work until Friday, but I can toy around with it more then. I would probably do this: send an email from account A to account B with a failto... read more »
-
ColdFusion CFPOP - My First Look
Posted on Mar 19, 2010 at 4:24 PM
@Ben Thanks for the follow up! The root of the problem had to do with being able to trace bounced emails to specific records in a DB table. Let's say you run an email campaign and you get 1,000 bounce backs. For each bounce back, you would a) not want the sender to receive the bounce... read more »
-
Thoughts And Goals For 2010
Posted on Mar 19, 2010 at 12:52 PM
@Ben Do bodybuilders from our generation take glucosamine supplements to strengthen joints for this type of exercise? I'm assuming in your early 30s, no?... read more »
-
ColdFusion CFPOP - My First Look
Posted on Mar 1, 2010 at 7:13 AM
@Delon Sure. Feel free to email me. galdamez@mac.com I had to a similar project with 1,000+ bounce backs. Using a combination of CFPOP, some looping, and RegEx I was able to compile a list of about 95% of the bouncing email addresses. Afterwards, I ran a similar loop to remove the bou... read more »
-
My DZone Interview With Dan Wilson: Creating Software Simulations Using Interface-Driven Architecture
Posted on Mar 1, 2010 at 3:45 AM
Nice interview. Looks like you guys had a great time down there.... read more »
-
ColdFusion CFPOP - My First Look
Posted on Mar 1, 2010 at 3:20 AM
@Delon Good to hear you're making some progress. Maybe if you post the sample text that shows the Mailer ID one of us can write the RegEx you would need to extract the number. Good luck.... read more »
-
ColdFusion CFPOP - My First Look
Posted on Feb 28, 2010 at 5:09 PM
@Delon Check this UDF out. http://cflib.org/udf/getEmails My suggestion would be to run a query loop through whatever is returned from CFPOP. Use this UDF to extra email addresses from the body. Most of the times bounce... read more »



