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

23 Articles
Categories
Android App JavaScript Node.JS Server Windows

Node / React cheat sheet

July 8, 2019August 13, 2019
1 min read
Create a react application c:\ npx create-react-app my-app If the creation of react app is generating error like 'Unexpected end of JSON input while parsing near ...' c:\ npm cache…
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 ColdFusion Lucee Railo Server Tomcat

Lock down Lucee Admin to localhost with IIS

February 19, 2018February 24, 2018
1 min read
Lucee Admin can be locked to be accessed only from the localhost with IIS. For this, you need to have Remote Access to the server. Go to IIS admin (inetmgr).…
Read more
Categories
ColdFusion Database Lucee PHP Railo Server SQL Server

Join separate Date and Time fields to one field in MS SQL Server

July 31, 2017
1 min read
When you have date and time separate in two fields, it becomes difficult to have date operation like add in them. To have a correct solution, we need to join…
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
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
Server Windows

Backup Third Party Drivers in Windows 10

February 8, 2017
1 min read
To back up your current collection of drivers, open File Explorer and go to C:\Windows\System32\DriverStore. Copy the FileRepository subfolder to a backup location. Reference: http://www.zdnet.com/article/windows-10-tip-back-up-your-third-party-hardware-drivers/
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

Previous 1 2 3 Next