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

can any1 tell me what course are suitable for computer graphics course???(what i mean what kind of degree is it 4 yr. or 2 yr. course to finish and also what name was that course; is it related to BS Computer Science, do they have this subject???)

do computer science course have designing web page???
(in short do they study visual basic,interdev,foxpro, etc.)

P.S. no bugging

2007-12-08 20:42:24 · 6 answers · asked by tado m 2

For example, look at all of the answers.yahoo.com pages. the pages are shrunk down with a different pattern on the sides being empty? How do I do this?

2007-12-08 19:33:05 · 4 answers · asked by Apprentice Ghost 3

4

say i want a batch file to say hello if y is typed in, but bye if n is typed in. how would i do that?

2007-12-08 15:26:26 · 3 answers · asked by e.thade 1

2007-12-08 14:38:47 · 5 answers · asked by biodegradable insane asylum 5

I'm making a website on a plain text editor and have the page named index.html and the stylesheet as style.css

When I change the css file to make a style, it doesn't have any effect. (I'm checking the page with Firefox and the files are on my Desktop)

Heres the code for the page:





Beginner's End- Stop being a beginner and Learn!


Test





Testo test lorum ipsum nimquod alid







Here's the code for the CSS:

div.mainbody {
padding-left: 11em;
}

div.mainnav {
position: absolute;
top: 2em
left: 1em;
width: 9em
}

How would I get this to work?

2007-12-08 11:42:27 · 5 answers · asked by Henry T 1

2007-12-08 08:16:17 · 2 answers · asked by Apprentice Ghost 3

I found a code on the internet like

.redbtext:after { content: " etc....";}

and When I paste it on myspace nothing shows up it shows it as it is So I tihnk myspace wants only HTML codes. How do "I put a CSS code on a HTML code?

2007-12-08 06:40:16 · 4 answers · asked by . 1

Hi. I have a stylesheet in which I want to add the website header and a photo that will then appear on every page of my site. I have tried using the background-image declaration but for me it doesn´t work. Apart from wanting the header (a .gif) and the photo on each page, I also want to make some text, a backbutton and the menu appear on each page. I am new to CSS and basically, just need to find out how to write/input these items just ONCE in the stylesheet instead of having to repeat the same thing on each page.

Many thanks for your help.

2007-12-08 06:28:08 · 5 answers · asked by animalita40 1

I've read tutorials, but maybe if I have someone explain it, it will be better. I need to know how to make cooler backgrounds, because right now - i have no experience even after i practice.

2007-12-08 05:09:59 · 2 answers · asked by Anonymous

0

what is SAP
it is computer soft ware

2007-12-08 05:02:29 · 3 answers · asked by srinivas d 1

Assume that we are given a set of n numbers with many repetitions.The number of distinct values is k,where k is much smaller than n.Using comparisons only,develop an algoritham that sorts the elements of the set in O(n log k) time in the worst case.

2007-12-08 04:56:06 · 1 answers · asked by Anonymous

PLZ EXPLAIN IN SIMPLE WAY. I TRIED IT FROM IMPORT DATA OPTION OF TOOL BAR IT IS TOO CONFUSING. FOR EXAMPLE IF I WANT TO COPY DATA OF COLUMN D OF SHEET 1 TO COLUMN D OF SHEET D OF SHEET 2 WHAT STEPS SHOULD I FOLLOW.

2007-12-08 04:54:22 · 4 answers · asked by dr sachpw 3

