Category Archives: PHP

35 Bad Programming Habits That Make Your Code Smell

https://techbeacon.com/35-bad-programming-habits-make-your-code-smell

Posted in jQuery, PHP, Programming | Comments Off on 35 Bad Programming Habits That Make Your Code Smell

WordPress Management

In this position, I have a lot of WordPress management to do.  We have 250+ WordPress sites (and growing).  Management of that many sites has been a nightmare to say the least.  The savior has been two programs. The first … Continue reading

Posted in PHP, WordPress | Tagged , , , , , | Comments Off on WordPress Management

New Job

So long time since last posting, but I have a great new job finally.  For once, I actually enjoy the job itself, not just the company or the benefits.  This hasn’t been the case for the last 5+ years.  It … Continue reading

Posted in Personal, PHP | Comments Off on New Job

2013 Goals

My goals for 2013 are as follows. Professional Contribute to one open-source project Release one open-source project Write a conference talk Submit a talk to at least one CFP Learn Python Attend at least one conference Attend at least one … Continue reading

Posted in Cub Scouts, Personal, PHP, Programming | Comments Off on 2013 Goals

My vimrc

My vimrc file I am putting this here as a backup location and for future reference. In the near future, it will be put into git and linked to there. Script // Moved to github here: https://github.com/jthayne/dotfiles

Posted in PHP | Tagged , , | Comments Off on My vimrc

Project Euler Problem 10 – Revisited (PHP)

Problem 10 The sum of the primes below 10 is 2 + 3 + 5 + 7 = 17. Find the sum of all the primes below two million. Script Execution Time: 22.5509 seconds Changes Basically, all math functions went … Continue reading

Posted in PHP, Programming, Project Euler | Tagged , , , | Comments Off on Project Euler Problem 10 – Revisited (PHP)