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

Programming & Design - August 2007

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

I am receiving my mail ok but cant open attatchments unless they are pdf. or gif. anyone any ideas

2007-08-04 21:41:55 · 4 answers · asked by Yes No Sometimes! 4

CREATE TABLE payment_details(
receipt_num INTEGER(5) NOT NULL,
payment_date DATE NOT NULL,
payment_amount FLOAT NOT NULL,
cus_num INTEGER(5) NOT NULL,
tour_num INTEGER(5) NOT NULL,
CONSTRAINT `cus_num` FOREIGN KEY `cus_num`(`cus_num`)
REFERENCES `customer`(`cus_num`),
CONSTRAINT `tour_num` FOREIGN KEY `tour_num`(`tour_num`)
REFERENCES `tour`(`tour_num`));


wats wrong?

2007-08-04 20:46:35 · 2 answers · asked by SQL 1

anyone no a good banner site? with good banner backgrounds and anime edits

2007-08-04 20:35:42 · 2 answers · asked by Tyson Vo 1

I can not find good tutorials on web, so I want to ask, what do I have to do to make my php web site more secure: what basic and advanced things do I have to do to prevent crackings of my web site! I think it is really important, so I would like to hear as much information about that as it is possible, so please write everyone who knows anything. I am not poor php programmer, but now I want to know about security. Thanks!

2007-08-04 20:11:55 · 5 answers · asked by kolibrizas 3

I have a Domain name and hosting, but I dont know how to make my forum work with phpBB. I uploaded it with a FTP software. But it wont work theres no forum on my site.....Why is this how can I make it work?

2007-08-04 12:29:47 · 2 answers · asked by dylan 2

Want to know how to link different web addresses to one site. For example: www.football.com, www.sport.com, www.play.com (just an example). Can these all route to one website. If so, how do I do that?

2007-08-04 10:37:07 · 4 answers · asked by victorlhenryrealestate 1

I'm trying to come up with a program that when the user enters serial number/subject id, the program reads from a bunch of files and finds the corresponding .txt file and displays the name of assignments listed in the .txt file. I'm having a lot of trouble creating the program please help me myself, and I haven't been able to get any help. (My program doesn't even compile, if anyone wishes to try this program out and gets it to work, I really would appreciate the help). Thank you, in advance.

*the answerer who offers me the best help is guaranteed 10 points.

2007-08-04 10:23:38 · 3 answers · asked by jumba 1

I have OS 10. I have thousands of pictures I need to organize. I want to have a 3 digit number before each file that will be the same for multiple files. (ex. 123-01,123-02, 123-03.......) I don't want to enter it all by hand. Is there a script or program to help me?

2007-08-04 10:01:49 · 2 answers · asked by MilVil J 2

I need a program that let's you paint on it, change the color and everything all the works!!! And it needs to be a free download.

2007-08-04 09:23:11 · 5 answers · asked by Susanne 2

As the question says. Some of those on the Internet are seriously outdated and I'd like to follow the ones with fresh approach...

2007-08-04 08:31:19 · 6 answers · asked by ech0 1

