Taking screenshots and recording game screens are quite normal nowadays. Check out what Windows built-in tools can help!
Blog
WordPress Basics: Themes and 3 Ways to Install a Theme
In this blog post, we answer three questions: what is a theme, where to find WordPress themes, how to install and activate a theme, and how to basically customize your WordPress themes. This post will provide you with very basic understandings of this concept, which is extremely important in designing a WordPress webpage.
WordPress Basics: Installing WordPress On a Local Server
Before pushing any website to the Internet, it is a good practice to install it first on a localhost. That way, you can test, debug, modify the site and the content as much as you like. And installing a WordPress site is not any different. When you are comfortable with the current version of the […]
WordPress Basics: WordPress.com or WordPress.org?
When coming to use WordPress to make websites, I believe one of the most common questions is: Should I use wordpress.com or wordpress.org? In this article, I will mention some differences between these two, and also through a video. And I hope this will help you make up your decision.
AJAX Contact Form: Sending Emails Without Refreshing Page (Source Code)
In this video tutorial, we will make an AJAX contact form for simple use.
This form has three fields: Name, Email and Message. It lets others send you an email through a web platform without refreshing the webpage using AJAX (Asynchronous JavaScript And XML).