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

On Yahoo! Answers, some people have a black heart with their username or they use it for their answer. How do you type in/make that heart? Is it like, press a certain key while pressing a certain key, or is it simply a special kind of keyboard? Please only answer if you know what I'm talking about.
Thanks!!

2007-07-10 14:14:46 · 15 answers · asked by lalala 2

Hi could anyone explain this program to me please.

public class WindowInnerDemo extends Frame
{
public WindowInnerDemo()
{
addWindowListener(new MyWindowInner(this)); //Line1
}
public void paint(Graphics g)
{
g.drawString("This is a frame",10,100);
}
p.s.v.m(String args[])
{
WindowInnerDemo w=new WindowInnerDemo();
w.setTitle("Myframe");
w.setVisible(true);
w.setSize(400,400);
w.show();
}
class MyWindowInner extends WindowAdapter
{
WindowInnerDemo w;
MyWindowInner(WindowInnerDemo w1)
{
w=w1;
}
public void windowClosing(WindowEvent we)
{
w.setVisible(false);
}
}
}

What is the meaning of new MyWindowInner(this) in Line 1 comment.

2007-07-10 14:09:01 · 2 answers · asked by anusha 1

My school recently built a new PAC. In this theatre, they have installed a new ETC Express 48/96 light board. Because our school is so small, though, we did not hire a technical director to run or show people how to operate the board.

My school has asked me to learn how to run the board because of my limited prior experience with technical theatre. I know basic board programming (adding/deleting cues, programming subs, changinging fade times, etc.), but I would like to learn much more , as I can only do very simple light designs with this limited knowledge.

If someone could give me step-by-step (button-by-button) instructions on how to save and load shows to/from disc, how to delete entire shows, and how to do other types of cues, I would be very grateful. If you can provide a good link on how to run the board, that also would be appreciated.

Thanks!

2007-07-10 13:34:31 · 2 answers · asked by wil 3

I really need the code for this program. A function-oriented program that when i enter 10 numbers, i can get the sum,average,another operation is to sort those number from descending to ascending and last function i need is searching array by using linear search. Please help me. Thank you so much.Godbless!!

2007-07-10 13:30:45 · 2 answers · asked by bridjE 1

Everything from sound systems and voice recognition... control lights, music, security system, television and radio, and the computer itself... from anywhere in the house

2007-07-10 12:51:33 · 2 answers · asked by Anonymous

Hey all...so here's the deal...

I've been programming COBOL for about 9 years now. I learned on the job from my company, they only taught me COBOL, nothing else. I don't have a Computer Science degree nor have I ever taken a formal programming class. I am right now enrolled in an online Java Programming class through the local community college. I'll admit, I am a little concerned about doing well since I have no Object Oriented experience.

Does anyone have any advice as to preparing for the class? And do you think I would have better taking basic Computer Science Classes first before taking a straight programming class?

Thanks...

2007-07-10 12:24:49 · 5 answers · asked by Smoove Davey P 2

I want to know how to place a hotlink in a sentence.

2007-07-10 12:16:44 · 3 answers · asked by whitemale_98 2

I want to create my own petsite. I have drawn many wonderful pets and have so many ideas. I know how to make layouts for a website. However I don't know how you make it so that people who sign up can keep their pets. I know all that magic isn't done by javascript.

I want to make something like Neopets. Or Subeta. Or Jinopets.

2007-07-10 12:14:06 · 3 answers · asked by Tai 3

What is the use of String arguments in main()? why should we use static while defining main() function?

2007-07-10 11:53:52 · 1 answers · asked by anu 1

not only that, wen u click on the button in it, it will take you to another alert box, so u'll have to keep on clicking till u get to the end of it, one of those annoying click things, how do u do that?

2007-07-10 11:03:50 · 3 answers · asked by Ahmedinne 2

I need some assistance is terms of the best programming language which does not give any problems when you run applications on different computer operating platforms.

I mean computer application do not run on any platform.

2007-07-10 10:11:29 · 6 answers · asked by Anonymous

