JasonML

JasonML (75)

Visit website

Reddit, HN, Digg reducing writer recognition

I'd like to posit a theory: that social news sites benefit more than the sources they link to. Submit a quality article to Reddit, or HN, or Digg, and these sites, not yours, will most likely gain the most benefit of your content. Your site…

What I know about designing credit card forms

Credit card forms are pretty simple to make when you first think about it. For many online stores, you plug yourself into PayPal and your done. For other people, you plug your shopping cart into your processor, and you accept the defaults. Maybe someone comes…

What we can learn about privacy from Google's Buzz fiasco

If you're not a regular internet user, you might not be aware that Google's Buzz has sparked a lot of criticism regarding its privacy policies. Basically, the problems weren't as bad as everyone made it seem, and privacy settings were in place to prevent everything…

.htaccess SetEnv Conditionals: mod_setenvif

The mod_setenvif module allows you to set environment variables according to whether different aspects of the request match regular expressions you specify. via mod_setenvif - Apache HTTP Server. I've never claimed to be a server guru, and I've never had much interest in delving into…