Lucee News – new .cfs extension coming to Lucee
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…
Help snippets on NodeJs, React, ColdFusion, PHP, Android, iOS and tech news
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…
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…
If you require malayalam calendar (Panchangam) in your phone and does not want to download an app, we have a solution. Our team have created a Malayalam Calendar that you…
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…
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…
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,…
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).…
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…
Overtime, the Oracle DB will become sluggish with the insert/update/deletes. So we need to optimize the DB so that the queries are faster. To optimize a single table, use the…
If you need to clone a GIT repository into an existing directory with files, use the following commands in command prompt in order. git init git init add origin…