Posts tagged help
HYPOTHYROIDISM? PLEASE HELP. .?
Jan 13th
Question by ☀sunshine❀daydream☮:
hypothyroidism? please help. .?
ok so i have been STRUGGLING to loose my pregnancy weight, my son is 6 months old and i breast fed him fully for 4 months then slowly went down for some complications on his end.. poor guy wasnt gaining weight.
so, i will be honest and state i weighed about 125-130 after i lost 15 lbs in my first trimester, then delivered weighing 170 i am 5’5 and normally weigh around 145-50, however after i delivered i went on a diet, slicing my portions smaller, eating the ideal foods i could ect. i live on the 2nd floor and make sure to park farther away from stores and such. . i always carry the carseat, and stay active during daily activities. . anyways, i seem to be gaining weight still at an alarming rate. i now am topping out the scale at 200lbs. i never imagined i would get this big, since i have always had an average metabloism and a slightly thicker build, my muscles are very massive but i didnt have much FAT on top of them.. i have been diagnosed with depression, and was prescribed zoloft, i have since stopped taking it due to emotional side effects… my ob felt my neck for about half a second and filled out the script. . i have looked at the symptoms on many sites and i have all of them,
•Fatigue, i sleep around 12-14 hours a day. . and am constantly ready to fall asleep
•Depression, have been diagnosed.
•Modest weight gain..lol, beyond modest..
•Cold intolerance, i used to love 65′, now i freeze..i live in ny where 65 is a blessing most days
•Excessive sleepiness..stated above
•Dry, coarse hair, i brushed it off as if it were my shampoo change, or horomones
•Constipation, sometimes. . more than not
•Dry skin, especially on nose and near hairline
•Muscle cramps, i have had these since i was very young
•Increased cholesterol levels, need this checked
•Decreased concentration, i was told that that was a part of depression
•Vague aches and pains, i have always had what i thought were growing pains that went from either hip-knee-ankle (reverse) knuckles, wrist, elbow (reverse)
i have a check up in a month and a half but i dont know if i should call and go in earlier or not.. please help, what do you think.
Read More >>
I DOWNLOADED A VIDEO GAME, AND IT’S NOT WORKING, HELP?
Dec 30th
Question by 9 Toes:
I downloaded a video game, and it’s not working, help?
I downloaded Mario Paint from http://www.unfungames.com/mariopaint/ and whenever I try to open it, it keeps telling me “Script Error. Continue?” I click “Yes” and it just comes right back (no matter how many times I click it), When I click “No” it takes me to this site http://www.unfungames.com/ anyone know what I am doing wrong?
Read More >>
IT GEEKS PLEASE HELP ME, I WANT TO MAKE A JAVA SCRIPT STORE LOCATOR FOR MY WEBSITE PROJECT?
Dec 29th
Question by desperate teen:
IT geeks please help me, I want to make a java script store locator for my website project?
I got a database, and this database will be stored in the server and all i need is java script store locator code which will use the information in the database and match it and display it.
Read More >>
LATELY EVERYTIME I GO TO YAHOO MAIL, HOTMAIL, OR MYSPACE, I GET THE MSSG..IE CANNOT DISPLAY THE WEBPAGE. HELP!
Dec 27th
Question by June B:
Lately everytime I go to yahoo mail, hotmail, or myspace, I get the mssg..IE can’t display the webpage. Help!
For the last few days Ive been getting the mssg IE can’t display the webpage when I go into yahoo & hotmail, & myspace. The mssg is usually not on the whole page but appears on top or on the left side. The only new prog. i downloaded is IE 7, but it was doing this even with IE 6. Ive tried numerous things such as..turning off my modem for a few mins to ck my connection & its fine. Ive gone to other sites w/o problems. I downloaded windows latest updates, the latest java se, windows script?, ck’d my firewall settings. I sent an email to msn to ask if theres a prob with there site, but no response yet. Im not sure how to get the url or http addresses of these sites in order to type them in myself?? Im at a LOSS, would someone please help me??
Read More >>
Q&A: CAN YOU HELP ME FIND A WEBSITE TO READ MOVIE SCRIPT?
Dec 18th
Question by mysti_gal11:
Can you help me find a website to read motion picture script?
I need to find the motion picture script for the movie’Sister Kenny’, motion picture was released in 1946.
Read More >>
CAN ANYONE HELP ME WITH AN HTML SCRIPT THAT A NON-TECHNO SAVVY PERSON CAN USE ON HER WEBSITE?
Dec 6th
Question by Taryn:
Can anyone help me with an html script that a non-techno savvy person can use on her website?
I’m not moving enough product to justify the expense of a shopping cart add-on to my candle website, but to make it easier for my customers I would like to have a script with the Order Form already embedded into it so they can just fill in the blanks, click send, and I will get it in my email box.
I am not techy at all, so a tiny help would be awesome! Thanks!
Read More >>
WHAT DOES THIS SCRIPTING MEAN AND WHENEVER I UPLOAD IT TO MY WEBPAGE IT DOESNT WORK PLEASE HELP?
Nov 18th
Question by The questionaire:
What does this scripting mean and whenever I upload it to my webpage it doesnt work please help?
Configuration Section
# Edit these variables!
local %config;
# The Base Directory. We need an
# absolute path for the base directory.
# Include the trailing slash. THIS SHOULD
# NOT BE WEB-ACCESSIBLE!
$ config{‘basepath’} = ‘/home/hahnfld/auctiondata/’;
# Shut Auction Directory
# This is where shut auction items are stored.
# Leave this blank if you do not want to store
# shut auctions. It can potentially take
# up quite a bit of disk space.
$ config{‘closedir’} = ‘closed’;
# User Registration Directory
# This is where user registrations are stored.
# Leave this blank if you do not want to
# require registration. It can potentially
# take up quite a bit of disk space.
$ config{‘regdir’} = ‘reg’;
# List each directory and its associated
# category name. These directories should
# be subdirectories of the base directory.
%category = (
computer => ‘Computer Hardware and Software’,
elec => ‘Consumer Electronics’,
other => ‘Other Junk’,
);
# This is the password for deleting auction
# items.
$ config{‘adminpass’} = ‘auction’;
# You need to assign either a mail program or
# a mail host so confirmation e-mails can
# be sent out.
# Leave one commented and one uncommented.
#
# YOU NEED EITHER A MAIL PROGRAM
# $ config{‘mailprog’} = ‘/usr/lib/sendmail -t’;
#
# OR YOU NEED A MAIL HOST (SMTP)
$ config{‘mailhost’} = ‘localhost’;
# This line should be your e-mail address
$ config{‘admin_address’} = ‘nobody@yourhost.com’;
# This line should point to the URL of
# your server. It will be used for sending
# “you have been outbid” e-mail. The script
# name and auction will be appended to the
# end automatically, so DO NOT use a trailing
# slash. If you do not want to send outbid
# e-mail, leave this blank.
$ config{‘scripturl’} = ‘www.your.host.com’;
# This will let you define colors for the
# tables that are generated and the
# other page colors. The default colors
# create a nice “professional” look. Must
# be in hex format.
$ config{‘colortablehead’} = ‘#BBBBBB’;
$ config{‘colortablebody’} = ‘#EEEEEE’;
# Site Name (will appear at the top of each page)
$ config{‘sitename’} = ‘Your Site Name Here’;
# You can configure your own header which will
# be appended to the top of each page.
$ config{‘header’} =< <"EOF";
|
$ config{‘sitename’} Online Auction |
EOF
# You can configure your own footer which will
# be appended to the bottom of each page.
# Even though not required, a link back to
# everysoft.com will help to support future
# development.
$ config{‘footer’} =< <"EOF";
EOF
# Sniper Protection… How many minutes
# past last bid to hold auction. If auctions
# should close at exactly closing time, set
# to zero.
$ config{‘aftermin’} = 5;
# File locking enabled? Should be 1 (yes)
# for most systems, but set to 0 (no) if you
# are getting flock errors or the script
# crashes.
$ config{‘flock’} = 1;
# User Posting Enabled- 1=yes 0=no
$ config{‘newokay’} = 1;
Read More >>
Q&A: NEED SOME ANSWERS AS TO WHY CERTAIN ACTORS LEFT THE DANIEL BOONE SERIES YOUR HELP WILL BE APPRECIATED?
Nov 8th
Question by R J:
Need some answers as to why certain actors left the Daniel Boone series your help will be appreciated?
I never watched the Dan Boone series, but saw one a year ago and rated it a 5 star “Kentukee”.Since then I have found that the entire series is being remastered and have been able to find seasons 1-4 (although they were most of the time sold out). My question is why did Albert Salmi (Yadkin) leave the show. I know why Ed ames (Mingo) left as he wanted to sing and had a bunch of hits anad three number ones, but looks like he could have filmed ten or more shows a year. Also the Cartwright girl (Jemima) whose sister was on Lost in Space, was she written out of the script. Also later on even Dallas Mckinnon (Cinncinatus) is gone. Also some of the major Chiefs are replaced. Want to know if left for green pastures or greedy agents or just written out. Even Fess Parker stated he was upset when Ed ames left on one of the dvd special features. ON the Boone site they rate “Rope for Mingo” tops, but I enjoy Imposter and Traitor. Thanks for any help.
Read More >>
Q&A: HELP WITH JAVASCRIPT PLEASE?
Oct 31st

