
How do you use google on your daily search? Have you ever wish that you could do more with your search queries? I bet you you.
There is people who’s kind enough to collect all the tricks and put them into 2 shot pages and publicly shared with the world.
Following this reference, you will advance your search query and possibly come with lots of new idea. (if you do, please let me know) Read more…

PHP Programming Language
Wondering where to start to learn PHP?
The resources listed here are enough for you to get started. These are not only for beginner, it is suitable for intermediate and advanced developer as well.
Get started
PHP Officeial Website
http://www.php.net
- First you need to download latest version of php runtime and install it in your system
- After installation, create a test file call test.php under your webroot directory and pate code below
- On your browser, navigate to http://localhost/test.php
- Get understanding the basic concept of the language with office english documentation guide
- Get yourself familiar with syntax and structure of the language. Sample tutorial will clear your way to the beginner entrance.
Read more…