Posts

Showing posts from December, 2015

making web mouse for linux

                       making web mouse for linux     Required tools:    1.php    2.mysql server    3.apache2 server with php configured     4.xdotool utility command    5.sql    6.javascript for ajaxing part                                              "SQL PART" Now create a table named "coord" containing properties described below +-------+-------------+------+-----+---------+-------+ | Field | Type        | Null | Key | Default | Extra | +-------+-------------+------+-----+---------+-------+ | xy    | varchar(10) | YES  |     | NULL    |       | +-------+-------------+------+-----+---------+-------+         ...