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

Programming & Design - July 2007

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

2007-07-02 08:55:20 · 2 answers · asked by Saad Imran 3

I'm working on invoices at work. We have to save the invoices to the computer (for various reasons- I won't get into them) before we print them. The only option to save is in RTF- which means that every line of the invoice comes out in its own little text box. Dozens of text boxes. If I want to make a change to the invoice, I have to shift all these stupid little boxes around, then try to line them all back up with each other. This is the biggest pain in the rear. Is there something I can do to make this easier? Please don't say to "Save as" in a different format- that's not working, it still comes out in dozens of boxes. Please help!

2007-07-02 08:49:59 · 3 answers · asked by Milana P 5

i use netbeans-5.5
and i want put an image in jpanel in my GUI

2007-07-02 08:45:55 · 1 answers · asked by Bemo 1

i needed answers in term's of tha feature added in mysql5 those are not in mysql4 like Stored Pro.

2007-07-02 07:51:09 · 1 answers · asked by Amit H 1

i wrote a code which brings the searched data from database in to an array, i would like to display the searched items in html page. how can i display the array content in html page?

2007-07-02 06:47:35 · 1 answers · asked by pravin k 1

Flash websites, always make you wait for things to load,
still what is it that makes people choose flash over html sites?

2007-07-02 06:45:46 · 4 answers · asked by Ladylove 3

i'm stuck on this question for java..

write a method called sumArray that accepts an array of floating point values and returns the sum of the value sstored in the array

2007-07-02 06:27:26 · 2 answers · asked by Anonymous

2007-07-02 06:05:21 · 3 answers · asked by crittersitterjenna 3

Looking to get my website hosted - wondering if anyone can suggest any good low cost web hosting providers?

2007-07-02 06:00:26 · 5 answers · asked by Anonymous

I'm setting up a website and I need to know how to put individual links in an image. Here's the image (http://i162.photobucket.com/albums/t263/lizxo11/usa-map.jpg

I have separate paragraphs (on the same page) for each state. How can I make it so that if you click on a state, it will bring you down to the states' paragraph?

2007-07-02 05:39:39 · 2 answers · asked by Bear B 1

Like for instance if i added a cname alias for pda.mydomain.com to point to m.otherdomain.com/login can i still make pda.mydomain.com appear in the address bar?

2007-07-02 05:03:30 · 1 answers · asked by scr2000ge 1

http://tinypic.com/view.php?pic=5x4tr8x
what are those called?

2007-07-02 03:59:48 · 7 answers · asked by Anonymous

2007-07-02 03:36:48 · 1 answers · asked by ROBERT B 1

i need a website that can put text on a pic but it needs to be readable and free!!!!!!!!!!!!

2007-07-02 03:11:16 · 3 answers · asked by Anonymous

//just this part below is a problem
sector1red = new Image();
sector1red.src = "sector1red.bmp";
if (speed == 3) {
document.getElementById("sector1").src = sector1red;
}




when speed hits 3, i want "sector1red.bmp" to replace "sector1white.bmp" in the div tag.
is this the right way to display a picture there or what is wrong?

2007-07-02 01:47:19 · 3 answers · asked by Anonymous

i develop a program that encrypt video files ... and when i read it by "inputstream" it take much time ... i ask for simple code to read a video file the convert it to string

2007-07-02 00:07:05 · 1 answers · asked by Bemo 1

I have Windows Vista and using Internet Explorer 7, when i tried to go to a website, i just received the error Stack Overflow at line 0, what does that mean? And everytime i go back to that website, i just kept received that error, i figured out it may be with the JavaScript and i downloaded Java, but didn't work, try to contact my computer manafacturer, but they couldn't do anything, Please you guys any of you out there can give me a solution to this problem, i would really appreciate that !
Thanks

2007-07-01 22:56:45 · 7 answers · asked by Tav 1

2007-07-01 22:56:34 · 3 answers · asked by Anonymous

I've just completed my 1st yr at Uni and I am one of the students that struggle with Java compared to the techy types in my class. Is it not for me? Or am I doing something wrong? Is Java not for girls?

2007-07-01 22:48:12 · 12 answers · asked by Julie C (little ninja) 1

2007-07-01 22:29:08 · 4 answers · asked by durga d 1

why we needed join in database ?

2007-07-01 21:23:57 · 4 answers · asked by Amit H 1

On my website www.qoocle.com I have managed to have a link at the bottom which when clicked makes the page a user's homepage, but it only works in IE. Is there one for firefox? Or even better a universal code for all browsers?

2007-07-01 21:23:53 · 5 answers · asked by Anonymous

I would basically just like to be pointed in the right direction.

I know HTML, CSS, and XML, and am looking into these newer/better langs for a project I want to put together.
Also, could somebody tell me how to set up a virtual web server on my desktop?!?
So I can view the PHP pages with working Mysql queries and such.

Thanks all in advance
I use XP Pro and Vista Ultimatum

2007-07-01 20:56:48 · 4 answers · asked by NoOneButMe 3

Assume I have two tables:

Table name: coachs

code | from
----------------
0A | Australia
0B | Beligium

Table name: players

code | from
----------------
0C | Columbia
0D | Denmark

I want to join these tables above, into one table or one view:

code | from
----------------
0A | Australia
0B | Beligium
0C | Columbia
0D | Denmark

How to perform this? Step by step please... I'm a begginer. Thank you.

2007-07-01 20:45:07 · 2 answers · asked by Mawan 3

ok where can i get a free copy of it or a similar program I wish to learn C++ for homebrew DS games. i already checked the microsoft website and it wont download

2007-07-01 20:24:27 · 1 answers · asked by gamerjr92 2

i have to write own customise file system for windows over the layor of FAT/NTFS. thru which any File can be convertable from FAT/NTFS to My file System and from my File System to FAT/NTFS. is it possible? any link, hints ?

2007-07-01 20:00:31 · 1 answers · asked by Sant 2

var a=0;

function playSong () {
mediaPlayer.Play();
a = 1;
}

function pauseSong(){
mediaPlayer.Pause();
a = 2;
}

function playPauseButton() {
if (a == 1) {
pauseSong();
}
else if(a==2) {
playMedia();
}
}

playSong() will play the song when i press play button on remote control. pauseSong() will pause the song when i press pause button on remote control. Since i want to create a new button & want this new button to have click 1st time to pause the song, then click 2nd time to play the song again, then click again to pause the song & so on...

So i write the playPauseButton() function. But i only can pause the song & cannot play the song with clicking the same button. Why?

2007-07-01 19:46:48 · 4 answers · asked by scottcky1985 3

5

2007-07-01 19:43:45 · 8 answers · asked by Siu02rk 3

fedest.com, questions and answers