Detect Shift-Enter keypress in JavaScript Here’s a question from one of our readers, Ms. Shikha. I read your article on KeyBoardEvent.keyCode is deprecated and the...
KeyboardEvent.keyCode deprecated! Alternate is .key I have been using KeyboardEvent.keyCode property to detect the keys pressed in JavaScript. For example, in one of my applications,...
Spoof your Location using Google Chrome DevTools Whenever you’re building or testing websites that tailor relevant content to users based on their geographical location or building a...
Creating Interdependent Dropdown Menus using JavaScript Straight after my previous tutorial on the Multilevel dropdown menu using CSS, here we are going to discuss interdependent dropdown menus...
Multilevel Dropdown Menu with CSS Here’s a quick tutorial that explains how to create a multilevel dropdown menu with CSS. The HTML aspect of the multilevel...
Fix Invalid URL in field id Breadcrumbs Validation Error in Google Search Console I recently received a notification from Google search console that reported about the breadcrumb validation error. Upon logging in, I...
Simple, yet powerful CSS properties – box-sizing, counters, scroll snap and pointer events CSS cannot be avoided if you want to create an effective and engaging user experience. It is a powerful language...
9 Reasons Why You Should Consider Progressive Web App Have you ever opened a website and then felt the NEED for all the features of its mobile app, but...
Using PHP encoders to Protect Source Code [phpBolt example] How to protect PHP source code? Well, this is one of the most asked question among PHP developers. Many PHP...
My Experience in Using CSS3 Animations for a Creative Portfolio I was recently working on a portfolio design for a client. The requirement was quite challenging that I have never...
How to Overlap three images using CSS Hi folks, I’m in a middle of designing a portfolio section for one of my client. The requirement was to...
Why you should use rel noopener for external anchors? Do you have links in your webpage that points to external website? Generally, all external anchors might have target="_blank" set,...
How to Avoid a character set in the meta tag I was analyzing the site for speed optimization using GTmetrix, which gave me an insight to avoid a character set...
Why did WordPress Remove Justify & Underline Buttons from Editor? One of my client asked me to justify the post contents on his website. I aligned the text using keyboard...
Change Chrome address bar color to match Website Theme Have you noticed the color of address bar in Chrome for Android while visiting popular websites? If not, just visit...
Date function in JavaScript creating Wrong month? [Solved] Question: While using Date function in JavaScript, the month created is wrong. For example, for displaying the month of November,...
Make use of CSS writing-mode for creating easy vertical texts in webpages While creating web pages, everyone of us might have come across vertical text. Although it gives a bit of reading...
How to fix Page-Level ad format disabled in Adsense Front End? Recently, I received an optimization tip from Google Adsense which suggested to try out the new Page-Level ad formats for...
How to Create a HTML anchor link to a specific page in PDF? Generally HTML pages can contain links that can target to PDF file and when clicked, the browser opens the PDF...
How to Setup Image Authorization in MediaWiki and Restrict access only to Logged-in users? I had setup a private MediaWiki for one of my project and that allows only logged-in users to view its...