by Mohsin Sumar | Aug 29, 2023 | Business, Uncategorized
Finding stock photos for commercial use has always been a challenge. Professional, high quality photos are great to work with on projects such as website designs, social media as well as print. My favourite stock photo site is Dreamstime. I have used it for many years...
by Mohsin Sumar | Feb 19, 2022 | Uncategorized
With recent versions of cPanel, you may end up getting an error like this: Error:API failure: Zone is invalid: Line 18: TTL set to prior TTL (1400) at /usr/local/cpanel/Cpanel/ZoneFile/LineEdit.pm line 390. This error can cause a lot of grief in fixing, especially, if...
by Mohsin Sumar | Jul 19, 2020 | Uncategorized
A web address, also called a domain name, is the starting point of a web presence. They’re registered for minimum duration of 1 year upto 5 to 10 years in depending on the extension. A dot TZ can be registered for 5 years where as generic ones like a dot COM can be...
by Mohsin Sumar | Aug 28, 2019 | Uncategorized
Recently, I needed to generate 4 digit random PIN number. Instead of exporting things out, making changes and doing things manually, or writing some code to do it — I decided to just use MySQL itself for the job. UPDATE contacts SET code = concat(...