Skip to content

ObidosTech Knowledge Base

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

ObidosTech Knowledge Base

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

  • Obidos Technologies (P) Ltd
  • Prasanth Kumar.S
    • Home
    • PHP
Integration JavaScript JSON Lucee Node.JS Oracle PHP Server Technology Windows

Using Server Sent Events (SSE) with Session

March 13, 2020 0 Comments

The SSE is a very useful method to push data from server to client. This article explains the requirement and implementation of SSE with Session so that each of the…

ColdFusion Database Lucee PHP Railo Server SQL Server

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

July 31, 2017 0 Comments

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…

Apache Internet PHP Server Technology Tomcat

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

April 21, 2017 0 Comments

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…

ColdFusion Internet JavaScript JSON Node.JS PHP Technology

Accurate way to round decimals in JavaScript

February 27, 2017 0 Comments

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/

ColdFusion Integration JSON MySQL PHP QuickBooks Server Technology

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

October 14, 2016 0 Comments

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…

Database MySQL PHP Server

Fixing error with MySQL “Headers and client library minor version mismatch.”

August 18, 2016 0 Comments

With PHP and MySQL, if the MySQL is upgraded you may end up with this error on every request to the database from PHP. This error means the MySQL library…

Recent Posts

  • Fixed: Maria DB – Row size too large (> 8126) – Changing some columns to TEXT or BLOB or using ROW_FORMAT=DYNAMIC or ROW_FORMAT=COMPRESSED
  • Two tips on moving Lucee web-inf out of the root.
  • Fixed: Lucee page rendering taking 2-3 seconds every time
  • How to setup Zoho email in Lucee
  • Strange result in Floating point arithmetic with Lucee. Use PrecisionEvaluate() to solve.