Question by The J-man:
Help with javascript please?
Hello my knowledge of javascript is basically nothing so I would like some help please. I will be using greasemonkey to run the script on a webpage. What I want is to display a small textbox messagebox or anything else on that page with a single string. It’s a game site and I have a really weird username I can remember the password but I know I will forget the username so I would like to be able to remind myself what my username is.
Read More >>
NEED HELP TRANSLATING GOTHIC GERMAN?
Sep 30th
Question by dvalente12345:
Need help translating gothic german?
There is a drawing done by Jacob Bohem (the spelling of his name has been modified several times throughout the last 500 years) who was a German Christian philosopher. I know the basics of what this says, and have managed to decipher a handful of the words, but am not sure if i’ve done so correctly. Could someone please look this image over, tell me what the words are in German, and English?
This is a link to a site with a guide to German Gothic type and script:
http://www.familysearch.org/Eng/Search/rg/guide/German_gothic99-36316.asp
There is a pdf version of the site available via a link at the top, the examples of gothic type and script are much clearer in it.
This site has the picture of the jacob bohem drawing and a brief description of it:
http://www.ldolphin.org/uroboros.html
Thank you very much for your help.
That is a great answer. One last question. The letters PARADES appear faintly in the top in a different type, they are all evenly spaced, with the exception of the E and S.
I can not figure out what they mean, or if there is some significance to the spacing that i’m missing.
Read More >>








