Pure CSS Animation Ticker Tape of Images

Animated Ticker Tape of Images with CSS

Ticker tape is an important and a useful element on a webpage to display content with auto-scrolling provision. The content in the ticker may be images, links, texts or anything that moves from one side to the other. The moving direction of the ticker tape can be horizontal or vertical. You might have noticed ticker … Read more

FIFO page replacement algorithm in C with output of program

FIFO page replacement algorithm in C

The operating system uses the method of paging for memory management. This method involves various algorithms known as page replacements algorithms that decide which page should be replaced by a new one on demand. A demand is made when the operating system needs a page for processing which is not contained in the main memory. … Read more

Expanding Search Bar CSS & HTML (No JS)

Expanding Search Bar Using CSS & HTML

Many of us might have noticed websites that have a search bar which expands on click by the user. It’s that amazing and convenient. Moreover it gives a responsive look to our websites and make it very interesting and serves a great user experience with beautiful animation. In this tutorial, we are going to create … Read more