Ameen
Member since Dec 11, 2008
- Profile: /members/2416-ameen.htm
- Comments: 21
Recent Blog Comments By Ameen
-
Content Is Not Allowed In Prolog - ColdFusion XML And The Byte-Order-Mark (BOM)
Posted on Feb 16, 2013 at 8:23 AM
Nice Trick, I would waste days to find out the reasons of error. Thanks =)... read more »
-
Posting JSON Data To The ColdFusion Server Using jQuery
Posted on Jun 8, 2011 at 7:49 AM
Awesome Ben .. This I was looking for long back, I didn't expect that I can play with Request Content Type using JQuery like what we can do with Response using ColdFusion. Thanks =)... read more »
-
Learning Event-Driven Programming Best Practices From Web Browsers
Posted on Dec 13, 2010 at 2:52 PM
Very interesting. Just I hope that we don't face a different browser behavior issue, then we need also to take care of which browser client is using. Honestly ... I hate getting deeply into these complicated details and trying my best to avoid it ... it totally confuses me. As I saw from your nice... read more »
-
Platform vs. Template: Branching Logic, Application Architecture, And Request Optimization
Posted on Nov 4, 2010 at 5:30 PM
While I am thinking these days on what is the easiest/best way to make my app Theme/Template Enabled , where each template has its own unique UI view either for mobile or desktop. I think if I make each template as a folder, and inside there will be folders for desktop and mobile and whatever ... read more »
-
Learning ColdFusion 9: IsNull() And Working With NULL Values
Posted on Jul 19, 2009 at 5:00 AM
When I see isNull() in your post title, first thing comes to my mind is the query null values. But it's too bad to know that this new function does not do any thing special for that, or actually there is no benefit to use it. But even I was asking myself, what if you tried to use isDefined() in you... read more »
-
The New BenNadel.com - Same Content, Fresh New Look
Posted on May 11, 2009 at 12:30 PM
It looks very nice ... Great Even people can know more about u " and a lot more personal " ;) Congratulation ... keep going... read more »
-
Creating Web Site Thumbnails Using ColdFusion And WebShot v.1
Posted on Apr 19, 2009 at 8:08 PM
I found interesting free tools and web services do the website screen shot task, I liked to share it here. Here is the link: http://www.hongkiat.com/blog/screen-capture-tools-40-free-tools-and-techniques/ Thanks... read more »
-
Ask Ben: Breaking An SMS Text Message Up Into Multiple Parts
Posted on Mar 22, 2009 at 5:04 AM
Whenever I see your code, and particularly RegExp, I get amazed, and feel you are writing magic. Really I don't know how this: .{1,120}(?=([\s\-:]|$)) will be interpreted to find the "end of string" character within limit of 120 characters !! especially this face ... I mean part: \-: jok... read more »
-
FLV 404 Error On Windows 2003 Server
Posted on Aug 11, 2007 at 10:02 AM
Oooh, that was happened to me before, but I catch - after long time - it by trying to download the flv file useing its full path. I don't remember what was the error, but it has been solved doing the same steps you wrote. thanks... read more »
-
Learning ColdFusion 8: CFDirectory Improvements
Posted on Aug 2, 2007 at 8:55 AM
One more thing that I was expecting to be there in CF8 is the folder/directory size but it seems that still I need to use java to do that. :(... read more »
-
ColdFusion Component Wrapper For POI To Read And Write Excel Files
Posted on Jan 16, 2007 at 2:18 AM
BIG THANKS Ben, Just in this week we were thinking about how to read Excel XML Exported File bu coldfusion, But even WRITING; thats !!!AMAZING!!!.... read more »
-
Ask Ben: Looping From 'A' To 'Z' In ColdFusion
Posted on Dec 20, 2006 at 11:08 AM
Hi All, For all that previous ways, the best way I like to use is this: The best solution is going to depend on the situation. Ameen... read more »
-
PLEASE HELP! Why Is This Application.cfc Throwing Errors?
Posted on Oct 18, 2006 at 10:02 AM
Ben, Even I pasted your code in my system and run it, it works fine with no error. So where should I see the error?. The file is not created and no dumping is there, is that your case?... read more »
-
Moving Away From VARIABLES And Getters / Setters
Posted on Sep 18, 2006 at 8:32 AM
Ben, According to my limited knowledge about OOP (especially in Java), I know that Setters and Getters is a way of getting and setting object Properties value, here in CFC it is THIS or VARIABLES variables , exactly as you explain. And as you said, it's a type of protecting some variables f... read more »
-
Creating Web Site Thumbnails Using ColdFusion And WebShot v.1
Posted on Sep 17, 2006 at 2:37 PM
Ben, You give me a great PUSH, I need your advice but I was thinking that I'm disturbing you. I Hobe that I'm not. I had read the post about your certificate - by the way, congratulation - you said " To prepare for the exam I read Ben Forta's exam guide " do you mean this book [ http://www.... read more »
-
Creating Web Site Thumbnails Using ColdFusion And WebShot v.1
Posted on Sep 17, 2006 at 12:41 PM
Ben, I don't mean that all your examples are vague; contrary all are clear and understandable for the most but may be sometimes not for me, and this is my fault. You shouldn't be sorry because actually I meant that sometimes your code contains lines which are I don't know how and why it is writ... read more »
-
Creating Web Site Thumbnails Using ColdFusion And WebShot v.1
Posted on Sep 17, 2006 at 8:43 AM
Ben, Each time I read your code I surprised with nice, wonderful, and some vague ColdFusion coding tips, which is make me feel that I am unskilled freshman and not an expert ;-) as I WAS think :( . So, here is in cfm file above, I find the following: - calling Trim and ReplaceAll functions in t... read more »