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

Programming & Design - December 2007

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

I made an HTML form at "http://www.freewebs.com/manasarchive/html.htm", it's just a test-out kind of thing. But the thing is, when I click "submit", it only opens my e-mail program (thunderbird) with a blank e-mail message to the e-mail I provided in the code (as well as a bunch of html jumble if i actually filled out the forms) can anyone tell me if I'm missing something?

2007-12-20 11:51:36 · 3 answers · asked by Mana-chan 1

Will the code be much different if requirement on the number of maximum concurrent visitors is greatly different?

It is said as for code, developing a website that can endure 10,000
concurrent visitors is much different from developing a website that
can stand 1,000 concurrent visitors, is it true?

2007-12-20 11:19:30 · 2 answers · asked by samurai 1

i want to make an email from a website? for example, i want to make an email in a place that i work. can i make more than one?

2007-12-20 11:12:28 · 3 answers · asked by Anonymous

What is the css code to make hte boxes like these on the left side of the page?http://www.vejc-design.com/visitor.php

2007-12-20 09:40:20 · 2 answers · asked by fob wannabee 1

i have a vertical menu listing 5 items in it and placed at the top (or) starting of the webpage. the webpage content is large enough so that it has to be scrolled to view the entire content

when scrolling down the vertical moves upwards and becomes invisible then the webpage has to be scrolled up to view the menu

how to make the menu move upwards/downwards automatically whenever the scrolling is done

2007-12-20 07:54:01 · 3 answers · asked by Satish K 1

I asked this last night, but only got one answer which didn't really help. I have a horizontal menu navigation bar, and the first item will not line up flush against the left side of the ordered list. Any ideas? Thanks! Here's my code:

#navbar
{
width: 100%;
background: white;
border: 1px dotted;
}

.navbar ul
{
list-style-type:none;
}

.navbar li
{
display: inline;
float: left;
}

2007-12-20 07:09:38 · 5 answers · asked by sunny-d alright! 5

i need a program written using java where you are given the radius of a sphere (double) as input and outputs the spheres diameter, circumference, surface area and volume

2007-12-20 06:24:50 · 4 answers · asked by Norman2073 1

web site

2007-12-20 06:18:08 · 4 answers · asked by Anonymous

The teacher gave as the methods which the interface should define. In order to return a list of books for a given author i have to use the method:

List lookupBook (String author)

Can someone help me write the code for this method or share any relevant information pls?! I have never seen methods of this sort (containing keyword lookup) I am using a vector list to store books.

2007-12-20 06:02:41 · 2 answers · asked by buhaar 2

one of those developers one can find on eBay? And what is the difference between the wide array of developers?
I am a complete novice on having someone develope a website.

2007-12-20 03:51:42 · 6 answers · asked by coreydsaragon 2

i have made a telephone directory for my class XII c++ project
i have made functions to add, display, delete, search and modify data......but my teacher says that i gotta add something more to the project

can u guys give me any good ideas as to what i can add in my project.

2007-12-20 03:47:02 · 4 answers · asked by Ishpreet 1

in java or python

2007-12-20 03:40:51 · 4 answers · asked by Christopher W 1

public class InOrder{
public static void main(String [] args){
String word1, word2, word3, word1Upper, word2Upper, word3Upper;
do{
word1=IO.getString("Enter first String");
word2=IO.getString("Enter second String");
word3=IO.getString("Enter the third word");
word1Upper=word1.toUpperCase();
word2Upper=word2.toUpperCase();
word3Upper=word3.toUpperCase();
if( word1Upper.compareTo(word2Upper) < 0){
if(word1Upper.compareTo(word3Upper) < 0){
System.out.println(word1Upper+", "+word2Upper+", "+word3Upper);
}else{
System.out.println(word1Upper+", "+word3Upper+", "+ word2Upper);
}
}else if(word2.compareTo(word1Upper) < 0){
if(word2.compareTo(word3Upper) < 0){
System.out.println(word2Upper+", "+word1Upper+", "+word3Upper);
}else{
System.out.println(word2Upper+", "+word3Upper+", "+word1Upper);
}
}else{

2007-12-20 03:17:17 · 3 answers · asked by kjb281 1

Made an online form using that simple HTML code. I wanted the results e-mailed to me when the user hits the "submit" button. I've tested it out, and all that shows up in an empty e-mail with my e-mail address in the "to" line.

Any help will be appreciated! I give out points!

2007-12-20 01:43:43 · 4 answers · asked by dazedinbliss 1

2007-12-20 00:02:33 · 2 answers · asked by Anonymous

Hi,

I would like to see as many reasons as possible about why you would NOT use free technologies like MYSQL, PHP..

Basically I also would like to know if any of you have experienced problems using free/open source technologies to create a website.

Thanks in advance for your time.

2007-12-19 23:56:48 · 8 answers · asked by --__-- 1

I have just finished building a website. I have filled out the FTP etc, but each time I try I am told that there is no connection. How do I get a connection?

2007-12-19 23:51:06 · 2 answers · asked by Anonymous

how can i create a program that randomly add or subtract a number? example 3+2 or 10-3, i want the operation to be random...I already figure out the numbers, this is my only problem and that is to randomize the addition and subtraction operation...
btw the file extension is .c...tnx help you could help me... :)

2007-12-19 23:06:03 · 2 answers · asked by AngryProgrammer 1

You know on some websites, when you are entering your user ID and password details and the website then shows you a string of jumbled up letters and numbers (like HWB5Y7 or something) - in most cases they look all messy - what is this for and why is is used? Thanks in advance!

2007-12-19 20:20:46 · 6 answers · asked by Anonymous

Im using Vista Panel to make my website. I uploaded all the files into the htdocs. When i click on the preview of my website, some text shows up but no all the images??

this is a print screen.

http://i32.photobucket.com/albums/d42/BenHund/help.jpg

PLEASE HELP!!!!

2007-12-19 18:55:33 · 5 answers · asked by Ben 2

for (i=0;i {
display(array_func[array[i]]); //array_func is function that returns value from a database.
}

How do i change the above loop to run in parallel? I am using java and i am not interested in the order of display. Is threads the only way of doing this ?

2007-12-19 18:29:23 · 2 answers · asked by glow_daisy 1

2007-12-19 18:27:09 · 19 answers · asked by suresh s 1

1

what is that website that is kind of like myspace but isnt please help thanks

2007-12-19 17:19:59 · 4 answers · asked by loving life 1

I'd like to create icons to take me to different fan clubs. For example, an icon to take me to the Brad Paisley's Club, etc. I know we have bookmarks, but if possible I'd really rather create icons. Can someone help?

2007-12-19 16:05:59 · 2 answers · asked by CGW 1

Html codes for backgrounds,text boxes/comment boxes,images, and other goods. Basically things that can help you build a web page.

2007-12-19 15:21:33 · 3 answers · asked by tito 1

i downloaded it and when i clicked finish i couldnt find it anywhere in my computer. someone help! and the same thing happened with photo shop.

2007-12-19 15:17:38 · 3 answers · asked by blehhhhhhh 2

http://i20.photobucket.com/albums/b248/paulfrankgurl911/Picture1-17.png

2007-12-19 15:06:44 · 2 answers · asked by Kira 2

To all IT students,

Do you like to study in an IT institute that uses freeware for its teaching purposes? It does not license propriety software and it uses only freeware and it makes its students use the freeware for their assignments.

For example, the school will not use Windows in its system but only Linux or will not use IE but Mozilla or it will not use MS Word but Openoffice.

Would you like to study under such conditions?

2007-12-19 14:51:38 · 4 answers · asked by GeorgeRock 2

fedest.com, questions and answers