Friday, July 21, 2017

កំប្លែងពាក់មីមួយឈុតនេះសើចចុកពោះម៉ង និយាយមែន Khmer Funny Show, Peak Mi Show

មួយឈុតនេះសើចចុកពោះម៉ងតាំងពីដើមរហូតដល់ចប់




ឈុតនេះសើចចុកពោះម៉ង និយាយមែន Khmer Funny Show, Peak Mi Show
·   0

Wednesday, July 12, 2017

ប្រភេទត្រីទឹកសាបខ្លះៗនៅកម្ពុជា

១.ត្រីអណ្ដាតឆ្កែវែង
ប្រវែងអតិបរិមា ៣៥សង់ទីម៉ែត
Cynoglossus microlepis (Smallscale tonguesole)


២.ត្រីអណ្ដាតឆ្កែ
ប្រវែងអតិបរិមា ១៨សង់ទីម៉ែត
Brachirus orientallis (Oriental sole)








៣.ត្រីអណ្ដាតឆ្កែ
ប្រវែងអតិបរិមា 14សង់ទីម៉ែត
Achiroides melanorhynchus (Blacklip sole)

៤.ត្រីអណ្ដាតឆ្កែ
ប្រវែងអតិបរិមា ១០សង់ទីម៉ែត
Brachirus harmandi (Harmand's sole)



៥.ត្រីបបែ
ប្រវែងអតិបរិមា២៤០សង់ទីម៉ែត
Himantura chaophraya
Freshwater whip ray







៦.ត្រីបបែ
ប្រវែងអតិបរិមា២៥សង់ទីម៉ែត
Himantura imbricata
Scaly whip ray






៧.ត្រីបបែ

ប្រវែងអតិបរិមា៤០សង់ទីម៉ែត
Himantura krempfi
Marbled freshwater whipray






៨.ត្រីបបែ

ប្រវែងអតិបរិមា៦០សង់ទីម៉ែត
Himantura signfer
White-edge
Freshwater whip ray











·   0

Sunday, July 9, 2017

Warren Buffett Says Most People End up Being Average Because They Don't Keep This List

Sitting down and setting your life goals can be exciting and motivating. It gives us purpose, sets clear intention, makes us feel productive and creates the feeling of moving forward.
But have you ever started out making a mental or physical list of your goals only to end up with quite a few? Then when you start acting on them, they either end up cast aside or only half achieved? Having goals has been drummed into us from an early age but are having all these goals actually hindering us?
Warren Buffett, one of the most successful businessmen in the world today, questions the need for having so many goals. Instead he puts his success down to eliminating, sometimes important goals, in order to focus on the few that will bring the success we desire.

Warren Buffett asked his pilot to list 25 priorities in his life

To illustrate Buffett’s idea, there’s a great story involving his personal airplane pilot of 10 years, Mike Flint, and how Buffett helped him to focus and prioritize his goals using a 2-list strategy.
Buffett asked Flint to carefully think about, and write down his 25 top career goals. Once Flint spent time doing this he came back and presented them to Buffett. He then asked Flint to pick out the top 5 most important goals.
So at this point Flint now had two separate lists – the list of 5 goals and the list of 20 remaining goals.
Like many of us, Flint concluded that he would focus primarily on his top 5 and work towards the other 20 as and when he could find the time.
However, Buffett stopped him and said that this is actually the path of becoming unsuccessful because really he should now throw away his list of 20 altogether – no matter how important many of them may be – and focus solely on the top 5.
Why? Because that list of 20 is essentially a distraction.

Average people don’t know they should AVOID seemingly important things in their lives

The reason we often never succeed with our goals is because we don’t prioritize, focus and therefore, complete, the important few.
It’s human to get demotivated and distracted – two feelings that can be the death of our goals. The bigger the list of goals we have, the more chance there is to give up and move on to the next one in the hope that this one will succeed.
If what Malcolm Gladwell claims is true, to become an expert in any field we must spend 10,000 hours of deliberate practice towards gaining knowledge in that area. That equates to 20 hours each week for almost a year, for a total of 10 years.
So imagine Flints original list of 25 goals – that would mean it would take him 250 years to fully master his complete list. You can see how having too many goals can lead you down the path to a less successful and fulfilling life.

Make sure you keep the “Avoid-at-all-cost list”

Minimizing has become a hot topic when it comes to living the best life we can and this also applies to our life goals. Like our physical stuff, it can be hard to make a decision to throw certain goals out of the window when they feel important to us. But the process itself allows us to work out our priorities and what’s truly important.
Try writing out 25 goals – whether it’s long term goals or even short term weekly or monthly goals – and start the process of prioritising in order to discover your top 5.
Now, instead of literally throwing the list of 20 away completely, label this your avoid-at-all-costs list to serve as a reminder of what not to focus on. This is the list that will decrease your time and focus and ultimately your success. In other words, if you start working on this list you are in danger of having 20 half-finished goals instead of 5 completed ones.
Whatever your top 5 goals are, whether you want to learn a new language or skill, or work towards a particular career goal, make a conscious effort to stick to these. Keep motivated to achieve these goals and don’t wander onto your second list. Remember, your time investment is key to success and this time will be compromised the more goals you take on.

Get the success you want: prioritize efficiently, focus intently and stick to it.
·   0

Friday, July 7, 2017

Richard Branson's Top 10 Rules For Success (@richardbranson)

 


// Import the SDK header file and declare that you are implementing
// the FBNativeAdDelegate protocol:
#import <FBAudienceNetwork/FBAudienceNetwork.h>

@interface MyViewController : UIViewController <FBNativeAdDelegate>
  // Other code might go here...
@end

// Add a function in your View Controller that initializes the FBNAtiveAd
// and request an ad to load:
- (void)showNativeAd
{
  FBNativeAd *nativeAd =
    [[FBNativeAd alloc] initWithPlacementID:@"841988475951113_841992455950715"];
  nativeAd.delegate = self;
  [nativeAd loadAd];
}

// Now that you have added the code to load the ad, add the following
// functions to handle loading failures and to construct the ad once
// it has loaded:
- (void)nativeAdDidLoad:(FBNativeAd *)nativeAd
{     
  NSString *titleForAd = nativeAd.title;
  NSString *bodyTextForAd = nativeAd.body;
  FBAdImage *coverImage = nativeAd.coverImage;
  FBAdImage *iconForAd = nativeAd.icon;
  NSString *socialContextForAd = nativeAd.socialContext;
  struct FBAdStarRating appRatingForAd = nativeAd.starRating;
  NSString *titleForAdButton = nativeAd.callToAction;

  // Add code here to create a custom UIView that uses the ad properties
  // For example:
  UIView *nativeAdView  = [[UIView alloc]initWithFrame:adFrame];
  UILabel *titleLabel = [[UILabel alloc] initWithFrame:titleFrame];
  titleLabel.text = titleForAd;
  [nativeAdView addSubview:titleLabel];
  ...

  // Add the ad to the view hierarchy
  [self.view addSubview:nativeAdView];

  // Register the native ad view and its view controller with the
  // native ad instance
  [nativeAd registerViewForInteraction:nativeAdView withViewController:self];
}

- (void)nativeAd:(FBNativeAd *)nativeAd didFailWithError:(NSError *)error
{
  NSLog(@"Ad failed to load with error: %@", error);
}

·   0

Wednesday, July 5, 2017

Warren Buffett's Top 10 Rules For Success

// In the Activity that will launch the native ad,
// implement the AdListener interface and add the following:

import com.facebook.ads.*;

private NativeAd nativeAd;

private void showNativeAd(){
  nativeAd = new NativeAd(this, "841988475951113_841992455950715");
  nativeAd.setAdListener(new AdListener() {

    @Override
    public void onError(Ad ad, AdError error) {
        ...
    }

    @Override
    public void onAdLoaded(Ad ad) {
        ...
    }

    @Override
    public void onAdClicked(Ad ad) {
        ...
    }
  });

  nativeAd.loadAd();
}

// The next step is to extract the ad metadata and use its properties 
// to build your customized native UI. Modify the onAdLoaded function 
// above to retrieve the ad properties. For example:
@Override
public void onAdLoaded(Ad ad) {
  if (ad != nativeAd) {
    return;
  }

  String titleForAd = nativeAd.getAdTitle();
  Image coverImage = nativeAd.getAdCoverImage();
  Image iconForAd = nativeAd.getAdIcon();
  String socialContextForAd = nativeAd.getAdSocialContext();
  String titleForAdButton = nativeAd.getAdCallToAction();
  String textForAdBody = nativeAd.getAdBody();
  Rating appRatingForAd = nativeAd.getAdStarRating();

  // Add code here to create a custom view that uses the ad properties
  // For example:
  LinearLayout nativeAdContainer = new LinearLayout(this);
  TextView titleLabel = new TextView(this);
  titleLabel.setText(titleForAd);
  nativeAdContainer.addView(titleLabel);
  ...

  // Add the ad to your layout
  LinearLayout mainContainer = (LinearLayout)findViewById(R.id.MainContainer);
  mainContainer.addView(nativeAdContainer);

  // Register the native ad view with the native ad instance
  nativeAd.registerViewForInteraction(nativeAdContainer);
}
·   0

Rich Dad Poor Dad - Robert Kiyosaki's Top 10 Rules For Success


·   0

"Never, EVER, GIVE UP!" - Donald Trump (@realDonaldTrump) Top 10 Rules


·   0