You Are Viewing Posts Under Category: HTML-CSS-PHP-JavaScript

How To Control And Disable Browser Cache And Cookies With HTML?
| January 29th, 2023 | 0 Comments | HTML Codes / HTML-CSS-PHP-JavaScriptYou probably see words cache and cookies on daily basis. When you visit a website for the first time, your browser saves (caches) pieces of this site. That’s why every time you click Back or Forward, your browser doesn’t need to pull fresh files from a server. Caching is a usefu...
PHP REST API Calling General Function With Header And Body Response
| January 26th, 2023 | 0 Comments | HTML-CSS-PHP-JavaScript / PHP CodesI was recently working on a project where I needed to integrate an external API using HTTP cURL requests. It was my first time doing this and I had a lot of problems figuring this out. I wrote this post so I can remember my cURL API calls for next time, and maybe it can […]...
How To Set And Add onClick Function On Elements Using JavaScript?
| January 25th, 2023 | 2 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesIf you’ve ever used a form on a website, chances are you’ve interacted with JavaScript. It’s the technology that makes things like buttons and drop-downs work. But what is it, and how does it work? An event is an action taken by a browser or a user. The JavaScript concept of even...
JavaScript Based Selectable Tags For Search Filters
| January 24th, 2023 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesDo you want to add a list of labels and tags or categories to let your users search filters or in your forms with awesome animation with pure vanilla javascript? There are many code snippets available online or on many other blogs and websites, but everyone cannot optimize your blog or website, so y...
Input Tags With Automatically Comma Separated Formatting Using JavaScript
| January 22nd, 2023 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesThe “simple-tags” is a modest Vanilla JavaScript plugin that allows you to create tag input. This pure JS tags input plugin is useful to insert new tags, remove tags and display predefined tag in an HTML container. Besides this, you can also style the tags field with additional CSS according to ...
Custom Web Audio Player With Controls And Playlist Using Vanilla JavaScript
| January 21st, 2023 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesThis code snippet helps you to create a JavaScript audio player with a playlist. It comes with custom controls including volume progress, play/pause, next/previous, shuffles, and autoplay buttons. Likewise, users can expand and collapse the player and playlist. The player is purely built with JavaSc...