Would you please describe a typical day at work, from getting in to leaving the office. Thanks

2007-07-10 10:09:11 · 1 answers · asked by nino 2

I need to know how you extract text from a website in order to edit it? Do you just print it out or is there other ways to do this? If so, please tell me what you know.

2007-07-10 09:03:34 · 4 answers · asked by Anonymous

Help PLZ!!!!!!!!!!!!!!!!?
i need to know if possible how you can make your own graphics????/ or where i can go to make my own graphics for myspace.

2007-07-10 08:52:54 · 3 answers · asked by Anonymous

For something like Second Life (although that one might be tailored to them) but in general. Or even something like from a character builder.

2007-07-10 08:37:48 · 1 answers · asked by lillilou 7

2007-07-10 08:35:20 · 4 answers · asked by Edith H 1

To quickly find words in large volumes of text, we just enter the keyword in the "Find" feature of Notepad or a similar text editor. The function finds in the desired word, if its in text, in a fraction of a second.

It cant be a sequential word by word search..it would have takem too long. It cant be binary search. Then what is it?

Can anybody out there please tell me what is the algorithm that the function this "Find" feature uses?

2007-07-10 07:47:32 · 5 answers · asked by AJ 1

when inserting a picture url should I insert http: microsftbefore the name of my pic file ? I am absolutely cluless to where my picture urls look like, thanks

2007-07-10 07:33:20 · 2 answers · asked by BINKS 1

Why do people hate tables and prefer css. I know separating style and content is a good thing, but overall is writing css worth the hassle.

2007-07-10 07:30:28 · 9 answers · asked by flyingpig 1

Does anyone know any websites with detailed description of how to work the Logo programme for a begginer like me?

2007-07-10 07:21:30 · 2 answers · asked by Anonymous

Ok I have a Car, Truck and Senior. I have to input C for Car, T for Truck, S for Senior. Our instructor wants us to input the the One letter but show the whole word.

So I did
cout<<" Type.....";
cin>> type ;

From here I punch in C, and only C shows up. How can i punch in C, but have Car show up instead??? Is that possible

Someone suggest the switch statement, but it didn't work plus that is a little to advanced for where are class is now. All I can get is inputting C, just the letter C comes out. I did something with an if statement and Cars came out on the next line.

I want to punch in C but when I hit enter I don't want it to be there, just the word Car, Truck or Senior. Any help

2007-07-10 07:18:22 · 6 answers · asked by Anonymous

i now how to managed the computer and i worked with money and i have alot of customers services and i 0

2007-07-10 06:54:02 · 5 answers · asked by Anonymous

I'm building my website and would like to buy a domain name that GoDaddy shows as being taken. The Domain I want is a common word. The URL shows a Parked Website.

How do I know what the name is worth so I can try and buy it without getting totally screwed?

2007-07-10 06:15:10 · 2 answers · asked by Anonymous

2007-07-10 05:12:41 · 16 answers · asked by Anonymous

I want to create a set of unordered nested lists that have have circle style bullets for the first list and a url style bullet for the second list (the nested list). I can get the url nested list to look great but I can't get the the regular circle bullets to show up anymore for the first list?

UL {list-style: url("http://***.gif")} for the url style bullet
UL {list-style:circle} for the original circle

How do I get the circle unordered list to come back?

Ul

2007-07-10 04:24:11 · 2 answers · asked by Anonymous

Here's the link to the wallpaper...http://www.lloydpolite.com/

2007-07-10 04:03:13 · 5 answers · asked by love2eat422 3

hame loooking for a customizable newsflash for my website. if you do not understande me,
go to metsmerizedonline.com and it is the the thing that says go national league.
thanks

2007-07-10 03:42:00 · 1 answers · asked by Tommy 3

Some of my friends say my webpage won't open on their pc but at the same time it does on other pc's

2007-07-10 03:26:17 · 4 answers · asked by patchywollock 1

2007-07-10 03:15:24 · 3 answers · asked by charkhams 1

fedest.com, questions and answers