Web Technology

Web technology refers to technology that create website include css,html,js and other

7 Scientifically Proven Ways to Get More Clicks on Your Content

7 Scientifically Proven Ways to Get More Clicks on Your Content

As a content creator, you invest a lot in producing quality content. It’s frustrating when it doesn’t get the traction it deserves. Factors That Influence Click-Through Rates Relevance Your content should provide...
208 views
Moodle Could not find a top-level course

Moodle Could not find a top-level course

Having trouble finding a course in Moodle? No need to freak out just yet somehow. You’ll likely resolve the problem quickly with this guide. Verify course visibility settings and double-check availability status....
333 views
How to Make Google Ads Work: The step-by-step recipe to succeed

How to Make Google Ads Work: The step-by-step recipe to succeed

What is Google Ads? Google Ads is a product that you can use to promote your business, help sell products or services, raise awareness, and increase traffic to your website. Create a campaign...
213 views
A Step-by-Step Guide to Web Technology

A Step-by-Step Guide to Web Technology

Web technologies refers to the way computers/devices communicate with each other using mark up languages. It invo It is communication across the web, and create, deliver or manage web content using hypertext...
232 views
List all categories in wordpress

List all categories in wordpress

Free source code with WordPress for listing all categories and the responsive interface. We use PHP code, have a beautiful style, using the bootstrap and please check the code like below. <?php...
198 views
What kind of website do you want to create?

What kind of website do you want to create?

In this day and age, the internet has transformed since it went mainstream in the early 2000’s.With websites costing tens of thousands of dollars back in the day, now you can create...
281 views
Css Responsive width on Facebook Page Plugin

Css Responsive width on Facebook Page Plugin

Facebook Page Plugin doen’t responsive because It is frame that embed from facebook page profile. making it responsive by adding style on frame width:100%. The solution you can put code in your...
232 views
Increasing Moodle’s Max Upload Size

Increasing Moodle’s Max Upload Size

Don’t worry if you have trouble using Moodle’s upload size limitation; a few simple adjustments will allow you to have a seamless, productive Moodle experience while increasing the maximum upload size. For...
195 views
How to set up Moodle—Installing Moodle

How to set up Moodle—Installing Moodle

In this comprehensive guide, you’ll learn how to install, configure, and customize Moodle. Discover the best practices on creating courses, adding users, and troubleshooting common issues. Introduction to Moodle Moodle is a...
281 views
Apple restricts use of OpenAI’s ChatGPT for employees, Wall Street Journal reports

Apple restricts use of OpenAI’s ChatGPT for employees, Wall Street Journal reports

On Thursday, 18 May 2023, Apple Inc has restricted the use of ChatGPT and other external artificial intelligence tools for its employees as Apple develops similar technology, the Wall Street Journal reported...
142 views
Celebrating the WordPress 20th Anniversary in Cambodia

Celebrating the WordPress 20th Anniversary in Cambodia

This is a gathering to celebrate the 20th Anniversary of WordPress (27 May 2003 – 27 May 2023). This gathering will be celebrated on Saturday 27th May, 2023 at SalaCyber (map), from 2 PM...
147 views
How to Create a Table of Contents With a Plugin in WordPress

How to Create a Table of Contents With a Plugin in WordPress

A table of contents is a list of jump links that lead to different sections on a page or post.  there is a good plugin and I want share it to you. I have...
153 views
Change logo on WordPress Login/Register Page

Change logo on WordPress Login/Register Page

Login/SignUp page was used default wordpress logo and we want to see our logo instead. I have 2 methods to show you and solve this problem. Function.php use wordpress plugin Method 1:Function.php...
176 views
The website footer should contain the content.

The website footer should contain the content.

What is the footer of a website? The footer is the section of content and contains information listed at the bottom of the page. Mostly, there is a copyright of website, site...
197 views
Google Adsense says “Needs Attention” on my site.

Google Adsense says “Needs Attention” on my site.

Make sure that your site follows the AdSense programme policies. After you’ve fixed the violation, you can request a review of your site. Low value content Your site doesn’t yet meet the criteria...
212 views
How to obtain good backlinks

How to obtain good backlinks

If you are serious about enhancing the search engine optimization (SEO) of your website, then you should focus on building backlinks. What is Backlink? Links on websites other than your own that...
143 views
Popular 6 CRM Websites

Popular 6 CRM Websites

Customer relationship management (CRM) is a technology that allows businesses, both large and small, to organize, automate, and synchronize every facet of customer interaction. CRM system examples include marketing, sales, customer service,...
230 views
Web Development Tools for Beginners

Web Development Tools for Beginners

Web development software can be used to help professional Web Developers and non-Developers alike build websites, mobile apps, and other digital products. for Beginners and want to learn as web developer ,you...
237 views
How to Install and Set up a WAMP Server

How to Install and Set up a WAMP Server

WampServer refers to a solution stack for the Microsoft Windows operating system, created by Romain Bourdon and consisting of the Apache web server, OpenSSL for SSL support, MySQL database and PHP programming language. Notable lists, variants, and equivalents on other platforms LAMP: for the Linux operating system...
226 views
moodle upload users

moodle upload users

If you need to add a large number of users to your site, and you don’t want them to create their own accounts, you can upload a text (.csv) file to create...
220 views
Disable zoom on input focus in Mobile

Disable zoom on input focus in Mobile

All such viewport settings will not prevent the input-focus zoom if you are zoomed-out. These will also not over-ride any other html, body, or element sizing that would push the window to width wider...
250 views
List all the tags in a WordPress

List all the tags in a WordPress

getting all tags and have some style in Worpress as below code. I hope this code can help you. <ul class="tag-ul"> <?php $tags = get_tags('post_tag'); if ( $tags ) : foreach (...
155 views
how to embed Facebook profile page

how to embed Facebook profile page

The Page plugin lets you easily embed and promote any public Facebook Page on your website. Just like on Facebook, your visitors can like and share the Page without leaving your site....
207 views
How to Test speed website

How to Test speed website

You should be aware of some tips if you want to create your website faster than it was previously. You know your website contains css, js, html, image, ect. Some code isn’t...
195 views
How To Remove Server Name From Apache Response Header

How To Remove Server Name From Apache Response Header

the HTTP headers sent by the remote web server disclose information that can aid an attacker, such as the server version and languages used by the web server. ServerSignature Off: This directive...
205 views
How to connect website with Google AdSense

How to connect website with Google AdSense

you can earn money by adding monetize to your website and It was called Google AdSense. Before you add or connect your website with Google AdSense should know as below. we have...
207 views
JavaScript Tutorial

JavaScript Tutorial

JavaScript is the world’s most popular programming language. JavaScript is the programming language of the Web. JavaScript is easy to learn. This tutorial will teach you JavaScript from basic to advanced. Why...
153 views
CSS Selectors

CSS Selectors

A CSS selector selects the HTML element(s) you want to style. We can divide CSS selectors into five categories: Simple selectors (select elements based on name, id, class) Combinator selectors (select elements based...
267 views