Friday , 26 April 2024
Breaking News
Home > 2017 (page 2)

Yearly Archives: 2017

How to Concatenate Single Column Values with MySql

Today we will solve a problem related to MySQL query. Here is a problem:- Let’s suppose you have a table named “Items” and it has three fields and following data:- Id Item_name Price 1 Item 1 10 2 Item 2 20 3 Item 3 30 Now you want to write a query that will get all values from “Items” column ... Read More »

Live Temperature Chart in Arduino with DHT11 Sensor

Hello Friends! Hope you will be fine. Today we are going to learn something interesting. Yes offcourse, really interesting. We are going to make a live graph that will show us Temperature of our home or device in a live graph. For this, we will use HighCharts jQuery library that will generate chart on the screen for us. So let’s ... Read More »

How to save DHT11 Temperature Data into Database with Wemos D1 Mini

Hello friends. How are you?. Today we are going to learn something amazing. In my previous tutorial, you learned that How to get temperature data from DHT11 and show it on the serial monitor, but today we will go ahead and will do something advanced. We will save hardware that we used in our previous tutorial to build a new project. If ... Read More »

Student Record System in C++

This  programe is written in c++ language and this may help you in making your university assignment and projects. Description : In this programe i used concept of Nested structures to maintain a list of students consisting of their  Roll No. ,  Name, Age, Current Semester, CGPA, Faculty, Date of Birth, Address, Cell No and Courses. Functions : Initialize a class Find ... Read More »

How to use the DHT11 Temperature and Humidity Sensor with Arduino!

Hello dear friends. Hope you will be fine. Today we will learn that how to use a DHT (DHT11 version) Temperature and Humidity Sensor. In this tutorial, you will see the result in the serial monitor of Arduino but later I will write some more tutorial for getting the result into the database and then generate the dynamic chart to ... Read More »

Better Way to Manage HTML Tags With PHP

There are many approaches to write your code in nice method but nowadays I am working on html function method to write my code. If your are developing a site which is based on Bootstrap, then I have a good trick for you. Let’s assume that you are using following lines for getting input: [crayon-662b21df6d260750561566/] And this structure is repeating ... Read More »

Ad Test