PHP Switch vs if elseif

In PHP if & elseif is something i was always using when in fact a simple switch would have done the job and looked cleaner. Looking at the following Switch…

The lowdown on Google fonts

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…

What is a CDN

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…

What is an api?

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…

What is SEO?

SEO meaning Search Engine Optimisation is the methodology in getting listed (indexed) on search engines for certain search terms or keywords. In this day of mass internet consumption obviously SEO is…