Recent Comments

    Archives

    • January 2023
    • December 2022
    • October 2022
    • August 2022
    • July 2022
    • March 2020
    • October 2019
    • September 2019
    • July 2019
    • February 2018
    • July 2017
    • June 2017
    • April 2017
    • February 2017
    • October 2016
    • September 2016
    • August 2016

    Categories

    • Android
    • Android App
    • Apache
    • Arduino
    • ColdFusion
    • Database
    • Electronics
    • Email
    • GIT
    • Integration
    • Internet
    • iOS
    • JavaScript
    • JSON
    • Lucee
    • MySQL
    • Node.JS
    • Oracle
    • PHP
    • QuickBooks
    • Railo
    • Release
    • Repository
    • Server
    • SQL Server
    • Technology
    • Tomcat
    • Uncategorized
    • Windows

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org

    Visit Company Website

    • Obidos Technologies (P) Ltd

    Search

    Archives

    • January 2023 (1)
    • December 2022 (2)
    • October 2022 (2)
    • August 2022 (1)
    • July 2022 (1)
    • March 2020 (1)
    • October 2019 (4)
    • September 2019 (2)
    • July 2019 (2)
    • February 2018 (1)
    • July 2017 (1)
    • June 2017 (1)
    • April 2017 (2)
    • February 2017 (4)
    • October 2016 (3)
    • September 2016 (1)
    • August 2016 (6)

    Categories

    • Android (4)
    • Android App (3)
    • Apache (6)
    • Arduino (1)
    • ColdFusion (13)
    • Database (7)
    • Electronics (1)
    • Email (1)
    • GIT (1)
    • Integration (4)
    • Internet (11)
    • iOS (2)
    • JavaScript (5)
    • JSON (7)
    • Lucee (11)
    • MySQL (5)
    • Node.JS (6)
    • Oracle (2)
    • PHP (6)
    • QuickBooks (1)
    • Railo (4)
    • Release (5)
    • Repository (1)
    • Server (23)
    • SQL Server (1)
    • Technology (19)
    • Tomcat (6)
    • Uncategorized (1)
    • Windows (12)

    Categories

    • Android
    • Android App
    • Apache
    • Arduino
    • ColdFusion
    • Database
    • Electronics
    • Email
    • GIT
    • Integration
    • Internet
    • iOS
    • JavaScript
    • JSON
    • Lucee
    • MySQL
    • Node.JS
    • Oracle
    • PHP
    • QuickBooks
    • Railo
    • Release
    • Repository
    • Server
    • SQL Server
    • Technology
    • Tomcat
    • Uncategorized
    • Windows

    Posts

    • *FIXED* Setting you Railo / Lucee server to use TLS 1.2 by setting to use Java 1.8 instead of Java 1.7.
    • *SOLVED* Adobe ColdFusion Scheduled Task and PDF fail/error/not running - June 2016
    • *SOLVED* QuickBooks Integration Error - EDGE-CR-ERR-8090 - Auth ID does not exist
    • *SOLVED* Submitting Form with more than 100 fields shows blank page in ColdFusion9, 10
    • [Solved] Windows 2022 server - The ws-management service cannot process the request. the service is configured to not accept any remote shell requests.
    • Accurate way to round decimals in JavaScript
    • Android 7.0 Nougat is released
    • Backup Third Party Drivers in Windows 10
    • Basic requirements to create and run a Node JS app
    • Basics of Electronic Data Transfer
    • Create HTTPS server with Node.js
    • Fixed: Lucee page rendering taking 2-3 seconds every time
    • Fixing error with MySQL "Headers and client library minor version mismatch."
    • Fixed: Maria DB - Row size too large (> 8126) - Changing some columns to TEXT or BLOB or using ROW_FORMAT=DYNAMIC or ROW_FORMAT=COMPRESSED
    • Get free Malayalam Calendar (Panchangam) in your Android and iPhone
    • Google Duo Video calling app now available in India
    • Hide the fractional part in a decimal number if it is .00, in PHP
    • Hosting an Angular Web application in IIS server
    • How to clear the browser cache for one web page.
    • How to clone a GIT repository into a non-empty directory.
    • How to delete an app in iOS 13? - Solution
    • How to execute a batch (.bat) file in a remote windows machine?
    • How to setup Zoho email in Lucee
    • How to Store and Retrieve FORM variables or Objects to DB using Railo/ColdFusion
    • Initial references for creating a NodeJS and React application
    • Join separate Date and Time fields to one field in MS SQL Server
    • Local task bar won't hide when you use Remote desktop - Easy solution (Windows)
    • Lock down Lucee Admin to localhost with IIS
    • Lucee News - new .cfs extension coming to Lucee
    • Mysql join and sum is doubling result
    • Node / React cheat sheet
    • Optimize Oracle Database
    • Strange result in Floating point arithmetic with Lucee. Use PrecisionEvaluate() to solve.
    • Using Server Sent Events (SSE) with Session
    • Two tips on moving Lucee web-inf out of the root.

    Tags

    • .net
    • 2016
    • 443
    • 7.0
    • accounting
    • android
    • android one
    • angular js
    • answer
    • app
    • App Store
    • Apple
    • Arduino
    • arithmetic
    • backend
    • calendar
    • certificate
    • client
    • coldfusion
    • Communication
    • Computer
    • connection
    • createserver
    • crypto
    • Data
    • database
    • delete app
    • doubling
    • download
    • driver
    • EDGE
    • Electronics
    • email
    • error
    • expense
    12 » Last »

    Recent Posts

    • 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
    • Two tips on moving Lucee web-inf out of the root. December 14, 2022
    • Fixed: Lucee page rendering taking 2-3 seconds every time December 14, 2022

    Tags

    7.0 2016 android android one answer Arduino client coldfusion Communication Computer Data database doubling EDGE Electronics error fix google http https integration Internet iOS join lucee mysql new nexus node.js nougat php query quickbooks railo release result scheduled task server solution solved ssl technology Transfer warning windows

    Useful Links

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

    You Missed

    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

    Apache ColdFusion Lucee Server Technology Tomcat Windows

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

    ColdFusion Database Lucee MySQL Server Tomcat Windows

    Fixed: Lucee page rendering taking 2-3 seconds every time

    ColdFusion Email Internet Lucee Railo Server Technology Tomcat Windows

    How to setup Zoho email in Lucee

    ObidosTech Knowledge Base

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

    Copyright © All rights reserved | Blogus by Themeansar.

    • Obidos Technologies (P) Ltd