Skip to content Skip to sidebar Skip to footer
Showing posts with the label Frontend

Visjs Timeline: Sorting Items In Timeline

I'm using vis-js timeline library for building a timeline. I need to sort the elements in each … Read more Visjs Timeline: Sorting Items In Timeline

How To Implement Auto Fixing A Div Like Https://www.yahoo.com

In Yahoo website, when scroll down, a blue part is fixed to the top, while if not scroll down, the … Read more How To Implement Auto Fixing A Div Like Https://www.yahoo.com

Image In Tooltip Using Bootstrap?

Tooltip on right Read more Image In Tooltip Using Bootstrap?

Secure Way To Handle Frontend Login

A few questions came across my mind about how to secure a login page (Web). When I build a demo ap… Read more Secure Way To Handle Frontend Login

Image Optimization Using Google Pagespeed Insights And Apache Mod_pagespeed

I'm looking to get as close to a 100/100 page speed score as possible. The only issue prevent… Read more Image Optimization Using Google Pagespeed Insights And Apache Mod_pagespeed

Why Is Vue.js Using A Vdom?

According to Vue.js' documentation, it is using a VDOM under the hood to render the UI. From my… Read more Why Is Vue.js Using A Vdom?