Five Elements (Wu Xing)

According to Wu Xing theory, the structure of the cosmos mirrors the five elements. Each “element” has a complex series of associations with different aspects of nature, as can be seen in the following table. In the ancient Chinese form of geomancy known as Feng Shui practitioners all based their art and system on the five elements (Wu Xing). All of these elements are represented within the Bagua. Associated with these elements are colors, seasons and shapes; all of which are interacting with each other.

Based on a particular directional energy flow from one element to the next, the interaction can be expansive, destructive, or exhaustive. With proper knowledge of such aspect of energy flow will enable the Feng Shui practitioner to apply certain cures or rearrangement of energy in a way they believe to be beneficial.

Continue Reading »

Detik.com Map - New Format

Now detik.com have a new fitur, Map, have u even try it ??

Eg ::
Map of bina nusantara

“the map” is only the street, there is no building picture in the map by default, but you can see building picture by click the “information peta(Direktori)”. You can dragging on the map.
It have a legend on the right panel, and we can print out the map.

Having and Where - Mysql Query

“Having” clause is like “Where” clause, but it use when the query need to refer to aggregate functions, which the “WHERE” clause cannot.

SELECT user, MAX(salary) FROM users GROUP BY user HAVING MAX(salary);

Don’t use HAVING for items that should be in the WHERE clause.
For example, do not write this:
SELECT col_name FROM tbl_name HAVING col_name > 0;
Write this instead:
SELECT col_name FROM tbl_name WHERE col_name > 0;

1. Start, Run, gpedit.msc, press Enter.
2. Choice Administrative Templates, Network, QoS Packet Scheduler Continue Reading »

Windows Xp recovery register

winsockxpfix
download for fix your registry :: Windows XP

« Prev   | 1 | 2 | 3 | 4 | 5 | 6 | 7 |   Next »