Angular Setup Pt. 1: Initializing your first project

Angular Setup Pt. 1: Initializing your first project

In this blog series, we’re going to explore setting up your first Angular project. By the end, our goal is to have a fully functional, tested Angular app that has continuous integration (CI). Let’s get started. Installing dependencies For this tutorial, we...

Web browser text search

So I am working on a project where I have to search some HTML documents for a possible text string. This lead me to an interesting find in how browsers do searching on text.   Let’s look at the following HTML. <div><div...

Html5 Audio restart playback in iOS Safari

When using html5 audio and Apple’s safari browser on iOS there is a problem that occurs when you try to set the audio’s time. Html5 audio DOM object has an attribute called currentTime. This unfortunately isn’t available in iOS safari. This makes it...