search
top
Currently Browsing: Categories

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

5 Free MS Excel Add-ins for Data Analysis

Excel is widely accepted as a feature rich data analysis tool, sometimes also referred to as a number cruncher. Its user friendly interface and available help makes it one of the most acceptable tools around the world. Excel bundles data manipulation features with statistical and mathematical functions which are utilized for qualitative analysis. Whenever I think of doing any computation or analysis,... read more

Google’s New A.I. Experiment: AutoDraw

Not everybody is a born artist. Many people when asked to draw a tiger end up drawing a dog. This made you recall the pictures that you drew when you were in school. Isn’t it? Drawing makes our eyes observant and brain alive. When it comes to drawing on a piece of paper, it is easy but drawing on computer, tablet or a smart phone was not so easy earlier. Google’s recent A.I. Experiment AutoDraw launched... read more

How to Use your Mobile Camera as a Language Translator?

If you are fond of travelling, language will not be a barrier now. You don’t have to choose your travel destinations according to your language knowledge. You don’t have to worry about accompanying a person who knows local language. You will no more find yourself in an awkward situation not being able to communicate in foreign language. Thanks to Google Translate which lets you easily translate... read more

How to Create a Reusable Class in JavaScript?

JavaScript is known to improve the dynamics of your web pages by providing many interactive features. You might have knowledge of how to create class in object-oriented languages like C++ and Java. Once a class is defined, objects can be created to call its properties and methods.  As such there is no concept of a class in JavaScript, but creating your own class lets you exploit the reusability of class... read more

  1. Pages:
  2. 1
  3. ...
  4. 14
  5. 15
  6. 16
  7. 17
  8. 18
  9. 19
  10. 20
  11. 21

« Previous Entries Next Entries »

top