Skip to content
  • Obidos Technologies (P) Ltd
Obidos Technologies (P) Ltd

ObidosTech Knowledge Base

Help snippets on NodeJs, React, ColdFusion, PHP, Android, iOS and tech news

About Obidos Technologies (P) Ltd

Profile
ObidosTech

Obidos Technologies (P) Ltd is an off-shore development and maintenance center for ColdFusion applications, PHP application along with ReactJS, NodeJS

Menu
  • Obidos Technologies (P) Ltd
  • Prasanth Kumar.S

Category: Internet

11 Articles
Categories
ColdFusion Email Internet Lucee Railo Server Technology Tomcat Windows

How to setup Zoho email in Lucee

October 28, 2022January 11, 2023
1 min read
Zoho have introduced 2FA and so we cannot use the email password with Lucee or any other client like outlook. To use the Zoho to send out an email using…
Read more
Categories
Apache Internet JavaScript JSON Node.JS Server Technology Windows

Create HTTPS server with Node.js

October 23, 2019October 23, 2019
1 min read
To start an HTTPS server, you need to have the private key.pem and also the certificate.pem of the SSL certificate. Then using the crypto and fs libraries, you can get…
Read more
Categories
Internet Release Server Technology Windows

Local task bar won’t hide when you use Remote desktop – Easy solution (Windows)

October 16, 2019October 16, 2019
1 min read
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…
Read more
Categories
Internet iOS Technology

How to delete an app in iOS 13? – Solution

September 27, 2019September 27, 2019
1 min read
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…
Read more
Categories
Android App Internet JavaScript JSON Node.JS Server Technology

Initial references for creating a NodeJS and React application

July 6, 2019July 6, 2019
2 mins read
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,…
Read more
Categories
Apache Internet PHP Server Technology Tomcat

Hide the fractional part in a decimal number if it is .00, in PHP

April 21, 2017April 21, 2017
1 min read
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…
Read more
Categories
Apache Integration Internet Lucee Railo Release Server Technology Tomcat Windows

*FIXED* Setting you Railo / Lucee server to use TLS 1.2 by setting to use Java 1.8 instead of Java 1.7.

February 28, 2017February 28, 2017
1 min read
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…
Read more
Categories
ColdFusion Internet JavaScript JSON Node.JS PHP Technology

Accurate way to round decimals in JavaScript

February 27, 2017February 27, 2017
1 min read
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/
Read more
Categories
Internet JSON Node.JS Server

Basic requirements to create and run a Node JS app

February 7, 2017February 7, 2017
1 min read
To create a Node.js app that acts as a back end for an Angular JS app, these are the minimum required modules. (more…)
Read more
Categories
ColdFusion Internet Server Technology

*SOLVED* Submitting Form with more than 100 fields shows blank page in ColdFusion9, 10

October 19, 2016October 19, 2016
1 min read
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…
Read more

Posts pagination

1 2 Next