Home

Previous Entry | Next Entry


As I'm working more on web applications I'm finding that there is a particular set of problems which are fixed in scope but that need constant tweaking in order to stay useful.

A possible solution for these sorts of problems might be a 3rd party online API. Here is the start of my list:

1: Email validation
2: Email verification
3: User Agent parsing

(I realize that an online API would have latency issues, but these are the sorts of things which should probably be performed asynchronously anyway)

Tags:

Comments

[info]joel wrote:
Mar. 19th, 2008 07:35 pm (UTC)
One exists already!
[info]loic wrote:
Mar. 19th, 2008 11:11 pm (UTC)
Isn't openid supposed to solve that email validation / verification problem?
[info]joel wrote:
Mar. 26th, 2008 08:00 pm (UTC)
Uh, I guess? The problem is how to contact the people who use OpenID? (Maybe this isn't a problem?)