Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Henry
Henry has asked
119
questions and find answers to
122
problems.
Stats
3.9k
EtPoint
1.1k
Vote count
119
questions
122
answers
About
Henry questions
How to call a function later at a scheduled time in ColdFusion?
What does CFEXIT do inside a function in a CFC?
esapi: for src attribute, shall we use encodeForHTMLAttribute? encodeForURL? or both?
Safe to call underlying java method on String in ColdFusion?
Why is listFindNoCase() and listFind() "much faster" than a simple OR / IS in CF?
How to implement a Mahjong game?
SOA style architecture in ColdFusion?
why doesn't cfcookie allow setting domain= to a subdomain for CFID/CFTOKEN?
Does Key order matter in a MongoDB BSON doc?
Workaround for the no push notifications limitation for PWA in iOS 11.3?
Henry answers
Using structKeyExists for nested objects
Upload File to Database in ColdFusion
Using ColdFusion frameworks
How do I force a Coldfusion cfc to output numeric data over JSON as a string?
How to set a variable with both single and double quotes?
coldfusion string comparison
Treat a # in ColdFusion output as just text and not a variable?
CF10 websocket p2p can invoke any public functions in any CFC from JavaScript. How is this Not a security risk?
ColdFusion 10 serializeJSON turning yes/no strings to boolean values--how to stop it?
How do I reset application.cfc without resetting the server instance? [duplicate]