Category: Uncategorized
Nick and Christina Wedding
Nick and Christian’s Wedding Rehearsal
Working From Chelan For Nicks Wedding
Avoid Multitasking
A number of studies have determined that multitasking harms productivity. I highly recommend you stay focused on one task at a time until completion. If you need to go through a lot of emails or set priorities, do so as a single task and use Scoretask To Do’s to help organize all the priorities. Then just work through each To Do one at a time.… read more “Avoid Multitasking”
400 Bad Request Bug Caused by Airplane
I was working on my recruiting site on my two hour flight from LA to Seattle. Shortly after we took off, I realized I had a bug on one of my recruiting site pages. On this page, I am displaying a report showing all candidates and their skills test scores via Datatables (Ajax). For some reason the Ajax request to my server was returning a 400 error: Invalid URL.… read more “400 Bad Request Bug Caused by Airplane”
Reading “Contact” By Carl Sagan
I am 75% of the way through reading “Contact” by Carl Sagan. It has been moderately entertaining, although Carl Sagan is guilty of the cardinal writing sin of telling and not showing. Makes for a less interesting read when he just has these long rants or explanatory sections.
Mandatory Arbitration Not Good for Consumers
Bowling
Laravel View Composer
I watched a Laracast video this morning on View Composers… these will be very helpful to me. For a long time I have wondered how to avoid calling the same code repeatedly for showing a piece of code on a page, and now I have the answer!