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
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
Categories
ColdFusion Integration JSON MySQL PHP QuickBooks Server Technology

*SOLVED* QuickBooks Integration Error – EDGE-CR-ERR-8090 – Auth ID does not exist

October 14, 2016October 19, 2016
2 mins read
Integration with QuickBooks is easy if you know the OAuth flow. QuickBooks uses the OAuth 1.0 specification. They provide libraries for PHP, Java and other popular languages. For ColdFusion/Railo, you…
Read more
Categories
Android Arduino Electronics Internet Technology

Basics of Electronic Data Transfer

October 2, 2016October 14, 2016
5 mins read
Source: http://arduino.stackexchange.com/a/14146 A picture is worth 1000 words, so they say, (1024 words if you work with computers) so I'll post some pictures ... I set up my Uno to…
Read more
Categories
ColdFusion Database JSON Technology

How to Store and Retrieve FORM variables or Objects to DB using Railo/ColdFusion

September 28, 2016
2 mins read
If we need to store all the URL variables to the DB, say, for tracking the user, it is easy. We can use a varchar field to store this information…
Read more
Categories
Android Release Technology

Android 7.0 Nougat is released

August 23, 2016August 23, 2016
1 min read
The new version of Android, 7.0 - Nougat is released and will be available first to the Nexus devices and Android One devices. Features: Expanded emoji: 72 new emojis are…
Read more
Categories
Technology

How to clear the browser cache for one web page.

August 18, 2016
1 min read
The browsers cache a webpage on your machine when it is loaded, and on subsequent request show the data from the cache instead of requesting the server. You can instruct…
Read more

Posts pagination

Previous 1 2