Mar 19, 2022 | Hardware Software | Google, Google Nest, Google Speakers, Nest Audio
Many people using Google Nest speakers set up as a stereo pair have been complaining that they are receiving the following error when trying to change the volume.. Sorry, I can’t change the volume on this device !! Unfortunately, the problem stems from a legal...
Jun 9, 2021 | Coding, SEO, Server management, SSH, Uncategorized
Ever wondered what your IP address is and how to find it ? In this article we explain the basics about your IP address, what its used for and how to see your current IP address.
Sep 26, 2018 | MySQL | Database, MariaDB, MySQL, Replace, Update
We often use Find and Replace when editing code or other documents. The MySQL replace string function is just what you need when managing database content.
Sep 21, 2018 | SSH | coding, server management, ssh, WHM
We often get support tickets from users worried that WHM is reporting that the tmp directory is either full or getting near to full and don’t know how to prevent this from happening. If you have root access to your server you can use tmpwatch to regularly purge...
Sep 21, 2018 | Coding, Web Design | coding, php, shortcuts
The PHP ternary operator is a shorthand way of writing an if/else statement. The logic of the Ternary Operator is // basic ternary logic $result = (condition) ? return if true : return if false ; A working example would be something like // working example of ternary...
Jul 23, 2010 | Web Design
Welcome to the blog. This is where you can find tip, tricks and snippets of code that I find useful.