Categories
Opinions

Web Development Terms Roundup

In this very first roundup of web development terms we are going to cover following topics: These definitions are just my personal opinions.  Library Library is like a book library you can take one or another. You can take one piece or whole bunch of it. You can write your application or extend it however you want […]

Categories
Opinions

Add Ellipsis to Long Text

Today I wanted to show you different techniques to handle long form text. By default things are handled well by browsers. But sometime we have fixed layout and the content is user generated. Text could be single line like Title, Subtitle and multiline as description  That how text looks when there are no constraints. Text falls to next […]

Categories
Opinions

Things to consider when renaming Ionic Page

Ionic comes with the concept of pages, they are components that takes up entire visible area. Recently I run into program that consumed a lot of my precious time. Ionic tip for renaming pages Generally when you create an ionic page using ionic cli (ionic generate page Features), a folder is created with the name […]

Categories
Opinions

Tables still a choice for designing layouts

Speaking of tables in semantic markup, we are bound to use it only for tabular data. A data that comprise of rows and columns or a spreadsheet. But in CSS landscape we are free to turn any element into a table or even a table-cell. They would work and behave like a table and td to meet […]

Categories
Opinions

Why Blog, Create when nobody cares

Why Blog? Why Make videos? Why Create? Impostor Syndrome hits every at some point of their life. For me it affects my blogging. I lose motivation to write next article. Zillions of negative thoughts aide the writer block. In order to fight them, I collect pieces of advises from other creators (that I came across […]