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

Programming & Design - July 2006

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

2006-07-04 08:39:21 · 3 answers · asked by wea_download 1

Hi, I am just learning new programming languages and creating a website, not for a company just for my learning but i am stuck in a silly thing. I am using PHP and MySQL. And in HTML i am using TEXTAREA to write huge text. Basically if I write something like this:

This is first line,
This is second line.

When I store the above in MySQL database using TEXT datatype, and try to read it, it comes like this:

This is first line.This is second line.

They don't seem to come in separate lines.
Can you please tell me where the problem is.
Thankyou.

Oh, by the way this is the website i have created, still under construction:
http://www.sentosajaipur.com

2006-07-04 08:05:44 · 9 answers · asked by Manish 5

I HAVE ''NERO STARTSMART'' THE PROGRAM

2006-07-04 07:35:02 · 7 answers · asked by jaueo 1

2006-07-04 07:33:27 · 4 answers · asked by SCOTTYO 1

this is my prog
class printer
{
public void print()
{
System.out.println("Hello from java");
}
}

public class app
{
public static void main(String[] args)
{
printer printer1 = new printer();
printer1.print();
}
}

when i tried to run it it didn't work....
then i entered the sdk bin path in the path(using the environmental variable setting) and also noticed that there is no CLASSPATH variable in the list!!!
any way after adding the sdk bin path it get compiled...
and generated the clases files for printer and app
but when i tried to run it with the java app command it get an error
(Exception in thread "main" java.lang.NoClassDefFoundError: C:\work\New\app)

also when i tried to place them in seperate files printer.java and app.java and compiled separatly printer.java get compiled but when tried to run app.java i got an error message
C:\work>javac app.java
app.java:1: '.' expected
import printer;
^
1 error
Please help..i will gave u more info if needed

2006-07-04 07:18:06 · 6 answers · asked by Harisankar S 2

I am a Visual Basic 6 programmer and I have a program that when the main form activates, it loads another form in modal form... but the problem seems to be that since the second form is loaded modally... I am unable to clic the buttons and controls of the first form... I would like to let users clic both the controls of the first and second form... and when clicking controls of the first form... I don't want the second form to go to the back.... both forms must always remain visible. any suggestions?

2006-07-04 05:49:43 · 3 answers · asked by Anonymous

im designing my websit, and i want to know what kinda software should i use to create a beleivable, but 'free' 3d world, like one of thaos you see in video games. but i wish to run my site as an area for poeple to walk around. and if possible have it streaming off a server.
Thanks in advance
chris
x

2006-07-04 05:48:00 · 4 answers · asked by Chris F 1

Platform:Sql server 2003
Two boxes: 1)production server/machine 2)Test server/machine
How to move the database from the production server to Test server?
how to move the complete structure,logins n all to test server?

As the data is huge i dnt need it in test sever but i at times to work how can i move the data of my choice?

thank you in advance
send me links or better still the a document

10 points.. waiting ..

2006-07-04 05:44:13 · 3 answers · asked by laathee 1

2006-07-04 05:33:37 · 2 answers · asked by jamey_b_56001 1

I need to fix my title, keywords and headers within my web site and I do not know where to do this.

2006-07-04 05:05:03 · 4 answers · asked by littledsgiftshop 1

2006-07-04 04:51:03 · 1 answers · asked by jamey_b_56001 1

I am computer science graduate and done couple of programming courses such as asp.net, vb.net , c#.net and javascript. but I am not getting the idea of programming where to start with. I am in trouble to get a job. even i worked in a company for 2 months. but i am totally confused. So please help me i want continue my career in software development. Or else suggest me the field related to this in which i dont need to do programming but the skills should be similar to that.
Thanks I think its clear for you people to suggest me.
Thanks once again.

2006-07-04 03:46:51 · 11 answers · asked by Azza 1

2006-07-04 03:13:10 · 4 answers · asked by hasan_saad2004 1

Do i become rich as Bill Gates???????????

2006-07-04 03:07:14 · 6 answers · asked by umer sharif 1

compaq presario 2100, did a destructive restore, two times, when restarted, am operating on windows xp "home edition" instead of just windows xp, as originally from day one. Differences noticed...cannot save pictures as before, when saving i git "the no preview available" to view thm,and have to go to web and use "open with" option" ...also window sizes seem to be larger, giving me the bars on the side/bottom whereas before every window seemed to open with plenty of room...wonderin how i got to windows home edition instead of what i originally had..i installed every window update available ....isp is aol....limited service area, due to only dial up available.....the restore process is 4 discs, did not put in the operating cd at the time of restore, cause the first time i did restore, i didnt need to do this, and the oper syst cd reads home edition anyway. ANY HELP/GUIDANCE IS GREATLY APPRECIATED, WINDOWS SUPPORT WANTS 35 BUCKS TO PICK UP THE PHONE........THANK YOU VERY MUCH.

2006-07-04 02:50:48 · 7 answers · asked by hey canada, kiss it 2

i've been trying to figure out how to have my computer make sounds at startup and shutdown...my friend has a real cool bubbling sound everytime an email comes in, also...how does one do this?

2006-07-04 02:49:32 · 3 answers · asked by Anonymous

they say that i should copy text from my partner and paste to its home page ........how do i do that? i need ur help..plz help me.......

2006-07-04 01:38:47 · 8 answers · asked by Anonymous

2006-07-04 01:30:55 · 9 answers · asked by vishal 3

where can I find a good staff to build my own site .. I need some sites which can help me !

2006-07-04 00:52:22 · 9 answers · asked by mark300c1 1

I had to have my computor rebooted and I lost a lot on my hard drive, I guess the guy said I had like 80 viruses,damn, well I dont have sound on my compu now? he said it took him 4 hourd to find the sound one time and he put the drive on a disk but lost it?? WTF is he talking about it worked when I took it to him now I dont have sound?? HELP

2006-07-04 00:51:55 · 10 answers · asked by Orange Peel 1

If i want to know how many of the word "table" was repeated in a file called "file1.txt", how do i do that?(PHP)

2006-07-04 00:44:10 · 4 answers · asked by frewatg 1

2006-07-04 00:27:05 · 1 answers · asked by auror101 1

I know it's computer terminology, but what is it? What does it do? How do you work it?

2006-07-04 00:14:24 · 7 answers · asked by Dave 2

2006-07-04 00:06:40 · 4 answers · asked by amila k 1

2006-07-03 23:26:06 · 5 answers · asked by login_beta23 1

fedest.com, questions and answers