HTML5: In its own way

HTML5 is the fifth revision and newest version of the HTML standard. It offers new features that provide not only rich media support, but also enhance support for creating web applications that can interact with the user, his/her local data, and servers, more easily and effectively than it was ever possible previously.

Details

How to make a Discord chatbot in Python

Discord, originally developed as a gamer’s communication tool is seeing phenominal growth for the last few months. They have close to 1 million users right now adding more and more users every month. As per polygon they have close to 1 million users right now (https://www.polygon.com/2017/12/7/16739644/discord-100-million-users-safety ) The peculiar aspect about discord is that they…

Details

GREEN CLOUDS ON OUR PLANET

One of the most simplest definition one can give about cloud computing is that “they are basically computers on the Internet”. Even dating back to the primitive ages, computing was carried out using three levels of computing resources, Infrastructure; Platform and Applications.Fingers, stones or sticks were used as infrastucture to carry out simple applications like…

Details

Google Chart

        Charts are used for graphical representation of data. It makes understanding things easier. For representing variations, relations and comparisons of data we can use charts. Commonly used chart types are Line, Bar, Column, Area, Pie etc. Developers can go for any of the following implementation to display charts on their web…

Details

Geocoder Gem and HTML5 Geolocation Javascript API

Geocoding :- is a process of tracking latitude and longitude (geographical coordinates) of a specific location, IP address etc. The comparison between Geocoder Gem and HTML5 Geolocation Javascript API comes with finding coordinates of geographical position of user only. Geocoder is a Ruby Gem, used for geocoding. It can find geographical coordinates as listed above including…

Details