Misc
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...
Misc
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...
Misc
: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...
Misc
After adding CSS – Fixed left sidebar navigation Hello there, initially this was just a mental concept where I got an idea to create a fixed left-sidebar navigation for my tools site (free online web development tools)...
Dev Tools
CSS3 gradients display smooth transitions between two or more specified colors producing a nice effect. Earlier, you had to use background images for these effects. By using CSS3 gradients, you can reduce download time and bandwidth usage to download background...