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

what codes or html do i need where can i find them whats a good website to learn about creating one?

2007-08-22 12:57:17 · 3 answers · asked by nedthewaterbottle 2

I need help on Java program i have to make. It states:

Write a program which receives three input characters and outputs your printed initials in large size (at least 2 inches high) using the 3 input characters stored in string variables.

so it ends up something like this:

L
L
L
L
LLLLLLLL

2007-08-22 10:24:30 · 2 answers · asked by amitpop22 2

Its kind like a scribble text.
It looks like this;http://s199.photobucket.com/albums/aa36/sorryomz/?action=view¤t=what.jpg

2007-08-22 08:48:47 · 4 answers · asked by stupid sock. 1

topic to make a new website on, something that will actually get people to the site and want to come back and a site that peaple will bookmark. what can i put on a website that will make it succefull and (maybe) earn a bit of cash??

2007-08-22 08:28:56 · 6 answers · asked by Anonymous

Hi people,

How do I use the onmouseover function to do these two things at a time - change image on the same spot and show the style cursor hand? I know how to do only one of them but when I try to add the second function, it didn't work. Hope there is an expert out there who can help. Thanks a lot!

2007-08-22 07:59:47 · 4 answers · asked by Anonymous

I hav tried everything HELP!

2007-08-22 07:38:14 · 5 answers · asked by Kendracelise 2

2007-08-22 07:25:47 · 1 answers · asked by Hank 2

hi am a student in programming, i dont understand anything in flowcharts. help

2007-08-22 07:04:58 · 10 answers · asked by Anonymous

u have to bring out a calculator which performs the following functions:-
enter, clear, unary minus.

how do u do it??????
help plzzzzz
itz a 50 mark project.
realy important.
thanxxx...

2007-08-22 06:57:11 · 3 answers · asked by jessica c 3

I know how to create a basic personal page, but what I am looking to build: a swap site that allows my members to upload photos and list their items, allows people to sign up for memberships (like ebay for example), how to search for listings on my site only (ebay is an example again - like searching by category or by state), allowing members to leave feedback. I really don't want to pay someone right now to do it, I need and want to learn how to. Thanks so much!

2007-08-22 06:49:24 · 5 answers · asked by Anonymous

my neice is in class X -- the computer teacher seems to be confused. The Board has intriduced Java on blue J environment from this year onwards. I m not at all conversant with programming Languages

2007-08-22 06:31:27 · 2 answers · asked by kapilbansalagra 4

I am looking to create a "swap" site, so it will have tons of pages as there will be many listings. What type of service do I need to have to use thousands and thousands of pages? What is a really good, yet fairly cheap hosting place?

2007-08-22 05:30:15 · 6 answers · asked by Anonymous

example:

unsigned char foo[5] = {0x01, 0x02, 0x03, 0x04, 0x05};

short bar;

//bar should be the 2 byte value spanning foo[1] and foo[2];

bar = (short)(foo[1] ) + (short)(foo[2] * 256); //this is correct.

I can do it this way but i was wondering if there was a casting mechanism to accomplish this without explicity addressing the two separate elements.

//Something like this...
//will only copy the 8 bit value in foo[1].

bar = (short)(*(foo + 1));


suggestions?

2007-08-22 05:27:48 · 4 answers · asked by Joe 4

A. most computers can read information on cd-roms can hold much more information than floppy disks.
B. cd-roms can hold much more infomation than floppy disks.
C. the information on cd-roms can easily be manipulated
D. users can save files to cd-roms but not to floppy disks.

2007-08-22 05:19:27 · 3 answers · asked by Anonymous

0

does anyone know how to download jasc on a mac? if you answer please have done this, or know EXACTLY what you are talkng about, thanks:]

2007-08-22 01:55:49 · 2 answers · asked by mel(x 3

I have learned this what I beleive to be a type of Basic programming. Here is just a simple Hello World that loops to illustrate some commands :

Lbl 1
"Hello World"
Goto 1

variables are assigned like this :
" enter your name"?-->A

Anyone have any idea what the name of this language is and where can I get the compiler for it ?

2007-08-21 23:28:57 · 5 answers · asked by Anonymous

ok listen. its been proven that you need to have a very hi "IQ" to use Minesweeper or any other programming tool. so I know that u can make complex programs with lerning programming. so tell me how to do it! (and don't say, "no u can't" because i'll say "yes u can") lol

2007-08-21 19:10:56 · 3 answers · asked by Anonymous

2007-08-21 19:09:58 · 1 answers · asked by lilloner31178 1

http://shop.safeway.com/productimages/200x200/142010848_200x200.jpg
Can someone find the name of the font "chocolate chip" is written in (the cursive type font)? Thank you.

2007-08-21 16:38:14 · 3 answers · asked by Rocky 3

Please put the codes.

Im using awt and swing....................

2007-08-21 16:33:54 · 4 answers · asked by Bob 3

if i install the java jdk 5.0 update 10 should i install also the jre? which version? and does the jdk 5.0 update 12 work on eclipse 3.2? tnx

2007-08-21 14:22:26 · 2 answers · asked by ♥♫HiKaRu_ShiDoU♫♥ 3

0

What does it means by mapper in java?..what is the function of mapper and how does it works?..
please help me...
thank you...

2007-08-21 13:44:18 · 2 answers · asked by kakashi 1

Hi,

I need a query that finds out if an entered username exists in the database

So if $username in users table = $entered_username

echo "it exists"

else echo "it doesnt exist"

whats the correct syntax

ive been trying but i cant figure it out

Thanks?

2007-08-21 10:53:37 · 4 answers · asked by jeff lemon 1

OK, I'm trying to work this example:
http://www.jsresources.org/examples/AudioPlayer.html

and it requires the gnu.getopt package to run

So I went here:
http://www.jsresources.org/examples/examples_download.html
and downloaded the jar file.

Everytime I try to compile (I'm using NetBeans IDE 5.5), it would give me an error saying:
D:\java\Java Audio\AudioPlayer\src\audioplayer\AudioPlayer.java:57: package gnu.getopt does not exist
import gnu.getopt.Getopt;

So I want to know how to actually install this gnu jar file I've downloaded.
Do I just put it in a folder that is part of my CLASSPATH or what?
I put i in a folder: D:\java\CP
and then I run cmd and type echo %CLASSPATH% and this directory is part of the CLASSPATH but I still can't compile!
When I type echo %CLASSPATH% I get:
.;D:\java\CP

Am I doing this all wrong?

2007-08-21 10:31:43 · 2 answers · asked by Anonymous

I've been trying, and I've never been able to get the listen-live option of my local radio station to ever work. It's the "listen live" link around the top center of the page.
http://www.ksskradio.com/main.html

2007-08-21 08:13:47 · 7 answers · asked by Anonymous

fedest.com, questions and answers