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

Programming & Design - November 2007

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

Need help making an html menu for a site..
What program can i make it in (if any of these)??
I have both the adobe suite & the macromedia studio
(go live, designer, dreamweaver etc)
I just need to make a fairly simple six item menu that changes color when scrolled over. Thanks

2007-11-08 23:53:36 · 4 answers · asked by iamerror 2

I wanna share files with someone residing at Sydney Australia. I currently studying at United State. plz help.
Is there any external hubs addresses that u know. Plz give then to me I wanna check something.

2007-11-08 23:25:42 · 1 answers · asked by Gee2Man262 1

The following procedure was designed to compute the largest integer whose squre is no greater than N, where N is assumed to be a positive number. (if N is 5, then the procedure should report the vale 2.) Find and correct the error.

procedure squareroot (N)
X ← 0;
while (X(squared) < (or equal to) N) do
(X ← X + 1);
report the value of X

2007-11-08 23:02:52 · 6 answers · asked by Cap10kirk 3

Please, one of you Gurus help.
I have Windows XP 2003. I'm using VBA 2005.
I have several macros that function properly.

I have recorded a new macro.
I first activate a Workbook.
Then select a worksheet, (sheet 1), by sheet name.
There are 13 sheets, all named.
I grouped all the sheets for a common procedure, copy and paste.
The recorded macro grouped the sheets in this manner.

Sheets(Array(" 13 sheet names listed" )).Select

I then activated the first sheet, by name.
The procedure was performed.
Then I ungrouped the sheets

The macro Run once.

Then I a got an error, "Subscript out of range", on the Array, above.
Second problem, the recorded macro does not "Ungroup" sheets. I used the shortcut, Right click to ungroup.
Is there Code to Ungroup sheets?

A 1,000 page book is no help. GRRRR!

2007-11-08 22:52:29 · 2 answers · asked by ed 7

I have a bitmap image chich I want to convert into a jpeg image for burnign.

2007-11-08 22:45:34 · 11 answers · asked by Mike 1

I am using the code below to display the content of my table named (data)


Your Page Title

$database="ac_au";
mysql_connect ("localhost", "aci_au", "abcd");
@mysql_select_db($database) or die( "Unable to select database");
$result = mysql_query( "SELECT * FROM data" )
or die("SELECT Error: ".mysql_error());
$num_rows = mysql_num_rows($result);
print "There are $num_rows records.

";
print "

\n";
while ($get_info = mysql_fetch_row($result)){
print "\n";
foreach ($get_info as $field)
print "\t\n";
print "\n";
}
print "
$field
\n";
?>



I am not to good at php, but can anyone provide me with help regarding the same?
the code works fine, it displays what i want.. but now i wanted to display only 10 rows on one page and my table contains (400 rows)
i want to have a navigation option !

2007-11-08 20:37:44 · 4 answers · asked by legna 2

hi everyone,iam new to programming.Iam learning html and php on my own using a book.I have written php program in a notepad and saved it with a extention php.Now,i don't know how to open this file using a web browser.Do we have to use any URL to open?Also tell me how to open html file which i saved in notepad using the extension html.

Thank u.

2007-11-08 19:46:25 · 5 answers · asked by Anonymous

2007-11-08 19:41:45 · 3 answers · asked by vijay m 1

2007-11-08 18:43:01 · 2 answers · asked by marilyn b 1

2007-11-08 15:47:57 · 1 answers · asked by s c 2

I design Web sites using a Mac and, without exaggeration, the bulk of my time is spent "troubleshooting" finished sites to look right in Explorer on a PC. They always look fine on my Mac, then I fire up the PC to cross-platform test and they are invariably full of weird white gaps and misaligned elements that take hours of hit and miss tweaking to correct - even though, as I say, Macs seem perfectly capable of rendering them with no trouble at all. Hate to say PCs are s*** (which I always end up yelling during this frustrating process!) but I really can't see any other explanation. If Macs can interpret HTML smoothly, and PCs need so much extra messing around, what else can I say??? Are there any geeks or code monkeys out there who share my frustration or can give me some helpful hints (short of buying one of these diabolical contraptions)?

2007-11-08 14:43:33 · 4 answers · asked by Shawna C 2

I m new with moodle. Itis very interesting CMS. My problem is dont know how to add moddle block. eg. :lightbox_gallery block to my moodle. Kindly if anybody could help me to solve my problem. ( v 1.9 2006) Tq

2007-11-08 14:00:04 · 1 answers · asked by myme 1

Why is it that my Target Designer cannot save a file with a file size greater than 66 MB???

Please help... I need to add more components but it only limits itself to 66 MB. Any ideas or suggestions.. Please do not suggest to delete other components just to fit the 66 MB file size. All components included are very important in the development and they must be present.

2007-11-08 13:49:31 · 1 answers · asked by red scar 2

2007-11-08 13:44:09 · 1 answers · asked by joel m 1

