Monthly Archives: July 2011

PayPal Digital Goods Subscriptions with PHP

Recurring Payments with Digital Goods for Express Checkout is the 8 word name PayPal chose for their most convenient subscription product. The verbose name is a good indicator of the API’s complexity. It’s actually quite easy to integrate Digital Goods subscriptions. We … Continue reading

Posted in Blogdex, Hacker Tales | Tagged , , , | 14 Comments

CSS Selectors for HTML5 Input Validation

If you are using the new HTML5 input types like input[type=”email”] and input[type=”url”], you will discover their automatic validation bubbles in Chrome. Soon after spotting them, you will likely want to change their style. The good news is, Chrome makes selectors available as discussed … Continue reading

Posted in Blogdex | Tagged , , , , , , , | Comments Off on CSS Selectors for HTML5 Input Validation