Categories
Tutorials

Random Ionic Tips: Tabs and Text Color

This article comprises of following ionic tips Set Root Nav and Tabs How to apply text color in Ionic Set Root Nav and Tabs My app structure is like The Red Box tells that I am on Login Screen . After successfully login, I was redirected to the Tabs Page. Tabs Page next decides where […]

Categories
Tutorials

Challenges with JavaScript date and Ionic ion-datetime

Dealing with JavaScript has never been easy for me. In JavaScript Today’s date is represented as 2017-11-23. It’s December but no where you can find 12 in it. That’s because months in JavaScript starts from “Zero”. That’s first confusion for you. Ionic comes with ion-datetime component which lets you easily choose date and time. With native UI and feel for your […]

Categories
Tutorials

JavaScript Array slice and splice

If you have used JavaScript arrays than you surely know it’s length property. Arrays also come with built in methods. In this article I will talk about slice and splice. What they are and where they can be used. They manipulate our arrays. Sometime mutating the original array sometimes not. While writing JavaScript you will […]

Categories
Tutorials

Smooth Scroll to a specific position in JavaScript

Internal links or in page links are the anchor tags that targets a section in the same page. Normal behavior on clicking these links is an abrupt jump to the target. In other words browsers scroll position jumps to target element. The most common you see is a back to top button. Which appears when user […]

Categories
Tutorials

How to use bootstrap Scrollspy [Live Coding]

I am glad to have published the very first video tutorial on this blog. In this video I will walk you through integrating the Bootstrap’s Scrollspy component. Basically this component updates the nav element base on the scroll position. I hope you have enjoyed this video. I also have planned to cover other topic in […]