Test Script Writing News
Congratulations, you have found a great source for recent news for Test Script Writing. Also browse and make use of our other resources.
Read more
Top Test Script Writing Results
| A test script in software testing is a set of instructions that will be performed on the system under test to test that the system functions as expected. |
| I am taking on new .NET projects. Please use the contact link if you'd like to discuss rates and availability. I am a software developer living in southern Michigan (1 hour from ... |
| IBM Rational Manual Tester makes it easy to write scripts for manually testing software applications. |
| Test scripts One of the most valuable uses we have found for Tcl Blend and Java is for writing test suites for our Java development. Because running tests is somewhat ad-hoc, Tcl ... |
| In basic terms, a test script is a set of instructions that is executed and documented ... How to Write a Script in Windows XP; How to Write a Short Film Script; Writing Test Scripts |
| Writing Test Scripts. A television test script starts with an idea. It's the dream of many to have a TV network turn your test script into a reality. It's sometimes easier to get a ... |
| How can I write Test Script Language in QTP, Can someone please write some sample of TSL, and some command. Please give various to try Thanks Guys |
Other Test Script Writing Results
Open Question: Would I be able to make it through college with a learning disability?
I have Dyslexia. I have not been tested for it but I’ve known this for a very long time and I am looking for somewhere to test me so I can see what else I have. As of right now I am trying to study for my GED but it’s very hard and I am struggling. I am awful in English and even had to teach myself how to write and read because no one else could because how festering it was trying to teach me. I can write (well duh) but I am GOD AWFUL IN MATH. I can not even do simple hand math and when I try to count money it’s like my brain does blank and it’s hard to think. I’m bad in everything else to but I’m not as bad as I am in Math and English. Anyone I don’t even know If I can pass my GED but I WANT TO SO BADLY! I want to pursue Writing even though I am not good at it. I want to write books, scripts for movies and TV shows. Also I grew up acting and singing on stage so I want to act also. Photographer is also something that I always loved… anyway! I always wanted to go to LSU in Louisiana since I grew up in Louisiana it’s been something I dreamt about. I live in Texas now but still want to go.. Anyway! I want to know if it is possible (IF I WAS EVEN ABLE TO GET IN) if I could even do good in the school? I hear you have to do math even if you don’t want to peruse that in life or whatever. And I SUCK! I can’t think straight with numbers and barely able to read them right. I want to get professionally help from someone who knows how to deal with someone who has Dyslexia but even that how could I do while in College with these disabilities?
I want to go to college for Film making, acting, writing, photographer and maybe something in gaming because I’ve always wanted to write for games as while.
So, is there any hope for me? I want to go to college so badly to prove to myself that I CAN DO IT! And make my parents proud. I am turning 19 this month… but I am still studying my GED and don’t even know if Ill get that.
What can I do to help me? Where can I go now to get help? The RIGHT HELP.
Thanks so much.Er... sorry about the mispelled words! Or wrong words! I type so fast and i don't read back untill I post! Yeah like when I put anyone I meant Anyway!
Sorry about that.
moreVoting Question: TB Skin tests with a negative chest x-ray, followed by a negative skin test...?
Hi, I had to get a skin test for work, I received a shot that turned out negative for tb, then went back for a 2nd needle 72 hours later, which was positive apparently, with negative/normal chest x-rays...and was recommend to take b6/inh for 6 months.
I went for a second opinion to my family doctor and got a skin test done, he immediately said it was negative with no induration but then was iffy about it, so he send me to a specialist.
The specialist recommended i take the inh for 6 months and the b6 and wrote me a script, I have the medication now but am concerned about taking it, just incase my tests were inaccurate, im a 28 year old young healthy guy with no health issues, I'd hate to start a toxic medication if i really didn't need it......any advice would be greatly appreciated.I did go to chest specialist - and he was the one who recommended and wrote a script for the INH and B6 - although my chest x-rays were fine.
moreResolved Question: How do I trend SQL data in an HMI Reports chart?
I have a SQL database in a column-item structure. I am trying to trend test results from various kilns in a certain plant. The columns of interest are
"Date"{mm/dd/yyyy hh:mm:ss am/pm},
"Time" {hh:mm:ss am/pm},
"Kiln" {K1,K2...K10},
"Test_Description" {CO2, R30}
"Value" {xx.xxxx}
Now I want a chart for each combination of "Kiln" and "Test" (20 total). The problem is the timestamp, "Date" is only valid for he actual date (time shows up as 12:00:00 am), that's why there is a seperate "Time" collumn. My chart should show data from 7am to 7am.
Everytime I attempt to write a SQL Condition:
SELECT Value FROM Table WHERE Kiln = 'K1' AND Test = 'CO2'
I end up with a reported chart with a "NA" accros it. And if I have no SQL Condition and just call to the "Value" item it appears that all the values get jammed at 12 am on my chart.
Do I need any script for time, does HMI Reports pull that info? Is my tought process totally off? Any help/suggestions are greatly needed.
Thank you to anyone who read all of this.I've been successful in populating a SQL Query Table in HMI Reports, is there a way to export those results to an HMI Chart?
moreResolved Question: I need help with characters.?
Im writing a script that will be filmed in episodes.
it will be filmed locally and for a project. But it will be filmed as professionally as possible.
here is a quick summary:
What if the life you live right now wasn’t your first, but just a reaction to your actions. A group of teenagers growing up together in a small town all go through hard times and struggles. But what they don’t know is after making poor choices in another life, another universe, are put here to get what they disserve. This group of friends is made up of so many different characters, all helping each other through this, but what they don’t know is one of them, is the reason that they are here suffering, he/she is their punisher, their devil. Temptation will be presented, they will be tested, and tested again, some will fall, some will rise up for another chance. Some will do what ever it takes to clear their name and some go out with a bang. But judgment day is coming, who will be ready?
i think that there should be 5 to 8 main character and supporting characters, please help me. thank you
moreVoting Question: i am searching the test cases that I can test php scripts easily?
I am search a standard test case that I can use to test the php written forms and functionality. If some one can tell what are the basic top ten or twenty things I have to take care of
Like for text field how I can enter text in different ways (e.g leave field empty, etc)
like for numeric field who should I do
Regards,
SherryI am referring to functional testing, that If I can find stand test case that I can implement on forms while testing
moreResolved Question: problem sending mail through PHP ..?
HEY BROS .. i have write this script in PHP .. through which i want to send mail ..
-------------------------------------------------------------------------------
$to = "shashienterprise@ymail.com";
$subject = "Testing Mail";
$message = "Hello .. this is a sample message from mittul";
$from = "MITTUL_1990@yahoo.co.in";
$headers = "From : $from";
mail($to,$subject,$message,$headers);
echo "Mail Sent";
-------------------------------------------------------------------------------
but m facing problem to send it .. the ERROR is ..
"verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\wamp\www\websites\email simple.php"
wht should i do .. bros .. let me know you .. m betough a new in PHP .. and i also dont know much about "SMTP" and etc .. i havent installed any "OUTLOOK" or etc ... so tell me step by step wht i should i do .. any help would be highly highly appreciated .. thanks in advance. .
MITT .
moreVoting Question: Need tips on software testing?
I am an optical engineering student, however I have been asked to Q&A my company’s website with selenium’s IDE software. As I've never done anything like this, it seems like quite a daunting task.
I successfully wrote a script to test the login function of the website, but that only had so many possible outcomes. The rest of the software is for physical therapists to expedite their paperwork process, so the number of possible outcomes is quite high.
I would appreciate any help from someone who has dealt with the Q&A process before, as i'm not entirely sure where to start.
Thanks!
moreResolved Question: I dont feel happy doing this. What should I do?
I love writing and want to be an author when I grow up. In english lessons we never right story's which I find rather sad as I always have ideas as Im reading all the time and have a somewhat wild imagination. The teacher told us we would be writing a story for an assessment which didn't bother me at all but now she has changed her mind and we have to write a script in pairs about Dr. Who which I don't like. Im shy and we have to act the script out and Im not happy as that will lower my level because my shyness gets in the way of oral and reading aloud tests. I have explained this to my teacher and asked if I can do a story instead and read that out loud because I wouldn't be standing up and would feel better but she said no but I don't think its fair as we have done to oral tests already and not a single writing one and we never ever do creative writing. What should I do?
(It counts towards the set im in next year and im in the best set for every subject now)
moreVoting Question: Should I be put in special ed?
I have absolutely no difficulty reading and comprehending. I mean I might read the same line over and over again but nothing to drastic.
One of my tenth grade teachers said that I might be dyslectic but I do not have any difficulties in reading and comprehending material.
My problems mainly are in math, writing legibly, and organizing myself. Right now I just finished the 10th grade and I will be in the 11th grade this fall. Since I started school my organizational skills have been subpar. I would do assignments and then lose them. In 2nd grade, I would always get the letters B and D confused with one another and I would do other things which led some of my teachers to believe I might be dyslectic.
These sentiments were mainly expounded by my science and mathematics teachers. My reading and social studies teacher frequently commented about how intelligent I am.
But they to would talk about how horrible my hand writing and organizational skills were.
I got tested for dyslexia and the doctor confirmed that I was but my Dad denied the validity of the test. He said that if I just practice my handwriting by writing words over and over again I would be fine. Well he would have me copy from newspapers for hours but while my handwriting improved it still isn’t neat. Well here are some problems I am having
I could study all day and know all of the answers to the test. But no matter how careful I try to be I always make minor errors on the scantron I am required to bubble in my answers on. That throws off my entire score. When I received the test and the scantron back I would notice these errors I made but I was afraid to say something because my teacher might have thought I was just saying this in order to cheat and get a higher score.
My social studies teacher noticed that my active participation in class didn’t correlate my low test scores.
So he asked me about it but instead of answering the questions on a scantron I answered them orally and I would get A’s.
Now in class’s math classes I am totally lost. I couldn’t solve a mental math problem involving adding two double digit numbers to save my life.
When I was younger I could answer them but I got dependent on the calculator and my skills drained. But other than that I am lost when it comes to geometery. I started going to tutoring two days a week and the best I could get on the test was a “C”. I stopped going to tutoring and I dropped to a “F”
. Well to me Geometry and other forms of math don’t make any sense.
But here is what I don’t understand. I am extremely gifted when it comes to computers. I know several programming languages fluently.
My computer science teacher told me that most great computer scientists are good at math.
I learned HTML just from being on myspace and experimenting with the code. Then I learned other program languages like Java, javascript, xhtml..etc
I learned this before I ever stepped foot in my computer science class, on my own.
I would make little coding errors but when you ran the script and it didn’t function properly I used trail and error until I fixed it.
Also, the people in my reading and social studies class think I am like the smartest person in the school and the people in my math classes think I am like the dumbest person in the school.
My chemistry teacher suggested to my mom that I should be put in special ed.
With the above information stated, should I? I mean if I get put in special education I think I am definetly going to receive all A’s.
My grades right now are as followed
Spanish : C
Physical Education : A
American History : A
Chemistry: D
Geometry : F
Survey of Literature : B
Computer Science : A
Also, I took the Advanced Placement test for American history and I got a 4 out of five.
I read something that said people in special ed can use the internet to help them with their AP test.
If I had been allowed to use the computer for my test I would have definitely got a five.
So should I be put in it?Also I can speak very articulately but like I can't spell at all. Even if I am copying something from the board I still mess up.
moreResolved Question: My thyroid seems to be in a push-pull tug of war sort of dilemna? Also, symptoms of synthroid overdose?
I'm not really sure if I have been currently experiencing symptoms of too much medication, or if it's my thyroid in a push - pull situation. About 6 months before I was diagnosed with hypothyroid, I was getting bad anxiety feelings (adrenaline rushes) and then feeling lightheaded. ( keep in mind that I never experienced this until I became physically ill ) My hypo was discovered by an ER doctor after a trip to the hospital with a racing heartbeat. I did say HYPO, not HYPER. So yeah, the doctor (looking puzzled) said, but......a fast heartrate would be a symtom of hyper, not hypo. That's why I'm so confused. Some days I feel calm, and other days I get very edgy and anxious, it it makes me snap at my husband or whoever is around. I have been on synthroid for months now. Currently, I have had slight headaches, and achy body, and my legs feel heavy, and I feel jittery and can't sleep. but I am only on a low dose - 75, and I would get like this even on 50 or 25mcg.
I keep reminding my doctor that I am baffled because I am getting all the HYPER symptoms, and he will not check my adrenals, nor will he have my antibodies tested to see if I have high antibodies for both hypo and hyper. Instead, he just writes me a script for ativan. I keep telling him that the palpitations even happen sometimes when I am waking up or resting, and I don't necessarily feel anxious before I get them, The anxiety comes after the fact - in that order. I know this is not a very common condition ( if I have both ) but I can almost bet I am swinging back and forth and it's making me miserable. I think it's time to see a new doctor? I have been a wreck for two years now, and I still don't feel well. I can't keep going on this way, I am too young for this. :( and I'm about to lose my mind.
moreVoting Question: Could you correct my mistakes?
I have a homework, on wich I have to write a script. but I’m not sure about how well is it, (story and grammar) could you help me?
Narrator :Once supon a time, there where 3 friends called Avril, Rebeca and Ana Gabriela, they lived very happy in France, until one day, at Starbooks…
Avril: Hi Gaby how are you?
Gaby: I’m fine, What about you?
Avril: Well actually… I haven’t felt very well the last days, I have had vomits, nauseous, I felt dizzy and I even fainted at work.
Gaby: oh, that seems bad. Lets go to the doctor!!!
Avril: ah, ok
Doctor. Monica: Good afternoon , what’s going on?
Avril: I’m feeling…dizzy, with nauseous, vomits and faintings.
Dr. Monica: I don’t like how it sounds… I’m gonna make you a blood test…
Dr. Monica:I’ll be back with the results
Narrator:After 5 minutes Doctor Monica is back with the results
Dr. monica: Avril, here are the results.
Avril: Leukemia!!!! I can’t have that!!! No, no no no.
Gaby: Don’t worry we can overcome this together. How bad is it?
Dr.Monica: well, the cancer is very advanced, so, she might only has about 2 weeks of life.
Avril: What a hell are you talking about???
Dr. Monica: I’m sorry. mmm There’s a treatment, but it costs about €2,400,000 and It’s very new so we don’t have to much experience working with it, and it would only give you 4 more weeks.
Avril: oh I never thought about how I was going to die, neither in how I was going to spend my bank account.
Gaby: I can help you, If you want…
Avril: No, now that I’m going to empty my account, I’m thinking in a better destiny of that money…
Gaby: Las vegas??
Avril: No, London, I have always wanted to go there, it’s time, I think.
Gaby :Oh!!! that’s a good idea!!!, I’ll go with you!! moreover I’m gonna call Rebe, she might also wants to come with us.
Avril: Yeah, call her,
Gaby: Hey Rebe Would you like to come with Avril and me to London?
Rebe: Oh Yeah!!! That sounds great!!! but, when?
Gaby: Well, Now!!! Is 5 o’clock right?
Rebe: eeeh, yeah, I think it is. But… Why so soon?
Gaby: There’s no time to waste. Trust me
to be continued...
moreResolved Question: Expand/Collapse paragraphs html?
I have a bunch of poems and they take up too much room so I decided to try and get a code to expand/collapse them, unfortunately whenever I apply the code and upload it onto my site, only the first will toggle. this is the code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
<title>Untitled</title>
<script type="text/javascript">
document.write('<style type="text\/css">#toggle { display: none; }<\/style>');
</script>
<script type="text/javascript">
function switchMenu(obj) {
var el = document.getElementById(obj);
if ( el.style.display != "none" ) {
el.style.display = 'none';
}
else {
el.style.display = 'block';
}
}
function hide() {
document.getElementById("toggle").style.display='none';
}
</script>
</head>
<body onload="hide();">
<a onclick="switchMenu('toggle');" title="Test">Click Me</a><br><div id="toggle">This text toggles when Click Me is clicked.</div>
</body>
</html>
HELP!!!
moreVoting Question: what happens when you don't passa doctors 6monthdrug test?
i go to the doctor once every 3 months for pain medication. Doctors now have to due a drug test on you every 6 months in order to keep there license. This time it wasn't my regular doctor, and i was told that i havent had one of the two medications in my system for 4 days. The doctor told me that she was going to pass on the info to my doctor and since i am not her patient and that she will write me the scripts, but if i was her patient she would not have. what happens from here
moreVoting Question: i need help with javascript?
//This code isnt displaying anything. its translated from java into javascript.
//its supposed to take input from a prompt and then translate it into a code called rot13
//then display it on the webpage but its not even displaying the prompt
<html>
<body>
<script type="text/javascript">
function isAlpha(str)
{
var re = /[^a-zA-Z]/g
if (re.test(str)) return false;
return true;
}
var keyLower = new Array('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z');
while(true)
{
var output = '';
var input = prompt("Enter text to be cyphered:);
var i = 0;
for(i = 0; i<input.length; i++)
{
if(!isAlpha(input.charAt(i))) //if not a letter
{
output += input.charAt(i);
}
else if(input.charAt(i).toLowerCase() == input.charAt(i)) //if a lower case character
{
for(var j = 0; j<26; j++)
{
if(input.charAt(i) == keyLower[j])
{
output+=keyLower[(j+13)%26];
}
}
}
else //if an Upper Case character
{
var k = 0;
for(k = 0; k<26; k++)
{
if(input.charAt(i).toLowerCase() == (keyLower[k]))
{
output+=(keyLower[(k+13)%26]).toUpperCase();
}
}
}
}
document.write(output);
}
</script>
</body>
</html>output+=(keyLower[(k+13)%26]).to…
... = UpperCase();
moreResolved Question: Will I pass my hair follice test??
I took a hair follicle test on 5/21/2010. I took a presription at the beginning of mar 2010 of lortab,soma and klonopin. I had a hair cut to 1 1/4 inches before the test. They didnt ask about prescriptions nor did they have a place to write them. What are the chances of passing? If a positive result comes back will i have the chance to explain about the scripts that i had over 2 months ago?
moreResolved Question: Very rude Dr. I dont know what I should do? Please read :)?
Ok, This is going to be long but I really need some answers. Im so confused at what Im supposed to do. I began seeing a GI doctor in Jan. due to food not digesting, weight loss, and constant vomiting. After a few tests he decided I have Gastroparesis ( basically my stomach is slow at digesting food) He ordered an Upper Endoscope which showed everything was fine.
Before the test he was very rude to me. I told him I was in pain and had a history of pancreatitis. He basically yelled at me that he didn't think that I had that and immediately gave me the sedative to knock me out. When I woke up, He had wrote a script for Reglan and sent me home. The next morning I was in so much pain, my husband rushed me to the ER. They did blood work which reviled my liver enzymes were elevated. The CT scan came back normal. After 14 hours in the ER they admitted me. I was put on Dilaudid pain pump.
I was in the hospital for 18 days. No tests were ever done. They assumed I was there for the pain medicine. I couldnt get the Drs to listen to me. ( BTW Im 22 years old, and before this, I had NEVER taken anything stronger than a tylenol for pain) They let me lay in the hospital for 18 days without passing a BM, I was so uncomfortable, I was miserable. Finally, I got transferred by ambulance to a different hospital.
At the new hospital I had an ERCP procedure done and a stint placed into my pancreas ( They found I had a sphincter of the Oddi dysfunction). They put me on pancreas enzyme pills along with a list of other medicines. I started feeling great.
Now this past week, the pain has returned. Its been 2 months since my ERCP was done. Im on a durasegic pain patch to help with the pancreatitis but its just not helping the pain. My husband took me to the ER, the Dr gave me dilaudid script and told me to return if it didnt control the pain. So on Sunday I returned to the ER. ( Also I havent been able to keep ANYTHING down, becoming very dehydrated and weak. Ive lost 35 pounds in 2 months) After 10 hours in the ER My GI Dr wouldnt admit me, he wanted to talk to me 1st. Basically he said " I dont know what to do with you, you cant sit in the hospital for weeks on pain medicine. We arent finding anything wrong. If you want to lay around all the time why dont we just put you into a nursing home" He then sent me home to suffer.
Now heres the problem. This GI Dr is wanting to see me in 2 weeks. I really dont want to see him again. He didnt listen to me at my appointment in the 1st place. He made it seem like Ive been in chronic pain for 8 years which is not the case. I have had GERD for 8 years but not in pain. I just dont know what to do. Should I make an appointment and get crappy with him THEN switch Drs? Or should I just go and keep my mouth shut.
moreResolved Question: Creative Short Story ideas anyone?
In my Creative Writing class, we do not have an End-of-Course test or exam so we are doing a project instead. We come up with an animated, Disney/Tim Burton-type story idea. Anything creative will do. Well I could come up with one foth ose easily, however, there's one catch. Our main character has to go through a struggle that eventually he overcomes and learns a lesson doing so. I'm at a complete loss for this. I do not do well with stories where we have to make the character learn a lesson. Does anyone have ideas?
Please help... it doesn't have to be genius. Actually it can be fairly child-like. So don't worry, I'm not asking you for any script ideas in hopes to sell them to Disney. I'm not asking for something THAT good. My teacher has low expectations, so i just need to scratch something down real quick.
Thanks in advance.
moreResolved Question: what is the part of the SAT's where you need to write in script before you take the test? Also...?
...what do we actually need to write in script?
moreVoting Question: I need some help with a simple Python program I am writing:?
The program is supposed to go into a text file and test to see if a certain word is present. It works, but the only problem is that even if part of a word is present it will say the word is there. For example: if I try and search for "eable" it will say it found it because the word "seeable" is there. How can I fix this?
Here's the script:
import string
import math
while 1:
print ""
print "W"*80
x = raw_input('What word would you like to search for: ')
wordlist = open('list.txt', 'r')
line = wordlist.read()
wordlist.close
search = str(x)
index = line.find(search)
if index > 0:
print "\n" + x + " was found!\n"
else:
print "\nnot found!\n"
print "W"*80
y = raw_input('Enter 1 to try again, or enter 0 to quit: ')
if y == '0': breakYahoo answers took out the indentations, but it's pretty obvious where they go. By the way, all of the words in the word list are in a text file with each word on a seperate line.
moreResolved Question: need help understanding file permissions?
ok i have a strange situation here....ive got a website and i wrote a php script that allows a person to upload a file to my website....i was testing the security of this feature and found that anyone could upload a .php file and then navigate to its location in the url to run it on my server....for example....lets say someone uploads hack.php to my publ_html/files folder
they can then got to www.mywebsite.com/files/hack.php
so i was looking into file permissions and set all incoming files to 644
644 is
---------user--------group-----world
read----x--------------x---------x
write------x
execute
basically i want to know how this script got executed when it isnt set to execute anywhere...also, isnt someone who navigates to my site in the "world" category of permissions?
or are they user or group?
and if they are considered user or group then who am i, the web admin considered?
moreVoting Question: Breathing problems only 9 1/2 weeks, three different diagnoses, please help (long story)?
I'm 9 1/2 weeks pregnant with my second baby and for about 2 months I've been having trouble breathing. I have to frequently take deep breaths and sometimes after taking several, I still do not feel like I got the refreshing breath of air I needed. I visited my family doctor and discussed the problems I was having. She mentioned that it could be Asthma or even allergies. She gave me a prescription for the generic form of Claritin (for the allergies) and told me to check with my OB about taking a Pulmonary Function Test (due to use of an inhaler during the test). My OB gave the go ahead and I took the test today. I'm really frustrated with how things went and I need some advice on what to do.
First of all, she told me that the results of the PFT were inaccurate and explains that it is usually due to the lack of "coaching" from the test administrator (nurse). Then she goes on to say that she was able to get some results from the test and that I have Asthma. After telling me she is going to write me a prescription for an inhaler, I told her that I did not feel any better after taking the inhaler during the test. I asked if the prescription would be for the same thing, and she said it was. Then she goes on to say that if the inhaler didn't work I must be suffering from anxiety and tells me she is going to write me a prescription for Wellbutrin (but wants me to check with my OB on that one too). Now this one boggles my mind. I told her that I didn't really understand what anxiety was. As she was explaining it to me she started talking about how there is nothing to be ashamed or embarrassed of (okay???) and how stress can have this affect on people. Now let me tell you, I am probably one of the least stressed people in this world and I feel very blessed to have it that way. And, even when I am stressed I feel that I handle it very well. On top of that I'm a pretty easy going happy-go-lucky type of person. I am a stay at home mom with a 20 month old daughter and I have a pretty laid back life. If anything I would say that it's more boring than anything lol. Yes, I have one on the way, but I feel way more comfortable with this one having went through it before than I did with my first baby. I have a stable life and a great husband (most of the time lol) that loves me more than anyone in the world. I just don't understand where the anxiety would come in.
To sum it all up I have a prescription for Claritin because the allergies are causing these problems (which she told me to continue taking but IMO hasn't made a difference), I have a prescription for an inhaler because it's Asthma that is causing these problems and now she wants to write me a script for Wellbutrin because it must be anxiety.
I am the type of person that takes medicine as a last resort. I just don't like to do it especially during pregnancy. On top of that I put doctors in the same category as mechanics, I don't mean any disrespect but I just have a hard time trusting them. It seems like she gave me a prescription for everything it COULD be. But has no clue what it actually is. I don't know what to do. I'm probably not going to take the Wellbutrin though. From what I read online it's mainly prescribed for depression and to help stop smoking. I don't think pregnancy is the time to start taking a serious drug like this. I'll probably stop taking the Claritin because it seems to have made no difference.
What do I do? How can I get to the bottom of my problem? Has anything like this happened to you?
P.S. I know this is in the wrong section but I like the answers I get in this section the best. TIA
moreResolved Question: Javascript Help!! Can someone do this?
Run this program first before answering so you can see what I am talking about next.
<html>
<head>
<script type="text/javascript">
var testScore = prompt('What was your first test score?','');
var testScore2 = prompt('What was your second test score?','');
var testScore3 = prompt('What was your third test score?','');
var testScore4 = prompt('What was your fourth test score?','');
var testScore5 = prompt('What was your fifth test score?','');
</script>
</head>
<body>
<script type="text/javascript">
document.write('This is the Average of all your Test Scores: ' + (Number(testScore) + Number(testScore2) + Number(testScore3) + Number(testScore4) + Number(testScore5)) / Number(5));
</script>
</body>
</html>
I need to create a "working variable" to get the average of the "testScore" variables. So then, I can create a document.write to print the letter grade in the second set of <script> tags. How do I go about doing this?
moreResolved Question: Javascript Help! Can someone help please?
<html>
<head>
<script type="text/javascript">
var testScore = prompt('What was your first test score?','');
var testScore2 = prompt('What was your second test score?','');
var testScore3 = prompt('What was your third test score?','');
var testScore4 = prompt('What was your fourth test score?','');
var testScore5 = prompt('What was your fifth test score?','');
</script>
</head>
<body>
<script type="text/javascript">
document.write('This is the Average of all your Test Scores: ' + (Number(testScore) + Number(testScore2) + Number(testScore3) + Number(testScore4) + Number(testScore5)) / Number(5));
</script>
</body>
</html>
Please run the program first.
I am trying to get the average and then come up with a letter grade.
i.e. if average is >= 90 <= 100
document.write('You have an "A!"')
if average is >= 80 <= 89
document.write('You have an "B!"')
and so on.
I've been struggling all day with this and can't figure out how to do this part. I've had other people assist, but their suggestions and codes don't work.
Can someone help?
moreResolved Question: Javascript Help! Can someone finish this off?
I have to create a webpage using html and javascript to compute average test grade and display the resulting letter grade. I need to take an input of 5 grades from the user and compute the average. I have to have the final average displayed also. I need to make use of functions, variables, and conditional statements/control structures. Also need to use forms for collecting data from the user and need to use form validation to verify user data.
This is what I have in my first set of script tags:
<script type="text/javascript">
var testScore = prompt('What was your first test score?','');
var testScore2 = prompt('What was your second test score?','');
var testScore3 = prompt('What was your third test score?','');
var testScore4 = prompt('What was your fourth test score?','');
var testScore5 = prompt('What was your fifth test score?','');
</script>
The second set contains the following:
<script type="text/javascript">
document.write('This is the Average of all your Test Scores: ' + (Number(testScore) + Number(testScore2) + Number(testScore3) + Number(testScore4) + Number(testScore5)) / Number(5));
</script>
It works out to give me the average, but now I am stuck on creating the if statement to display the Letter Grades.
Is there another way to achieve the Letter Grade or receiving input from the User?
Is there a simple way of finishing this off?
moreResolved Question: Javascript Help!!! Can someone Help!?
I have to create a webpage using html and javascript to compute average test grade and display the resulting letter grade. I need to take an input of 5 grades from the user and compute the average. I have to have the final average displayed also. I need to make use of functions, variables, and conditional statements/control structures. Also need to use forms for collecting data from the user and need to use form validation to verify user data.
This is what I have in my first set of script tags:
<script type="text/javascript">
var testScore = prompt('What was your first test score?','');
var testScore2 = prompt('What was your second test score?','');
var testScore3 = prompt('What was your third test score?','');
var testScore4 = prompt('What was your fourth test score?','');
var testScore5 = prompt('What was your fifth test score?','');
</script>
The second set contains the following:
<script type="text/javascript">
document.write('This is the Average of all your Test Scores: ' + (Number(testScore) + Number(testScore2) + Number(testScore3) + Number(testScore4) + Number(testScore5)) / Number(5));
</script>
It works out to give me the average, but now I am stuck on creating the if statement to display the Letter Grades.
Is there another way to achieve the Letter Grade or receiving input from the User?
Is there a simple way of finishing this off?
moreResolved Question: Can someone help with this?
I have to create a webpage using html and javascript to compute average test grade and display the resulting letter grade. I need to take an input of 5 grades from the user and compute the average. I have to have the final average displayed also. I need to make use of functions, variables, and conditional statements/control structures. Also need to use forms for collecting data from the user and need to use form validation to verify user data.
This is what I have in my first set of script tags:
<script type="text/javascript">
var testScore = prompt('What was your first test score?','');
var testScore2 = prompt('What was your second test score?','');
var testScore3 = prompt('What was your third test score?','');
var testScore4 = prompt('What was your fourth test score?','');
var testScore5 = prompt('What was your fifth test score?','');
</script>
The second set contains the following:
<script type="text/javascript">
document.write('This is the Average of all your Test Scores: ' + (Number(testScore) + Number(testScore2) + Number(testScore3) + Number(testScore4) + Number(testScore5)) / Number(5));
</script>
It works out to give me the average, but now I am stuck on creating the if statement to display the Letter Grades.
Is there another way to achieve the Letter Grade or receiving input from the User?
moreResolved Question: How do you execute a tcl script from linux command prompt?
I'm still pretty new at this linux things and I've written a small tcl script that I want to test out. How do I execute it from the command prompt?
Thanks!Edit: When I enter the name of the file into the command prompt it comes up with (filename).tcl: Command not found.
moreResolved Question: How do I run a .py written script in MacOS ?
I was wondering how to open a file i have on my desktop called "test.py"
inside the file is written the following:
print "hello world"
I have already checked and python is on my macbook, I went to the app folder > utilities > terminal.
once there i typed "python" and it opened up the program and allowed me to do the same thing (print "hello world" ) however I now want to write mutiple lines and excecute the script.
How can I do this?
moreResolved Question: Best way to process live incomming data in PHP?
Hi guys,
I have a script which sends an email with a randomly generated number whenever you send an email to a specific inbox (we'll call it sendhere@example.com) this is the basics of a further script i am going to write later on im just in the testing stages at the moment and was wondering what was the best way to do this.
Should i setup the script to keep checking constantly for new messages, or should i have something where the email activates a switch of some kind which starts the script running?
i've done it before with the script looping with an endless while() and a kill function inside it but its caused problems before where i forgot to setup a kill function and had to restart the server to kill it...
Any ideas?
Thanks!
moreResolved Question: Someone please help me with my spanish script?
I need to write a scrip for our video in spanish and with mandates and subjuntivo in it. Can someone help me please? The topic of the video is about a problem that we have to solve.
i would like the script to be like this.
Yohahn, a student at college park high school is preparing for the Spanish subject test. His good friend Edwin walks into the room and see's Yohahn very distracted which was a problem because he was not studying for the big spanish test. Edwin introduces Yohahn with a great way to study for the spanish subject test.
moreResolved Question: How do I terminate a linux session and a few other questions?
I'm learning to write Linux in school and was given a difficult assignment concerning a menu script.
The assignment has us writing a 13 choice menu involving current dirrectory, absolute path of the cwd, how to change current dirrectory...etc
The biggest difficulty I'm running into is for the life of me I can't seem to figure out two commands.
1.) How to have user have the choice and ability to type in a new CWD in the program. (I tried postd, chdir and cd but couldn't get read to work)
2.) How do I terminate a linux window while in a program? Through code not manually typing in Ctrl +C
this is what I got so far on that
case choice
case $choice in
q|Q)
echo "Are you sure you want to quit the program? (y/n)"
read reply
if test "$reply" = "y" -o "$reply" = "Y"
then
exit 01 (exits the program)
fi
;;
E|e)
echo "Do you want to close the UNIX window? (y\n)"
read reply
if test "$reply" = "y" -o "$reply" = "Y"
then
exit 0 ( only exits the program not the session)
fi
esac
done
moreResolved Question: can someone help me out on this java script loop please?
i have to make a graph alternate colors.. the code i put was
while ( startrate <= endrate )
{
if(count %2 == 0 )
document.write( "<tr bgcolor='yellow'>" );
else
document.write( "<tr bgcolor='grey'>");
BUT i need to have another counter . . The counter for the loop is incrementing by .25, which will not work for the row color change. So i create another counter that increments by 1 and use that to test for odd/even...... but im a little confused on how to get this to work
thanks
moreResolved Question: Will the SAT count against me if it doesn't even matter?
Here are the details:
But before anything, here's a background. As of this year, I am a Freshman in High School, ranked 1. I'm going to take an AP exam with the course not offered at my school this year. I'm at state for math this year, and I write newspaper articles and participate in musicals for my high school. I've also got a 1st place for violin in state. This summer, because of my fervent love of math, I'm planning for a large leap, aiming for nationals (USAMO) at least once in my four years in high school. I also have a passion for computer science. I do a bit vb in school, and I've picked up a python and a bit Action Script on my own.
My dream college is MIT. Yes, they are extremely selective, but here's my dillema: my school does not offer SAT. I acknowledge the fact that the SAT is not required to get into MIT, but I would like to take it to assess my level. Because of where I live, taking the SAT is basically unheard of; everybody takes the ACT. Sure, I plan on taking the ACT also, but that's only until you are a sophomore or junior. Should I take it now? Will it count against me if I take it? Or should I make the test void (after the test)?
If I take it now, I'm probably going to get something like:
650 - 800 Math
600 - 750 Writing
600 - 750 Critical Reading
So, should I take it? Will it count against me?
Thanks.
BTW, my blog is at lepanacea.wordpress.com
moreVoting Question: how to Monitor folder for new files using bash shell script ?
how to Monitor folder for new files using bash shell script ?
I'm doing a project using smsserver tools 3. i have used a perl script
to handle incoming messages. the content of each message must be
directed to a java program. this program generates the answer to reply
to the user
so we need to call the java program from the perl code.
this is my perl code
//******************************************************************************************************************************************
#!/usr/bin/perl -w
use strict;
use File::Monitor;
use File::Monitor::Object;
my $number = '';
my $msgFrom = '';
my $outgoing = "/home/T/Documents/run/outgoing/";
my $extract ="/home/T/Documents/run/extract part/";
my $temp = '/var/spool/sms/incoming';
my $monitor = File::Monitor->new();
my $newline = 0;
$monitor->watch( {
name => "$temp",
recurse => 1,
callback => \&Test,
} );
$monitor->scan;
for (my $i=0; $i < 100; $i++)
{
my @changes = $monitor->scan;
sleep 5;
}
sub Test
{
my ($name, $event, $change) = @_;
my @adds = $change->files_created;
my @dels = $change->files_deleted;
if(@adds){
print "Added: ".join("\nAdded: ", $adds[0])."\n"; # if @adds;
my $filename = $adds[0];
open (INFILE, $filename); # if @adds;
while (my $line = <INFILE>) {
chomp $line;
$line = lc($line);
if ($newline == 1) {
$msgFrom = $msgFrom.$line;
printf "*************".$msgFrom;
}
if ($line =~ /^from: (.*)/) {
$number = $1;
} elsif (length($line) == 0) {
$newline = 1;
}
}
close INFILE;
open(OUTFILE1 , ">".$number.".txt");
print OUTFILE1 ("hi gfdg");
close OUTFILE1;
open(OUTFILE, ">".$outgoing."sms".$number."-".int(rand(100000)));
#open for write, overwrite
print OUTFILE ("To: ",$number); #write text without newline
print OUTFILE "\n\n";
print OUTFILE join(',','hi is this working '); #write text
print OUTFILE "\n"; #write newline
close OUTFILE;
}
}
//******************************************************************************************************************************************
I'm new to perl and if there any way to run java program inside the
perl its ok.if not can anyone help me to write this perl code in shell
script
moreVoting Question: Is there grounds for a Discrimination Law Suit?
So my mom applied for a job at a popular grocery store chain. They told her that she was hired and would start at the end of February. Well its the end of April and they still haven't called her into work. So my mom decided to write a email to the Corporate office and see whats up. She calls again today and the lady who said she was hired confronted her about it over the phone
She wanted to know why my mom called HR on her. My mom went on to explain that it was because they told her she had the job but wouldn't put her to work, and that other people had been hired and put to work since they told her she got the job.
The lady told my mom that she felt like she was not going to be able to do the job due to my mom taking medication. When my mom first went in for the interview she was under the impression that she would be drug tested so told the lady that she was on anti-depressants and nerve medication, but they were prescribed by her doctor. So she wanted to know if she needed to get documentation from her Dr. so that could be verified since they would show up on the drug test. The lady said they don't drug test and that wouldn't be a problem.
Now today the lady flips the script and tells her it is a problem and that she doesn't think she would be able to do the job. My mom even got a loan for a car and this Grocery store chain told the loan company she was hired and that's the reason she got the loan in the first place. My mom told the lady if it was a problem with the meds that she wouldn't take them during working hours she just needed a job and would do what was necessary. Now my poor mom is upset and bawling her eyes out not knowing what she is gonna do.
So my question is is there a case for discrimination? My mom asked me and I think so but I'm not 100%. We live in NC in case anyone is needs to know.
moreResolved Question: does software testing involves programming or coding?
I am new to software testing. I am thinking of taking it as a career.
I just want to know that whether software testing involves programming or coding.
Is writing test scripts easy?
moreResolved Question: Unix Shell Script Tcsh question?
Write and test a simple shell script named
showDirs with one or more command line
arguments. It should write to stdout
each argument which is the name of a
directory in the present working directory.
moreResolved Question: How to get firm answers?
Your Open QuestionShow me another »
What am I doing wrong?
I'm failing because I'm a wimp. Seriously, I can't seem to close a deal and I'm sick of wasting my time with different producers who string me and my agent along, and then without results, disappear. I'm a writer that has written a screenplay. It starts out well with a producer (the one who is to handle the script) then it dissipates to nothingness. This time my agent was smart and drew up a preliminary contract to 'test' the producers. In essence, it was to see what they could do before we signed a full option agreement. No money has exchanged hands yet as my agent pointed out that if we sign a full option agreement, we could be stuck with an unproductive producer for 2 or so years keeping us from promoting the script to other producers.
The process starts out the same everytime: everyone is gong-ho at the beginning of the process, then the producer's interest starts to wane until he/she is no longer even returning our calls or emails.
Again, I'm tired of it and feel helpless. My agent gets frustrated also as he's spending time doing this stuff without getting paid either. I would like to identify what we are doing wrong and fix it. For example, my agent will be attending the Cannes film festival this year and asked me if I was going also, but i don't see the point in my going if my producers haven't even started on marketing the script. I mean, as far as we know, (and we've asked them) they've done nothing with the project. In addition, we've asked them time and time again what their schedule is like and if we can meet, but they won't give us a specific date even though the festival is less than a month away. On one hand, I could be wasting my time there since my agent and I won't be able to pitch it to any other producers as we are still bound to the these present ones. But on the other hand, there may be a good chance that we can all sit down there and have some productive talks and perhaps get some really good funding for the film.
What should I do? Should I go to Cannes anyway? Or is it a waste of time and money? Should I let just my agent handle it? Will things get done if i do?
moreResolved Question: syntax errors im not familiar with?
OK I was assigned to this assignment ... coolest one we had ever(IMO)
Write a C program which can generate such passwords from 6 to 12 characters in length. The program should ask the user to enter the length of the password and then produce the generated password. Write a function to generate the password and a function to print it.
the probelm is when i finished it I ran into a syntax error im not sure of. Its saying theres a compaison with the inters and array, but all my reference notes from arrays are usually from intergers...
heres the script
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <ctype.h>
int main()
{
int PWL; // password legnth
int random;
fprintf(stdout," Enter the length of the password. 6-12 is reccomended\n");
fscanf(stdin,"%d",&PWL);
int iarray[PWL];
// fprintf(stdout,"%d",iarray); // test
random = (rand()%9);
for (iarray =0; iarray < PWL; iarray++)
fprintf(stdout,"%c",random);
return 0;
}
moreVoting Question: php coding script.help needed!?
Hey guys, i wrote a php login script n i'd like to check its logic flow. i cant test cos i cannot install the php stuff on my laptop. so pls help. The basic outline is a login page where students can login using their matriculation numb and password. they wont hv to register.for testing purposes, i've entered matriculation numb:123456789F and password:uolexternal for testing purposes.Please help me genuises! thank you!
//login success
<?
session_start();
if(!session_is_registered(myusername)){
header("location:main_login.php");
}
?>
<html>
<body>
Login Successful
</body>
</html>
//log out
<?
session_start();
session_destroy();
?>
//Database created using phpMyAdmin
// creating table in database by runnning SQL Query
CREATE TABLE 'Login'(
`id` int(4) NOT NULL auto_increment,
`MatNo` varchar(20) NOT NULL default '',
`password` varchar(20) NOT NULL default '',
PRIMARY KEY (`id`)
) TYPE=MyISAM AUTO_INCREMENT=1 ;
//entering data into Login table
INSERT INTO `Login` VALUES (1, '123456789F', 'uolExternal');
//main_login.php
<table width="300" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
<tr>
<form name="form1" method="post" action="checklogin.php">
<td>
<table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#CCFF00">
<tr>
<td colspan="3"><strong>Student Login </strong></td>
</tr>
<tr>
<td width="235">Matriculation Number</td>
<td width="14">:</td>
<td width="766"><input name="MatNo" type="text" id="myusername" size="10" maxlength="10"></td>
</tr>
<tr>
<td>Password</td>
<td>:</td>
<td><input name="mypassword" type="password" id="mypassword"></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td><input type="submit" name="Submit" value="Login"></td>
</tr>
</table>
</td>
</form>
</tr>
</table>
//verify login
<?php
ob_start();
$host="localhost"; // Host name
$username="syedhairun"; // Mysql username
$password="uolexternal"; // Mysql password
$db_name="SE"; // Database name
$tbl_name="Login"; // Table name
// Connect to server and select databse.
mysql_connect("$host", "$username", "$password")or die("cannot connect");
mysql_select_db("$db_name")or die("cannot select DB");
// Define $myusername and $mypassword
$myusername=$_POST['myusername'];
$mypassword=$_POST['mypassword'];
// To protect MySQL injection
$myusername = stripslashes($myusername);
$mypassword = stripslashes($mypassword);
$myusername = mysql_real_escape_string($myusername);
$mypassword = mysql_real_escape_string($mypassword);
$sql="SELECT * FROM $tbl_name WHERE username='$myusername' and password='$mypassword'";
$result=mysql_query($sql);
// Mysql_num_row is counting table row
$count=mysql_num_rows($result);
// If result matched $myusername and $mypassword, table row must be 1 row
if($count==1){
// Register $myusername, $mypassword and redirect to file "login_success.php". Should direct to Welcome page. For coding purposes, its login_success.php
session_register("myusername");
session_register("mypassword");
header("location:login_success.php");
}
else {
echo "Login Error.Please try again.";
}
ob_end_flush();
?>To Travis: Thank you. But exactly what do i add where?
moreResolved Question: Can anyone tell me how I can correct my code?
I am learning vb.net and I was writing this code and when I try to compile it I get an error message saying:
Compiler Error Message: BC31143: Method 'Public Function FahrenheitToCelsius(Temperature As String) As Double' does not have a signature compatible with delegate 'Delegate Sub EventHandler(sender As Object, e As System.EventArgs)'.
Can I get help on how to make it run successfully? here is my code
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="VBTest2._Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Testing my VB</title>
<script language="VBScript" runat="server">
Function FahrenheitToCelsius(ByVal Temperature As String) As Double
Dim fahrenheit As Double = System.Double.Parse(Temperature)
Dim celsius As Double = (fahrenheit - 32) * 5 / 9
Return celsius
End Function
</script>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label>
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
<asp:Button ID="Button1" runat="server" Text="Button" OnClick="FahrenheitToCelsius"/>
</div>
</form>
</body>
</html>
ThanksChris B
Thank you very much for your reply.
I use javascript most of the time but I want to learn VBscripting for some of my projects that's why. Can you help me with that.
Thanks
moreResolved Question: What is a good non-prescription substitute for Rimadyl?
My 18 year old dog has arthritis and the vet wants to do over $250 of tests before he will write s script.
moreResolved Question: How do you cope in a group project?
I only have a few friends in my drama class, and every time we have a project I end up doing everything. They're my friends, so they expect me to team up with them... however, they always try to brush off anything about the project and they don't reply to e-mails. I can't pick another group because everyone always goes with their friends.
My current project:
I have written the entire script, they aren't replying, they keep on trying to delay the filming, one of them has an extremely tight schedule... and she is pretty evasive too.
Later I found out that my friend had not remembered the script after all... she had a test, so she IGNORED IT.
The last time(and only time) we got together, they kept on getting off track so in the end I was the only one working.
We have to film; this isn't even one of those projects where I get get away with doing everything.
How do you guys force your friends to buckle down and actually do things? How do you guys tell your friends to stop being lazy without sounding rude or controlling?The thing is, we have to film outside of school. The problem is getting everyone together, since it's hard to contact them the moment they walk out of the classroom. They keep on postponing the time we meet, and one of them has a VERY narrow schedule.
moreVoting Question: Addicted to lortab while pregnant.?
I know i made mistakes, a different doctor wrote me a script for them (not knowing i was pregnant). My ob/gyn found out. But this started months ago, before i got pregnant.. i can honestly say i am addicted to them. I am 22 weeks pregnant and i have to meet with a counselor and everything. Im having some withdrawl symptoms I think, cant sleep, diarrhea.. feel very anxious. I have a 16 month old so DCF got involved and have me a drug test, which i passed. please, I dont want any rude comments, i just want help. Im making the right choices now.. Does anyone have any suggestion on what I can do to ease these symptoms?
moreVoting Question: Opinion on my doctor?/Clomid.?
So I've seen a few doctors while ttc, I have yet to find one I like. My most recent doctor gave me 50mg of Clomid cycle days 3-7.I was not checked on this medication to see if anything was happening. I did not make a big deal out of it. Well I started my period yesterday, and I called the office this morning to see what happens next. (I have never been tested to see if I actually ovulate, I've only had an external ultrasound, and blood work for pcos panel, cbc and thyroid.) The nurse I spoke to said she would give me another script. When I asked to be monitored to see what happens her response was "Usually not this early on, this is the first step, use ovulation tests to see when you ovulate and write it down, and the doctor will evaluate it at your next appointment." I told her I used ovulation tests,and never received a positive, but I had positives before starting the Clomid, she brushed this off and ignored my statement.
Is it normal to not be monitored while on Clomid? From what I read, it is important. I made an appointment with a doctor who specializes in fertility to an extent.
My question is, should I take the second round of Clomid or wait until I see this new doctor?
moreResolved Question: can someone please help me! asap 10 points best answer?
1. Geneva is creating a list of occupations that interest her. She should include in her list: (1 point)
only one career.
only careers recommended by other people.
only careers suggested in the results of online tests.
several careers discovered in a variety of ways.
2. The major sources of information on possible occupations for you include: (1 point)
yourself.
other people.
print and electronic media.
all of these.
3. When you are making a list of careers that interest you, you should always: (1 point)
evaluate each option right away, to keep your list manageable.
note the source of your information, in case you need to find out more.
keep your notes brief, including only the job title, to allow time to list lots of jobs.
do all of these.
4. Your public library can provide you with: (1 point)
books and other printed information about careers.
access to Internet sites and other electronic materials about careers.
staff members to help you find materials.
all of these.
5. Logan asks his friends, family, teachers and coaches if they know anybody who can tell him more about a career in which he is interested. Logan is: (1 point)
networking.
assessing his values.
transferring his skills.
doing all of these.
6. If you are nervous about requesting an informational interview, you can: (1 point)
write your request in a letter or e–mail.
prepare a script to use duing a phone call.
practice your request before actually making it.
do all of these.
7. The person Rowan asked for an informational interview turned her down. Rowan should: (1 point)
get angry and slam down the phone.
thank the person anyway.
quit asking people.
do all of these.
8. Dale has just come home from an informational interview. He should: (1 point)
write the interviewee a thank–you note.
compile his notes from the interview.
follow up on the research tips the interviewee gave him.
do all of these.
9. A job meter is a way for: (1 point)
companies to compare people who apply for jobs.
employers to supervise workers when managers cannot see them.
you to evaluate your continued interest in a potential career.
you to calculate the amount of money you will need to earn.
10. Aster cannot find anyone who is doing the job she wants to learn about. As an alternative to an informational interview, Aster can: (1 point)
use video interviews and online job profiles.
watch television series that dramatize the career.
write a story about what she hopes the career will be like.
do all of these.
moreResolved Question: Is this scene/dialogue funny?
I'm really confused. My friends are giving me mixed feedback on a script I wrote. I'm not sure if its funny or not. And I'm not sure if its just a specfic type of humor that appeals to a certain audience or just bad jokes. I won't put the whole script, but heres a small piece
Adam: Did you study?
Ramshaw: I skimmed the chapter, should be fine.
Adam: Right…
Ramshaw: If you need help, just ask. There’s no shame in it.
Adam: Easy to say for someone who never needs help.
Jessica: Quick! (She slams her giant biology textbook on the table) Teach me everything!
Ramshaw: No…
Jessica: Urgh! What kind of twisted, sadistic teacher gives out a test on the first day of school?
Jessica: Wait don’t answer that. I’ll figure it out. Its gotta be in here somewhere. (Flips through textbook)
Ramshaw: Is there a reason your still here?
(A group of girls starts laughing )
Jessica: What do you think they’re talking about?
Adam: They’re probably talking about you
Jessica: Really?
Adam: NO! Geez, sarcasm.
Jessica: What are you trying to say I’m not funny?
Adam: No, you’re a laughingstock alright.
Jessica: You trying to say I look like some sort of laughing bird!?
Adam: What? That’s a stork and this is completely different!
Jessica: Allz I know is that if they came over here and tried that crap I’d be all like, Hiiya!
(Jessica punches the wall)
Jessica: (falls the ground crying) Owwww!
Adam: I almost feel sorry for her.
Ramshaw: I feel sorry for the wall.
moreResolved Question: Intro to JavaScript - Nested WHILE Loop?
Hi, i'm in Intro to JavaScript class, and am having really hard time figuring out this problem, here is description of the application I'm suppose to write:
"Write a program that will create a report and a histogram of all the items in the Inventory Items Records. The program will output a line for each intentory item that contains the item number, the item description, the item stock amount, and a histogram. The histogram will consist of an asterisk (*) for each of the items. For example, if the stock number is 10 then the histogram will be **********."
The records are in some other file that the instructor created for us, we make them available to script using "records = openInventoryItemsRecords();" so here is the code I created so far to make the records show on a webpage:
function project4Part3() {
// Your code goes in here.
// Declare Variables
var currentNumber;
var currentDescription;
var currentStockAmount;
var itemRecords;
var countOfRecords;
//Assign initial values as required.
countOfRecords = 0;
// Open the Inventory Items Records and make them
// available to the script
itemRecords = openInventoryItemsRecords();
// Read the next record, test to see if there
// is a next record and then output it
while (itemRecords.readNextRecord()) {
currentNumber = itemRecords.getItemNumber();
currentDescription = itemRecords.getItemDescription();
currentStockAmount = itemRecords.getItemStockAmount();
document.write(currentNumber + "\t" + currentDescription
+ "\t" + currentStockAmount + "<br />");
}
}
My output so far looks like this:
200 Widgets 25
201 Gadgets 17
202 Dodads 30
203 Toggles 12
204 Doilies 25
205 FooBars 1
206 Fidgets 20
207 Fiddles 19
208 Faddles 10
209 Frills 9
and now we suppose to print asterisks in histogram fields next to each item number of items equivalent to number of items in stock, and we are suppopse to do it using nested loop within the loop that was already created to pull records to the webpage.
"The histogram must be created with a loop that is nested within the main record processing loop."
Can anyone please give me some kind of idea how this is suppose to look, so I can finally get it done, because I have spent last 3 hours trying to figure this out.
Thank You so much!!!
moreVoting Question: C++ 'Hello World' using a DLL file?
How do I go about writing a "Hello world" script, but using a DLL file for the function?
~test.DLL
blah blah blah
int xyz ()
{ cout << "Hello World" << endl; }
~main.cpp
blah blah blah
xyz;
______
How does this work?
If you write me the source code, don't bother with lengthy comments, as I understand alot...
Thanks :D
moreResolved Question: Should I decline to have sex w/ girlfriend if she goes off bc?
Sorry if this is long, but I want to describe the situation in full. I don't normally turn to internet forums for advice, but any help here is appreciated.
My long-term girlfriend, who I live with, has been on birth control since we started dating. We recently moved to a new area, and she went to a new doctor to get a refill of her prescription and was declined. The doctor gave her a blood pressure test and her diastolic reading came back high by just a few points, so the doctor refused to write her a script. She has never had a problem like this before, and she described the doctor as being rude and judgmental the entire time. We both question his credentials and decision, but there wasn't much she could do. Her prescription runs out in a week. We agree that she should seek a second opinion and try to get her prescription another way, but she seems very hassled about the whole situation and not in a hurry to take care of it. She seems ok with the idea of just using a condom, which I am not.
You might assume my issue with condoms is comfort, but it's really a security issue. I have had a condom break once before and it's a terrifying thought. I am 24, out of a job and starting grad school in the fall, and in absolutely no position to take care of a child in case of an accidental pregnancy. (My girlfriend is pro-life, btw.) I know it's not fair that the onus of birth control should be on the woman, and if there were a male bc pill I would take it, but I'm a little annoyed that my gf is not more intent on addressing the matter as it stands.
I'm considering telling her that until she can get on birth control, or at least seek a second opinion and explore her options, we should take a break from sex to be safe. I know she won't take it well, but I hope it might pressure her a little to look into it more urgently. I just can't be a dad right now, not even maybe. Is this unreasonable of me? How can I approach her about it?
more