Defineway Technologies
Defineway Technologies
  • Home
  • Careers
  • Contact
  • Licence
  • Knowledge Base
Call Us Now
+91 943 331 9991

Adobe ColdFusion | Page 4

  • Home
  • Posts tagged "Adobe ColdFusion"
  • Page 4

Tag: Adobe ColdFusion

Rohit Patra September 28, 2024 No Comments

How To The Write `<cffile action = “upload”>` Function In ColdFusion?

Description:- Copies a file to a directory on the server. Manages interactions with server files. <cffile> this function’s various purposes use require different attributes. <cffile…
Rohit Patra September 21, 2024 No Comments

How to write different event in Application.cfc

Description:- The Application.cfc file defines application-wide settings and variables, as well as application event handlers. we can implement the following events through Application.cfc. Method/EventWhen runonApplicationStartThe…
Rohit Patra September 14, 2024 No Comments

which of these is more efficient in ColdFusion?

Description:- isDefined( ) :- Evaluates a string value to determine whether the named variable exists. structKeyExists( ) :- Determines whether a specific key is present…
Snigdha Paul August 17, 2024 No Comments

How to add multiple switch cases in coldfusion tag and script ?

<!--- Tag Syntax ---> <cfset Fruit = "Apple"> <cfswitch expression="#Fruit#"> <cfcase value="Mango,Apple,Watermelon"> I love Mango and Apple and Watermelon. </cfcase> <cfcase value="Guava"> I like Guava.…
Snigdha Paul August 10, 2024 No Comments

How to reverse an array in Coldfusion?

<cfscript> myArray1 = [67,12,45,98]; writeOutput("Before reverse : "); writeDump(myArray1); myArray2 = reReplace( serializeJSON( myArray1[::-1] ), "\[|\]", "", "ALL" ); myArray1 = listToArray( myArray2, ",", false,…
Sandeep Mandal August 10, 2024 No Comments

How to filter a query in cfscript?

Syntax: users = queryNew( "id,userType,name", "integer,varchar,varchar" ); queryAddRow(users, [{ id: 1, userType: "user", name: "John" },{ id: 2, userType: "admin", name: "Sam" },{ id: 3,…
Rohit Patra August 10, 2024 No Comments

ColdFusion variables scope precedence ordering.

Description:- If you use a variable name without a scope prefix, ColdFusion checks the scopes in the following order to find the variable.ColdFusion searches variables…
Rohit Patra July 27, 2024 No Comments

ColdFusion Operator precedence and evaluation ordering

SequenceOperator Name1^2*, /3\4MOD, %5+, -6&7EQ, IS, ==, NEQ, !=, IS NOT, LT, <, LTE, LE, <=, GT, >, GTE, GE, >=, CONTAINS, DOES NOT CONTAIN8NOT,…
Snigdha Paul July 23, 2024 No Comments

How to avoid putting any layout even main layout in coldbox view file?

Some times we need to a print any view page in coldbox where we don’t want to put any layout. We can use ‘nolayout’ argument…

Posts navigation

Newer posts

Search

Category

  • App Development (24)
  • Database Development (11)
  • DevOps (11)
  • Software Engineering (27)
  • Uncategorized (6)
  • Web Development (174)

Tags

Adobe ColdFusion Array Azure coldfusion ColdFusion Advanced ColdFusion Best Practices ColdFusion Component CSS custom post type Dart DevOps DevOps Advanced docker-apache-php-mysql Elementor addon Elementor widget Flutter google map api HTML javascript javascript-advanced jQuery Key Vault laravel map Maps JavaScript API MERN Stack MongoDB mssql MS SQL Server php php laravel React.js regex Regular Expression Ruby Server Administration shortcode sql TypeScript Web Development wordpress wordpress-plugin wordpress-security WordPress Best Practice WordPress Hooks

Archives

  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
Footer Logo

Quick Links

  • Home
  • Contact
  • Careers

Contact Us

Phone: +91 347 425 5556  | +91 943 331 9991

Email: hello@defineway.com

Skype: defineway

Knowledge Base

  • How to encrypt a text using SHA256 in dart or flutter? May 10, 2025
  • How To The Write `directoryList( )` Function In ColdFusion? May 10, 2025
© 2024 Defineway Technologies Private Limited. All Rights Reserved.
Terms & Condition Privacy Policy