logo

Most of the time users uses proxy to hide their real Identity over internet, these methods and tools including configuring manual proxy or using applications like Cyber Ghost VPN, IP Hider PRO, Easy Hide IP, Hide All IP or there are hundreds more tools to hide your real identity while surfing internet. These tools uses different techniques to hide your […]

Read more
mysqli

This article will help you connect mysql database with PHP using mysqli function, MySqli is Improved version of mysql function previously provided by PHP which is deprecated in new versions of PHP. Lets start with database connection we need 4 things to connect to database Host : which system/computer has datbase User : what is username to connect to database […]

Read more
css comments

while creating wordpress custom theme or template we need the following comments at to of our main css file and this css file name must be style.css should be placed at root path of your theme folder after completing all html css and jquery coding zip that folder and use as theme in wordpress Please give your comments and ask […]

Read more
print preview

Sometime we need to print website, but do not want its header footer sidebar and other things, in short we need to print a specific div or p or table or some other object. This plugin will allow you to print specific html object along will all css applied on it. its simple to use. include jquery library include print-preview.js […]

Read more
jquery autocomplete plugin

JQuery plugin to make a simple textbox an autocomplete, it fetches values from database via ajax. don’t worry it will be doing every thing automatically, you will need to code as minimum as possible. download it from github and follow index.php how to include required files and how to call plugin. You will need to create php file or any other […]

Read more