Search Results

Showing results 1 to 40 of 790
Search took 0.12 seconds.
Search: Posts Made By: peter_budo
Forum: Java 1 Day Ago
Replies: 2
Views: 106
Posted By peter_budo
JFileChooser beside having showOpenDialog(Component parent) for selecting files to open/be processed has also showSaveDialog(Component parent) ...
Forum: Java 2 Days Ago
Replies: 7
Views: 640
Posted By peter_budo
So on the end you went with my original suggestion :D
Forum: Java 2 Days Ago
Replies: 7
Views: 640
Posted By peter_budo
You better post your issue in new thread instead of trying to bargaining in style "give me what you have, maybe I will give you what I have.."
Forum: Site Layout and Usability 10 Days Ago
Replies: 5
Solved: Problem FOOTER
Views: 559
Posted By peter_budo
If you resolve it it would be nice to mark thread as solved and also explain how you resolve it...
Forum: Java 10 Days Ago
Replies: 3
Views: 165
Posted By peter_budo
EDIT: Little late for reply but anyway...

You tried to apply your logic to the problem but chosen wrong approach. Operation inside the brackets it is a statement of a condition. If the condition...
Forum: Java 13 Days Ago
Replies: 16
Solved: Append to array
Views: 564
Posted By peter_budo
-1
Yes
Yes
Forum: JSP 14 Days Ago
Replies: 3
Views: 365
Posted By peter_budo
That is funny because in my book on pg.81 is something like this (http://books.google.com/books?id=15wp6fmAy4sC&lpg=PT889&dq=d%20first%20servlets%20%26%20JSP&pg=PT113#v=onepage&q=&f=false) ;)
And...
Forum: JSP 14 Days Ago
Replies: 3
Views: 365
Posted By peter_budo
You should have developing environment set specifically for this, as loose files that can be tolerated for small desktop development are bad idea in web development
When you compile you need to...
Forum: Java 14 Days Ago
Replies: 16
Solved: Append to array
Views: 564
Posted By peter_budo
LOL, I guess I should not be replying to threads when I get out of the bed...
Forum: Java 14 Days Ago
Replies: 16
Solved: Append to array
Views: 564
Posted By peter_budo
Interesting behaviour, I was thinking that repeated assignment in this scenario is fine as basically this should repeatedly overwrite that single object of names array. We will have wait and see if...
Forum: Java 15 Days Ago
Replies: 4
Views: 225
Posted By peter_budo
I do not know if you have hard-coded path to folder or not, but once you have path tot the folder you can use File class method list() (http://java.sun.com/javase/6/docs/api/java/io/File.html#list())...
Forum: Java 16 Days Ago
Replies: 5
Views: 210
Posted By peter_budo
A list of connection strings (http://www.java2s.com/Tutorial/Java/0340__Database/AListofJDBCDriversconnectionstringdrivername.htm)
Forum: JSP 16 Days Ago
Replies: 3
Views: 418
Posted By peter_budo
Modified what exactly and what is not working? Provide full description and any related errors you receive. We are not mind readers here to know what is happening on your side...
Forum: JSP 17 Days Ago
Replies: 3
Views: 418
Posted By peter_budo
First part yes, second part no and yes (principle of connection with DB is same for all just connection string does vary) but answer is here (http://www.daniweb.com/forums/thread141776.html) if you...
Forum: JSP 18 Days Ago
Replies: 1
Views: 452
Posted By peter_budo
1) Learn more about Java web development, these days people do not use out.print to display HTML tags
2) Divide your code in according to Model-View-Controller
3) Have look on good tutorial, like...
Forum: Java 19 Days Ago
Replies: 10
Solved: Error Message
Views: 432
Posted By peter_budo
>Java DB 10.4.2.1: I assume that's Java's database, which I don't use and should be able to remove, unless Java uses it internally.
Just leave it, you may want ot use it in the future

>Java(TM) 6...
Forum: Java 19 Days Ago
Replies: 10
Solved: Error Message
Views: 432
Posted By peter_budo
PATH is C:\Program Files\Java\jdk1.6.0_16\bin
JAVA_HOME is C:\Program Files\Java\jdk1.6.0_16 (without "bin folder at the end)
CLASSPATH is not need it since Java 1.4
Forum: Computer Science 22 Days Ago
Replies: 9
Views: 398
Posted By peter_budo
Consider using less of colourful text, start using full sentence English and provide as much information as necessary when trying to get something sorted.
Forum: MS SQL 23 Days Ago
Replies: 5
Views: 515
Posted By peter_budo
So if you have written that code why didn't you posted so somebody can have look at it and tell you what can be wrong?
So far it does look like you posted your assignment and expect somebody else do...
Forum: HTML and CSS 23 Days Ago
Replies: 8
Views: 318
Posted By peter_budo
The code is local to your machine so we would not be able to see the code till you post it...
Forum: PHP 24 Days Ago
Replies: 11
Solved: php code error
Views: 388
Posted By peter_budo
-1
moved
moved
Forum: MS SQL 25 Days Ago
Replies: 8
Views: 1,124
Posted By peter_budo
We may never know as Rahul002 was so rude as to never reply what he/she is up to...
Forum: Java 26 Days Ago
Replies: 7
Views: 11,400
Posted By peter_budo
You must be real dump not to see the sarcasm of request...
Forum: Java 29 Days Ago
Replies: 2
Views: 265
Posted By peter_budo
As you already found out you can not check for something that is not there, something you did not declare.
You may consider simple work around like this
if (i+1 != nubArr.size()) taking in...
Forum: MS SQL 30 Days Ago
Replies: 8
Views: 1,124
Posted By peter_budo
@Thirusha correction, you can do DB connectivity with AJAX (http://www.google.co.uk/#hl=en&source=hp&q=ajax+database+connectivity&btnG=Google+Search&meta=&aq=8&oq=ajax+database+&fp=c662ce1e81ac315b)...
Forum: MySQL 32 Days Ago
Replies: 2
Views: 398
Posted By peter_budo
If you checked box in installation to set path for MySQL you need to only call mysql -u USERNAME -p followed by password after system request. In case you didn't do it, you need to navigate command...
Forum: JSP 33 Days Ago
Replies: 3
Views: 342
Posted By peter_budo
If Tomcat been installed through IDE it may have assign different port then 8080 or 80. Check it with server.xml file that is inside conf folder of your Tomcat directory
Forum: Java Oct 23rd, 2009
Replies: 10
Solved: Error Message
Views: 432
Posted By peter_budo
beside JAVA_HOME do you have set PATH in system variables as C:\Program Files\Java\jdk1.6.0_16\bin?
Forum: Java Oct 22nd, 2009
Replies: 7
Views: 640
Posted By peter_budo
Sorry, I cannot help right know (little busy at the moment), but you can have look at Beginning J2ME: From Novice to Professional Chapter 12...
Forum: Java Oct 22nd, 2009
Replies: 10
Solved: Error Message
Views: 432
Posted By peter_budo
No JavaFX is just add-on with NetBeans instalation. Did you set path to your installation of Java like in the first part of this article (http://webdev.sis.pitt.edu/st/sec_cookie/cookie2.htm) (up to...
Forum: RSS, Web Services and SOAP Oct 22nd, 2009
Replies: 6
Views: 1,011
Posted By peter_budo
So is this solved now or there is something else you want to ask?
If it is solved, please mark it as solved by clicking on "Mark as Solved" bellow last post.
Forum: Java Oct 20th, 2009
Replies: 4
Solved: J2ME -> Android
Views: 813
Posted By peter_budo
NO there aren't any free ebooks that are legal however there is Android Essentials (http://books.google.com/books?id=CU6rr-qkUysC&lpg=PA3&dq=android&pg=PP1#v=onepage&q=&f=false) and Android: A...
Forum: RSS, Web Services and SOAP Oct 20th, 2009
Replies: 6
Views: 1,011
Posted By peter_budo
You did not imported Logger into your code as other packages
import org.jboss.logging.Logger;

Full JBoss documentation on topic here (http://docs.jboss.org/process-guide/en/html/logging.html)...
Forum: HTML and CSS Oct 18th, 2009
Replies: 9
Views: 685
Posted By peter_budo
You have two instances of bold tag left in wrong places see code bellow.
<DIV style="LEFT: 30px; POSITION: relative; TOP: 65px; visibility: visible;" id="buttonUp"><A ...
Forum: RSS, Web Services and SOAP Oct 17th, 2009
Replies: 6
Views: 1,011
Posted By peter_budo
Problem description is missing, how we are supposed to know what sort of errors you getting. Plus there is no chance to second-guess what you trying to achieve...
Forum: HTML and CSS Oct 17th, 2009
Replies: 9
Views: 685
Posted By peter_budo
Is the problem occurring only on sites you create or in any website. If it is only your creation then we need to see code...
Forum: Java Oct 16th, 2009
Replies: 19
Views: 989
Posted By peter_budo
Remove "<Student>" from ValidRecords class opening, problem solved...


package Assignment;

import java.util.*;
/**
*
* @author Nigel Novak
*/
Forum: JSP Oct 13th, 2009
Replies: 3
Views: 503
Posted By peter_budo
Edit: Ignore this, masijade already spotted error
First check your name spelling for tables and columns used if you have any spelling mistakes (can check it as you failed to provide database or...
Forum: JSP Oct 12th, 2009
Replies: 6
Views: 593
Posted By peter_budo
Depends on the type of installation package you choose. If you go for windows installer you loosing capability to use your instance of Tomcat with IDE(Eclipse, NetBeans, IntelliJ IDEA) as this...
Forum: Java Oct 11th, 2009
Replies: 7
Views: 641
Posted By peter_budo
You need to pay closer attention to opening and closing of brackets. See bellow code (the code still will not compile and throw some errors which you need to solve)

import javax.swing.*;
import...
Showing results 1 to 40 of 790

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC