Select Page

Category: Misc

Tips, Scripts, Tools, Bookmarks, and Inspiration for Web Designers and Developers.

Best Media Queries for Responsive Web Design

Best Media Queries for Responsive Web Design

The following breakpoints and media queries are originally taken from the Bootstrap 5 website, so they can be used by anyone in common with or without using including the Bootstrap 5 framework. Bootstrap (Front-end framework b Twitter) has been consistently developing...
Bootstrap 5 Starter Template

Bootstrap 5 Starter Template

Here is a copy of the Bootstrap 5 starter template from their website. Bootstrap 5 got released on May 5, 2021, and I have liked it so far. One thing that old Bootstrap user may have noticed is that they no longer are using jQuery (JavaScript library designed to...
4 Tips On How To Create Good Web Design

4 Tips On How To Create Good Web Design

You can create your website from classy to minimalistic colors and from decent to bright colors. Creating web design helps the user experience and functionality towards their style, line of work, and brand identity that looks valid. Managed IT services offer the...
How to enable Google AdSense sticky ads on your website?

How to enable Google AdSense sticky ads on your website?

Announcement of the wider screens anchor ads Earlier it was not allowed by Google to make your ads sticky as they were a violation of their policies protecting ads from getting clicked accidentally and not with user interest. They claimed that this lead to decreased...
How to create an exit-intent popup?

How to create an exit-intent popup?

Exit-Intent Popup – Screenshot Here is a demo with source code that shows how to initiate any action when a user tries to get off the site or browser’s viewport. A modal with some more information or email signup can be used for lead capturing or driving...
:empty CSS pseudo-class – practical use

:empty CSS pseudo-class – practical use

:blank CSS used to display this cartoon cat when there is nothing to download Often times we have a situation where we have to style elements differently when there is no child element. So there is a feedback message for users for a good user experience. The message...