Method: Use a real cron job instead of the default WordPress WP-Cron (for better performance and reliability). ALWAYS use a real cron job instead of WP-cron. STEP #1 – disable WP-cron from your wp-config.php file STEP #2 – create a...
Continue ReadingUser acceptance testing
The feedback surveys and user acceptance testing (UAT) are the ways to measure customer satisfaction Why conducting UAT is essential to the successful launch of any product, service, or software. We will also discuss some best practices for effective UAT...
Continue ReadingWriting an effective escalation email
Escalation: the process of enlisting the help of higher level project leadership or management to remove an obstacle, clarify or reinforce priorities, and validate next steps Escalation email best practices Escalation is a useful skill for solving problems quickly.
Continue ReadingHow to change apps font size in Window 10
Windows 10 (and maybe 8 & 7): 1- Right-click on the desktop => choose Display Settings 2- “Change the size of text, apps, and other items. That makes Unity’s fonts and UI bigger
Continue ReadingNote : Status code for API
Khi chúng ta request một API nào đó thường thì sẽ có vài status code để nhận biết sau: 200 OK – Trả về thành công cho những phương thức GET, PUT, PATCH hoặc DELETE. 201 Created – Trả về...
Continue ReadingÝ nghĩa cụm động từ Go
Cụm động từ Go Ý nghĩa Go off with somebody Đi theo ai đó Go on Tiếp tục Go along with somebody Đi cùng ai đó Go out with someone Hẹn hò với ai Go through Thực hiện Go through...
Continue Reading9 KÊNH YOUTUBE FREE HỌC TIẾNG ANH HIỆU QUẢ
1. VOA Learning English VOA chỉ sử dụng bộ 1500 từ vựng thông dụng nhất. Các câu, đoạn hội thoại trong video tương đối ngắn, đơn giản và dễ hiểu. Các bản tin trên VOA đa dạng với nhiều chủ...
Continue ReadingWhat Are Shaders?
Rendering is what programmers call the process of generating an image, and Shaders are short programs that render graphics data. That is, a Shader is a program that takes meshes, textures etc. as the input and generates an image as the output. Understanding...
Continue ReadingMake a public array of arrays appear in the inspector
Sample [Serializable] public class CategoryDataSource { public string catName; public Sprite catImage; } In the class with Inspector public CategoryDataSource[] categoryDataSources; The result is : Have fun!
Continue ReadingHow to Refresh the Post Image Shared on Facebook
The first step is to visit the Facebook object debugger using the following URL: https://developers.facebook.com/tools/debug/og/object/ Then input the URL as the second step. The last one is Click the button labeled “Fetch new scrap information”. That’s all! Good luck!
Continue Reading