419 Posted Topics
Re: If you want to make it more flexible, you should probably not have a single canvas as a background. But if you are going to make a canvas, it would probably make sense choosing a standard width screen, e.g. 640x480, 800x600 ... | |
Re: The easiest solution would be to get access to a PS/2 or USB keyboard and use that. If you don't use the Ubuntu CD, won't it auto-boot into windows? (unless you have already installed it) | |
Re: lol, if the heatsink spins once, something is wrong (I assume that was just a typo though). | |
Re: simply introduce another variable, e.g. "y". keep track of the current value and also the value of the previous iteration, just make sure you set each of the values at appropriate times. | |
![]() | |
Re: Try different cds, is it just that cd that is unreadable? | |
Re: How many of the ports are you using? You may be overloading the bus if you have too many devices plugged in. | |
Coffee House and no coffee discussion from what I can see. :sad: Short Caramel Latte thanks! | |
Re: [QUOTE=fvdave30;766741]The drive light on the computer does not even blink once or even attempt to come on.[/QUOTE] Sounds like a power supply to me. You are not getting anything at all on the monitor are you? | |
Re: have you declared "stmt" anywhere? JSP "should" be used for the interface, and you should leave the data retrieval, entry etc... to java services, but for a school project I really wouldn't worry about it. | |
Re: Yeh, they are all on the same network so you can share files. Just enable sharing on the respective computers. | |
Re: [QUOTE=mira77;766737]fans started but made different noise as though no load on them[/QUOTE] Have you checked the CPU? | |
Re: Which browser are you using? Generally you can just delete all browser history using the browser itself, or you can take off the auto-complete functionality. | |
Re: There are html validation services, if you ever have a similar issue, that may be your quickest way to find it. | |
Re: [URL="http://www.w3schools.com/Flash/default.asp"]http://www.w3schools.com/Flash/default.asp[/URL] To be honest, it would be a lot easier / faster just looking yourself. | |
Re: are you downloading torrents or something? (i.e. somthing your router may try and block) | |
Re: Your problem definition is a little unclear, but AceofSpades's code gives you a good base to start on. If you need more help, you need to show something you have written. | |
Re: What exactly is the problem? | |
Re: The counterfeit message will appear after a specific windows update. So even if you format, if you install the update again, it will re-appear. | |
Re: Find a library which can read the PDF for you and then do something like JTextArea.setText(). | |
Re: To send the email, you can simply use mailto or use JavaMail if you more functionality. | |
Re: What is "A"? You are trying to create an object of type "A", but from the code you have posted, no such class exists... | |
Re: Usually inserting data is more difficult than retrieving (I guess this depends on the nature of searches). So assuming you have a working database connection, it must be some simple error. | |
Re: This is more of a JavaScript problem. If you do a google search of cookies and JavaScript, you should get many hits, I am sure there are a lot of handy examples there. Let me know if you struggle to get things working. | |
Re: you are trying to do [30] - int, perhaps you want to get the value from the list, not the list itself. | |
Re: Leave the graphics till last. First, create a program which is able to read / write to the command-line e.g. ask a question, recieve an answer. If you get that working, adding the random aspect and difficulties shouldn't be too hard. | |
Re: Do you have multiple video cards? If so try the other video card. | |
Re: [URL="http://www.2createawebsite.com/programming/new-window.html"]http://www.2createawebsite.com/programming/new-window.html[/URL] has an example of what you want | |
Re: As far as I know, what you have done there is invalid. If you want to do something like this, you will need to use some scripting to change the head depending on your conditions. The best way would probably be to use a server-side language. | |
Re: This will be better solved using JavaScript. What you probably want to do it make "Misery" a button (or anything with onclick) and then you can set an action to expand the list. | |
Re: If you can work out what sound card you have, you can search for its drivers. If you think you already have some old drivers installed, check by Right-Clicking my computer > properties > hardware > device manager > sound, if you select your sound device you will be able … | |
Re: Sorry, I don't really understand what you mean. Could you explain your problem clearer? | |
Re: You should use the code tags to make it easier to read your code. You will be able to get rid of that error, by declaring inFile as static, like you have done for console. | |
Re: I don't see you defining "march4" at all, it needs to have some value to be comparable. | |
Re: I had a quick search, expecting to see some ugly contraptions, but to my surprise these things look good. In saying that, I would prefer a iPod personally... | |
Re: If you are hosting over the internet, your local IP address won't work because it is "local". I think you can try the router ip + port instead... not 100% | |
Re: I think there are several ways to do it using css. e.g. perhaps you have a larger table with the other table nested. Then the text would occupy other cells within the parent table. | |
Re: I don't think they are necessarily "too complicated" but usually people simply post their assignments or just don't search themselves. Generally those who show effort are going to get more attention. There is also going to be a lot more people seeking answers than trying to answer. | |
Re: Is your problem still there? looks fine to me. | |
Re: It would probably be more intuitive to pass the value from a form to jsp. I understand the value is stored in javascript, but you should be able to use a hidden field or something to put it into the form. | |
Re: For staters, you don't need to be using floats for hour, sec, min and this is where a lot of your issues will be starting. If you avoid decimal multiplication / division, you will probably get results closer to what you want. e.g. 1.20 = 1 in int (I am … | |
Hey guys, I'm having some cross-browser issues when linking remote files. I am only really concerned with IE / firefox, where IE like something like href="file://" and firefox likes href="file://///". Anyway, using either of these makes the link work in either of the browsers, which isn't really ideal. This isn't … | |
Re: there are many ways to do this, and it depends on how well you want to do this. things you may want to consider are performance, security, etc... since this is posted in the html/css section does this mean you want to use html/css? in my opinion this is the … | |
Re: I am not sure what browser you are using, but you should be able to set the application which is trigger on specific file extensions. Set the application for your extension to the alternative and hopefully that will solve you issue. | |
Just wondering why remember me is checked by default. I usually don't want it ticked and generally I think sites have it un-ticked. It's only 1 click of the mouse and so its definitely no bid deal, just something I notice :) | |
Re: startsWith? so "coolblahblahblah" will be true too? not sure that sounds totally secure, but yeah, the compiler error is as stated above. |
The End.