Blog Posts
95 articles · Page 11/12
How to Fix mps-yt Errors
Mps-youtube is an open source software that allows you to play music, but recently there have been problems with this software. Such as...
How to Remove Blogger Comment Hyperlinks
Hello, Blogger friends, this time we will discuss hyperlinks that often appear in Blogger comments. These hyperlinks are usually spam links that are intentionally sent so that people click on them. It's fine if the link is something useful, but if the link is not good, then we need to prevent it by removing hyperlinks in our Blogger comments.
How to Display a Profile Picture on a Custom Email
If I have an email address with a non-Gmail domain, for example, [email protected] sending an email to [email protected], then the profile picture will not be displayed. This is because the email address [email protected] is not linked to Google, unlike if the email was hosted with GSuite.
How to Display Linux Distro Logo in Terminal
Linux distributions or distros are numerous, and their logos are always different. Have you ever seen ASCII Art? In the old days, Facebook comments often had dragon summon spam, which was a form of ASCII Art. So, ASCII Art is an image created using only specified characters. According to Wikipedia, there are 128 characters used to create ASCII Art.
Creating Syntax Highlighter Without Javascript in Blogger
Syntax Highlighter is a feature used in programming languages that uses different colors for each word. Syntax Highlighter aims to make programming code easy to read for humans or programmers who write the code.
How to Create an Automatic Chapter List in Blogger
Creating a chapter list in Blogger is easy but takes a long time if typed manually. So, the automatic chapter list that I took from the MegumiNovel template created by Codepelajar might be a solution.
How to Hide Posts Based on Labels in Blogger
Posts on the Blogger Index or Homepage can be hidden based on labels that you don't want to display on the index or homepage.
How to Create Automatic TOC in Blogger
Have you ever seen someone's article with a Table Of Contents (TOC)? In the Table of Contents you see, there is a link that directs you directly to the main point of the problem in the table of contents or TOC. Perhaps some of you have already implemented it in your articles. But have you ever thought about creating an automatic Table of Contents in articles in Blogger?