PHP $_GET example
PHP GET sends data or a value through the URL, obviously not good or used for passwords but it is good to shape that URL’s page contents. Do note that…
PHP GET sends data or a value through the URL, obviously not good or used for passwords but it is good to shape that URL’s page contents. Do note that…
Domain names became a thing because its easier to remember them than an ip address, every domain name has an ip address. An example of an ip address could be:…
Whilst storing data in a json file would not be preferred over using a MYSQL database here is how to do it with a quick example and then a more…
KVM and OVZ are types of virtulisation with servers. Server hosting companies have what is called dedicated servers, very powerfull machines. These dedicated servers are split up into VPS’s which…
SSL stands for Secure Sockets Layer. It is a security measure for encrypting the link between the web server and the browser. Making the data passed through this link encrypted…
Google fonts is an extremely useful resource for web developers. It offers 843 font families that can easily be used on a web page. Making styling and theming a website…
CDN stands for Content Delivery Network. A CDN is a cluster or group of servers around the world that host content (images, media, files). That when called on will deliver…
Think of all the different screen sizes an devices you can browse the web on, have you ever browsed a website on your phone and it was horribly ‘broken’ and…
API Application Programming Interface. Simply an api is simple interaction between a server and application or browser. A fine example is sending a tweet, The browser and IOS or android…
Yoast SEO thankyou, but i want my WordPress panel to not be slow and bloated. I am always sceptical of programs, software or tools which offer a free tier alongside…