419 Posted Topics
Re: If you do a search, you should find a lot of information regarding this topic on the web. You will get help with more specific questions around here. | |
Re: what is the relationship between zipcode and the .csv file? I mean if it is simply [zipcode].csv, you can just read the user input and read the file... | |
Re: you want to find out what codec was used to encode the video. if you get that codec and install it so that wmp knows about it, it should be sweet. usual suspects: divx, xvid | |
Re: there are so many threads about this topic, the meta tags aren't as important as making your content readable to bots. | |
Re: do you know what each of those techniques is? first of all you should have some idea of where each of those techniques will be useful in your program (so you need to understand them first). | |
Re: jTextPanel has no getCharacterAttributes() method | |
Re: yes i do, why don't you actually give it a shot first, and then we can help you out further. | |
Re: well surely if you read each line sequentially and print each array item sequentially, it will be exactly as it was originally. if you are not concerned about robustness (i.e. always expect the input file to be of your chosen format), you can manipulate your foreach loop to print returns … | |
Re: it's a bit hard to debug is just looking at the code and I can't really be bothered compiling it myself. But since it is a nullpointer I think that one of your objects in itemSearch is not initiliased properly. | |
Hi All, I am writing a VB6 script to interact webservices, and I need to add security to the SOAP messages. Currently, the messages are pretty static, with a few variables (so there are template XMLs with spaces for variables). This works fine without security, but as soon as security … | |
Hey all, I haven't had a lot of experience with VBA (Excel), but I think I have done enough research, so now I'm coming here for assistance. I need my VBA macro to use a keystore, so I was going to use System.Security.Cryptography.X509Certificates.Import. My issue is however, I cannot add … | |
Re: you could try have something like a MAXSIZE, or you could render the table after you have read all the info. | |
Re: for years I haven't used any security tools on my computer, and haven't had any virus related issues. personally, i believe the best protection is being careful what you download, and what websites you visit. even if you have good software, stupidity can still get your computer infested. | |
Re: it is probably caused by a windows update. change the settings so that windows will ask you before it installs any updates and then you should be able to determine the cause. | |
Re: post the specs of your machine, they we can tell you if it supposed to be fast or not ;) | |
![]() | Re: vista uses a lot more memory than xp so just make sure you have enough ram (1.5GB+), otherwise your laptop will feel slow. |
Re: try a system restore. you cannot re-install vista without losing everything if you can't boot into it (this is what the repair tool should do). since you have a dual-boot saving your data shouldn't be an issue though. | |
Re: this is an example I found elsewhere ([url]http://www.dynamicdrive.com/forums/showthread.php?t=8900):[/url] [CODE]<select size="1" onChange="this.form.action=this.options[this.selectedIndex].value;"> <option value="default.php">Select action</option> <option value="bob.php">Bob</option> <option value="joe.php">Joe</option> </select>[/CODE] Obviously not the same situation as yourself, but it should be modifiable to fit your needs. | |
Re: are you closing your img tags? | |
Re: In terms of tables, if you use them for your layout, it is kinda frowned upon. By using tables you are using a lot more code, you should look into using css instead. With dreamweaver or any html/css ide (this is my personal opinion), well I wouldn't use a design … | |
Re: yeah, it is for security, but you should be able to simply click "allow" | |
Re: what happens when you run the code? it "should" hit the while and continuously print (you have an infinite loop there). if you are not getting into a infinite loop, numrows_user is probably not set to what you expect. | |
Re: is something like this what you mean? [URL="http://csm2kh.blogspot.com/2008/05/eclipse-create-users-add-library.html"]http://csm2kh.blogspot.com/2008/05/eclipse-create-users-add-library.html[/URL] | |
| |
Re: What exactly are you doing? If you do not have a JDK installed with correct configuration there is no way your box will know about "javac" it isn't something computers come with by default. | |
Re: ../ means "up one directory". My suspicion is that during your download process it would have arranged your files in such a way that the images were in the parent directory of the html. Just look on your file structure and make sure the images are there, if not move … | |
Re: It really depends on the element as well as elements around it. Can you post the code or at least some of it so somebody can try debug it? | |
Re: if you've installed anything new on the laptop recently, remove it, try again. If you have the windows cd you could also try booting from it and trying the repair options. As a last resort try get the data off and look at formatting. | |
Re: write to a temp file? | |
Re: what is a java report? depending on what kind of report you are trying to generate the implementation will be vastly different. | |
Re: [CODE=python]sum(sequence)[/CODE] you are not giving it a sequence | |
Re: I assume this is because WSAD 5.1 has the jar as a plugin or something and automatically lets you use it for your project. If you know the jar and have the jar, simply add it to your project library as an external jar (probably the easiest method). | |
Re: This isn't a JSP issue, the &heart; isn't a standard special character so you need to make sure you page will handle the it. It will be an encoding issue of some sort. Find out which character-set the heart is found in, and make the page use that set. | |
Re: hahaha this is a really unfortunate error: [code=java]while (!stop);{[/code] notice the semicolon (hence an infinite loop of empty statement) | |
Re: I used to have a similar issue with usb, but that was because of the bus power limit. If you don't have anything plugged in, I would think it is something else though... | |
Re: have you authenticated yourself before using ftp? "failed to open stream: FTP server reports 530 Login authentication failed" | |
Re: well since background works, why not use the same location.href? You are also making use of deprecated code, you might want to rethink how you are changing the properties. | |
Re: [code]<form> <input type="submit" disabled="disabled"> </form>[/code] ![]() | |
Re: no, you have initialised the HttpServletRequest as null, how would it contain a parameter? | |
Re: If you buy cheap flash drives, well... they are cheap. I also have a 8gb flash, but it corrupts large files (e.g. video). | |
Re: first issue sounds really strange, the system out doesn't print pass? with the second, are you importing Employee? | |
Re: Perhaps you are getting confused... what exactly are you trying to do? | |
Re: It is as simple as referencing the css file in your head section of code. If you want tutorials, try looking at some css tutorials (e.g. w3schools) | |
Re: I am not too sure what you mean, if you mean the actual design implementation you could use something like dreamweaver. If you mean actually designing your website, prototypes are generally done one paper since they are easiest and you can test it easily with users. However I believe there … | |
Re: I am not sure you will find a specific article relating md5 to a java GUI, but it isn't really different to just md5 in a command-line environment. If you can get your checksums generating, just attach it to a GUI, by events or whatever your requirement may be. | |
Re: You need to use code tags, and you know it isn't possible to use JavaScript alone to "chat" with somebody else. How is your php implemented? |
The End.