// Import the SDK header file and declare that you are implementing // the FBAdViewDelegate protocol: #import @interface MyViewController : UIViewController // Other code might go here... @end // In your View Controller, create a new instance of the FBAdView // and add it to your view hierarchy: - (void)viewDidLoad { [super viewDidLoad]; FBAdView *adView = [[FBAdView alloc] initWithPlacementID:@"264293564021066_264294194021003" adSize:kFBAdSize320x50 rootViewController:self]; adView.delegate = self; [adView loadAd]; // Reposition the adView // ... [self.view addSubview:adView]; } // Now that you have the basic code running, it is recommended that you use // the FBAdView delegate to get notified when the ad fails to load so you // could hide the banner unit. In the same way, you can add it back when it // was loaded: - (void)adView:(FBAdView *)adView didFailWithError:(NSError *)error; { NSLog(@"Ad failed to load"); // Add code to hide the ad unit... // E.g. adView.hidden = YES; } - (void)adViewDidLoad:(FBAdView *)adView; { NSLog(@"Ad was loaded and ready to be displayed"); // Add code to show the ad unit... // E.g. adView.hidden = NO; }

Header Ads

ENRICO FERMI

                             ENRICO FERMI 



Enrico Fermi was an awesome physicist and Inventor of Nuclear Reactor. He is thought to be the Father of Nuclear Physics. He was granted Nobel Prize for the ID of new radio-dynamic components and the disclosure of atomic response affected by moderate neutrons.

Fermi was conceived on September 29, 1901 in Rome, Itay.

He acquired his Ph.D. in the field of X beams from the University of Pisa in 1922 at his age of 21 years. He joined as a Professor by 1926 at the Rome University.

He found that when a components is assaulted by a moderate moving neutron, it gets to be distinctly radio-dynamic and begins transmitting radiation and in this manner one component changes into another component.

In 1928 Fermi was chosen to the Royal Academy based upon his around 30 productions on particles, electrons, radiation and conduct of gasses. He prevailing with regards to part the Uranium Nuclei by the barrage of neutrons. The outcome eventually was creation of atomic vitality with which power could be delivered.

Fermi has the qualification of having planned the main atomic Reactor in Chicago in 1942. With this accomplishment the President of America, Roosevelt was convinced to allow a molecule bomb by a few researchers who were partners to Fermi.

In 1946, Fermi joined the personnel of Chicago University. He was granted the Medal of Merit by the United States Congress.

In the respect of Fermi, one component was named Fermium. A honor named Fermi Award was likewise founded.

He kicked the bucket on 28th November, 1954 of Cancer.
ENRICO FERMI ENRICO FERMI Reviewed by vijaykumar on 22:34 Rating: 5

No comments:

Ad Home

Powered by Blogger.