419 Posted Topics
Re: [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". | |
Re: 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. | |
Re: the easiest / quickest option would be using some file io. for a more flexible / robust option it would be using a database. | |
Re: 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. | |
Re: do you mean JavaScript? if so: [code]navigator.userAgent[/code] | |
![]() | Re: can you not bump old threads, batch files are executable files in windows with the extension ".bat". |
Re: what happens in other browsers? i tend to think it may be related to your network configuration. | |
Re: 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 … | |
Re: 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). | |
![]() | Re: 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 … |
![]() | Re: Virtual PC doesn't support linux as far as I am aware. Perhaps you are better off looking into VMWare. |
Re: when bestjew refers to a script, i believe he is referring to some "non-human" mechanism, so your program is in fact a script. | |
Re: 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. | |
Re: 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 … | |
Re: why is this in the python forum? ![]() | |
Re: 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 … | |
Re: 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? | |
Re: 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. | |
Re: 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 … | |
Re: 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? | |
Re: 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". | |
Re: 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... | |
Re: 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. | |
Re: did you change your alsamixer setting to increase the volume? I think the command is "alsamixer -V all". | |
Re: can you get the details of that error? it will probably give you a clue. | |
Re: 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 … | |
Re: [url]http://www.webmasterworld.com/html/3622291.htm[/url] just a link i found, should provide you with what you need. | |
Re: 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. | |
![]() | Re: 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 … |
Re: 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 … | |
Re: 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. | |
Re: 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 … | |
Re: based on: [url]http://en.wikipedia.org/wiki/APNG[/url] the "application support", I would say no. | |
Re: 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] | |
Re: 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. | |
Re: what are you trying to do? input.moons would mean you are trying to get the moons of a string... | |
Re: 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. | |
Re: 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. | |
Re: sax and dom are 2 possibilities for you to use to parse XML. their APIs are also well documented. | |
Re: i think you need some actuals specs, because simply creating a file called with the extension .html is "creating a web site". | |
Re: you can try: [url]https://help.ubuntu.com/community/WallpaperTray[/url] | |
Re: well that is obviously Java, and the code should need to change for linux. next time, you should use code tags around your code. | |
Re: 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? | |
Re: 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 … | |
Re: 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 … | |
Re: 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\ | |
Re: 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. | |
Re: [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. |
The End.