English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Programming & Design - September 2006

[Selected]: All categories Computers & Internet Programming & Design

2006-09-18 14:24:47 · 3 answers · asked by prash2310 1

I want to write the code as a part of the constructor.

2006-09-18 14:23:34 · 1 answers · asked by Scorpio 4

I just turned it on and it's all different, Any ideas? I did the pc check up. Didn't help.

2006-09-18 14:01:35 · 11 answers · asked by ­ ­­Shotsie 7

i dont get what it does. is it a piece of crap? i lost my win 98 cd and have the key is that where i download it to i nstall win 98?

2006-09-18 13:32:10 · 3 answers · asked by Anonymous

I'm looking for some PHP code, that will display my table results in random areas (chosen by me) in a page. For instance, I have my user enter a URL of their picture and hit post. When they check they're page, they see their picture. (I already know how to do this), but what I'm having trouble with...is like getting their name to display on the page, and their favorite foods, etc. Here's what I have so far:

$result = mysql_query("SELECT id, url FROM contact WHERE id = '$idno'");
$imgres = mysql_fetch_row($result);
?>

appropriate alt





This is only the picture. There are other fields on my database such as name, age, favorite foods, etc. I want these things to display as well...how do I do that?

2006-09-18 13:13:33 · 4 answers · asked by detroitkid17 2

some say i need it for search engines, but what does it do? and can i do with out it

2006-09-18 12:26:19 · 4 answers · asked by arnold j rimmer 3

2006-09-18 12:13:13 · 2 answers · asked by evoguy 6 1

the code for the image in the parent frame is as follows:



the code I'm using inside the iFrame (named "main")

Home

(I used spaces so Yahoo doesn't omit anything.)

Anyway, what path should I use in place of the "window. document. theImage. src" to make this work?

2006-09-18 10:53:17 · 3 answers · asked by Rockstar 6

adobe photoshop

2006-09-18 10:39:03 · 8 answers · asked by elitania t 1

i went to tools and turned it off

2006-09-18 10:35:09 · 7 answers · asked by jcmikemoni 1

I want to echo a small script in php. But when i echo the script instead of it just showing the script thats in the echo it actually performs it. I know you can use ' ' to make the whole string literal but i also have variables in the echo string of which the values i want to be shown. ' ' dosnt show the variables. values. Does anyone know a script that shows the code without it performing but still have variables in the string which show their values.

Basically its for a news site, people select the script from my site, put it on theirs and news events are shown on their site.

2006-09-18 10:29:59 · 6 answers · asked by peter s 1

I am validating my web-page and I get this error:

Error Line 190 column 49: an attribute value must be a literal unless it contains only name characters.

...52" height="45" onMouseOver=homeHover() onMouseOut=homelink() onClick="window...

How should I desgnate the value of the attribute to be a function? Should I use ""? ex: onMouseOver="homeHover()"

Everything works fine on the webpage, but while validating it, I get this error.

2006-09-18 10:28:41 · 2 answers · asked by Rockstar 6

I am looking to include the music player that give you options to upload and count the play numbers of tracks. I have been able to copy the code from a music account however it then plays the othe accounts tracks. Anyone know where I can get the code from?

2006-09-18 10:06:47 · 1 answers · asked by Si Pink 1

I have two websites that I sometimes need to copy files between and I don't want to have to download from the first then upload to the second each time. Is there a way to provide PHP with a URL to the external file and a location where you want the file to go and have it do a straight transfer?

2006-09-18 09:42:47 · 2 answers · asked by lots-a-questions 1

I have a photograph of my cousins and I when we were younger and another photo of us when we are older. I want to scan these two photos and then have a these two two photos as my profile picture side by side; kind of like a before and after. How would I do this using Photoshop?

2006-09-18 09:13:33 · 2 answers · asked by ugo e 2

This question has to deal with being a "paid" programmer, meaning from a paying company, that cuts you a decent check every week. The reason I mention this is because I am honestly not to sure about the financial status of many open source companies, but that is honestly enough about that.

The question is HOW do you know your good enough to code for an actual company, I've asked myself this same question for years, ever since I found out what a variable was (yes this was a while ago). I'm starting to get close to finishing my AS (major is in computer programming), I have a decent GPA that is regularly going up. But I always ask myself, how exactly DO you know when your ready to start getting paid for it?

What should you know, how well should you code, what should your most efficient language be, what APIs should you be familiar with. I've accepted the fact that there is almost no possible way for me to know everything....but how do you know your good enough?

2006-09-18 09:09:50 · 7 answers · asked by D 4

Is there a javascript function that would fix the wordspacing for every line to fit within a certain width? Rough right text looks horrible to me.

2006-09-18 08:53:52 · 5 answers · asked by Rockstar 6

Anyone know of a php script, or other method of creating a page that allows me to login, and approve submissions that are sent by a form page on my site?

2006-09-18 08:45:58 · 1 answers · asked by detroitkid17 2

i need some help, i was useing info from w3schools.com, and i tried to make an image map, but for some reason it won't work when i try to use it.... any ideas? (the code is below)



width="304" height="1036"
usemap="#Navigation">



coords="60,140,230,115”
alt="Home"
href="http://the-jcp.tripod.com/index.htm">

coords="60,205,230,180”
alt="Letter”
href="http://the-jcp.tripod.com/Letters.html">

coords="46,270,244,245”
alt="Address"
href="http://the-jcp.tripod.com/adress.html">

coords="46,333,244,307”
alt="Donate"
href="http://the-jcp.tripod.com/donate.html">

coords="60,405,230,380”
alt="Mission"
href="http://the-jcp.tripod.com/mission.html">

((the rest of the code wont fit, but its all same))

2006-09-18 08:39:58 · 2 answers · asked by Anonymous

I have a problem with loading multiple javascript files asynchronously that work together. Lets say the browser is trying to load files A.js and B.js into the browser. The browser makes a request for A.js and B.js right after. B.js loads before A.js and B.js calls a function call on A.js. Because A.js has not yet loaded, the call will fail.

How do i solve this error without using server side scripting(only client side)? Is it even possible?

Thanks for reading.

2006-09-18 08:25:19 · 1 answers · asked by burnt1ce85 2

opensource or free would be super, thanks

2006-09-18 08:12:24 · 5 answers · asked by hawaiipoolman 1

i need to know this for my class im in computer apps and it is really hard. And the first one to give me an answer will get $500 yeah its that important.

2006-09-18 07:50:19 · 2 answers · asked by Anonymous

I am a yearbook student and I recently looked at a yearbook from a High school in Texas. In addition to the actual book they had a cd-rom with a video clip in addition to an explaintion of the clips on the same page but the video clip is on a seperate screen. Does anybody know how I could do this?

2006-09-18 07:47:47 · 1 answers · asked by faithful4ever13 2

I have a test drop down page I made, but right now I have to click "hide" to collapse the text. Does anyone know how to collapse and expand using the same link?
Thanks

the page can be seen here
http://www.arst3000.com/dropdown.html

2006-09-18 07:40:34 · 3 answers · asked by Anonymous

I was wondering if there is a way to make a table in MySQL database transfer user data to another table once I recieve an email. In theory, the php script would be able to check the inbox, and match the data in the table, with their email address, then it moves that line of data to another table. Is this possible?

2006-09-18 07:19:01 · 2 answers · asked by detroitkid17 2

I'm making a site on Frontpage 2003 and have uploaded numerous flash files which work perfectly. What I want to know now is how do I add a shockwave file?

2006-09-18 07:15:53 · 4 answers · asked by robsug 1

fedest.com, questions and answers