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...
Studying: Information Systems, University of Colombo, (UCSC)
Total Page Visitors
All right reserved By Msm.Fathih. Powered by Blogger.
Popular Posts
-
Internet Users in the world Total number of...
-
Microsoft spying your local machines unknowingly to you...
-
just click it enjoy yourself...........!!!!!! ...
-
Google Maps is a Web-based service that provides detailed...
-
Windows 10 may be the last piece of Microsoft's cloud...
-
S amsung has just released another upgrade in their...
-
Certain defects in the field of gadget production is...
-
In this tutorial, you will learn how to read mouse...
Wednesday, September 14, 2016
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...
JavaScript Scientific Calculator with Well-designed User Interface

In this tutorial shows how to create a simple JavaScript Scientific Calculator just in single HTML page with well-designed User Interface just try it your self
File Name: Index.html
<!DOCTYPE html>
<html>
<head>
<style>
form{
width:440px;
...
How to set Password for Google

In this tutorial we are going to learn how to disable text box in 3 failure login attempts. The user is only given 3 chances to enter the correct username and password. Once is correct it will redirect to google index page
Username: test
Password: test
You can modify the username...
Monday, January 18, 2016
Google Hummingbird Update and How It Affects SEO

by Kerry Butters • SEO
It’s been a busy few years for the
engineers at Google; not only have we had the much-discussed Penguin and Panda
updates, but last year brought us the biggest update we’ve seen since 2001. So
what does Hummingbird mean to SEO?...
Subscribe to:
Posts (Atom)
- Recent
- Weekly
- Comment
Recent
Weekly
-
Ajax (Asynchronous JavaScript and XML) is a method of...
-
Monotype, one of the world’s biggest typeface companies...
-
In this tutorial, you will learn how to read mouse...
-
The new tool, called Visual Studio Code, makes it easy to...
-
S amsung has just released another upgrade in their...
-
With everyone taking the Windows 10 upgrade, this question...
-
Microsoft spying your local machines unknowingly to you...