While working on some updates to the Store Locator Plus website I ran into a rather annoying issue when it came to the logo for the website. On the documentation…Continue readingHacking Snagit PNG Files For Clarity
Artificial Intelligence. Human-programmed algorithms that are designed to allow machines to learn from the environment and improve the outcome of those algorithms over time based on what they learn. It…Continue readingWhat The Duck – Thoughts On Artificial Intelligence
This is something I often come across in code. Just came across it in our MySLP project today , in fact. SELECT count(id) FROM my_table While the performance impact of…Continue readingPerformance Benefits Of COUNT(*) In SQL