CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

LimeSurvey : How to remove – Please contact Administrator () for further assistance. – message from Home Page ?

By default in LimeSurvey web site, we can see a text “Please contact Administrator ( ) for further assistance.” message and which contains your web site’s Administrator’s e-mail too. This may cause an issue to your mail box to flood with UNWANTED spam mails as Administrator e-mail is exposed to others. We can avoid this […]

LimeSurvey : “How to fix the issue, Internal Server Error – Property “Survey.gsid” is not defined ?

One day, I have received a Task to my Task list to fix an issue; which stopping the User(s) to create a Survey in one of the LimeSurvey website(s). The issue, shows below message: Internal Server Error Property “Survey.gsid” is not defined. An internal error occurred while the Web server was processing your request. Please […]

Node.js – Events – A brief discussion

As discussed in our previous article, “Node.js – An Introduction“; it uses a Single Thread Event model to handle concurrent client requests. That said, Node.js supports an event-driven model to handle the requests. Some kind of objects periodically issues the events, and some objects will listen to these events. The objects that emit the events […]

Node.js – Setting up development Environment

Through this Article, we are going to discuss setting up Node.js development Environment. Step 1. Go to Node.js website and download the Node.js software which is suitable to your Operating System.ย For Windows you will see an installer to enable to ease the installation. Step 2. Once it is downloaded, start installing it; follow the default […]

Scroll to top