Stopping Blue Border Add this style: or
All posts by
Horizontal Align
iPhone zooms page content
An iPhone has a screen resolution and also a viewport resolution. For instance the iPhone 11 actual screen is resolution is 828 x 1792 pixels and its viewport size is 414 x 896 pixels. You can find that the browser decides to show a page at the actual resolution instead of the normal viewport size […]
.Digital Markets Act Overview
https://www.bbc.co.uk/news/technology-55318225
.Digital Services Act Overview
https://www.bbc.co.uk/news/technology-55318225
.GDPR Overview
https://gdpr-info.eu/
.Online Harms Bill Overview
https://www.theguardian.com/technology/2020/dec/15/online-harms-bill-firms-face-up-to-18m-fine-for-content?CMP=fb_a-technology_b-gdntech
URL, URI and URN
DateTime CREATE TABLE
Adding an auto fill row created at DateTime column For MySQL V5.6 and above you can do this: For earlier versions you must use timestamp and can only have 1 column defined as this:
== vs ===
But the equal operator == is less strict than the identical operator === and can have some hard to predict results, so it’s typically better to only use the identical operator. Strings When comparing a string to an integer the string is evaluated as 0!! evaluates true because first “ABC” is converted to integer and […]