class Six Thousand {

public static void main(string args[]) {
double rate, money, payment;
int years;

rate = 0.054;
money= 5000;
payment = 6000;
years = 0;
// payment = (money * rate * years) + money;
years = (payment - money) / (money * rate);
whatsLeft = (payment - money) % (money * rate);

if (whatsLeft) {

System.out.print("It will take ");
System.out.print(years);
System.out.println(" years to get the money.");

how do write the if statement part, i'm trying to find out the remainder?

2007-08-04 08:19:42 · 1 answers · asked by Calvin & Hobbes 4

I need it for my website.

2007-08-04 07:46:07 · 7 answers · asked by byu1689 1

When user enters serial number/subject id, the program reads from a bunch of files and finds the corresponding .txt file and displays the name of assignments listed in the .txt file. I'm having a lot of trouble creating the program please help me; this is the code I have come up with.
import java.io.IOException;
import java.util.Scanner;
import java.io.File;
public class prog{
public void prog(){
System.out.print("Enter a serial number.");
Scanner in;
try{
if (I.equals("English07")){
in = new Scanner(new File("English07"));
File f = new File(“C:\Documents and Settings\Administrator\Desktop.txt”);
String I = new String ("English07");
I = in.nextLine();
System.out.println(I);
}
if(II.equals("chemistry07")){
in = new Scanner(new File("chemistry07"));
File f = new File(“C:\Documents and Settings\Administrator\Desktop.txt”);
String II = new String ("chemistry07");
II = in.nextLine();
System.out.println(II);
}
}catch(IOException i){
System.out.println("Error: " + i.getMessage());
}
}
}

-TY

2007-08-04 07:41:28 · 3 answers · asked by Anonymous

Hi,

Ive already asked this question but the answers didnt work.

The default colour of my text links on my page is white, but for a certain container I want them green. I have this but it doesnt work:



I need to force a colour change that overwrites the default of the page, how can I do this?

2007-08-04 06:03:46 · 9 answers · asked by jeff lemon 1

i wanna choose b/w java or oracle.....how 2 procede 4m thr onwards...which is better?

2007-08-04 05:55:26 · 2 answers · asked by theprince 1

2007-08-04 05:47:12 · 5 answers · asked by andaria@sbcglobal.net 2

We use any one of the loops like while, for and take any conditional statements like if.

2007-08-04 04:31:45 · 5 answers · asked by yamini k 1

thanks for any help!

class CompareNumbers {

public static void main(String[] args) {

System.out.println(compare(1,2,3));

}

static String compare(int num, int num2, int num3) {

if(num < num2)
if(num2 < num3) return num+" is less than "+num2+", "+num2+" is less than "+num3;
else return "the numbers are not in ascending order";

}

}

2007-08-04 02:56:32 · 3 answers · asked by Anonymous

i want some ans of java and advanced java questions.plz help me.

2007-08-04 02:27:22 · 6 answers · asked by ru m 1

1

this program not work in java

error is w and h not foun

so correct it
+++++++++++++++
class box{
int w=0;
int h=0;
}

class exam {
public static void main (String args[]) {
int x;
box first = new box();

first.w=10;
first.h=20;
x=w*h;

System.out.println("x"+x);

}
}

2007-08-04 01:59:47 · 4 answers · asked by robin j 1

why does my processed jgp pic always come out in bad quality?

anyone know any good graphic converters?

2007-08-04 01:08:47 · 15 answers · asked by SweetPea 3

Let's say I went to "Myspace."
Went to a profile, r-clicked and chose "view source."
What is that HTML coding? Is it the actual HTML for that page?
When viewing this, is the code actually accessible?
Can it be changed? (I've copied it and ran it through my HTML editor and made changes, but see ? above)
Say you copied it, changed it w/an editor, how could you replace the original w/the modified copy?
Thanks to all who respond. I just found out you can see these codes on most pages and I want to learn more.
Sincerely,
policetac

2007-08-03 23:04:31 · 5 answers · asked by policetac 3

I just started learning how to do web design, and I am going to put together my first site w/o a web builder. after this site I have other ideas too I want to put on the internet also. I found Dreamhost and I got 154 GB and 1.5TB bandwidth plus they go up 1GB and 16GB respectively, i got a little off so it was only $64
is that a really good deal ? . This is more then I will need for 1 site. i want to sell little 1 page sites to dentists in advertising. how easy would it be to do this ? what about this place I found instead ? http://www.ixwebhosting.com/index.php/v2/pages.planBusinessPlus
Would I be better off with this host instead ?

2007-08-03 22:14:29 · 3 answers · asked by Anonymous

2007-08-03 18:37:44 · 3 answers · asked by Anonymous

For a school project i wrote this chat program in Qbasic called chat. This is how it works, on a network sombody opens the program, what happens the program then looks for a file on share called log, share is availble to every one on different computers. Once its found log then the program moniters any changes and if so does what the program does. I want to make so people can over the internet can request for this log file and also make so that they can send there log file to my computer. PLEASE HELP!

2007-08-03 18:05:54 · 3 answers · asked by Anonymous

Hey guys, I'm wondering how I can declare something as null in VB.NET. IN C#.NET, I could just say,

If (liname.text != null)

{

DO SOMETHING

}

In vb.net, however, it tells me the null statement is no longer supported. How would I make a statement in VB.NET 2005 that says if a text string is not null, then do something? Thanks, your help is appreciated.

2007-08-03 18:00:38 · 4 answers · asked by austin 2

When i crop my picture, the picture always shrinks . why ??? how can i make it not do that ???

2007-08-03 11:04:47 · 1 answers · asked by *malibu 2

2007-08-03 10:43:52 · 3 answers · asked by kamelåså 7

fedest.com, questions and answers