Posts

Showing posts from April 11, 2012

Can you afford a career change?

Image
Yahoo! Maktoob  –  21 hours ago Considering a career change? You’re not alone. Here are some key considerations before making the big leap. (Video provided by Financiall Fit)

Huge quake strikes off Indonesia, tsunami warning issued

Image
View Photo INDONESIA-EARTHQUAKE/ T BANDA ACEH, Indonesia  (Reuters) - An 8.7 magnitude earthquake struck off  Indonesia  on Wednesday, sending residents around the region scurrying from buildings and raising fears of a huge tsunami as in 2004, but authorities said there were no reports suggesting a major threat. Indonesian President Susilo Bambang Yudhoyono  said there were no immediate reports of casualties or damage in  Aceh , the Indonesian province closest to the earthquake. The quake struck at 0838 GMT and the  Pacific Tsunami Warning Center  said soon afterwards a tsunami watch was in effect for the entire  Indian Ocean . It later said the threat of a big tsunami had receded, although the warning remained in place. "It doesn't look like a major tsunami. But we are still monitoring as tsunamis come in waves," Victor Sardina, a geophysicist on duty at the Hawaii-based institute, told Reuters. Individual countries, including Thailan

Jordan moves to exploit its oil shale

Jordan is pressing ahead with a plan to supply 14 per cent of its energy needs from oil shale, becoming only the second country in the world to exploit the unconventional fuel source commercially. By 2020, oil shale could be the country's biggest energy source, even as Amman pursues large-scale wind and solar development and plans to build the Levant region's first civilian nuclear power plant. Jordan has the fourth-largest oil shale accumulation in the world. The 40 billion to 70 billion tonne resource, underlying as much as 60 per cent of the country's land surface, may contain the equivalent of 100 billion barrels of oil, according to the UK firm Jordan Energy and Mining, which is one of three companies holding 40-year oil shale concessions in the kingdom. The technical and environmental challenges to the country's commercial oil shale development are formidable but are trumped by the need for energy security, says Khalid Irani, who was the

How to Configure Symantec Endpoint Protection Manager to Send Email Alerts

Article Type Technical Solution Product(s) Show all Languages Show all Problem How do I set up Symantec Endpoint Protection Manager to send security alerts to my email address? Cause You wish to receive notifications via email whenever there is a security event. Solution Note : You must configure a mail server in order to receive the email alerts. Please follow the below steps in order to configure an email server  : Login to Symantec Endpoint Protection Manager. Click the  Admin  button. Click the  Servers  panel. Select the Management Server for which you wish to configure the email server and go to  Edit Server Properties . Click on  the  Mail Server  tab. Enter the  Server Address , which would be an IP address, host name, or domain name of the email server. Enter the  Port Number  for the email server that sends the notifications. Enter the  User name  of the account on the email server. If you want to conf

Phrase-O-Matic Program it's Fun To Program it

package Matic; /**  *  * @author Fahim-Ismail  * nice Game To Play with your Friend  */ public class PhraseOMatic {         public static void main(String []args){     //here we have to create a list of things to start playing the game on right way     String[] List1={"Red","Blue","Green"};     String[] List2={"Car","Flower","Laptop"};     String [] List3={"Iphone","Avaya","Nokia"};     //next we have to calculate how word on each list         int LengthListOne =List1.length;     int LenghtListTwo =List2.length;     int LenghtListThree=List3.length;         //now Create A three Random Numbers         int rand1=(int)(Math.random()*LengthListOne);     int rand2=(int)(Math.random()*LenghtListTwo);     int rand3=(int)(Math.random()*LenghtListThree);         //now we need to built a phrase         String Phrase=List1[rand1]+" "+List2[rand2]+" "+List3[ra