Web Technology

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

Top 10 most popular programming language in 2025

Top 10 most popular programming language in 2025

Nowadays, we know and see coding skills hold immense value in technology beyond 1990 till 2025, with effects on career advancement being profound. Extremely popular languages such as Python, JavaScript, and Java...
81 views
how to improve seo and increase audience for your website

how to improve seo and increase audience for your website

To increase your audience and boost your SEO (Search Engine Optimization), you’ll need to implement a mix of technical strategies, content creation, and marketing campaigns. This is a step-by-step guide to help...
289 views
Moodle – how get total course completed and login chart in current year into dashboard page

Moodle – how get total course completed and login chart in current year into dashboard page

To add the total course completed and login chart in the current year to the dashboard, you need to get a query from course complete and login from the database. We created...
444 views
(100% worked) How to fix PHP is not recognized as an internal or external command for Xampp Or Wamp

(100% worked) How to fix PHP is not recognized as an internal or external command for Xampp Or Wamp

5 steps for fixing PHP is not recognized as an internal or external command for Xampp rr Wamp. You can follow the tips below. Go to My Computer->properties -> Advanced system setting->...
415 views
Useful HTML elements Every Web Developer Should Know

Useful HTML elements Every Web Developer Should Know

list <ol> and <ul> there is an ordered list and an unordered list Unordered HTML List  <ul> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ul> Ordered HTML List <ol> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ol> <table> <table> <thead>...
266 views
How to loop post under category in wordpress

How to loop post under category in wordpress

To loop posts under categories, you should know something. get_categories($args): Arguments to retrieve categories and we want to return array List of category objects that   ‘parent’ => 0 .  $categories =...
300 views
boostrap columns left in desktop and right in mobile

boostrap columns left in desktop and right in mobile

When you want to change columns left on desktop and right on mobile, we always think about the responsive screen.This tip will help you. following the below code : <div class="container">  ...
246 views
Boost your revenue potential with the new ad intents format for Auto ads

Boost your revenue potential with the new ad intents format for Auto ads

google adsense released on 16 April 2024 about the new ad intents format for Auto ads,google adsense’re launching a new format for Auto ads called ‘ad intents’. Ad intents is an intent-driven...
244 views
How to Disable Attachment Pages in WordPress without using plugin

How to Disable Attachment Pages in WordPress without using plugin

WordPress generates a URL for whatever file you post, including images. You can use a direct link or conduct a search to find this URL. Some people might prefer to block the...
164 views
How to add theme support for the Title tag

How to add theme support for the Title tag

The meta title is the HTML element that labels a webpage and appears in the browser tab and search engine results pages. Generally, when we optimize your website with PageSpeed Insights, you...
183 views
how to create custom scrollbar on sticky table with css

how to create custom scrollbar on sticky table with css

the table is sticky for the first table th and table td. Selector elements was used : ::-webkit-scrollbar — the entire scrollbar. ::-webkit-scrollbar-thumb— the draggable scrolling handle. ::first-of-type— every element that is...
250 views
Site-level approval process is launching for AdSense for Search (AFS) sites

Site-level approval process is launching for AdSense for Search (AFS) sites

Google Adsense goes live on 6 March 2024 apparently from 4 March 2024 you gotta add your site to Sites page before showing ads via AFS on a new site somehowNew sites...
282 views
How to make image appear when sharing link to Twitter in wordpress (without using plugin)

How to make image appear when sharing link to Twitter in wordpress (without using plugin)

Twitter is a great way to promote content from your website and engage with other users. When you submit a link on Twitter, Twitter analyzes the meta tags from your tweets to...
224 views
Google Ads vs AdSense: What’s the Difference?

Google Ads vs AdSense: What’s the Difference?

Google Adsense Even though Google creates both Google AdSense and Google Ads,Publishers use Google AdSense. The Google AdSense program can be a good fit for you if you run or own blogs,...
249 views
How to Add HTTP Security Headers in WordPress