2007-11-08 11:19:56 · 8 answers · asked by drknow526 1

Olá. Estou precisando de uma informação sobre Flash.
Consegui criar alguns flashs de áudio e testo para minha
pagina, ficarm bem legais mas o problema é que eles
travam os links para outras paginas do meu site. Vocês podem
me ajudar. Um forte abraço, e muito obrigado caros amigos.

2007-11-08 10:22:56 · 1 answers · asked by djernanifusion 1

Is there a part of the java API that allows for the translation of text from one language to another?

2007-11-08 09:00:55 · 1 answers · asked by chase 3

2007-11-08 07:30:08 · 3 answers · asked by Kizzeith 1

if you click a page from the home page could you please tell me if you get the yellow warning and error on page message in the bottem left hand corner and if all the images load on that page. (i need this help as i need you to test my website on another pc than mine and is not advertising) the website is: http://www.x5webdesign.co.uk

2007-11-08 06:42:24 · 5 answers · asked by Anonymous

Just make them show as one pic

2007-11-08 06:31:02 · 4 answers · asked by Anonymous

i want to make flash games similar to addictinggames.com i know its a process learning but gatta start somewhere. so how about what program do i need to do this? i've heard adobe flash but isn't that just a flash player? any info would be great

2007-11-08 05:57:16 · 2 answers · asked by Taylor G 2

i want to know how to actually use dis feature..i am not able to get it clearly.....help!!!

2007-11-08 05:14:15 · 1 answers · asked by Anonymous

i cant seem to go on the internet all of a sudden, i don't know if i did something wrong, every time i press the icon it say thats theres an error. Last night i check the internet option on my computer and in the title of the home page it says (about:blank). Does that word suppose to be there and if not how must i change it. Thanks for the help.

2007-11-08 03:35:43 · 11 answers · asked by Anonymous

I have to write a 2 page essay:

"Your essay should discuss a significant issue or problem in your field of study that is of particular interest to you. Your essay must include a description of the issue or problem, discuss an idea for research that could have significant impact on the issue or problem, describe an aspect of the research in which you would be involved, and explain the relevance of the issue or problem to you as a mathematician, scientist, or engineer."

I want to do it on artificial research. But sadly I don't know a lot about it, and I'm not entirely sure what it means by "an idea for research that could have significant impact on the issue or problem." Does this mean talk about machine learning or something, or does it mean I have to come up with something totally on my own and more specific (such as machine learning by some new method)? Does anyone have any ideas? What does "describe an aspect of the research in which you would be involved" mean?

2007-11-08 02:39:07 · 2 answers · asked by nemahknatut88 2

Hello !

I want to make a photo gallery for my website !

I have a lot of photos but I dont know a good tutorial to make a gallery for photos !

please show me the best photos galleries !

I want a very elegant and luxory one !

thanks ;)

2007-11-08 02:07:57 · 5 answers · asked by Anonymous

Am I supposed to add another } at the end of the file?

import java.io.*;

public class rshg {

public static void main(String[] args){
BufferedReader userInput=new BufferedReader (new InputStreamReader(System.in));


String username;
int password;



System.out.println("Enter Username:");

username=userInput.readLine();
if (username!="lene") {

System.out.println("Wrong Username");


}else{

username=userInput.readLine();
if (username=="lene") {
System.out.println("Enter Password");




password=userInput.readLine();
if (password!=123){

System.out.println("Wrong Password");

}else{

System.out.println("Success");

}
}
}

2007-11-08 01:12:42 · 5 answers · asked by Junkie 1

I am trying to take the head (picture) of someone and put it on another picture. I already figured out how to take the second head (pic) out. I know I need lessons on this but I would appreciate assistance on this one thing. Thanks!

2007-11-08 01:09:04 · 1 answers · asked by Sharon H 1

What does it mean?


import java.io.*;

class Block{

public static void main(String[] args) throws Exception{
BufferedReader userInput=new BufferedReader (new InputStreamReader(System.in));

String username;

boolean condition = true;

if (username=="lene") {
username=userInput.readLine();
System.out.println("Condition is true.");
} // end block one


else { // begin block 2
System.out.println("Condition is false.");
} // end block 2
}
}

2007-11-07 21:58:53 · 3 answers · asked by Junkie 1

#include

int main()
{
int i;
int count = 0;

for(i = 1; i <= 10; i = i + 1)
{
if(i > 3)
count = count + 1;
}

printf("%d numbers were greater than 3\n", count);

return 0;
}

2007-11-07 20:18:11 · 3 answers · asked by hisluv 1

Anytime I try to add text in Photo Shop CS3 it says "Could not complete you request because something prevented the text engine from intializing." Any solutions for this? I've tried uninstalling the fonts and then reinstalling one at a time, but that didn't solve the problem. My computer meets the system requirements, so that shouldn't be an issue. Any help would be appreciated.

2007-11-07 19:52:25 · 1 answers · asked by AshletD 2

fedest.com, questions and answers