Search Results

0
votes

Resending invitation/action emails

Absolutely pointless. But, if the user's want it, and it doesn't take too long, it may be worthwhile. Users are silly sometimes, and if it makes them happy... …
0
votes

Asynchronous cross-domain POST request via JavaScript?

YUI3's IO object offers cross-domain requests, however it does so us …
2
votes

Graceful degradation of anchor tags with javascript

Simple, don't use the javascript: URI syntax as the href, at least, not in the HTML delivered to the client. Deliver the HTML from the server with the href taking the user to whatever page …