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

Snigdha Paul | Page 4

  • Home
  • Articles posted by Snigdha Paul
  • Page 4

Author: Snigdha Paul

Snigdha Paul August 31, 2024 No Comments

How to check if a pattern does not exist in a string?

I have some lines below in which I want fetch only those lines where .com does not exist: Sample Lines : https://abc.com – Test sitehttps://testProfile.in…
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,…
Snigdha Paul August 3, 2024 No Comments

How to write transaction in cfscript?

transaction { try { // code to run transaction action="commit"; } catch(any e) { transaction action="rollback"; } } try-catch is optional in transaction but is…
Snigdha Paul July 27, 2024 No Comments

How to fix error “invalid content type: application/x-www-form-urlencoded” while uploading file in a html form?

We can get this invalid content type error while uploading a file through a html form. Actually an form attribute ‘enctype’ is needed to add…
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