Responsive CSS style based on screen width with @media
Using @media in CSS allows you to specify styles for a certain viewpoint (width/height). This helps with creating responsive designs if you’re not using a framework such as Bulma or…
Using @media in CSS allows you to specify styles for a certain viewpoint (width/height). This helps with creating responsive designs if you’re not using a framework such as Bulma or…
Looking at different approach to design with Bootstrap 4, a free flowing open one page design. A large amount of websites have defined areas and even i am guilty of…
June 10 2019 brings a fresh new face to Vultr. The new design brings an entire new Vultr logo as well as colors and icons. The now old Vultr theme…
Accuracy and honesty, they are two bare minimal aspects needed by journalists for their job in reporting to and informing the public. Not shape or push in a direction but…
It wasn’t even 3 months ago when i made this post on Googles downtime. I explained that whilst it is a huge bummer, Google still isn’t immune to downtime and…
North Face the global outdoor clothing brand devised and executed with the help of Leo Burnett Tailor Made agency a image manipulation on Wikipedia. The aim was to get the…
1200Mbps download and 64Mbps upload are speeds that Telstra showcased at their launch of 5G in Australia. The fifth generation of cellular data goes above 4G considerably in the speed…
Part of BunnyCDN’s new optimizer engine is the manipulation engine. This allows you to append further configurations onto an image URL to manipulate the end received image. Here is a list…
Currently in beta BunnyCDN’s new Bunny Optimizer feature is a another way to further compress and efficiently serve your files and images around the globe. Using a CDN like BunnyCDN…
PHP’s base64_encode() and base64_decode() are functions that encode the inputted data with base64 and then decode it back to its original state before being encoded. A classic example is a…