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

Year: 2016

10 Articles
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
Database MySQL

Mysql join and sum is doubling result

August 23, 2016August 23, 2016
1 min read
The way to get around this is to create inline views of your aggregates and join on the those results. SELECT R.title_id, R.revenue, R.cost, F.interest FROM (SELECT title_id, Sum(revenue) revenue,…
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
Categories
Database MySQL PHP Server

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

August 18, 2016
1 min read
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…
Read more
Categories
ColdFusion Server

*SOLVED* Adobe ColdFusion Scheduled Task and PDF fail/error/not running – June 2016

August 18, 2016
1 min read
The Adobe ColdFusion servers on Windows Servers and having SSL could develop and issue with Scheduled Tasks not able to run after June 2016. We have experienced this issue with…
Read more
Categories
Android Android App

Google Duo Video calling app now available in India

August 18, 2016
1 min read
Google have released a new app Duo for Video calling on Android devices. This app is an answer to Apple's FaceTime and Skype. Review: The app works nice with 3G…
Read more