Posts tagged with "Codes"···
How to Create a Modern YouTube Video Playlist Player Using Pure JavaScript

How to Create a Modern YouTube Video Playlist Player Using Pure JavaScript

Adding video content to your website is one of the best ways to make it more engaging for users. Embedding YouTube videos on websites is a common practise across blogs, educational websites, news websites, and entertainment websites. Adding a YouTube player with a playlist section is one of the cleaner ways to add multiple YouTube videos to your website.

How to Add Smart Health Reminder Toast Notifications in Website Using JavaScript

How to Add Smart Health Reminder Toast Notifications in Website Using JavaScript

Adding a smart health reminder toast notification on your website is one of the best ways to improve user experience and help users avoid long screen sessions. Several modern websites already use this reminder system to suggest actions like drink water, take a break or reduce continuous screen time. These small reminders provide users with a more user-friendly and better browsing experience.

How to Add a Modern Ripple Click Effect Using Pure CSS & JavaScript

How to Add a Modern Ripple Click Effect Using Pure CSS & JavaScript

Adding a ripple effect to your website is one of the best ways to make your website feel modern and attractive to its users. Nowadays, Many popular websites use ripple click effect in their website to provide their users with visual feedback when users click links, buttons or other elements in the website. A well-made ripple click effect can improve user experience by providing smoother animation and a modern design.

Create a Generator Tool Using HTML, CSS & JavaScript

Create a Thumbnail Generator Tool Using HTML, CSS & JavaScript

This thumbnail generator tool uses the HTML5 Canvas API to dynamically generate thumbnails with a live preview for users. This tool allows users to customise everything, including fonts, colours, shapes, icons, gradients, labels, texts, and even export file formats like users can export images in PNG, JPG and WEBP formats.

How to Create a Simple Cookie Consent Banner with CSS & JS

How to Create a Simple Cookie Consent Banner with CSS & JS

Adding cookie consent to your website is one of the important steps to gain trust from users and comply with privacy regulations. If you are running a blog, portfolio, downloading or a business website, cookie consent is must have element in your website to ensure better transparency between your website and its users. With a simple, responsive and modern design, it doesn't make your website interface messy or ugly. It improves users' trust by telling users for what purpose or why your website uses cookies.

Remove ?m=1 in Blogger + Fix Redirect Errors

Remove ?m=1 in Blogger + Fix Redirect Errors

The Blogger adds ?m=1 automatically in mobile URLs to display the mobile version of that website, but now most of the themes are being released as fully responsive themes, so this extra parameter is no longer needed. Nowadays, this ?m=1 parameter is causing problems in indexing for some blogger websites in the name of redirect error, other canonical tags, etc.

How to Add News Ticker Widget in Blogger (Pure JS)

How to Add News Ticker Widget in Blogger (Pure JS)

Adding a news ticker in Blogger is one of the best ways to feature new content, especially when your site is long, and also, if the design is good, then it also makes your website more attractive. In this tutorial, you will understand how to add a modern-style news ticker widget to your Blogger website using pure JavaScript instead of external heavy libraries or plugins.

How to Add Login and Signup in Blogger Using Firebase

How to Add Login and Signup in Blogger Using Firebase

Adding login and signup features to your Blogger website is one of the best ways to make it more attractive and engaging to users. By implementing login and signup features in your website, you can allow users to sign in securely to your website and give them access to amazing content and features in your website that are only available to logged-in users.

How to Add Table of Contents in Blogger (Automatic TOC Guide)

How to Add Table of Contents in Blogger (Automatic TOC Guide)

When you write long posts, it is difficult to reach the exact position of the posts your visitors need, which later may also become the reason to visitor to ignore your website. To avoid this situation, we implement a table of content in our website. An automatically well-organised table of contents gives your website a professional touch. The Table of contents also helps your website visitors to save time by scrolling a lot.

How to Add Like and Dislike Button in Blogger Using Firebase

How to Add Like and Dislike Button in Blogger Using Firebase

Adding a like and dislike feature to your Blogger website helps you to improve your website's user engagement. Several popular websites use this feature to allow users to express their opinion about a post easily and quickly. In Blogger, this feature is not available by default; to add it, we need to use CSS, HTML, JS and Firebase.