Viky
Member since Sep 15, 2009
- Profile: /members/4317-viky.htm
- Comments: 33
Recent Blog Comments By Viky
-
ColdFusion 8 Application Specific Mappings Work With The CFComponent Extends Attribute
Posted on Oct 12, 2011 at 11:51 AM
Hi, Just need a small advise... If I have a site by the name "Site". Components are in the components folder like this: Site\components, then in cf8, I need to create a mapping to access the cfcs in components folder.... but in cf9, we can directly access using the notation "comp... read more »
-
Using ColdFusion to Handle 404 Errors (Page Not Found) On Development Server
Posted on Sep 6, 2011 at 10:20 AM
Ben, Suppose I run a url http://localhost:8500/mytest/blaah....... it returns me java.io.FileNotFoundException. But I want to handle this in my customised showing custom error page.... read more »
-
Using ColdFusion to Handle 404 Errors (Page Not Found) On Development Server
Posted on Sep 6, 2011 at 10:08 AM
Ben, where we gonna put this template , i mean how this file gets called automatically every time a non existent file is requested.... read more »
-
Advanced ColdFusion Custom Tags With Ben Nadel (Video Presentation)
Posted on Jul 26, 2011 at 8:44 AM
Hi Ben, Just wanted to ask you like can we use application scoped variables inside a custom tag page or we can only use request scope variables?... read more »
-
Tim Cracked The GMail - CFMailPart Puzzle!
Posted on Jun 8, 2011 at 6:01 PM
Need help.....Am trying to send an outlook invite through cfmail....Each time the mail is recieved without the calendar invite.empty mails with just the subject being shown..have tried all the tricks....help/advise me...... read more »
-
Ask Ben: Building An AJAX, jQuery, And ColdFusion Powered Application
Posted on Dec 17, 2010 at 2:02 PM
Ben observed a peculiar behaviour, I might be wrong.... In cf8 and cf9, i have a site inside my webroot webroot/sitename. Sitename\components folder also I have. to access any cfc from components, I had to create the required mapping to call a component like component.test...i... read more »
-
Ask Ben: Building An AJAX, jQuery, And ColdFusion Powered Application
Posted on Nov 1, 2010 at 3:18 PM
@Ben, It works wonderfully ben................thanks for the gr8 help... read more »
-
Ask Ben: Building An AJAX, jQuery, And ColdFusion Powered Application
Posted on Oct 28, 2010 at 4:39 PM
@Ben, Awesome Ben.thanks always for your help. I think this should work.... read more »
-
Ask Ben: Building An AJAX, jQuery, And ColdFusion Powered Application
Posted on Oct 28, 2010 at 4:04 PM
@Ben, it will be sitename/module/index.cfm....here i am calling the cfm page via ajax... read more »
-
Ask Ben: Building An AJAX, jQuery, And ColdFusion Powered Application
Posted on Oct 28, 2010 at 3:42 PM
@Ben, This <cfscript> obj=CreateObject("component","component.test"); getDetails=obj.getEmpDetails(); </cfscript> works fine if I just call it inside a cfm page and run it...no error...but if i call this cfm page via ajax, it throws up error........ Dire... read more »
-
Ask Ben: Building An AJAX, jQuery, And ColdFusion Powered Application
Posted on Oct 28, 2010 at 3:24 PM
@Peter Hanley..will try that... read more »
-
Ask Ben: Building An AJAX, jQuery, And ColdFusion Powered Application
Posted on Oct 28, 2010 at 3:23 PM
@Ben, what i meant was If call the same CFM page via AJAX, it works.But if i invoke a cfc in the same ajax page, the ajax page fails to recognise the cfc path........although the cfc path is correct...it says like the cfc does not exist... read more »
-
Ask Ben: Building An AJAX, jQuery, And ColdFusion Powered Application
Posted on Oct 28, 2010 at 2:06 PM
Sorry , the cfscript is like this: <cfscript> obj=CreateObject("component","component.test"); getDetails=obj.getEmpDetails(); </cfscript> Sorry for mistyping... read more »
-
Ask Ben: Building An AJAX, jQuery, And ColdFusion Powered Application
Posted on Oct 28, 2010 at 2:04 PM
Hi Ben, I am facing a strange problem. I have a test.cfm page which I m calling as a url using jquery jax. In test.cfm, I am invoking a test.cfc which is under components folder like this: <cfscript> obj=CreateObject("component","component.cfcpath#test"); ... read more »
-
Extending The Application.cfc ColdFusion Framework Component With CFInclude
Posted on Sep 20, 2010 at 11:16 AM
Nice :)... read more »
-
Using XSLT And ColdFusion's XMLTransform() To Keep Data And Formatting Separate
Posted on May 1, 2010 at 2:42 PM
Hi Ben, I need to code some stuff for which i need to store data in xml and display it using cold fusion.Basically I need to show content in pop up divs but need to pull content from xml file. Please advise me on this.... read more »
-
Learning ColdFusion 8: Javascript Object Notation (JSON) Part I - Data Conversion
Posted on Dec 18, 2009 at 11:58 AM
Hey sorry for mistyping...I meant Advanced Happy new year wishes.... read more »
-
Learning ColdFusion 8: Javascript Object Notation (JSON) Part I - Data Conversion
Posted on Dec 18, 2009 at 11:57 AM
Hi Ben, Need help on this. I have a page test.cfm. Its basically a display page where I am accessing the a cfc query by creating an object. I have dynamic table created through javascript. This table basically displays data in json format.......... So wat I did was li... read more »
-
Ask Ben: Formatting A Date Span In ColdFusion
Posted on Nov 1, 2009 at 11:44 AM
Hi Ben, I have a date_entry column in my database... I need to enetr the current date in dddd/yy/mm format. I have used the dateformat while inserting into the database ,requirement is such a way like i am getting the date value from another query and inserting the same to database in my q... read more »
-
ColdFusion Calendar Event Scripting - The Theory Of Handling Event Updates And Exceptions
Posted on Oct 30, 2009 at 5:31 PM
Ben, I am going to post something not related to this topic.........Forgive me on this... Ben I have sql stuff to be shown in a dynamic table in javascript............. Propably I am using cfajaxproxy with serialiseJson and pulling the data from cfc and load it into the javascript table....... read more »