EXEIdeas | January 15th, 2023 | 0 Comments | HTML-CSS-PHP-JavaScript / PHP CodesIf you’ve ever had to deal with time and PHP before, chances are you’ve had to deal with time zones. Dealing with time is difficult enough, but once the time becomes variable based on the preferen...
EXEIdeas | January 6th, 2023 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesThis JavaScript code snippet helps you to create a dark mode toggle button with local storage to save dark mode settings. The toggle button adds a class name to the body element and changes the whole ...
EXEIdeas | December 18th, 2022 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesThis JavaScript code snippet helps you to create a color wheel picker. It renders a color wheel along with color plates and a color tune slider. Users can easily pick any color and copy the hex code f...
EXEIdeas | April 15th, 2022 | 2 Comments | Guest Post / WordPress / WordPress TipsFor many people, blogs used to be a platform to share their daily experiences, hardships, and feelings, like their journals. But throughout the years, the purpose of blogs has become diverse. Nowada...
EXEIdeas | October 17th, 2021 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesThis tutorial shows how to create a Web page containing JavaScript-driven tabs. Each tab displays a separate chunk of content when clicked — perfect if your page needs to hold a large amount of cont...
EXEIdeas | June 28th, 2020 | 0 Comments | HTML-CSS-PHP-JavaScript / PHP CodesFullCalendar.js plugin is a javascript event calendar and this plugin we can use any web technology and it is easy to use any server-side script like PHP, ASP, JSP, etc. It is a JavaScript-based calen...
EXEIdeas | June 24th, 2020 | 0 Comments | HTML-CSS-PHP-JavaScript / PHP CodesSending an email is a very common activity in web applications and websites. For example, sending an email when a user wants to contact you from your website, a new user joins your network, sending a ...