Specifications
INPUT
Pointer Device
Touchpad with Windows 8 Multi-touch Gesture Support
Type: Posts; User: melbin
Specifications
INPUT
Pointer Device
Touchpad with Windows 8 Multi-touch Gesture Support
Requirements
- An Ubuntu PC and Internet connection (Ethernet).
+ Tested version: Ubuntu 14.04
- A WIFI network card.
- A WIFI Router that offers DHCP IP address.
Choose your...
Finally, we need to measure our efforts to ensure we're making valuable marketing decisions on Facebook. Fortunately, Facebook has embedded in some decently helpful metrics for us to take advantage...
Now it's time to actually publish content to your Page and then invite users to be a part of your growing community. Let's start with the basic content needed to get your Page kicking.
Posts
...
The basic skeleton of your Business Page is now live. Facebook will ask if you'd like to "Like" your Page. Again, I recommend avoid doing so at the moment. This activity will appear in News Feeds of...
Step 2: Complete Basic Information.
Facebook should automatically walk you through the following four basic sections to complete the fundamental aspects of your Page.
2074Finish "About" Section...
Step 1: Choose a Classification.
To begin, navigate to https://www.facebook.com/pages/create.php.
This page will showcase six different classifications to choose from:
Local Business or...
4. CCleaner
Piriform's CCleaner is an excellent maintenance utility. It clears the contents of your Web browser's cache, history and temporary internet files. Plus, the program clears the Recycle...
3. Evernote
Evernote is a powerful note-taking and Web-clipping tool that allows users to save and sync text, images, audio and video clips and even entire webpages into notebooks that they can...
2. Comodo Backup
Comodo Backup is a free and thorough backup tool that provides both scheduled and on-demand backups with a variety of settings and options. Users can set Comodo Backup to create...
There's a whole world of excellent free apps out there. Here are some favorite free downloads for Windows users, whether you're running Windows 8, Windows 7 or XP.
1. Skitch
Skitch is an...
Karbonn has launched a budget Titanium S20 smartphone for Rs. 4,999. The smartphone is exclusively available on Amazon India and comes with a bundled Aircel data offer of 500MB free data for three...
2066
Xiaomi 3 is new generation Xiaomi phone, it is not just upgraded from the old model. The Xiaomi 3 is a new design. This phone packed 5-inch 1080P dispaly screen, 2.3Ghz quad-core Qualcomm...
2060
2061
We all know that you can make free calls from your PC or mobile using Skype, Viber, Line etc. But existing apps have 2 major problems. First, they struggle in congested 3G networks and...
Dell Inspiron 3537 (4th Gen Ci5/ 6GB/ 1TB/ Win8/ 2GB Graph) (Approx. Price Rs. 49,990)
The 3537 Inspiron 15 from Dell comes with a Core i5 (4th Generation) processor with an Intel HM86 chipset...
Dell Inspiron 15 3542 Notebook (Approx. Price Rs. 32,660)
Designed for everyday computing use, the Dell Inspiron 15 3542 notebook come with the 4th generation Intel Core i3, 4 GB RAM, 500 GB hard...
Ubuntu 14.10 (Utopic Unicorn) looks and behaves almost exactly like 14.04 LTS (Trusty Tahr).
2055
Default install applications
Ubuntu 14.10 will ship with the following versions of apps.
...
http://php.flashwebhost.com/melbin/set_cookie.php
<?php
if (isset($_COOKIE['VisitorName'])) {
echo 'Hi ' . $_COOKIE['VisitorName'];
exit;
}
http://php.flashwebhost.com/melbin/number_game_post.php
<html>
<body>
<h1>Guess the Number</h1>
<?php
There is s a spelling mistake in the following line.
Enter you name : <input n="name" type="text"> // input tag is 'name', not 'n'
Change it to
Enter you name : <input name="name"...
http://php.flashwebhost.com/melbin/number_game.php
<html>
<body>
<h1>Number Guessing Game.</h1>
<?php
http://php.flashwebhost.com/melbin/php_get_ex_1.php
<?php
if( $_GET["name"] || $_GET["age"] )
{
echo "Welcome ". strtoupper($_GET['name']) . "<br />";
echo "You are <b>"....
An attempt with bootstrap forms and php GET method :tennis:
http://php.flashwebhost.com/melbin/day7/student_data.html
<!DOCTYPE html>
<html>
<head>
<title>STUDENT DATA</title>
...
http://php.flashwebhost.com/melbin/array_cars.php
<?php
$cars = array();
$car1 = array();
$car1['brand'] = 'BMW X6';
http://php.flashwebhost.com/melbin/subjects.php
<?php
$subjects = array('English', 'Malayalam', 'Physics', 'Chemistry', 'Biology', 'Mathematics');
echo '// Print Array using print_r';
echo...