Internet connectivity technologies – fastest to slowest
1. Fiber optics
2. Cable
3. DSL
4. Dish
5. Dial-up
Anything that interests me finds place here. Software dominates my interests and hence a good part of this blog as well.
Internet connectivity technologies – fastest to slowest
1. Fiber optics
2. Cable
3. DSL
4. Dish
5. Dial-up
Given the following code,
<input type="radio" value="PG" name="courseType" /> Post Graduate </input>
<input type="radio" value="UG" name="courseType" /> Under Graduate </input>
To check the "PG" html radio button in jQuery:
jQuery(blahBlahBlah).attr('checked', 'true');
To uncheck it:
jQuery(blahBlahBlah).removeAttr('checked');
Note: the following will **NOT WORK**
jQuery(blahBlahBlah).attr('checked', 'false');
jQuery(blahBlahBlah).attr('checked', '');
“Tomorrow is always fresh with no mistakes in it.”
- Anne of Green Gables through Julie911
“You know, I think you try a little harder when you’re scared.”
- Rocky Balboa through Julie911
“There is so much about my fate that I cannot control, but other things do fall under the jurisdiction. I can decide how I spend my time, whom I interact with, whom I share my body and life and money and energy with. I can select what I can read and eat and study. I can choose how I’m going to regard unfortunate circumstances in my life — whether I will see them as curses or opportunities. I can choose my words and the tone of voice in which I speak to others. And most of all, I can choose my thoughts.”
- Elizabeth Gilbert: Eat, Pray, Love through Julie911
“I’ve learned about other people’s way of living: how you cope with life’s challenges, how you celebrate good times, how you feel about issues, how awesomely goofy some of you are, and how, in the end, we all truly just want the same thing: to love and be loved, to understand and be understood, to leave this world knowing that we mattered and made a difference. We are all different, but so much alike.”
- Julie911