8 Tips To Improve The Security Of Your Mac

For most Mac users, Mac is the ultimate computer, fast, reliable, and yes, secure – which is all partly true. Mac computers have, over the years, proven to be among the best and most secure systems in the market. Nonetheless, with the rise and advancement of cybercrime, no computer is

Read More »

How to add and remove a class when the bootstrap popup is scroll [ #2023]

if you need scroll to whole popup (class=”modal”): $(function () { $(‘.modal’).scroll(function () { var totop = 50; if ($(this).scrollTop() >= totop) { $(“.mycountry”).addClass(“fix”); } else { $(“.mycountry”).removeClass(“fix”); } }); }); if you need scroll to modal content (class=”modal-content”): $(function () { $(‘.modal-content’).scroll(function () { var totop = 50; if

Read More »

Best Transparent Screen Apps (Android/iPhone)[#2023]

Do you want to change it up a bit or are you sick of your current phone wallpaper? This article will discuss the top and best transparent screen apps (Android/iPhone) for turning your smartphone screen. These Transparent Screen applications were created just for those folks who like good wallpaper and

Read More »

Css Media Queries

A media query is composed of an optional media type and any number of media feature expressions. Multiple queries can be combined in various ways by using logical operators. Media queries are case-insensitive. A media query computes to true when the media type (if specified) matches the device on which

Read More »
No data found.