Community Member Profile
- Profile: /members/972-Dan-Vega.htm
- URL: http://www.danvega.org/blog
- Comments: 45
- Points: 167
Recent Blog Comments By Dan Vega
-
jQuery 1.4 Reference Guide By Karl Swedberg And Jonathan Chaffer
Posted on Feb 15, 2010 at 9:53 AM
Does anyone know if/when a follow up to Learning jQuery is planned? I want to know if I should pick up 1.3 or just wait for the new book to be released.... read more »
-
ColdFusion 9 CFScript Comments Handle Name-Spaces... And Just About Anything
Posted on Jan 26, 2010 at 10:09 AM
I am going to buy the following domain and point it to your website Ben. HA ;) http://www.tagsareforui.com... read more »
-
ColdFusion 9 CFScript Comments Handle Name-Spaces... And Just About Anything
Posted on Jan 26, 2010 at 10:02 AM
When you can show me that the execution is causing performance issues I will listen :) HA..... read more »
-
ColdFusion 9 CFScript Comments Handle Name-Spaces... And Just About Anything
Posted on Jan 26, 2010 at 9:52 AM
I could not agree more Ben, I think that syntax is really fugly ;)... read more »
-
ColdFusion 9 CFScript Comments Handle Name-Spaces... And Just About Anything
Posted on Jan 26, 2010 at 9:43 AM
Good to know Bob, thanks!... read more »
-
ColdFusion 9 CFScript Comments Handle Name-Spaces... And Just About Anything
Posted on Jan 26, 2010 at 8:57 AM
It was that very concept that started me down the path of http://hyrule.riaforge.org . Little did I realize that you grab that info in previous versions, but as they say better late than never :)... read more »
-
ColdFusion 9 Script-Based Method Definitions Work Inside CFScript
Posted on Jan 13, 2010 at 2:56 PM
99% sure it just ignores it, but then again I never make a mistake so It does not affect me ;) ha... read more »
-
ColdFusion 9 Script-Based Method Definitions Work Inside CFScript
Posted on Jan 13, 2010 at 12:53 PM
Adam - Just to be clear you *don't* need to use the javadoc syntax. You can define component, parameter and function level attributes using both inline and javadoc syntax.... read more »
-
ColdFusion Builder Extension: Regular Expression Find And Replace
Posted on Dec 3, 2009 at 2:20 PM
Its no Ben Nadel Code Converter but it will do!... read more »
-
ColdFusion Builder Extension: Regular Expression Find And Replace
Posted on Dec 3, 2009 at 1:01 PM
Awesome stuff Ben! ColdFusion builder is going to make my favorite IDE event better! I am loving the extensions that have already come out and excited to see what talented people like yourself come up with!... read more »
-
Learning ColdFusion 9: Iterating Over Pseudo XML Node Wrappers With CFLoop
Posted on Oct 31, 2009 at 1:45 PM
That is pretty awesome, nice find!... read more »
-
Ask Ben: Creating ColdFusion Templates On The Fly
Posted on Sep 21, 2009 at 10:39 AM
I just went through this exact same thing. I think this is where reMatch really shines nicely. No matter what your variable holder is (mine was {var}) you can use a regular expression to return an array of all your "variables" in the document. If your variables are named the same as your replacem... read more »
-
CFDirectory Filtering Uses Single Character Wild Card
Posted on Sep 9, 2009 at 11:11 AM
@Mike D - You would have to do a query of queries to accomplish that. If you are working with a very large recordset you could always dip into Java to accomplish that.... read more »
-
Project HUGE: Success Strategy For Working Out When You're Tired
Posted on Feb 5, 2009 at 6:15 PM
That is one big Governor :)... read more »
-
My 1,000th ColdFusion Post - What It Means To Me (And Free Prizes)
Posted on Jan 23, 2009 at 1:11 PM
<cfset reasonsILoveCF = arrayNew(1)> <cfset arrayAppend(reasonsILoveCF,"Rapid Application Development")> <cfset arrayAppend(reasonsILoveCF,"Easy To Learn")> <cfset arrayAppend(reasonsILoveCF,"Powerful")> <cfset arrayAppend(reasonsILoveCF,"Usually the... read more »
-
Project HUGE: Trying Out A 4-Exercise Limit
Posted on Oct 1, 2008 at 8:30 PM
I think that this is a great idea. I want to shed some body fat as well so this will work out great. I would be interested in finding out what your schedule for the week looks like.... read more »
-
Got My Sweet-Ass T-Shirts From Steven Levithan's Regular Expression Contest
Posted on Sep 12, 2008 at 11:07 AM
That shirt rocks!... read more »
-
OOPhoto - What Is An Idealized Object?
Posted on Aug 20, 2008 at 10:19 AM
Good points Ben. Again, I was questioning any of you great minds I was just throwing that out there!... read more »
-
OOPhoto - What Is An Idealized Object?
Posted on Aug 20, 2008 at 10:11 AM
First off I have really enjoyed your trip through OO land, keep up the great work. I think I have really simplified a lot of this but until I figure it out my self I have some questions. Why does everyone insist on putting validation methods inside an object. Should we not be treating validation... read more »
-
CFDirectory Filtering Uses Single Character Wild Card
Posted on Jul 25, 2008 at 2:53 PM
This makes sense because I have had to warn other programmers about this in CF. I noticed users stripping the file and taking the last 3 of the file name as the extension. A better way is to use ListLast(file,".") and use the period as a delimiter. I have been doing some work in AS3 and you can d... read more »



