Pages
Portfolio
Categories
Archives
- June 2017 (1)
- April 2015 (2)
- July 2014 (1)
- February 2014 (3)
- January 2013 (1)
- December 2012 (1)
- November 2012 (1)
- February 2012 (1)
- January 2012 (1)
- November 2011 (1)
- October 2011 (5)
- August 2011 (9)
- July 2011 (7)
- May 2011 (13)
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 InfiniteWP, IWP, PHP, Server Management, WordPress, WP-CLI
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
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
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 Math, PHP, Programming, Project Euler
Comments Off on Project Euler Problem 10 – Revisited (PHP)