How to Quickly Fade To Black in DaVinci Resolve

What You’ll Be Creating In the realm of videography and film-making, there’s a simple elegance that is often associated with a ‘fade to black’. It’s much more than a mere ending or transition; it is a powerful tool that can evoke a myriad of emotions, making a lasting impression on the viewer. In essence, a… Continue reading How to Quickly Fade To Black in DaVinci Resolve

How to Create a Brochure Mockup in Photoshop

If you’re looking to present your latest design project or establish a portfolio of your work, a good square trifold brochure mockup is a fantastic start! You’ll learn everything you need to know in this easy-to-follow square brochure mockup tutorial and will walk away with design skills that you can apply straight away. In this… Continue reading How to Create a Brochure Mockup in Photoshop

How To Fix ‘Failed To Load Resource’ Error In WordPress

The “Failed To Load Resource” error is one of the most frustrating issues many WordPress users have been encountering lately. This error is quite hard to fix since it can be caused by several different issues like plugin compatibility issues and HTTPS URL issues and more. In this post, we take a look at some… Continue reading How To Fix ‘Failed To Load Resource’ Error In WordPress

Two Ways to Create a CSS Frosted Glass Effect

* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} In this tutorial I’ll show you how to create a frosted glass effect in CSS.  You’ll already have seen this glass blur effect in action in UIs (User Interfaces) such as on MacOS and iOS, even Windows nowadays, so the glass background is definitely a trending effect.… Continue reading Two Ways to Create a CSS Frosted Glass Effect

How to Completely Remove Comments from WordPress

WordPress comments are an integral part of building a community with a WordPress blog. They allow your audience to connect with you by responding directly to your posts. They allow you to extend the conversation surrounding the topic you wrote your post about by letting members of your community pitch in. They even allow members… Continue reading How to Completely Remove Comments from WordPress

CSS3 Animations and The New JavaScript Method Animate()

With CSS3 animations in HTML documents have become fairly easy to achieve. Using the “@keyframes” rule various properties such as position and size of an HTML element get defined. Then the property “animation” cares for getting the keyframes up and running according to their definitions. Without the need for JavaScript and plug-ins we are able… Continue reading CSS3 Animations and The New JavaScript Method Animate()