Jun
30
Notify readers of a private tumblr blog by email
June 30, 2013 | Leave a Comment
These past two months, I’ve helped two people start a tumblr blog. One of them is just a place for my daughter’s day care to share pictures of children with the parents. For obvious reasons, this blog is private. Tumblr is simple to use and the day care had no problem posting their photos and […]
Jun
30
Pear, pecl and php-oauth on OS X
June 30, 2013 | Leave a Comment
Today, I was needing to use the Tumblr API which PHP class uses the php-oauth extension. So, before I could get started with Tumblr itself, I had to set a few tings up : Install Pear : 123curl -O http://pear.php.net/go-pear.phar sudo php -d detect_unicode=0 go-pear.phar Once the pear install script starts, I decided to place […]