Categories
Tutorials

Conditionally Formatting HTML Table

Formatting HTML tables is a way to make the part of existing data easy to identify by highlighting it with colors and other font adjustments. Today we are looking to highlight certain cell based on their value or formula. The structure of our code will be same as we used in last article where we discussed Calculatating […]

Categories
Tutorials

Add Autosum Functionality to your HTML Tables

Autosum a term I might have borrowed from Microsoft Excel. As part of my job involves using Excel as a data analysis tool, hence I wanted to take autosum concept and utilize it in HTML tables using JavaScript. Although. Autosum in Excel works differently than in this tutorial. Excel is much more advance which decides […]

Categories
Opinions

Use Cases of CSS Generated Content With :before And :after

According to W3C The ::before and ::after pseudo-elements can be used to describe generated content before or after an element’s content — Selectors Level 3 W3C Recommendation Going through some old notes, I came across the one where I was figuring out different use-cases for css generated content. The :: notation is later added to […]

Categories
Opinions

Things I Love About CSS Frameworks

CSS Frameworks do comes with an option of customization if you really care about their strenuous size. In this post I will share my previous experiences while working in a company that din’t care much for CSS at scale. In start of 2015, I was tasked to work with group of developers as UI engineer.Those developers was […]

Categories
Tutorials

What Is Bookmarklet

Bookmarklet is just a piece of code that sits in your browser’s bookmark bar, whose job is to add some kind of interactivity to the currently loaded webpage. They are one-click tools that differs them from extensions, because they work cross platform, cross browser. As they are treated as bookmarks, can easily be moved from […]