How to setup Zoho email in Lucee
How to setup Zoho email in Lucee after 2 factor authentication is setup.
Help snippets on NodeJs, React, ColdFusion, PHP, Android, iOS and tech news
How to setup Zoho email in Lucee after 2 factor authentication is setup.
Steps to start a server with SSL enabled.
We have to frequently connect to remote windows machines and we mostly depend on the Remote Desktop application. Even though most cases it works fine and you can use the…
Apple have removed the 3D touch feature from iOS 13 as earlier rumored. To delete an app we had to long press the app and all the apps start wiggling…
Below are few code snippets and links that are helpful when you start developing a NodeJS application. Ref: https://gist.github.com/gaearon/683e676101005de0add59e8bb345340c If you haven’t worked with JavaScript in the last few years,…
When displaying decimal numbers, it will show both the Integer and Fractional part even if the fractional part is 00. Like below: 2.35 3.50 2.00 If we need to hide…
TLS 1.0 support is being dropped by more and more platforms. If you are using your Railo / Lucee server to communicate with the service that have dropped the support…
The rounding problem can be avoided by using numbers represented in exponential notation: Number(Math.round(1.005+'e2')+'e-2'); // 1.01 Source: http://www.jacklmoore.com/notes/rounding-in-javascript/
To create a Node.js app that acts as a back end for an Angular JS app, these are the minimum required modules. EXPRESS Express.js is basically helps you manage everything,from…
ColdFusion 9 & 10 by default have a setting to allow maximum 100 fields to be submitted. If the number exceeds you will simply get a blank page with no…