Recently my local Apache2 gave me a segmentation fault: /opt/local/apache2/bin/apachectl: line 78: 42092 Segmentation fault $HTTPD -k $ARGV I spent about 5 minutes trouble shooting then decided to move on to MAMP Pro, but not with out some headaches. First was, Chrome Kept forwarding http://localhost:8888/ as a Google search this was odd, because http://localhost:8888// worked, but having only [...]
MAMPA Quick Glimpse of the admin Amazon SES (Simple Email Service) Plugin for WordPress.
Amazon SESOne thing I do enjoy about programming is when I can automate routine processes yet, avoid pitfalls where your future code is bound by the automation. Thus, making it difficult to add features, find and fix bugs. With the 40+ plugins I’ve developed, all varying in complexity, some are just 1 file others 50+. I’ve [...]
Automationchmod -R a-x+X directory Remove the execute permission on all files in a directory tree, while allowing for directory browsing. http://en.wikipedia.org/wiki/Chmod
Recently, while working on my WordPress Multi-media Cart plugin for Graph PaperPress I came to the section for Paypal integration, and its a mess, the Paypal documentation that is. Here’s some thoughts and concerns regarding my experience traversing Paypal’s documentation. I’ll always stand by developer documentation first, such as; The Codex, PHP.net, jQuery, Rails, AWS [...]
PayPalOverall for my first experience in Web Scraping it was actually an enjoyable “thought process” and satisfying to know that after about 2 hours of programming, 2 minutes of script execution time, I had 600+ events stored in the database.
Web ScrapingReflection As I get closer to the release of my newest project BMX Race Schedules I’m starting to see personal growth as a developer. During the development process there’s been little to no bugs and the one’s that have arisen have quickly been fixed. Features are easy to design and develop. More and more code [...]
GitI ran the gitstats script as I’ve done numerous times in the past. This particular time I received the following errors while the html files where being built: Generating graphs… >> gnuplot “/var/www/subdomains/projects/html/projects/task-tracker/stats/hour_of_day.plot”/bin/sh: gnuplot: command not found [0.00441] >> gnuplot “/var/www/subdomains/projects/html/projects/task-tracker/stats/hour_of_day.plot” >> gnuplot “/var/www/subdomains/projects/html/projects/task-tracker/stats/day_of_week.plot”/bin/sh: gnuplot: command not found [0.00360] >> gnuplot “/var/www/subdomains/projects/html/projects/task-tracker/stats/day_of_week.plot” >> gnuplot “/var/www/subdomains/projects/html/projects/task-tracker/stats/domains.plot”/bin/sh: [...]
Git, UnixUsing Git Subtree, Git submodules and Git super projects for web projects, how about you Git the f***k out of here with all that non-sense.
Git