Perfist Blog

Frontend

blog image
20.03.2023

Creating City/District Options in WordPress Contact Form

In this article, we’d like to share how to add city and district options in contact form without using a extension or api. You can use this code in both HTML & JS or plugins such as Contact Form 7. In this example, We’ve prepared this form via Contact Form 7. Syntax of form body […]

Read More

Beginner Level Frontend
blog image
10.10.2022

Creating a Glassmorphism effect with CSS

Glassmorphism is a style that helps the design look modern and elegant. It can be used for various purposes depending on the design objective. this effect is used to make it easier to read the text used in the photo or to focus on the content we want to highlight. In this article, I will […]

Read More

Beginner Level Frontend
blog image
27.09.2022

Displaying Posts of Specific Categories in WordPress

If you are working on a project in WordPress, you should know about the components such as thumbnail, product, and category, and, how to patch up with PHP becomes crucial.   In this article, I want to show you one of the simplest ways of how to display posts from multiple categories with using PHP. WordPress […]

Read More

Beginner Level Frontend
blog image
22.08.2022

Managing Long Content with CSS

When creating a layout in CSS, it is essential to consider the length of text content. If a word is added or removed in the text, many situations will cause the design to change. I will discuss the methods used to manage different text lengths in this article. Techniques may vary depending on the purpose […]

Read More

Beginner Level Frontend
blog image
28.07.2022

Scrolling Effects With CSS Scroll Snap

As the use of mobile and tablets on websites increased, the touch feature became more crucial for  UI / UX. Using moving or scrolling effects has become more common both in sliders or galleries and in other sections of your webpage. Normally, sliders or galleries scroll with smooth effects thanks to frameworks such as Bootstrap […]

Read More

Beginner Level Frontend
blog image
28.06.2022

Lazy Load and SEO Compatibility

Site performance is one of the main subjects for websites targeting high traffic performance. In such projects, it is necessary to avoid any elements that will slow down the page’s loading process.  Lazy load is one of the most popular ways to optimize page load. Some benefits of well performed pages are: 1. Because the […]

Read More

Beginner Level Frontend
blog image
10.05.2022

Integrating Data Tracking Code into WordPress CMS

  Today, data tracking has become one of the important factors for digital advertising. The data of users visiting a website is used to increase the efficiency of advertisements. In order to track this data, tracking codes must be integrated into the website. In this article, I will tell you how to add a tracking […]

Read More

Mid Level Frontend
blog image
21.04.2022

CSS Custom Utility Class and SEO Compatibility

CSS utility classes assist you to increase your page’s SEO compatibility and performance. I’m sure most of you first met utility classes with frameworks the same as I did. It allows you to design a page without passing your CSS document every time and keeping in mind the values such as padding, margin, and color of […]

Read More

Beginner Level Frontend
blog image
22.03.2022

Quick Coding Using Shortcut

  Are you aware of how using shortcuts makes your work easier and faster while writing code? If not, you are in the right place. Let’s raise awareness together ?   Have you ever had to use your computer entirely from the keyboard without a mouse? If you have experienced this, you may have realized […]

Read More

Beginner Level Frontend