419 Posted Topics

Member Avatar for mzprog

[QUOTE=mzprog;926457]i know of Netbeans Desktop application but it generates horrible code.[/QUOTE] if you think this is so, you should code yourself, because these tools need to accomodate many variations and so the code become "horrible".

Member Avatar for StuartMillner
0
187
Member Avatar for HLA91

assuming this is desktop edition, there should be an eject icon next to the device in the file explorer (can't remember what it is called). whenever i used my portable hdd with ubuntu 9.04 i used this, and it hasn't lost data. hope that helps.

Member Avatar for HLA91
0
188
Member Avatar for smoore

the easiest / quickest option would be using some file io. for a more flexible / robust option it would be using a database.

Member Avatar for JamesCherrill
0
124
Member Avatar for karamjeet2004
Member Avatar for fuzzyrose

it depends on your code, but as long as you use a compiler for xp / linux you should get your code to run on either with minimal changes.

Member Avatar for necrolin
0
121
Member Avatar for mimsc
Member Avatar for iamthwee

can you not bump old threads, batch files are executable files in windows with the extension ".bat".

Member Avatar for sillyboy
0
432
Member Avatar for Joe2

what happens in other browsers? i tend to think it may be related to your network configuration.

Member Avatar for decalman
0
139
Member Avatar for nish123
Member Avatar for vinaykumar1690

there are various things which may cause this. I suspect the "page not found" and "resource not found" are the same error, just written differently. i assume you have the application deployed correctly? what server were you using in netbeans to make it work? where does that port number come …

Member Avatar for sillyboy
0
428
Member Avatar for mimsc

why are you casting everything to a string? for starters .subString will in fact return a string, and subString doesn't take parameters of (String, String).

Member Avatar for sillyboy
0
846
Member Avatar for aakaashjois

hopefully this helps, but I am working off ubuntu experience here... anyway, you have enabled the effect, good. you will need to make sure you have 4 workspaces (if you want a cube, other numbers will give you other shapes). to switch between the workspaces you should be able to …

Member Avatar for mostafadotnet
0
192
Member Avatar for flockit

Virtual PC doesn't support linux as far as I am aware. Perhaps you are better off looking into VMWare.

Member Avatar for mostafadotnet
0
175
Member Avatar for llemes4011

when bestjew refers to a script, i believe he is referring to some "non-human" mechanism, so your program is in fact a script.

Member Avatar for llemes4011
0
98
Member Avatar for grisha83

you could try eclipse, with some plug-in if you want a fully featured IDE. what i do personally, is usually use it notepad++, which provides basic syntax highlighting. in a learning process there is nothing better than actually making use of the references and not relying on auto-complete.

Member Avatar for vegaseat
0
104
Member Avatar for ravie14

I assume there is only 1 css file? paths are defined relative to the file, so if you have a file under /en/ and say / is your root, you would then need to have a path like ../ (i.e. go up 1 path). the relative path as the files …

Member Avatar for ravie14
0
81
Member Avatar for Aue
Member Avatar for athlon32

very open ended question, and many possible answers. i think you are going to need to provide some information on your design (not just interface) to get solid answers. if it were me, i would be looking at adding some smarts into the computer player in between each movement of …

Member Avatar for athlon32
0
137
Member Avatar for malugirl4
Re: maze

ok, first of all you need to post that in code tags so it doesn't break my eyes trying to read. from what i gather, are you even getting a user input? [code="java"]maze[(robot_y*10) + robot_x][/code] what is this supposed to do?

Member Avatar for VernonDozier
0
116
Member Avatar for Debby0424

I am worried when you say "their files", and "all over the world". If you are talking about files/database on some server then I would agree, but if you are talking about files on a client computer, then definitely not.

Member Avatar for sillyboy
0
122
Member Avatar for shameera7

assuming your urls you type are correct, and assuming you aren't hitting the servers just as they happen to be down (which is highly unlikely), i would point my finger at some firewall. whether this is implemented in the software or hardware i am not sure, but looking at avast …

Member Avatar for RJCO
0
145
Member Avatar for dmanw100

I hope that is supposed to be: [code=java]FileInputStream fileHandler = new FileInputStream("myfile.fil");[/code] furthermore, that constructor should not be throwing any IOExceptions, do you have more code or the rest of the exception stack trace?

Member Avatar for dmanw100
0
152
Member Avatar for txwooley

just move the entry/start point of your game into a function, and then at the end of that function (even after) you can give the use the option to "play again".

Member Avatar for txwooley
0
332
Member Avatar for gordonp

port 80? perhaps i am a wrong, but why would the browser want to be using port 80? if it is indeed using port 80, and persisting, i would suspect some other application has the port reserved. hope that helps...

Member Avatar for sillyboy
0
104
Member Avatar for fadia

what your code currently does is, it stops when any single amount is greater than 1000. you need to come up with a way to "keep track" of what has already been allocated.

Member Avatar for tux4life
0
165
Member Avatar for krnekhelesh

did you change your alsamixer setting to increase the volume? I think the command is "alsamixer -V all".

Member Avatar for certficationmx
0
186
Member Avatar for ishaanarora

can you get the details of that error? it will probably give you a clue.

Member Avatar for sillyboy
0
104
Member Avatar for rahul8590

you won't be able to just install it over fedora and save all your files in the process (unless the two products are intertwined in some special way). what you will instead need to do, is backup your fedora files you need, delete the partition, and then install mandriva. just …

Member Avatar for krnekhelesh
0
144
Member Avatar for eagle1147

[url]http://www.webmasterworld.com/html/3622291.htm[/url] just a link i found, should provide you with what you need.

Member Avatar for sillyboy
0
80
Member Avatar for ishaanarora

windows isn't going to show the hdd if it isn't fat / ntfs. and perhaps dreamlinux is using a format not known to pclinuxos too.

Member Avatar for ishaanarora
0
140
Member Avatar for flockit

1. you need to register a domain, but this is not inside of ubuntu, you need to do this through a service. 2. to resolve the domain to your server, you then need to set up a name server. 3. setting up a website is done by using some kind …

Member Avatar for sillyboy
0
198
Member Avatar for cvrcak

perhaps it is the configuration of ftp host to not allow write access. if, as you say you have put +rwx for all users this is the only thing I think would cause this. when you say you allowed everything on the folder, I assume you put it onto the …

Member Avatar for sillyboy
0
182
Member Avatar for nzcreativeweb

going further, if you start to look at server-side languages, JSP for example, lets you define your own custom tags. If you do this in JSP, you don't need the browser to interpret your "invented" tags.

Member Avatar for Airshow
0
100
Member Avatar for bananas

coding standards are a good practice to follow, and I guess it is a good thing you are trying to achieve a good standard. I believe there are some published guidelines available, which will give you a good base. Based on my opinion (this is a very subjective topic), I'd …

Member Avatar for bananas
1
84
Member Avatar for SKANK!!!!!
Member Avatar for SKANK!!!!!
0
89
Member Avatar for Enrico!

you do a similar process to the form, get the form id, then the input field and then do [code].value=document.getElementById('cellText').innerHTML[/code]

Member Avatar for Enrico!
0
195
Member Avatar for Ancient Dragon

that setting has worked for me in the past (although I don't use ie too much). is it perhaps a certain web site that does this? if so it may be down to the code behind their links.

Member Avatar for SanjitVigneshS
0
138
Member Avatar for lexusdominus

what are you trying to do? input.moons would mean you are trying to get the moons of a string...

Member Avatar for lexusdominus
0
140
Member Avatar for Xessa

depends on what server-side language you are using. but it should be a simple matter of replacing each "null" with a new line character.

Member Avatar for sillyboy
0
84
Member Avatar for m0rtal

Seems like the drivers aren't working as they should. Try get your sound card details and see what other Fedora 10 users have done. There should be forums around similar issues as long as your sound card is not too obscure.

Member Avatar for sillyboy
0
154
Member Avatar for ashokrajendran

sax and dom are 2 possibilities for you to use to parse XML. their APIs are also well documented.

Member Avatar for kvprajapati
0
110
Member Avatar for mohankumar554

i think you need some actuals specs, because simply creating a file called with the extension .html is "creating a web site".

Member Avatar for sillyboy
0
67
Member Avatar for benjdee

you can try: [url]https://help.ubuntu.com/community/WallpaperTray[/url]

Member Avatar for benjdee
0
110
Member Avatar for fuzzyrose

well that is obviously Java, and the code should need to change for linux. next time, you should use code tags around your code.

Member Avatar for kvprajapati
0
238
Member Avatar for josh2

don't think you can simply "share" files to the Internet. do you have an server (e.g. apache) or something to allow this type of access?

Member Avatar for DimaYasny
0
2K
Member Avatar for rahul8590

I personally use ubuntu. There should be tools in xp and fedora which would allow you to partition your hard disk. It should also be possible while installing Belinix. In my case, I had my HDD with only vista running. I reduced the size of the partition and installed ubuntu …

Member Avatar for memnac
0
226
Member Avatar for leosomme

What is this "OS disk" you speak of? it is a CD or a floppy disk? Anyway, if the boot sequence recognises the CD as a higher priority than the HDD, use the Vista CD and boot from that. If that is actually what you are trying to do, it …

Member Avatar for gavin.williams
0
145
Member Avatar for gsingh2011

it looks like you are missing that particular library on your machine. i think you will probably be able to download a copy of MSVCR90.dll (google) and place it into your libraries folder, which generally is C:\WINDOWS\system32\

Member Avatar for Arthurharr
0
247
Member Avatar for MrDiaz

I'm not sure it matters too much. Sure a database is probably a cleaner environment to use, but if it just for fun, who cares? Then again, it is probably worthwhile getting some experience coding /w databases too. I would say try MySQL as is it free and widely used.

Member Avatar for JamesCherrill
0
192
Member Avatar for pyramid

[CODE]for (count =1; count <= terms; count++);[/CODE] This pretty makes your loop useless, you don't want that semi-colon. You also need to check the logic behind the steps you take to calculate pi. E.g. I don't see any square root function used.

Member Avatar for Nick Evan
0
294

The End.