Sinisterly
help creating web application. - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Design (https://sinister.ly/Forum-Design)
+--- Forum: Web Design (https://sinister.ly/Forum-Web-Design)
+--- Thread: help creating web application. (/Thread-help-creating-web-application)



help creating web application. - Guxi - 12-10-2012

I have to make a simple web application that will send email to someone by client's ( users) request .
Anyway, i never tried to do web apps.. but now i have to.

Can i make such applications with python? javascript?
If i can, how? ( links, tuts.. share it)

please help me to figure this out Smile


RE: help creating web application. - H4R0015K - 12-10-2012

A simple google search will give you the answer.


RE: help creating web application. - Guxi - 12-10-2012

(12-10-2012, 10:28 AM)h4r0015k Wrote: A simple google search will give you the answer.

already googled it out, I was asking for help from someone who is experienced in that field.


RE: help creating web application. - H4R0015K - 12-10-2012

(12-10-2012, 10:33 AM)Guxi Wrote:
(12-10-2012, 10:28 AM)h4r0015k Wrote: A simple google search will give you the answer.

already googled it out, I was asking for help from someone who is experienced in that field.

i just googled it and i found this on the first page

Building a Python Web Application
Code:
http://probablyprogramming.com/2008/06/26/building-a-python-web-application-part-1



RE: help creating web application. - Guxi - 12-10-2012

(12-10-2012, 10:36 AM)h4r0015k Wrote:
(12-10-2012, 10:33 AM)Guxi Wrote:
(12-10-2012, 10:28 AM)h4r0015k Wrote: A simple google search will give you the answer.

already googled it out, I was asking for help from someone who is experienced in that field.

i just googled it and i found this on the first page

Building a Python Web Application
Code:
http://probablyprogramming.com/2008/06/26/building-a-python-web-application-part-1

i saw that already, but i have no idea how to setup the framework and other stuff on website so website can read the py codes. I am total noob at web application developement.. ( i don't know from where to start, and how to). So if someone got experience, he could simplify it to me.


RE: help creating web application. - 1234hotmaster - 12-10-2012

http://php.net/manual/en/function.mail.php

Smile