If you’re a design leader, I bet you’ve had moments where you’ve questioned your role and impact. You’re not alone. Many UX professionals, including myself, have found themselves in leadership positions with high expectations but little clarity on how to navigate their responsibilities. This disconnect can lead to frustration, ineffective design efforts, and missed opportunities… Continue reading Taking Control of Your Design Leadership Role: A Comprehensive Guide
Tag: Network
Lazy Loading Images Using HTML and JavaScript
I have previously written a tutorial that discusses how to preload images on a webpage using HTML, CSS, or JavaScript. The reason we went to the trouble of preloading images was to provide a better browsing experience to users so that they don’t have to wait for an image to load. The same philosophy of… Continue reading Lazy Loading Images Using HTML and JavaScript
5 Best Security Plugins For WordPress
WordPress is one of the most popular content management systems available, used by millions of websites across the globe. However, it is also one of the most vulnerable to cyber-attacks, making it essential to protect your WordPress site with security features. Thankfully, there are a variety of WordPress security plugins available that can help protect… Continue reading 5 Best Security Plugins For WordPress
How to Build a Fake AJAX “Load More” Mechanism (JavaScript Tutorial)
The other day I was working on a WordPress project that used ACF (Advanced Custom Fields) Pro’s flexible content. If you aren’t familiar with this field, imagine it as a miniature of the Gutenberg and Elementor builders that gives you the ability to define different types of layouts. So, on this project, the design required… Continue reading How to Build a Fake AJAX “Load More” Mechanism (JavaScript Tutorial)
HumHub – An Open Source Social Network Kit
HumHub is a free social network software and framework built to give you the tools to make teamwork easy and successful. It’s lightweight, powerful and comes with an user-friendly interface. With HumHub you can create your own customized social network, social intranet or huge social enterprise application that really fits your needs. HumHub is completely… Continue reading HumHub – An Open Source Social Network Kit
A Beginner’s Guide to HTTP and REST
Hypertext Transfer Protocol (HTTP) is the life of the web. It’s used every time you transfer a document, or make an AJAX request. But HTTP is surprisingly a relative unknown among some web developers. This introduction will demonstrate how the set of design principles, known as REST, underpin HTTP, and allow you to embrace its… Continue reading A Beginner’s Guide to HTTP and REST