Monday 24 September 2007

I like the Idea, ICE Campaign - "In Case of Emergency"

One of my friend sent me this email. I thought to share it with you all.

ICE Campaign - "In Case of Emergency"

We all carry our mobile phones (I think it also applies to all electronic instruments which give us address book like palm computers, some mp3 palyers etc) with names and numbers stored in its memory but nobody, other than us, knows which of these numbers belong to our closest family or friends. If we were to be involved in an accident or were taken ill, the people attending us would have our mobile phone but wouldn't know who to call.



Yes, there are hundreds of numbers stored but which one is the contact person in case of an emergency? Hence the "ICE" (In Case of Emergency) campaign.

The concept of "ICE" is catching on quickly. It is a method of contact during emergency situations. As cell phones are carried by the majority of the population, all you need to do is store the number of a contact person or persons who should be contacted during emergency under the name "ICE" ( In Case Of Emergency).

The idea was thought up by a paramedic who found that when he went to the scenes of accidents, there were always mobile phones with patients, but they didn't know which number to call.
He therefore thought that it would be a good idea if there was a nationally recognized name for this purpose. In an emergency situation, Emergency Service personnel and hospital Staff would be able to quickly contact the right person by simply dialing the number you have stored as "ICE." For more than one contact name simply enter ICE1, ICE2 and ICE3 etc. A great idea that will make a difference!



Let's spread the concept of ICE by storing an ICE number in our Mobile phones today!

Please forward this. It won't take too many "forwards" before everybody will know about this. It really could save your life, or put a loved one's mind at rest. ICE will speak for you when you are not able to.

Saturday 22 September 2007

Sopcast , Free tv channels list, Free tv online



You can watch free tv on internet.
Even you can play this on media player. Just use most right button on the control panel of the player and it will stream channel in media player.

Wednesday 19 September 2007

Learning CSS - Points to remember

I started to learn Cascade Style Sheet (CSS)

Points to remember:
CSS is case sensitve : be carefull when you are writing CSS tags. For example if you have created a class name "myClass" in style sheet but you are trying to implement class to a html tag as "myclass" it will not work.

Divs and spans: div means division its used to divide a page int several parts while span is used to sub-devide a div.

"Using too many divs is often described as divitus and is usually a sign that your code is poorly structured and overly complicated." (Andy budd et al, CSS Mastery)

Two Elements #myid and .myclass
we use to main types of elements those are ID which starts with the sign "#" and class which starts with "."

Pseduo - classes:
Elements like links Internet solution team could have pseduo class like :link, :visited , :hover
we can use these
as
a:visited {any style}
a:link: {any style}
a:hover {any style}

The Universal selector (*)
can be use ad
* { any style}

Specificity or importanc



example :

This is for all forms in web site

form {width: 30em}

This is specific to search form.

form#search {widht: 15em}

Two ways:

You can link to them

tag <

link href="/css/myfile.css" type="text/css" rel="stylesheet" tag end />

OR


you can import them

Tag <

style type="text/css"

!--

@import url("css/myfile.css");

-->

style tag end />

Multiple style cheets can be imported to one

@import url(/css/1st.css)

@import url(/css/2nd.css)

@import url(/css/3rd.css)

Html page

Basic file.css

1st.css

2nd.css

3rd.css

Commenting you code:

/* comments */

Wednesday 5 September 2007

Java Interview attended by our Banta Singh

Java Interview attended by our Banta Singh

Q. What is the difference between an Abstract class and Interface?
A. Terms are different ... nothing more

Q. What is JFC ?
A. Jilebi, Fanta & Coffee

Q. Explain 2 tier and 3 -tier Architecture ?
A. Two wheelers like scooters will have 2 tyres and autorickshaws will have 3 tyres.

Q. I want to store more than 10 objects in a remote server ? Which methodology will follow ?
A. Send it through courier.

Q. Can I modify an object in CORBA ?
A. As you wish , I do not have any objections.

Q. How to communicate 2 threads each other ?
A. Non living things can't communicate.

Q. What is meant by flickering ?
A. Closing and opening of eyes at girls.

Q. Explain RMI Architecture?
A. I am a computer professional not an architect student.

Q. What is the use of Servlets ?
A. In hotels, they can replace servers.

Q. What is the dif ference between Process and Threads ?
A. Threads are small ropes. Make a rope from threads is an example for process.

Q. When is update method called ?
A. Who is update method?

Q. What is JAR file ?
A. File that can be kept inside a jar.

Q. What is JINI ?
A. A ghost which was Aladdin's friend.

Q. How will you call an Applet from a Java Script?
A. I will give invitation.

Q. How you can know about drivers and database information ?
A. I will go and enquire in the bus dep ot.

Q. What is serialization ?
A. Arranging one after the other from left to right.

Q. What is bean ? Where it can be used ?
A. A kind of vegetable. In kitchens for cooking they can be used.

Q. Write down how will you create a binary Tree ?
A. When we sow a binary seed , a binary tree will grow.

Q. What is the exact diffe rence between Unicast and Multicast object ?
A. If in a society, if there is only one caste, then it is Unicast, else it is multicast

http://www.funlok.com/index.php?option=com_content&task=view&id=2175&Itemid=33