The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
185 views

Is this a secure and best-practice PHP mail() function?

Is the following PHP laid out fine to go inside the mail function? $to = "My Name <myemail@mydomain.com>"; $subject = "Contact Form: $name"; $message = "Name: $name\r\nEmail: ...
0
votes
2answers
61 views

How's my site's design and usability? [closed]

I am unsure if this is the correct place to ask such a thing but I am wondering how my design and implementation is. This is my first website and I am totally new to web development! I could use ...
7
votes
2answers
231 views

Usability of API to declare modules in JavaScript

Edit: I updated the JavaScript modules in http://enlargeyourpassword.com to use scope(). You can see the result in the source of the page, and get an idea of the process by looking at the commit ...