Month: February 2019
How to enable CDN in DNN (DotNetNuke) 9?
I could not find UI to enable CDN in DNN (DotNetNuke) 9. I used SQL script in order to make a change. These settings are host level changes and affects all the portals. Once you make the change, you need to restart the application in order to make it effective.
How to disable popup in DNN (DotNetNuke) 9?
I could not find UI to disable popup in DNN (DotNetNuke) 9. I had to resort to SQL script in order to disable popup. Here it is. Once you make the change, you need to restart the application in order to make it effective.
Randomize Variable Names Each Time UglifyJS Runs
Why Randomize Variable Names? If you are using UglifyJS to uglify your JavaScript code, you are using it only to serve a single purpose – to make it hard for anyone to peek into your code. But if you have minor changes to the code, variable names still come out pretty much same. So it…