Archive

Archive for the ‘Reference’ Category

Great Google Cheat Sheets

March 1st, 2009 No comments

Google Cheatseet

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…

Categories: Reference

PHP References, Tutorials and Tools

January 26th, 2009 No comments
PHP Programming Language

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

  1. First you need to download  latest version of php runtime and install it in your system
  2. After installation, create a test file call test.php under your webroot directory and pate code below
  3. On your browser, navigate to http://localhost/test.php
  4. Get understanding the basic concept of the language with office english documentation guide
  5. Get yourself familiar with syntax and structure of the language. Sample tutorial will clear your way to the beginner entrance.

Read more…

Categories: Reference, Software