2 Ways To Dynamically Load Angular Components
Most of the time, you know which Angular component you want to use and where it should appear in the template. What if you needed to load components programmatically? Maybe…
March 14, 2021 • 5 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
Image Library using Google Drive
With Google Drive, Apps Script, Bootstrap, and a little jQuery, you can develop an Image Library web application with search and download functionality! Let’s get started!Table of ContentsImage Library ExampleGoogle…
February 16, 2021 • 12 minute read
Exclude Pages from WordPress Search Results
After performing a search on your WordPress website, have you noticed that pages are included in the search results? Would you prefer to exclude pages from your search results since…
February 7, 2021 • 2 minute read
Include Thumbnails in WordPress Posts and RSS Feed
Have you ever wanted to define a featured image on your WordPress post? You need to enable thumbnails in your WordPress theme. Even after doing so, they won’t appear in…
January 22, 2021 • 4 minute read