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

Programming & Design - October 2007

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

I need to write a mathematical program and i'm not sure about the software to use
plz help

2007-10-10 00:17:02 · 8 answers · asked by <3 ...sEz... <3 3

Hello...
In the site ,
when i click on menu link the page opens at the same time the whole content on that page except header image comes from bottom to its place...
means header is at its position but the menu and other site content slides from bottom to the position...
actually i donnt want this when i click on link the page must load with the contents on there place...
plz help its really very urgent
Thanks

2007-10-10 00:13:22 · 5 answers · asked by Shree J 2

Does anyone know a good program or tool I can use to connect to a web site numerous times but always with a different IP address?

For example, if I go to myspace.com and their site picks up my current IP address as something like 190.1.34.965 I'd like to be able to have a program that can change / mask my actual IP address with a bogus one each time I visit that site.

Does something like that exist?

2007-10-10 00:11:11 · 1 answers · asked by water 1

How can I convert number to a certain number system like binary to hexa. Our prof told us not to use the simple bin2hex function in excel.. Any ideas guys? That worksheet serves as our final laboratory exam.. Pls help me guys!!

2007-10-09 21:48:44 · 4 answers · asked by asTroboy69 2

its on this picture...

http://i22.tinypic.com/9ax1zc.gif

2007-10-09 17:40:11 · 4 answers · asked by girlie [♥] 3

I just clicked on this link from an ad on Google:

http://www.actsministrieschristianevangelism.org/home_page.html

And I got to looking at the menu bar at the top of the page, which I clicked on, and it looks like there are different page links for each header item on the menu, but when you click on the menu, the entire image looks like it's a single image linked to another page, just like, for example, when you click on the button at the bottom of this page on Y!A. Any idea what kind of script this is and how I might find one like it? I looked at the source code for the above URL but couldn't tell.

2007-10-09 17:39:56 · 5 answers · asked by Pastor Chad from JesusFreak.com 6

If you come here just for others to write your programs, you're really just cheating yourself. How will you learn when others are doing your work for you ? When I did VB 6.0 and C++, I DID IT, not others.

My question is; how can I respond politely and tell some of these people to meet with their instructor(s) or tutor(s) in their comp lab and ask questions unitl they can figure it out for themselves. They'll never have to write or fix code if everyone is doing their work for them. Plus, it's only going to get harder if they continue on with programming ! And furthermore, if you can't do symbolic logic, please give up programming for good (or stick with MYSPACE coding ..lol )

2007-10-09 17:38:43 · 3 answers · asked by Anonymous

I need to type text over the top of a picture but I want it to be diagonal. I tried typing it in Word and cut and paste it into Paint but around the words there are white pixels I can't rid of. But I can't figure out how to diagonally position text with the text option in Paint. Please help.

2007-10-09 13:04:30 · 1 answers · asked by Manda Panda 1

on my computer desktop the icons have recently changed and now have a blue background.

2007-10-09 10:15:33 · 3 answers · asked by nik 2

This is for the database for a movie theatre's website. The company has multiple theatres.


Problem: handling dates/show times for multiple prints of the same movie.

Current set up:
-One table for movies includes all movie specific information like rating, cast, web sites, etc. One record per movie.

-One table for dates includes the start & end date for each theatre as well as the no pass period. One record per theatre per movie.

-One table for times. Includes the auditorium number, sound format, and time. One record for each time/date set since the theatres do not run the same schedule all week. For example Fri-Sun 1:00 is one record, Fri-Sun 3:00 is a second record, Mon-Tue 3:00 is a third record.

More in the additional detail.

2007-10-09 10:02:55 · 2 answers · asked by Justin H 7

What's to stop someone from building a program to check every possible combination of numbers, check them all on Paypal and other sites, and then return a report?
.

2007-10-09 09:37:25 · 3 answers · asked by Kacky 7

start
read customerRecord
if quantityOrdered > 100 then
discount = .20
else
if quantityOrdered > 12 then
discount = .10
endif
endif
total = priceEach * quantityOrdered
total = total – discount * total
print total
return

this is the way i done it:

start
read customerRecord
perform discount ()
perform calculation ()
stop
perform discount ()
if quantityOrdered > 100 then
discount = .20
else
if quantityOrdered > 12 then
discount = .10
endif
endif
perform calculation ()
total = priceEach * quantityOrdered
total = total – discount * total
print total
return

IS IT RIGHT?

2007-10-09 06:46:15 · 2 answers · asked by caleb 1

