by Pericror | Jan 16, 2021 | Software Development
The common 16:9 aspect ratio sizes include: 640×360, 854×480, 960 x540, 1024×576, 1152×648, 1280×720, 1366×768, 1600×900, 1920×1080. They may be visualized as follows: 640×360 Visualized 854×480 Visualized 960×540...
by Pericror | Dec 26, 2020 | Software Development
If you’re using a WordPress site with a default theme such as TwentyTwenty, you might want to learn how to change the default WordPress ‘could not find any results’ text that appears if a user uses the search form on your page but there is no...
by Pericror | Dec 23, 2020 | Software Development
If you’ve installed a default version of WordPress with commenting enabled on your posts, you may notice WordPress will automatically generate a WordPress ‘Leave a Reply’ prompt above the comment section. If you want to customize the ‘Leave a...
by Pericror | Oct 25, 2020 | Software Development
In this post, we’ll show you how to add emojis to ZingGrid data cells 🔥 . To do this, we define a custom renderer which is a function that lets you transform the data of a given column into specific HTML that you define. Consider the following existing ZingGrid...
by Pericror | Oct 16, 2020 | Software Development
If you have a customer project where the specified operating system was RedHat enterprise, you know it can be a long bureaucratic road to get an official RedHat license procured for your project. To avoid any downtime as a result of licensing, one quick file addition...
by Pericror | May 29, 2020 | Software Development
The WordPress REST API is a powerful tool for programmers to generate content dynamically using post and page API POST calls. You can populate the standard fields such as the title, the permalink (slug), category, content of the page and more using the standard API...