Fiverr – a place for services more than five dollars
Fiverr was once a place to get services or small jobs done for $5. Now you can struggle to find something worth that much on the website. Is that an…
Fiverr was once a place to get services or small jobs done for $5. Now you can struggle to find something worth that much on the website. Is that an…
If you want to randomise a PHP variable the following code is a great example: $vars = [‘Apple’, ‘Orange’, ‘Melon’, ‘Lemon’, ‘Lime’]; $random = $vars[mt_rand(0, count($vars) – 1)]; echo $random;…
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:…
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…
Everyone has an adblocker right? well at least the younger generation or those who are tech savvy do. Browser plugins like adBlock, uBlock Origin and Ghostery are must haves, they…
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…
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…
Drop shipping is where a store or the seller does not keep or have the product in stock. When a sale is done the seller then purchases the product from…
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…