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: Technology

20 Articles
Categories
Database MySQL Server Technology Windows

Fixed: Maria DB – Row size too large (> 8126) – Changing some columns to TEXT or BLOB or using ROW_FORMAT=DYNAMIC or ROW_FORMAT=COMPRESSED

January 11, 2023
1 min read
When trying to import an SQL file with InnoDB, Maria DB users can see the following message as an error or warning:. SQL Error (1118): Row size too large (>…
Read more
Categories
Apache ColdFusion Lucee Server Technology Tomcat Windows

Two tips on moving Lucee web-inf out of the root.

December 14, 2022
2 mins read
The web-inf have lot of information including the logs. We can move this folder outside of the root and name it accordingly. The following two posts will help in the…
Read more
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
Integration JavaScript JSON Lucee Node.JS Oracle PHP Server Technology Windows

Using Server Sent Events (SSE) with Session

March 13, 2020March 13, 2020
2 mins read
SSE or server sent events are a great choice for pushing data from server to the clients. The benefit of SSE over web-sockets is that unlike web-sockets SSE is a…
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
ColdFusion Lucee Server Technology

Lucee News – new .cfs extension coming to Lucee

October 17, 2019October 17, 2019
1 min read
There's a new of a new .cfs extension coming to Lucee 6. This can be used to create scripted .cfm template without the need for wrapping a <cfscript> tag. more…
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
GIT Lucee Release Repository Server Technology

How to clone a GIT repository into a non-empty directory.

April 29, 2017
1 min read
If you need to clone a GIT repository into an existing directory with files, use the following commands in command prompt in order.   [symple_box color="gray" fade_in="false" float="center" text_align="left" width=""]git…
Read more

Posts pagination

1 2 Next