Recommended email sending languages [closed] - javascript

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I've been searching the web for answers to my question and still no clear answers.
I'm trying do develop an HTML5(+CSS3+JavaScript) mobile application that has the capability of sending the values of text boxes or from the values of websql database. But I don't clearly see what is the best language to use.
Can anyone give recommendation for me to what language to be used like JSON or AJAX?
Any answers would be highly appreciated. Thank you very much.

You need a backend to receive your ajax call, that backend (read: server application) would then be responsible for sending the email.

Related

Do you guys minify node.js while deploying? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 3 years ago.
Improve this question
I got a weird question while I'm about to deploy my node.js code. like we create a build version for angular, do i need to generate build version before deploying?(minifying js etc.,). First time deploying node.js, please help! Thanks in advance!
No, you don’t need that
Minifying is used to decrease the amount of traffic, served to users. You don’t need this for a server-side code.
As an analogy, you can ask yourself "Do you minify your php or ruby code?"

What are the prerequisites to learning Axios? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 3 years ago.
Improve this question
I'm trying to learn axios, because the previous developer on my work is using axios, I'm pretty new to web development, especially back end. I focus more on frontend ( using vue js mostly ) so I'm asking if there is something that I should learn first before learning axios? I'm not familiar in get, post or promise etc. Thank you
Knowing enough about basic Javascript, ajax fundamentals, array.map, promises and callback functions will be sufficient.
Ref: https://flaviocopes.com/axios/[https://flaviocopes.com/axios/][1]

How to import an Excel file to an HTML page [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
first of all let me tell you that im sorry for my bad english.
i'm working on a project(HTML5,JS,CSS3) and i have to import excel file to a table of HTML.So if u can give me some help ill appreciate that .ty anyway
To do this you need a server side library, however you must not install MS Office on a server. If you look at the Stack Overflow answer from Ian here it recommends a number of products that you can use.
What server side technology and language do you use? Node,ASP.NET? Every language has its own libraries for this job.
If However you prefer not to do it via the server then you can use the FileReader API and this post.
http://codetheory.in/parse-read-excel-files-xls-xlsx-javascript/

What about authentication on AngularJS apps? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I'm opening this question because I need some opinions about AngularJS and user authentication...
So, actually I'm using angular on the client side and Zend on the server side. The server side authentication process is working well..
However, on the client side (I already have some code written) I would like to know what you do you think that are the best practices to do it? I mean some code examples (if it is possible)
Thank you in advance.
You should checkout the angular-app sample app. It has a good security model.

Why is javascript not preferred for server side scripting? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
we all know that javascript can be used for server side scripting also.but till now I have not seen any practical example or a project based solely on javascript for server side.
Node.js qualifies but Node.js is a software platform that is used to
build scalable network (especially server-side) applications.
My question is why javascript is not preferred for server side scripting? Does it have any drawbacks?

Categories