Tag Archives: javascript

Detecting OS and Redirect to a specify site

There will be some instance where we need to redirect user to different site based on their platform. As such the following javascript will do the job to which OS the user is on. In this case, Android, iOS, and … Continue reading

Posted in Web Development | Tagged , , , , , , , | Leave a comment

Master Page concept for html

I was used to the concept of Master Page when I was dealing with ASP.NET in the past. When I dived into bootstrap, I was surprised that there isn’t a thing called “Master Page”. I am reluctant to having to … Continue reading

Posted in Web Development | Tagged , , , , , | Leave a comment