PinnedTheDevDrawerWhich PHP Framework Should You Use in 2023?If you’re looking to start a new project or update an existing one, then be sure to check out this explainer and the accompanying video…Dec 9, 20222Dec 9, 20222
TheDevDrawerCreate A Restaurant Bill and Tip Calculator in JavaScriptIn this tutorial, I will show you how to create a simple restaurant bill and tip calculator using vanilla JavaScript, HTML, and SASS. You…Nov 8, 2023Nov 8, 2023
TheDevDrawerLearn the Basics of RegEx in JavaScriptIn JavaScript, regular expressions (RegEx) can be used to match strings or parts of strings. To create a regular expression, you can use…Nov 8, 2023Nov 8, 2023
TheDevDrawerCreating A Single Page Application Using Mustache and PHPEver wanted to master Mustache single-page application development? Did you know you can use PHP with it? In this tutorial, we go over how…Mar 24, 2023Mar 24, 2023
TheDevDrawerHow to Count Words and Characters in JavaScriptMost if not all developers have used some sort of character counter online to validate SEO, or to just see how many characters a string…Jan 18, 2023Jan 18, 2023
TheDevDrawerDigital Clock with Alarm in JavaScript + HTMLHave you ever wanted to build your own alarm clock but lacked the tools and hardware needed? Well, why not make one using JavaScript and…Oct 4, 2022Oct 4, 2022
TheDevDrawerSimple Countdown Timer Using JavaScriptOne of the standard tools you need to know how to do in JavaScript is…how to manipulate time. To demonstrate this, we will build a…Sep 20, 2022Sep 20, 2022
TheDevDrawerDynamically Create A PDF Using PHPIn this tutorial, I am going to show you how to use PPH to dynamically create a PDF. We will be using mPDF as our generator since it has…Sep 2, 20222Sep 2, 20222
TheDevDrawerCollapse / Expand Sidebar Menu Using JavaScript, HTML, & CSSLearn how to collapse / expand a sidebar menu using JavaScript, HTML, & CSS only. In this tutorial, we will build a fully responsive…Jul 25, 2022Jul 25, 2022
TheDevDrawerGeolocation Tutorial — Get User Location using Vanilla JSIf you often use maps on your website, you may be interested in getting the geolocation of your user’s location. In this tutorial, we go…Jul 5, 2022Jul 5, 2022