Describe about string encryption?
CFML language provides a 32 bit encryption which is symmetric key based. This function is called as Encrypt. Cold fusion at present uses 32 bit encryption but if your application requires 1024 bit encryption you can happily use that function because cold fusion integrates with third party libraries. Cold fusion also uses Hash function which is very important in safeguarding passwords. They use MD5 and XOR based algorithm.
What is cold fusion component roles implementation?
Cold fusion component roles implementation allows users to log into their role based administrator support function and not any other function. If a user tries to enter into other functions an error is thrown. These roles and components are taken by the Cold fusion. These roles and functions are transmitted through action script which allows the users to work on their components.
What is CFCHART engine?
This CFCHART provides more than 200 different attributes which can be altered and these attributes can be used to control animation, labels, and colors. This CFCHART engine is used to produce high quality graphs, charts, sketches, and these charts can also aid you in Business analysis. These charts aid you very much in developing a good business presentation as you can control every part of it.
Which tag aids us in Debugging and attribute in inter site scripting attack?
The tag which aids you in debugging is cftimer tag; this tag gives you the exact time which happens between executions of each line of code. cfapplication helps you prevent intersite scripting attack.
Explain about enterprise manager?
Enterprise manager helps you in admin functions. This will help you to create multiple cf server instances, through which you can experience advanced security, performance, and savings.
What is the benefit of extensible gateway architecture?
Developers can benefit from extensible gateways by limitless variety of emerging protocols. Developers can benefit by the creation of event gateways.
What are the different types of resources through which cold fusion can communicate?
(i) Mobile phones that support SMS
(ii) XMPP or Lotus IM clients
(iii) Java sockets
(iv) Java messaging service
(v) Content management systems and file systems
What are the two primary types of files in a cold fusion application?
There are two primary types of file systems in ColdFusion which are used extensively they are Coldfusion templates and coldfusion pages. Developers in addition to these use CFML. These can contain HTML and often CFML for Dynamic content.
State and explain about integrating Coldfusion applications with JSP.
A cold fusion page can contain JSP or a servlet and a JSP page can contain Coldfusion applications. This facilitates easy access to build hybrid functions and applications which can combine coldfusion components and servlets.
Should I use the
If you can, absolutely, there is no reason not to. But be aware that these tags do have significant limitations - they only work with FORM fields, they require that the FORM fields be named the same as the table columns, you cannot do any processing or manipulation of the values, and when updating the row primary key must be present as a FORM field (possibly as a hidden field).
Is it possible to generate an e-mail message with both text and HTML versions in the same message?
This is possible as of ColdFusion MX 6.1 via the new
This is the text version.
This is the HTML version.
How can I obtain the date, time, or size of a file?
Can ColdFusion determine the user that a client is logged in as?
Developers would love to be able to dynamically determine client workstation login information so as to use this for access control within their own applications. Unfortunately, this information is not available to server side technologies like ColdFusion (if it were, that would present an enormous security risk). The only way to get this information is to have some application running on the client (maybe a Java applet or an ActiveX control, for example) and have it return this information to you.
How do I create a form to be used for file uploading?
You need to set create a form, set the
0 comments:
Post a Comment