#include"stdio.h"
#include"conio.h"
void main()
{
void bubblesort(char *R[], int a); //function declaration//
char *restname[20][30]; //Variable in main//
bubblesort(restname[30], 20)//Function bubblesort in main//

void bubblesort(char *R[], int a)//function bubble sort//
{
int i, j;
char *hold;
for(i= 0; i < a; i++)
{
for(j=0; j {
if(R[j] < R[j+1])
{
hold = R[j];
R[j] = R[j+1];
R[j+1] = hold;}
}
}
for(i=0; i {
printf("%s", R[i]);
printf("\n");
}
} //end function//

}
}

help with the declaration part

2007-12-08 04:09:59 · 2 answers · asked by sriram 2

I understand this is better for your stats...

2007-12-08 03:19:45 · 1 answers · asked by alra111 1

A program to read in an array of names and to sort them in alphabetical order .And use a sort function that receives pointers to the functions strcmp and swap.sort in turn should call these functions via pointers

2007-12-08 03:01:52 · 1 answers · asked by sriram 2

The HTML code for a Login Form

2007-12-08 01:53:56 · 6 answers · asked by Anonymous

2007-12-08 01:53:37 · 4 answers · asked by ddhanashree l 1

PLEASE ANY ADVICE WOULD BE GREATLY APPRECIATED! And also when my site is done and if you'd like me to send u a link just say so.

2007-12-08 01:34:39 · 2 answers · asked by Anonymous

Does the host provider cut off access to your website or do you incur additional charges. I want to build my own website and I'm worried that if I go with the wrong internet hosting company I could end up incurring a small fortune in "hiddden" charges.

2007-12-07 23:23:40 · 4 answers · asked by sdn90036 6

(I've searched both Yahoo! and Google but I still believe that I am missing some great sites on this topic.) Thank you for your assistance.

2007-12-07 23:16:38 · 2 answers · asked by sdn90036 6

Hi, I'd like some advice about converting my "Quicktime" videos. I would like to use Windows Movie Maker, as well as other programs that can manipulate and work with my videos. However Quicktime doesn't work with ANY other program or application it seems. So any advice on how to convert the Quicktime videos, or at least be able to work easily and efficiently with them?

Thanks much:)

2007-12-07 21:07:18 · 4 answers · asked by Calliope 5

Specify operations such as equality, subset, union, and intersection in a UML diagram of the abstract data type set.

2007-12-07 19:16:33 · 1 answers · asked by javaHungerForce 3

Well...obviously the computers are "smarter" in some areas, than us(the humans...). A computer could be unbeatable in chess and all written world books could be stored on a simple personal computer. The greatest challenge however in the AI development, is how to force a computer to take it's own decisions, just like a human being??? The computer is alwaus limted in its "source code", thus unable to make own decisions...

I am sure the idea doesn't depend only on software developers, but a work in the areas of mathematics, biology, philosophy would be crucial in the future of the AI, to say the least.

So, what do you think? How far we are from a REAL ARTIFICIAL :) intelligence.

Thanks

2007-12-07 18:55:35 · 3 answers · asked by Asmodeuss 1

Pseudocode in JAVA will be fine... for a method that performs a range query for a binary search tree.

That is, the method should visit all items that have a search key within a given range of values. For example, all values between 100 and 1000.

2007-12-07 18:54:49 · 1 answers · asked by javaHungerForce 3

ok im only 13 but i have been told im great at makin myspace pages and so sum 1 said make a web page how do i do that 4 free and easy cause im only 13

2007-12-07 15:30:14 · 7 answers · asked by Anonymous



Examples of Links:



games


podcasts


music





that's my HTML code and I'm wondering if there is anything wrong with it because the fieldset will not stay around those links, after three links, they go out of the fieldset and they don't get bigger, this has never happened before, is it my broswer or what???

2007-12-07 13:36:27 · 6 answers · asked by ted-m 2

http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=287780792

How can I get that table to center on the page, so that the MySpace-supplied scroll bar won't be activated?

Also, if you highlight the space above the image map in the center box, I've got text set to go across the screen. Unfortunately, I can't seem to convince it to be in white, rather than black.

Anyone able to help, please?

2007-12-07 12:26:44 · 4 answers · asked by [[Princess For The Day]] 2

Everytime I login I have to type my whole directory path. Is there any means I can directly get into it. Like save the path to my favorites?

2007-12-07 11:55:08 · 6 answers · asked by Anonymous

fedest.com, questions and answers