Perfist Blog
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 FrontendGlassmorphism 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 FrontendIf 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 FrontendWhen 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 FrontendAs 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 FrontendSite 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 FrontendToday, 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 FrontendCSS 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 FrontendAre 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