Javascript
Simplified Email Extraction with JavaScript Bookmark
A scenario came up where there was a need to extract email addresses off of a web page. This was going to be a repetitive task, loading a similar page…
August 22, 2024 • 5 minute read
Export CSV from Clarity Datagrid in Angular
In a recent project, I was using a Clarity Datagrid to display a table of data in an Angular application. The datagrid provides options to sort and filter the table,…
March 1, 2024 • 4 minute read
The Hubler Company Website
The Hubler Company was looking for a logo and website to market their services. Logo We designed a logo for The Hubler Company. Website We designed and developed a website…
February 1, 2024
Comments in Code
Comments in code can be used to better explain what is going on and make it more readable. They can also be used to prevent code execution. Let’s take a…
July 23, 2021 • 2 minute read
Submit Form without Page Reload using jQuery
When submitting a form, the page will either be reloaded or the user will be navigated to another page. Instead of doing that, let’s learn how to submit a form…
March 6, 2021 • 5 minute read