Posts tagged please
Q&A: GAME DESIGN HELP! (I NEED TO KNOW WHAT TO DO…) [PLEASE HELP ME!!!!}?
Apr 25th
Question by mikehaysjr++:
GAME DESIGN HELP! (i need to know what to do…) [please help me!!!!}?
i need to know:
>what scripting language is ideal for designing an RPG (role-playing game),
>what programs i should use to make my models in 3d,
>what sites can give me help skinning/texturing/bump mapping my models
Read More >>
NEED HELP PUTTING THIS JAVASCRIPT ON A PAGE ON A SITE. PLEASE?
Apr 3rd
Question by Jim B:
Need help putting this javascript on a page on a site. please?
NEWBIE JAVASCRIPT ARRAY QUESTION. PLEASE HELP!?
Mar 10th
Question by unibumps:
Newbie JavaScript Array question. Please help!?
I’m new to JavaScripting and I am currently just trying out new things and seeing how they function to get a feel for the script syntax and functionality. With the script listed below, I was trying to create an array that would match up a person’s name with their job title, and when the user entered the user’s name into the text box and hit the submit button, it would pop up an alert with stated person’s job title.
Sounds simple enough, right? Well, I have been stumped for the past five hours, and no tutorial sites have given any clue as to how I can remedy this. I am trying to keep the literal notation (just to see how it works), but would not mind a dense notation if it’ll help me figure it out!
What it’s doing currently is looping through the array and displaying ALL of the names and then ALL of the job titles, and then changes the text box’s value to “John” or Engineer”, and I have tried numerous variations of the loop and if…else loops (including a “while” loop) and NO closer to a conclusion.
Thank you in advance!
Hopefully one day soon I will be laughing at questions like this.
Code (including basic body HTML):
- John
- Robert
- Felicia
- Jose
UPDATE:
I have since updated the JavaScript portion of the header to look as it does below (splitting the array into two separate arrays), but the only name that brings back the correct job is John (Engineer). The rest return the alert as "undefined".
Read More >>
PLEASE GIVE ME JAVA SCRIPT TO ADD LOGIN BOX IN WEBSITE?
Feb 28th
Question by Pranav J:
Please give me java script to add login box in website?
I want a java script through which a box prompts to enter user name and password if the userrname and password is correct then it views the body part of that same html web page. I do not want the java script which redirect to other web page?
Read More >>
THERE IS SOMETHING WRONG WITH THIS HTML SCRIPT. PLEASE FIX IT?
Feb 13th
Question by runescapelillie:
There is something wrong with this html script. please fix it?
here it is:
< !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- Resume and job info
- My favorite sites
- Stuff about me.
My resume.
Programming info
Animating info
Web game designer info.
I CANNOT script html do not give me a link.
This script is from dreamweaver I only know LUA.
Read More >>
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 >>
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 >>
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 >>
HEY BOYS.. CAN YOU TEST THIS SITE OUT FOR ME PLEASE??? ;)?
Nov 3rd
Question by Stephanie B:
Hey boys.. can you test this site out for me please???
?
Hey guys, wondering if you could help me with something…
I am using the script PHPfox and they appear to have a dead link in their RSS feed. I have used different computers, the dead link shows up in Google Webmaster Tools, and I have tested in it in Browser shots, all show that their is a dead link.
This issue can be seen here in their live demo (note: this is with World wide web Explore and some of the other browsers, Firefox does not have a problem.)
http://live.phpfox.com/demo/public/rss/a…
On the top of the page their is the title “phpFoX Konsort v1.6.21 :: Blogs” that points to the link:
http://live.phpfox.com/demo/blogs/
And I get an error code after what appears to be the script trying to load the user “blogs”
Yet phpfox support is insistent that the link is working on their end. I have looked at multiple sites, on multiple browsers, multiple comps, and have yet to see this link work. Not to mention Google is reporting this dead link as well.
Please give me some views on what you guys see, if you do get a link let me know what browser and version you are using.
Thanks guys!
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 >>








