How to Optimize an Animated Gif: 10 Ways

In this tutorial, we will have a close look at all the available options to convert a video to a GIF animation, and how to optimize its file size. What is a GIF File? Before we start, let’s take a closer look at what is a GIF file. GIF is the standard format for compressing images… Continue reading How to Optimize an Animated Gif: 10 Ways

How to Choose a WordPress Slider or Carousel Plugin

Sliders are very popular design elements. They are the most dynamic way to display visual media on your website. You can use them in hundreds of ways to engage visitors on your website.   There are hundreds of slider plugins available for WordPress to help you build, organize, and manage your sliders.  In this article, I… Continue reading How to Choose a WordPress Slider or Carousel Plugin

What does simplicity in UX design look like?

For over a decade, designers have debated what constitutes simplicity in user experience design. As Robert Hoekman Jr. points out in his article When It Comes to UX Design, Simplicity is Overrated, the variation in semantics is confusing. Simplicity could refer to a clean design (then there’s the disparity of what “clean” actually looks like), the… Continue reading What does simplicity in UX design look like?

How To Compare Strings In PHP

During any sort of programming you will always get situations where you need to compare values with each other, if the values are boolean or integers then the comparison is simple. But if you want to compare strings or parts of strings then there can be more to the comparison such as case of the string you are comparing.