search
top

Easy Project Management Tool

IT industry has been keen in developing tools which has easy access and usability in recording as well as monitoring industrial tasks. Together, it has worked on development of tools to track project status and their implications. Organizations have been defining their own sets of projects for time to time measurement and review of organizational expansion.   Many IT companies are working on building... read more

3 Amazing Free Android Apps for Quick Mathematical Calculations

Mathematics has always been a nightmare for most of the people not only in their school days but also today. People are usually afraid of doing even the smallest of calculations. They view maths as a strenuous skill they can never possess and that is why they fear numbers. Even the elders run away from maths resulting in lack of confidence.   Most of the people always keep their calculators handy... read more

How to Add a New Row in a Dynamic Table in JavaScript?

In my last post on dynamic table in JavaScript, we had created a dynamic table. I have received many requests to show how to add a new row in the table at runtime. Considering the same table and continuing with the same variables, let us try to add new row in the dynamic table we have already created.   As discussed in the previous post, we are managing the row ordering of our data on timestamp i.e.... read more

The Power of Σ in MS Excel

Excel is known to be a great analytical tool with many functions and formulas to manage your data efficiently. Excel is an extremely popular calculation tool and a very simple database inside an  advanced application. It offers easy to use environment which makes it a popular choice even for non-IT people who want to do all types of calculations on their data irrespective of its complexity. This is the... read more

How to Create a Dynamic Table in JavaScript

  JavaScript is a dynamic programming language which can be applied to HTML documents to improve interactive behavior of websites. Dynamic tables created using JavaScript lets you organize your data in rows and columns which makes it easy to access and store the data. Let us see how to create a dynamic table using JavaScript. I have written HTML code to design a table which looks this: Assuming that... read more

top