What Dreamworks character are you?

What Dreamworks character are you?

What Dreamworks character are you?

Happiness

Happiness

People then.. now.

I stumbled on this site which showcased the life of people. It is a beautiful concept so I am posting it here.

Young me Now me

17 quotes to make you flourish in life.

“Fall seven times; stand up eight.” – Japanese proverb

“You must give up the life you planned in order to have the life that is waiting for you.” – Joseph Campbell

“The best time to plant a tree is 20 years ago. The second best time is now.” – Chinese Proverb

“You must be the change you want to see in the world.” – Gandhi

“Do what you can, with what you have, where you are.” – Theodore Roosevelt

“I can’t change the direction of the wind, but I can adjust my sails to always reach my destination.” – Jimmy Dean

How to give a perfect handshake

Discover Magazine reports that despite the average person shaking hands nearly 15,000 times in a lifetime, one in five (19 per cent) admit they hate the act of the handshake and are unsure how to do it properly.

Intel MeeGo to power GM, BMW cars

MeeGo is coming to BMW,GM and many other car brands. GENIVI Alliance has announced the open source
operating system (OS) MeeGo as the basis of their next reference release for In-Vehicle Infotainment (IVI).

GENIVI is a non-profit industry alliance with founding members BMW Group, Delphi, GM, Intel, Magneti-Marelli, PSA, Visteon and Wind River.

MeeGo is a brand new species of OS. It's a result of collaboration between Nokia and Intel. MeeGo will provide the base for the upcoming GENIVI Apollo release. In-Vehicle

Using multiple CSS classes with IE6

When using multiple class names for an element, IE6 will ignore all but the last of class names:
For example while in the following code, newer browsers applies class1 & class2 for elements, IE6 will apply only class2

  1. element.class1.class2
  2. {
  3.   background-position : -7px -7px;
  4. }

A fix for this issue can be done by using IE6 CSS expressions as follows

  1. element.class1.class2
  2. {
  3.    background-position : expression(this.className == 'class1 class2'?'-7px -7px':'-7px -33px');
  4. }

DOJI - Import Javascript On Demand

AJAX and JavaScript have become the backbone of the Internet "Applications" that we see on the web. But the problem that for any Application to run it needs to download the full JavaSript code. So as the application size increases so does the amount of time taken for the page to load. One workaround for this problem is to load JavaScript into the browser on demand, when needed.

Binary Stars

Binary stars are commonly pairs of stars, which revolve around a common centre of mass. In the pair the brighter star is called the “primary” star and the other is called the “companion” star. Many binary stars can be detected by the naked eye; they are called “visual binaries”. Visual binaries are pair of stars which are having orbital periods of several centuries or millennia and therefore have orbits which are uncertain or poorly known.

Gaming and the real world

Is game technology only for entertainment or do they have use in real life?

At first they do seem to be very different from reality but in fact it has influenced many domains like medicine, education etc.

Medical Training