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

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 below: Manage Dashboard page blocks : when you are unchecked Capability:moodle/my:manageblocks , it means you don’t allow user or student edit mode button […]

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 <?php the_posts_pagination( array( ‘format’ => ‘page/%#%/’, ‘mid_size’ => 2, ‘prev_text’ => __( ‘<span class=”icon-left”></span>’, ‘textdomain’ ), //set your back icon ‘next_text’ => __( […]

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: Access Site Administration > Users > Permissions > Define roles. Click the “teacher role” and Edit . Click the checkbox “System” where Context types […]

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 set and define your primary color on root and other class you can use by function var(). :root{ –primary:#0B3259; –secondary:#004274; –activeborder:#FF5737; } .main […]

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 value and relevance to your target audience. Ensure your content addresses their needs and interests. Trustworthiness Your content should be trustworthy and founded […]

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. Are settings for course visibility and availability accurately configured somehow? Courses that aren’t visible won’t appear in Moodle search results for some reason, […]

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 A campaign allows you to promote your products or services on Google’s vast network of search results, websites, videos, mobile apps, maps, shopping […]

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 markup language (HTML). A web page is a web document which is written in in HTML (hypertext markup language) . It is said […]

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 $args = array( ‘orderby’ => ‘name’, ‘parent’ => 0, ‘order’ => ‘ASC’ ); $categories = get_categories( $args );?> <div class=”row”> […]

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 your own website for FREE with WordPress or other. Nowadays, there are many different kinds of websites that you can create. Small-Medium Business […]

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 css as below: .fb-page, .fb-page span, .fb-page span iframe[style] { width: 100% !important; margin-bottom:1rem; } The end results. for my website,I have tested […]

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 thorough instructions, keep reading. Adjust PHP Settings Firstly, locate your php.ini file. You can find this by going to Site administration → Server […]

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 popular learning management system used by educational institutions around the world. It provides a platform for teachers to create online courses with interactive […]

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 Thursday, May 18, citing a document and sources. Apple is concerned about the leak of confidential data by employees who use the AI […]

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 to 5 PM. The meetup’s agenda will include: 1. A brief summary of WordPress history. 2. A brief summary of the Cambodian 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 researched and see ,it have good rating from user. there are 400,000+ people install it. check it on this link https://wordpress.org/plugins/easy-table-of-contents/ . Plugin […]

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 code-add some code add this code in function.php, this logo is dynamic and it was taken by theme logo. Go to Appearance → Customize and click on […]

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 map, privacy policy, contact information, social media icons, back to top icon and popular post. In short, a footer improves a website’s overall […]

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 of use in the Google publisher network. For more information, review the following resources: Minimum content requirements Make sure that your site has […]

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 go back to a page on your website. Backlinks are also referred to as incoming links because they represent the traffic from another […]

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, and support. We want to tell you about a CRM website that we know. There are 6 CRM websites. They are easy to […]

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 should know about these software. make sure you have knowledge relate to css,js,boostrape,html,php and concept of some coding with syntax include different platform. […]

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 (The original AMP stack – explained here.) MAMP: for the macOS operating system SAMP: for Solaris operating system WIMP: A similar package where the Apache is replaced by Internet Information […]

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 the accounts in bulk. Log in to Moodle with your administrator account Click Site administration Click the Users tab Click “Upload users” Download to your computer […]

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 than the screen. when you have problem click on input for searching and then it zooms your page. follow below code to solve […]

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 ( $tags as $tag ) : ?> <li class=”tag-list”> <a class=”tag” href=”<?php echo esc_url( get_tag_link( $tag->term_id ) ); ?>” title=”<?php echo esc_attr( $tag->name ); […]

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. You can use the Page plugin for any Page that is not restricted, for example, by country or age. I suggest you to […]

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 used, so you should reduce it. For example, if you have an image, pdf, or video, you should compress it before adding it […]