by Josh | Nov 2, 2018 | Blog, Internet Marketing, Marketing, Quick Tips
Talking with a support person at Yelp, I was able to get some insight into how their search engine works within Yelp. I hope these tips help you place higher for keywords that help you or your customers. To get placed higher in search results within Yelp, you’ll...
by Josh | Jul 18, 2017 | Charting, Quick Tips
If you are looking for a good tool to create charts & diagrams for anything pretty much. Lucid Charts is an amazing freemium tool that allows you to make charts for AWS infrastructure, workflow diagrams, and much more. You can use up to 100 elements for free per...
by Josh | Jul 17, 2017 | Quick Tips, Wordpress
If you have a wordpress site you are moving and the domain name is changing, you gotta use the following WP CLI commands to fix your database entries. Use the wp cli command and not some sql replace as there are serialized values in the database. You can find my...
by Josh | Jun 14, 2017 | Quick Tips
If you have access to the script console (Manage Jenkins -> Script Console), then you can do this following: Jenkins.instance.getItemByFullName(“YourJobName”).updateNextBuildNumber(45)