Javascript Content Selectors
JavascriptTab Selector
This function is very similar to the state systems, which you can find here. If you don't want to make multiple pages for your website, you can use the window selector (or so tab) to make your site minimalistic:
Each tab has its own elements and you can make every one of them have much larger scaled content.
Image Carousel
Alot of web applications use this feature, particurarly marketplaces, where people sell their cars for instance. Sometimes people don't want to click on the listing and already need a full preview of what you are selling:
This is only one of many ways to make an image carousel, but this one is the most common one used in sites. You can make it bigger if needed, since its fully made with code, not some built-in functions.
Image Slider
The image slider system is especially in modern websites, where these preview the site's content or other stuff thats related to them. Here is one example with also controls:
You can adjust the image switching by changing the number "3000 (3 seconds)" in the "setInterval()" function to something else.
Posts Tab Selector
This is similar to the image carousel system, but a little bit more complicated one - you now fetch threads from a database, and when fetching reaches 10 posts, it automatically creates a new page:
This is a complete example of how you can form posts every certain number of posts from database. The only thing you have to do is connect a database and fetch the threads from there.