How to Add HTTP Security Headers in WordPress

What Are HTTP Security Headers? With the use of HTTP security headers, your website’s server can thwart typical security risks before they have a chance to compromise your website. Your web server...
252 views
How to Add Facebook Open Graph Meta Data in WordPress without plugin [OG tags]

How to Add Facebook Open Graph Meta Data in WordPress without plugin [OG tags]

Since most content is shared to Facebook via URLs, you should use Open Graph tags to mark up your website so you can manage the appearance of your content there. In order...
255 views
how to setup iTop [Install iTop]

how to setup iTop [Install iTop]

Before you install iTop,you should check the requirements. requirements: Minimum Hardware requirements iTop compatibility list check the itop version with the Minimum required → Max supported in php and MySql Configuring your...
563 views
how to config Microsoft Office 365 mail in wordpress code without using plugin

how to config Microsoft Office 365 mail in wordpress code without using plugin

hello guide, we will show you how to set up Microsoft Office 365 for WordPress email. first, we need to setup office 365 for sending mails from website and added the code...
294 views
DIfference of cohorts and groups/grouping in Moodle

DIfference of cohorts and groups/grouping in Moodle

To avoid further confusion between cohorts and groups/grouping, please check the following: Cohorts are a method of enrollment by assigning students or dividing students into groups. For example, you want to organize...
178 views
How To Customize WordPress Admin Panel For Free – WordPress Admin UI

How To Customize WordPress Admin Panel For Free – WordPress Admin UI

Everyone is finding about plugins that provide you with the ability to customize, edit, or personalize your WordPress admin panel. The plugins have a lot, and you’re not sure which one to...
180 views
What’s new in WordPress 6.3

What’s new in WordPress 6.3

WordPress 6.3 beta be released yesterday, on August 8th, 2023.In this content, we are going to look into what features are coming in WordPress 6.3 with details.This momentous release opens new possibilities...
283 views
How to start a blog for new Begineer

How to start a blog for new Begineer

Starting a blog is actually really straightforward. All you need to do this: Buy Domain Name Generally, if you have a new hosting account and some DNS, it will be free for...
293 views
How to add custom font to Moodle

How to add custom font to Moodle

Create new folder in your theme and call it fonts. add your custom font into fonts folder. copied and past your fonts file into fonts directory. following this:  moodle/theme/yourtheme/fonts/ In your themes...
240 views
The Top 10 Search Engines, Ranked by Popularity in 2023

The Top 10 Search Engines, Ranked by Popularity in 2023

List of the 10 best search engines in 2023, ranked by popularity: Google Microsoft Bing Yahoo Baidu Yandex DuckDuckGo Ask.com Ecosia Aol.com Internet Archive In this chapter, we have compiled a comprehensive...
269 views
How to turn off the editing mode for student in Moodle

How to turn off the editing mode for student in Moodle

first,make sure you logged as administrator role. Go to Permissions/Define roles/Editing role ‘Authenticated user’ Authenticated user role: Changing by you click and edit on Authenticated user role and uncheck on Capability as...
215 views
wordpress pagination

wordpress pagination

Displays a paginated navigation to next/previous set of posts, when applicable. Displays pagination with additional page links <?php the_posts_pagination( array( 'mid_size' => 2 ) ); ?> Displays pagination with alternative prev/next text...
173 views
Assign system roles by upload user in moodle

Assign system roles by upload user in moodle

Make sure you checked on “system” where Context types where this role may be assigned : Enabling teachers to assign the role of teacher Assign the role of teacher with system roles:...
284 views
7 useful CSS Tricks and Tricks for Front-end Developers

7 useful CSS Tricks and Tricks for Front-end Developers

Font size and scale sizefor legibility font should be between 14px -16px on body and heading 1 to 6 should use https://typescale.com/ to scale font fit with your browser. CSS variablesyou can...
199 views