2007-10-09 04:09:30 · 5 answers · asked by Antoine B 1

2007-10-09 02:41:23 · 2 answers · asked by Eileen J 7

I want to program my own virtual pet that i can visit everytime i log onto my laptop. i want it kinda like a tamogotchi type thing. i would love to know what programming language does it take to do the job. thanks in advance.

2007-10-09 01:34:30 · 3 answers · asked by KelvinBernard. 1

http://wayiran.persiangig.com/php.htm

I'm getting this error:
Warning: Cannot modify header information - headers already sent by (output started at C:\wamp\www\search.php:2) in C:\wamp\www\search.php on line 19

What should I do? can you correct my code?

2007-10-09 00:39:18 · 2 answers · asked by QuestionAnswer 2

#include

main()
{
int i,j,k;

for(i=1;i<=3;i++)
{
for(j=1;j<=3;j++)
{
for(k=1;k<=3;k++)

{
if(i==3&&j==3&&k==3)
goto out;
else
printf("i=%d j=%d k=%d\n",i,j,k);
}
}
}
out:
printf("Out of the loop at last!!!!");
}

2007-10-09 00:19:25 · 1 answers · asked by vanshi 1

Basically I have built a Javascritp quiz and I want to change the input button to an image, however when I change the code and hit the button it just reloads the page and doesn’t calculate the answers.

I have pasted the different codes below. Any help would be much appreciated.

Working:



Not working:

2007-10-09 00:09:40 · 5 answers · asked by Anonymous

Hello, I am making a program with Dr. Java 5.1. It is a time conversion program. It converts the time from minutes to hours:minutes. The only problem is, I have no idea how to do the equation. Here is my program so far:

import java.util.Scanner;

public class TimeCoversionArthurYanthar {

static Scanner sc = new Scanner (System.in);

public static void main (String [] args) {

//Integers
int mtime;
int htime;
int hour = 12;
int minute = 60;

System.out.println("Enter the time in minutes: ");
int entertime = sc.nextInt();

htime = entertime % hour;
mtime = (entertime - hour) * minute;

System.out.println("The time is: " + htime + ":" + mtime + "");

}
}

2007-10-09 00:08:44 · 4 answers · asked by Anonymous

I have a web site I created for the movie theatre I manage. The site is database driven and the pages are in PHP. This is all stuff I learned on my own for the sake of creating this site. My boss has already indicated to me that I can package and sell the site to other theatres if any are interested.

Because the basic structure is already created, I would pretty much just be reusing the same files modified for other clients. I'm just curious to know how you would bundle and sell the site.

As it stands, the site has a customer side which includes a schedule page, a coming soon page, an interface for users to rate movies, an interface for users to suggest/request movies, and a mailing list with automated sign-up.

And there is an administration side which includes an interface for inputing movies, time, show dates, an interface for sending out the newsletter, and a variety of reports.

2007-10-08 22:37:29 · 4 answers · asked by Justin H 7

2007-10-08 19:46:34 · 3 answers · asked by ganesh 1

For a project in our webdesign class, we were asked to construct a website consisting of just a few pages. Problem is, our teacher asked for it to be burned to a CD-R or on a USB and he would not have internet access when viewing our websites. So i'm not sure how to save everything onto a CD because I have many images/videos linked from other websites on my page.

Please help

2007-10-08 19:36:11 · 4 answers · asked by xabre12ØØ 1

2007-10-08 19:29:36 · 5 answers · asked by cool_divi12 2

2007-10-08 14:27:49 · 2 answers · asked by hotrod 1

Are computer actually "intelligent" or are they just machines built to follow instructions?

2007-10-08 13:56:59 · 4 answers · asked by smileforme 2

i have microsoft word and am attempting to make my paper horizontally long rather than vertically. in other words, i want to flip how the paper normally would be so it is on its side.
any tips for how to do this, like what window to go into in order to format it correctly?
thanks so much!
ten points will be yours!

2007-10-08 13:07:48 · 3 answers · asked by Caitlyn 1

http://www.webpagesthatsuck.com/does-my-web-site-suck/does-my-web-site-suck-checklist-part-one.html

This page includes alot of popular web design ideas that are absolutely awful. Included are things like using Flash for navigation, splash pages (except for liquor, gambling, porn etc.), and blocking right click access. Would you consult this list when you are designing a website to make sure that it doesnt suck?

2007-10-08 11:31:00 · 5 answers · asked by Anonymous

fedest.com, questions and answers