Wednesday, September 14, 2016

Samsung Continues Recalling Galaxy Note 7 Worldwide

Certain defects in the field of gadget production is inevitable - may it be in the parts of the model, the internal features, or the batteries and accessories. Things like these might unintentionally happen to any brand. Recently, Samsung Electronics unveiled one of its newest model, the Samsung Galaxy Note 7. A lot of people were indeed hooked with its features. Its processor...

Sunday, August 7, 2016

Samsung Releases Its New Feature That Heightens Security In Note 7

Samsung has just released another upgrade in their android phones as it now come with an iris scanner - another historic mark in the list of mobile phones' features. Security and privacy features are essential in personal gadgets like the mobile phones as there are certain...

Tuesday, July 19, 2016

REST Api

<?php  $con=new mysqli('localhost','root','','items'); if(!$con){ echo "not succeeded"; } if(!empty($_GET['id'])){ $id=$_GET['id']; $sql = "SELECT * FROM products where id='$id'";        $result = $con->query($sql); if ($result->num_rows > 0) {     while($row = $result->fetch_assoc()) {     header('Content-Type:...

Sunday, February 7, 2016

How to Read Mouse Coordinates using Javascript Code

In this tutorial, you will learn how to read mouse coordinates in your screen. This will show the X and Y positioning of the mouse. This is useful in adjusting elements on your page by determining its position. Hope you learn from this simple yet useful function <!DOCTYPE...

Tuesday, February 2, 2016

Google Map Marker ID

Get Google Map Marker ID when we click on it When we use Google Map in our web pages, we will have to think about getting the Google map marker ID, when it is clicked. Google Map marker ID is required for displaying some data which is associated with the Pin or marker on google...

CSS3 3D Animation

The introduction of CSS 3 has changed the over all look and feel of the websites. CSS3 animations; transitions and transforms are the most interesting things in CSS3 ie. CSS3 3D animation . CSS transforms allows elements styled with CSS to be transformed in two-dimensional...

Thursday, January 28, 2016

Google moving its Services into not free

Google has moved his services into payable yes the Google’s famous free services is known as Google AdWords Services has been used all the times as free for online marketing. Today  suddenly Google changed its policy,  it’s  really  frustration the people who...