Saturday 24 December 2011

Happy Merry Chistmas!

One more Merry Chistmas, I will go out with my friends to drink something.
I don't know when I will spend the time with a person who I'm looking for...:)

keep everyone warm during this winter!

Monday 12 September 2011

Terminology in GMAT

I have read about GMAT, so I got some terminologies in GMAT. I will present it as following:
  1. Whole number: non-negative integer
  2. The mean: average of set
  3. The most: the most common element in a set
  4. Right Triangles: in which one of the angles has a measure equal to 90.

Sunday 4 September 2011

Start new season to gain expected outcome!:)

New season is coming for me. So, I will try to work by my best to gain most expected outcome which I proposed.

Wednesday 31 August 2011

KiA(Know it All) ChatBot

Learning English with intermediate KiA program.

Note: The program is running as trial. I will keep it up-to-date.

Wednesday 29 June 2011

SQL Optimization: Transaction - Part 1

The optimization is an integral part of software development. There are a lot of things which we need to optimize as coding, speed, SQL statement, etc.. for example. Hence, this entry will provide some information about how to optimize SQL Transaction Statement that I got from the internet.
  • Try to restricts the queries result set by using WHERE clause: the SQL server will return to client only particular columns, not all table's column. It means reducing SQL network traffic
  • Try to avoid using the COUNT(*) clause:  you should use alternative way to count
  • Try to use constraints instead of triggers, whenever possible
  • Use table variables instead of temporary variables
  • Try to avoid the HAVING, DISTINCT clause, whenever possible
  • Try to use UNION ALL statement instead of UNION: because of UNION ALL does not look for duplicate rows, UNION does look for duplicate rows.

Friday 25 February 2011

Speaking Technically - Part 1

What's the communication? It's easy to answer this question, because what's the best answer? There is a big problem to anyone. Don't worry about how to find exact answer for the question. We just know that one person can understand what others say, and responding own think, there is called communication.

However, everyone also find out how to communication better? This is a big inquiry. Therefore, the entry I write which will teach you about Speaking Technically and find out the way to master the problem. I have ever read some books writing about Speaking. First of all, you are more likely to speak effectively if you follow the one key rule:
Think what your listeners need to know, not what you want to say.
Get that right by thinking about the interests and needs of  your listeners, you will feel less nervous. Once you feel more confident, you can present better. However, you shouldn't ignore non-verbal language(also called body language), you don't stand at one place to talk and talk. To make more persuasive, using non-verbal language is very good in presentation as well as communication.

That's the first thing I would like to share with everyone. When I have spare-time, I will share more and more to you to find-out  tips and warning in speaking.