6 Figma Plugins to Give You Design Superpowers (and How to Use Them)

Figma plugins are a recent addition to what’s becoming the go-to collaborative tool for UI designers everywhere. Plugins are built by the community (you can even build one yourself if you wish) and provide an easy way to extend your capabilities with Figma. Through this helpful update, designers can automate repetitive tasks, add accessibility features,… Continue reading 6 Figma Plugins to Give You Design Superpowers (and How to Use Them)

How to use the wind blast effect in Adobe Photoshop

Feel like firing up Adobe Photoshop and creating something cool? Let’s leave boring posters behind and work with the wind blast effect to come up with a neoclassical-style poster template. Ready? Let’s go! What you’ll learn How to set up guides in Photoshop How to crop an image using Layer Masks in Photoshop… Continue reading How to use the wind blast effect in Adobe Photoshop

MasterStudy – Revolutionary Learning Management System on Vue.js!

MasterStudy Major Update! Introduction to the exclusive development of the LMS for effective organization of online courses. What is MasterStudy? MasterStudy is an elegant WordPress theme for educational needs. It is full of premium plugins that are professionally integrated to save your money and create the best online learning site for both teachers and students.… Continue reading MasterStudy – Revolutionary Learning Management System on Vue.js!

How to Create Presentations that Don’t Suck

The presentation is a convenient way to provide a short yet concise information about any of your projects whether you are a student, office manager, businessman, startupper, or financial advisor. Sad to say but bad presentation happens oftener than the good one. As a result, your audience gets bored and want the presentation to be… Continue reading How to Create Presentations that Don’t Suck

Typography: The anatomy of a letter

The more we communicate, the closer we become. Typography inspires us by reminding the world of a simpler time without connection. As designers and artists, we can carry that fascination into our work by studying the makeup of letters. Let’s explore all about the parts of lettering by examining the anatomy of a letter. If… Continue reading Typography: The anatomy of a letter

20 Professional (HTML + PSD) Email Signature Templates

How does your email signature look right now? Is it basic—or is it beautiful? Try using PSD and HTML email signature templates for a more eye-catching signature. Professional Email Signature Templates: one of the best email signatures that are trending in 2024. Your email signature is part of your personal business branding, so it needs… Continue reading 20 Professional (HTML + PSD) Email Signature Templates

A Beginner’s Guide to AJAX with jQuery

In the first article of this series, we covered the fundamentals of AJAX. In the second, we looked at a working example using vanilla JavaScript. In this tutorial, we’ll walk through a few of jQuery’s AJAX-related functions and methods. More specifically, we’ll take a closer look at the shorthand load method and the generic ajax… Continue reading A Beginner’s Guide to AJAX with jQuery

An Example of AJAX with Vanilla Javascript

Following on from our introduction to AJAX, here’s an example which uses the XMLHttpRequest API to initialize an AJAX request. AJAX Example Have a look at the following basic structure: <div> <img src=”http://webdesign.tutsplus.com/Einstein.jpg” alt=”Einstein”> <button id=”request”>Learn more about Einstein</button> <div id=”bio”></div> </div> Also, consider the related visualization: Here’s what we want to happen: when we… Continue reading An Example of AJAX with Vanilla Javascript