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

Programming & Design - March 2007

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

need to put buttons on a webpage that will send a xml get string when press down and a different one when released. I imagine this is typical for robotics say i i want a button that turns left i dont want to latch it, i want to only go left while am holding the button.

2007-03-27 10:54:34 · 1 answers · asked by caraoz@verizon.net 1

For intSub=1 to 4
For intInnerSub=1 to 4
intSubNext = intInnerSub + 1
If (strFirstName(intInnerSub) > str First name(intSubNext) then
strSwap = strFirstName(intInnerSub)
strFirstName(intInnerSub) = strFirstName (intSubNext)
strFirstName(intSubNext) = strSwap
End If
Next intInnerSub
Next intSub

What does this code mean as a whole and what does each line of code perform? I cannot figure this out. By the way strFirstName is an array with five elements.

Thank you so much

2007-03-27 10:53:43 · 2 answers · asked by ostyman09 2

I have made a flash script that creates a what will hopefully be a editable message scroller. (Kinda lame) but fits with my website theme. In my php script I have a scroller.swf?scrolltext= (basicly swf=scrolltext-Ilikechese - for all you non php programmers :p) how can I take this and change the message in my flash to what ever is specified in this variable. Please explain well I am very poor at actionscript.

Studio 8 Flash 8.

2007-03-27 10:49:34 · 2 answers · asked by pezmc 3

2007-03-27 10:30:46 · 2 answers · asked by Alexis R 1

How do I go about getting it installed again?

2007-03-27 10:27:26 · 4 answers · asked by fruitsalady2003 2

I'm just trying to find a free program but the only free programs are trials. Can somebody help me!?

2007-03-27 10:17:22 · 4 answers · asked by Anonymous

how to learn asp.net 1.0. i want free ebooks. thanks in advance.

2007-03-27 10:12:23 · 3 answers · asked by Anonymous

2007-03-27 10:09:58 · 6 answers · asked by bird 67 2

I'm a programmer and I've had some experience in web development through personal projects - but nothing really fancy. I want to learn JavaScript, particularly in relation to using Ajax, and hope to incorporate it into my professional repertoire. It seems to be a lot more complex than the basic JavaScript I'm used to seeing.

I'd like to find some good books that are clear and practical - not aimed at a programming noobie, but also not requiring a Ph. D. to understand. I would also appreciate some good web resources if anyone has any.

2007-03-27 10:08:29 · 4 answers · asked by Matichel 4

My pride doesn't like me asking this... But I'm getting desperate. I 'm trying to create a stored procedure that will search multiple tables using one variable (orderid, located in all tables). The code parses ok, but on execute, I get the message "Ambiguous column name 'orderid' ".

My code looks like this:

CREATE PROCEDURE sp_Get_Order_Items
@orderid int
AS
SELECT OrderItems.name, OrderItems.quantity, OrderItems.notes, ItemStatus.statusid

FROM OrderItems JOIN ItemStatus
ON OrderItems.orderid = ItemStatus.orderid
WHERE orderid = @orderid

Can anyone give advice? Or recommend a website? Thanks!

2007-03-27 10:02:14 · 4 answers · asked by aerisaoi 1

2007-03-27 09:57:20 · 2 answers · asked by adesina a 1

How can I get an html table to "read" a .txt file and bring it into a table cell?

2007-03-27 09:48:55 · 3 answers · asked by Brian B 1

I'm using Windows Vista and I have a file that I cannot remove by conventional methods, I've tried to use the command prompt, but it says it cannot find the file, and short of wiping the hard drive clean, I'm not sure on what to do.

2007-03-27 09:40:24 · 5 answers · asked by lykaduk 1

OK, Our company is one that depend on fonts, we have a new partner that bought the same program as we use but he needs fonts. I burnt all the one we have...so I thought. The ones that I couldn't get were the ones that, after a search, said they were and I quote "Resident in Windows"...What does that mean and how can I extract them? Please help.

2007-03-27 09:33:37 · 1 answers · asked by Anonymous

how do you make backrounds for myspace?

2007-03-27 09:20:41 · 7 answers · asked by thedevilishered 2

2007-03-27 09:20:22 · 11 answers · asked by druidthelakes 2

I'm very novice, I searched for an answer but i don't know what to do. All I know if our dedicated virtual server can handle ASP.

2007-03-27 08:49:36 · 7 answers · asked by jobs4prl 1

For intSub=1 to 4
For intInnerSub=1 to 4
intSubNext = intInnerSub + 1
If (strFirstName(intInnerSub) > str First name(intSubNext) then
strSwap = strFirstName(intInnerSub)
strFirstName(intInnerSub) = strFirstName (intSubNext)
strFirstName(intSubNext) = strSwap
End If
Next intInnerSub
Next intSub

What does this code mean as a whole and what does each line of code perform? I cannot figure this out. By the way strFirstName is an array with five elements.

Thank you so much

2007-03-27 08:35:55 · 2 answers · asked by ostyman09 2

I know you select the Adobe PDF print option and then hit Properties. I usually uncheck the box that says "Do not send fonts to Adobe PDF." But a lot of times, people still can't view the fonts I've used if I send them a PDF. What am I doing wrong?? Thank you for your help!

2007-03-27 08:35:52 · 1 answers · asked by Ally O 3

Specifically I wnt to use vb code to add a new entry to a table (this I already know how to do more or less) and populate the row, by specific column in a table with information, using vb.

2007-03-27 08:20:17 · 2 answers · asked by und3r53v3n 2

Given n positive integers {d1, d2, ..} st d1+d2+... = 2n-2, does there always exist a tree with n nodes...whose degree are exactly d1, d2, d3, .. dn.

How could I construct such a tree??

2007-03-27 08:16:04 · 1 answers · asked by roberto1502 1

How many hours per day should I study per day to marketable as asp.net developer??

Thx

2007-03-27 08:02:22 · 4 answers · asked by Roland 1

2007-03-27 07:47:29 · 3 answers · asked by technicaltom 1

How I can Build a site like
milliondollarhomepage.com

2007-03-27 07:40:19 · 2 answers · asked by Talal 1

I have javascript enabled and yet I keep getting a messaging saying that in order to view my homepage I need to have javascript enabled. Why isn't it recognizing that java is enabled??

2007-03-27 07:30:57 · 3 answers · asked by it'smeStacy 2

2

How do I turn my desktop into a link or URL so others can see it?

2007-03-27 07:27:24 · 3 answers · asked by Thunderman 1

I am supposed to create this program that rolls dice 36000 times. After the "dice roll", I am supposed to make a one dimensional array that displays the number of times each possible sum of the dice appears....i.e. 3 was rolled 1,000 times and 4 was rolled 4,000 times etc. Right now, when I run the program, 2-6 have results in the 12,000 range and 7-12 have 1 each. Please Help.
import java.util.Random;

public class RollDice
{
// main method begins program execution
public static void main( String args[] )
{
Random randomNumbers = new Random(); // random number generator
// one-dimensional array of possible sums
int totarray[] = { 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 };
int frequency[] = new int[ 13 ]; //array of frequency counters
// roll dice 36000 times;
for ( int rolldie1 = 1; rolldie1 <= 36000; rolldie1++ )
++frequency[ 1 + randomNumbers.nextInt( 6 ) ];
for (int rolldie2 = 1; rolldie2<= 36000; rolldie2++ )
++frequency[ 1 + randomNumbers.nextInt( 6 ) ];
for ( int answer = 0; answer < totarray.length; answer++ )
++frequency[ totarray[ answer ] ];
for ( int tots = 2; tots < frequency.length; tots++ )
System.out.printf( "%d%10d\n", tots, frequency [ tots ] );
}
}

2007-03-27 07:24:18 · 4 answers · asked by Anonymous

2007-03-27 07:12:27 · 3 answers · asked by feroz k 1

fedest.com, questions and answers