An email I’ve been working on needs to grab data from a custom event to populate a variable on the email template (or subject line). This could be accomplished with an API webhook call but I am trying to avoid…
An email I’ve been working on needs to grab data from a custom event to populate a variable on the email template (or subject line). This could be accomplished with an API webhook call but I am trying to avoid…
Check out this awesome test form! It won’t work inside of the Facebook app for iOS.
As a long time wantrepreneur with a brutal commute I listen to a lot of podcasts about business, real estate, investing, and online marketing. Podcasts and books in these realms have common threads that I believe must be basic common…
Here’s how to Mine was around here somewhere. File was here sudo nano /usr/bin/php-fastcgi Original file looked something like this. #!/bin/bash /usr/bin/spawn-fcgi -a 127.0.0.1 -p 10005 -u www-data -g www-data -f /usr/bin/php-cgi Added -C argument to enforce a limit. #!/bin/bash…
Lately I have had to redo some of the HTML emails. We had an outside contractor do most of the work and he did a fantastic job. However, I was noticing that under a very specific condition, the email images…
Just yesterday Apple released a critical patch that fixes a major security flaw. That Mac OS update required 3GB free on my machine. That’s trouble! I have an older MacBook Air with a 128GB hard drive so I’ve been hovering…
As a personal endeavor I’m trying to make an iOS app. Making a native app for iOS has been on my to-do list for at least 2-3 years but I could never figure out the Objective C language and I…
I’ve been trying to figure out Angular JS for a little while but I don’t have a deep understanding of software engineering patterns or practices. My theory is that I haven’t been able to figure out the framework because…
https://blog.engineyard.com/2013/developing-ios-push-notifications-nodejs http://apnagent.qualiancy.com/
I don’t play interactive fiction but I was thinking about writing a tutorial-like website that could benefit from the http://twinery.org/ – Nice HTML based IF builder. http://inform7.com/ – Create Z-code IF games https://code.google.com/p/parchment/ – Publish z-code IF games to the…