It’s very handy when we want to demonstrate a computer code on a webpage and we want to do this in a nice-looking way using colored syntax highlighting. In this article we present a free instant highlighter which converts our code to a readable HTML code.
Continue reading “Online Syntax Highlighter”
Simple Animated Dark-Light Theme Switch for Your Website
In recent years, the demand for dark mode 🌗 options in web design has surged, driven by its aesthetic appeal and potential benefits for user experience. Dark mode not only reduces eye strain, especially in low-light environments, but it also conserves battery life 🔋 on devices with OLED screens.
Continue reading “Simple Animated Dark-Light Theme Switch for Your Website”
Blinking Text With HTML and CSS Only
I’m presenting a very simple way of making a fancy text blinking using only HTML and CSS3. Adjust the values, setting a different blinking speed and colors.
I Am Blinking!
The Best Online ASCII Text Art Converters
ASCII art has been around for a long time. It used to serve a very important purpose. Not only was it a super-low-memory method for communicating images, but it also saved a lot of resources. Nowadays it’s a fun way of communicating feelings instead of plain text in social media and messaging.
.-“””-. ░▒█░▒█░▀▀█▀▀░▒█▀▄▀█░▒█░▒░░▒░░░▒░▒
/ \ ░▒█▀▀█░░▒█░░░▒█▒█▒█░▒█░░▒░▀▀▀▀░░▒ ¯\_(ツ)_/¯
\ / ░▒█░▒█░░▒█░░░▒█░░▒█░▒█▄▄█░░▒░░░▒░░▒░▒░░▒░▒░▒
.-“””-.-`.-.-.< _ _ ❤ ❤
/ _,-\ ()()_/:) (_ ) _ ❤ ❤
\ / , ` `| _ ___ | |(_) ___ ლಠ益ಠ)ლ ❤
‘-..-| \-.,___, / / _ \/ _ \| || | _ \/ __ \ ❤
\ `-.__/ / ( (_) ) ( ) || || | ( ) | ___/ _ _ __
`-.__.-‘` \___/(_) (_)___)_)_) (_)\____)o (_ (_)|||
ASCII text image created with TextEditor.com and TextPaint.com
Continue reading “The Best Online ASCII Text Art Converters”
Get URL Parameters With JavaScript
Using URL parameters is probably the easiest way of passing variables from one webpage to the other. In this article I’m going to present how to get a URL parameter with JavaScript.
Why Nofollow Links Are Not Worthless
We are living in a world of SEO (Search Engine optimization) where every person has their own plan of action and rules to apply on the website to gain traffic. One of the provisions of SEO is ‘No follow links’ that have their own worth. Usually, they were originated to prevent people from doing Black Hat SEO by Google. However, not every person acknowledges the importance of nofollow links.
Continue reading “Why Nofollow Links Are Not Worthless”
Scroll Back to Top Button With Progress Bar Indicator
The Back to Top ↑ button is a useful user interface element commonly found on web pages, particularly those with long scrolling content. This button allows users to quickly return to the top of the page with a single click, improving navigation efficiency and overall user experience.
Visit Rubikscu.be for the live demo.
Continue reading “Scroll Back to Top Button With Progress Bar Indicator”
Show a PopUp to Abandoning Visitors
Try to convince your abandoning visitors to stay on your page and turn them into customers with a simple trick: show them a popup asking them to subscribe to a newsletter, to like/share the page, present some hot deals, related articles, ads or anything that might make them convert. In this article I’m sharing with you the very simple JavaScript code to make this working.
I know popups are considered to be annoying, pushy and people hate them but in this case we’re talking about visitors who have already decided to leave your site so you have nothing to lose by nagging them a little.
Live demo
Drawing Animated 3D Cube With CSS3 Transform
In this article I’m going to teach you how to draw a cube with CSS3 transitions. We will be able to rotate the cube with keyframes animation and JavaScript. See the examples below. We can use this to make an online Rubik’s Cube solver, for example.
Continue reading “Drawing Animated 3D Cube With CSS3 Transform”
Prevent Web Crawlers From Stealing Email Addresses From Your website
If you just simply publish an email address on a website you can expect tons of spam in the inbox. Web spiders crawl the sites all the time looking to collect email addresses to send them spams, ads or viruses. This is why you have to make sure you never add your email to any website as plain text or link which is visible by robots.
Demo
Show Email
Continue reading “Prevent Web Crawlers From Stealing Email Addresses From Your website”