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

Programming & Design - February 2007

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

How do I remove word/numbers on a photo that I did not put on.

2007-02-24 02:50:10 · 4 answers · asked by Lauren 2

I m trying to learn Java by myself-self taught ( Is it a good idea?, thats a another question). when i try to compile, there is error 'javac' is not recognized as an internal or external command, operable program or batch file.

But there is a folder in C:\Program Files\Java\jre1.50_01\

I wonder is Java installed in my pc, why i am unable to compile it. I even tried it with textpad, there is no clue what so ever. Is self learning is not a good idea, because i could not faigure out this basic problem. Is there is any problem in Path or there is problem in class definition?

please help me to find a answer... Also guide me in learning Java through self learning.

2007-02-24 02:34:38 · 5 answers · asked by Anonymous

2007-02-24 02:32:48 · 2 answers · asked by Sand D 2

How can I program internet explorer predefined browser?

2007-02-24 01:58:42 · 6 answers · asked by mara 4

In India, any specific job vacancy for SAP

2007-02-24 01:49:23 · 1 answers · asked by mohan 1

Hello all,

I am looking for someone to help me out with a website I am completing for an OpenSource organisation that specialises in webprogramming (not design) and game remakes.

They have requested a simple layout which looks the same (if not similar) to this site -> http://www.amteus.com/

Obviously the site above is made in flash, if anyone is good at making site designs or knows someone that could remake that design in HTML I would be gratefull to be informed.

The designer will be fully credited if requested, any help, comments or support will be greatly recieved and the designer has the possibility of being asked to create proffesional designs in the future for payment.

Any questions please ask, any details please post or message them to me!

It is greatly appreiciated.

2007-02-24 01:08:44 · 3 answers · asked by ufo_josh 3

There are lots of nice beads and sequins from Japan and Korea,Can anybody help me to give their website addresses?Please... Thank you.

2007-02-24 00:53:31 · 2 answers · asked by Mellow Ria 1

I would like to get into computer art you know where pictures have been created on a computer like cartoon charactors what software do ise to to create them?? I have left example websites of what computer art i am talking about:

http://www.funkyimage.com/home/newfi.htm

http://www.cultkanaal.nl/Kunst/Dragon%20fighter%20door%20Alexander.jpg

2007-02-24 00:50:09 · 4 answers · asked by Anonymous

its an assignment so if you can send me a 20 line answer it would be helpful to figure out the rest..

2007-02-24 00:26:14 · 3 answers · asked by mama_kusumbu 1

I want a big text box that contains personal profile info to appear when I hover the mouse over an image. I'm not talking about ALT texts because it's really short and it disappears after seconds. The text box should be huge enough to contain a lot of text and it stays as long as the mouse is over the image.

2007-02-24 00:04:18 · 3 answers · asked by Anonymous

2007-02-24 00:01:38 · 7 answers · asked by meditation and mango juice 4

I need to create a simple auto execution file.

One of them is for example that everytime the computer boots, it will create a folder. For example it will create a folder called hello.

Is it possible to make an auto execution file for that? Thank you

2007-02-23 23:26:31 · 5 answers · asked by machoe 1

//program to arrange the string in decending order
#include
#include
#include
#include
class des {
private:char ch[35],temp;
int len;
public: int get();
int sort(int);
int print(int);
};
int des::get()
{
cout<<"neter the st: ";
gets(ch);
len=strlen(ch);
return len;
}
int des::sort(int i)
{
for(int j=0;j { for(int k=j+1;k {
if(ch[j] { temp=ch[j];
ch[j]=ch[k];
ch[k]=temp;
}
}
}
return i;
}
int des::print(int p)
{
for(int m=0;m { cout< return 0;
}
void main()
{ clrscr();
des hi;
int a=0,b=0,c=0;
a=hi.get();
b=hi.sort(a);
hi.print(b);
getch();
}

2007-02-23 23:11:34 · 2 answers · asked by simran m 1



JavaScript Popup Example 3



JavaScript Popup Example 3





This above script is suppsoed to open 2 different pop ups in different places on the page but it doesnt work. Why doesnt it work? Can you test it please?

10 points for correct code to make 2 windows open

2007-02-23 22:59:45 · 3 answers · asked by peter s 1

we study it at school but i think C or C++ are better and more used.

2007-02-23 21:03:27 · 5 answers · asked by Taste the rainbow 5

2007-02-23 20:54:21 · 1 answers · asked by Anonymous

How can I copy a string (array of character) to an array of string such as:

char text[a][b];

wherein a is the index number of the array and b is the max length of array of characters that can be stored in the array..

For example I have an array of characters "char word[20];"
How can I store it to an array of strings "char text[99][20];"??

Please help.. And thanks..

2007-02-23 20:36:50 · 4 answers · asked by Anonymous

how can i add a mouse-over event in my java application? can you give me some sample codes or perhaps useful sites about this.

2007-02-23 20:18:30 · 2 answers · asked by bebe 2

I would like to find out which Programming language is easier to learn and most appropriate for programming a mobile microprocessor out of the following programming language: C, C++ , Java or Lego Java ; as I would require one of the language to programme my mobile robot.
Thanks

2007-02-23 20:10:16 · 12 answers · asked by IA 1

Mr.Serge.M, i installed msde2000a successfully in my system by using dos promt , my OS is xp proffesional with service pack2,and i also have sp1,sp3a and sp4 for sql2000 are in my hand. after installing msde there is an sql server service manager is running in system and its icon is on the task bar Server name as PRAYATH-89DA82\LALS , Services given as sql server.Still there is a message that this OS does not spport sql server2000 and you can install accessory tools, whenever i try to install sql. i hered that installing sql server 2000 is possible in xp having sp2.

2007-02-23 19:36:01 · 5 answers · asked by sanusajan 1

2007-02-23 19:33:57 · 3 answers · asked by Anonymous

2007-02-23 19:26:55 · 1 answers · asked by Anonymous

I'm trying to make a scrollable textarea with information already typed in it. The catch is that the textarea is disabled so no one can type further text in the textarea. I also want to disable the feature when somebody clicks on the textbox, that "|" cursor does not flash in the textarea

Thanks for any help

2007-02-23 19:12:39 · 6 answers · asked by 5

I just want to know which is the well paid and which is in demand software job in US. Java, DotNet, PHP-Mysql or ? and which is best and easy to lean software. If Java which is good J2ee, J2me, J2se? If Dotnet, ASP.net,C#.net or VB.net

And is there any specific software industry that is having demand demand in selected states like Colorado and California

Please let me know in details, about the software and software jobs in US

2007-02-23 19:10:59 · 3 answers · asked by Anonymous

2007-02-23 18:58:03 · 2 answers · asked by Anonymous

2007-02-23 18:56:50 · 7 answers · asked by Anonymous

2007-02-23 18:33:01 · 8 answers · asked by Anonymous

fedest.com, questions and answers