Search Results

Showing results 1 to 40 of 91
Search took 0.04 seconds.
Search: Posts Made By: peter_budo
Forum: C++ 1 Day Ago
Replies: 18
Views: 33,205
Posted By peter_budo
Do not reply to old threads if you not gone post solution. If you need help with your project create new thread, well explain in full sentence English and of course do not forget include relevant...
Forum: C++ 5 Days Ago
Replies: 24
Views: 43,230
Posted By peter_budo
For all students looking for mini or large projects in any language. Please visit sourceforge.net get ideas.

Thread closed.
Forum: Java 6 Days Ago
Replies: 15
Views: 557
Posted By peter_budo
Hint
Create class Product that is able to store following data
Enter product id
Enter product name
Enter product price

Make the Product class available to your application.
Use a Collection...
Forum: Java 8 Days Ago
Replies: 1
Views: 191
Posted By peter_budo
sourceforge.net plenty ideas to go through
Forum: Java 13 Days Ago
Replies: 9
Views: 277
Posted By peter_budo
Forum rule is We only give homework help to those who show effort (http://www.daniweb.com/forums/announcement9-2.html).
What is the best way to learn? By practicing and making mistakes from which...
Forum: JSP 15 Days Ago
Replies: 2
Views: 449
Posted By peter_budo
Provided example is from Apache with badly secured PHP. As far I'm aware this wouldn't work on Java web server/container even if there is no security. Login basically enables you to set valid session...
Forum: JSP Nov 10th, 2009
Replies: 1
Views: 581
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: Computer Science Nov 7th, 2009
Replies: 29
Views: 25,017
Posted By peter_budo
Closing thread because is attracting attention of lazy students and shameless project sellers.
Forum: IT Professionals' Lounge Oct 23rd, 2009
Replies: 9
Views: 1,084
Posted By peter_budo
sourceforge.net

PS: I would recommend you read forum rules as with your post you asking for warning/infraction in regards of font colour as "Avoid using an excessive amount of [bbcode] to alter...
Forum: Java Oct 18th, 2009
Replies: 13
Views: 891
Posted By peter_budo
1. Full sentence English is expected when you post on this forum, it is part of the rules which I'm sure you already read
2. Sorry I already provided valuable tips what may get you better marks,...
Forum: Java Oct 16th, 2009
Replies: 13
Views: 891
Posted By peter_budo
Any closer specification of interest?

desktop development
web development
mobile development
interest in any of the frameworks
interest in any of other technologies supported by java
...
Forum: DaniWeb Community Feedback Oct 7th, 2009
Replies: 3
Views: 574
Posted By peter_budo
DaniWeb Digest online copy is not available. If you click on the link from email you get message "An issue of our newsletter doesn't exist for this day."
Also where can we found link for previous...
Forum: DaniWeb Community Feedback Oct 7th, 2009
Replies: 9
Views: 621
Posted By peter_budo
@cwarn23 are you sure you do not have any messages in Sent Items?
Whenever you send personal message if check box bellow post editing area is left checked you get copy stored in your Sent Items.
Forum: Java Oct 4th, 2009
Replies: 3
Solved: Address Book
Views: 673
Posted By peter_budo
I have no idea what I'm looking for as I do not see any use of outFile.print(); or PrintWriter outFile = new PrintWriter(outfile);

However what I see here is intentionally another problem
...
Forum: Java Oct 3rd, 2009
Replies: 0
Code Snippet: JME(J2ME) Splash Screen
Views: 2,006
Posted By peter_budo
Here is simple example of static image to be displayed as logo on the start-up/splash screen.
This can be improved by creating animation out of series of images or use of flash file through Project...
Forum: JSP Sep 30th, 2009
Replies: 3
Views: 743
Posted By peter_budo
I would like to know if people would be interested in participating building similar starting thread like we have in Java section Starting "Java" [Java tutorials / resources / faq]...
Forum: Geeks' Lounge Aug 4th, 2009
Replies: 43
Views: 2,802
Posted By peter_budo
To put everybody mind in peace here is your "why essential, but what about Ramy and Scott".

I made nomination of essential for featured poster which was approved. My reasons to do so? In very...
Forum: JSP Jul 21st, 2009
Replies: 21
Views: 19,411
Posted By peter_budo
Well then get started as we love our forum policy about We only give homework help to those who show effort (http://www.daniweb.com/forums/announcement9-2.html). If you come up with something please...
Forum: Java May 1st, 2009
Replies: 10
Views: 857
Posted By peter_budo
You have general flaw in the logic. The values collected by JOptionPane will never get out of your while loop. To add the values to array you need to add each new grade to array inside while loop....
Forum: Java Apr 8th, 2009
Replies: 19
Views: 868
Posted By peter_budo
There is only one array involved that you need to use. Video class represent an object that has to be stored in array.
I'm not gone do Video class for you as that is simple and judging by assignment...
Forum: DaniWeb Community Feedback Apr 7th, 2009
Replies: 3
Views: 565
Posted By peter_budo
Last few days I'm having problem open daniweb page.

Anybody else with same issue?
Forum: JSP Apr 6th, 2009
Replies: 3
Views: 986
Posted By peter_budo
That is very broad topic and you do better reading about it in any of Java Web development books like Head first servlets & JSP...
Forum: Java Apr 1st, 2009
Replies: 10
Views: 651
Posted By peter_budo
Not possible. I can help you fix errors if you get any, but you need to do your application on your own.
Forum: JSP Mar 26th, 2009
Replies: 3
Views: 526
Posted By peter_budo
You may consider to have look on this article JSP database connectivity according to Model View Controller (MVC) Model 2 (http://www.daniweb.com/forums/thread141776.html). Idea is fairly similar...
Forum: Java Mar 23rd, 2009
Replies: 17
Views: 1,210
Posted By peter_budo
You can do it in MIDlet, but I will say keep it in another class as that way your code would be easier to manage. Scrolling down hundred of lines is unpleasant sport
Forum: Java Mar 21st, 2009
Replies: 17
Views: 1,210
Posted By peter_budo
You forgot to give it an instance to which the method should be called

Main kpge = new Main();
KeyPair kp = kpge.generateKeyPair(999);
PublicKey pubKey = kp.getPublic();...
Forum: Java Mar 21st, 2009
Replies: 7
Views: 822
Posted By peter_budo
I played around with your code and there is strange behaviour that I'm little baffled. I think that maybe somebody with depth knowledge of Java would be able to explain.
From your short code it is...
Forum: Java Mar 6th, 2009
Replies: 2
Views: 2,630
Posted By peter_budo
I do not want to sound rude, but you sound as classic example of drag&drop programmer that just got stack with his project because he is simply not able modify that crucial section of code need it.
...
Forum: Java Mar 1st, 2009
Replies: 12
Views: 668
Posted By peter_budo
Before anybody else step into this I will said don't do it.
IMtheBESTatJAVA blaming this on the community will not work. You are fully aware of the rule We only give homework help to those who show...
Forum: Java Feb 27th, 2009
Replies: 12
Views: 668
Posted By peter_budo
Homework by may search (http://www.paloverde.org/changcl/csIII/ICT/AB24/Worksheet%20AB24.1%20-%20Recursive%20Arrays.doc), from Palo Verde High School (home page (http://www.paloverde.org/)) and...
Forum: JSP Feb 25th, 2009
Replies: 1
Views: 1,673
Posted By peter_budo
Your post been moved from Introduction to JSP as it belongs here.
On top of the JSP section is sticky post JSP database connectivity according to Model View Controller (MVC) Model 2, which should...
Forum: JSP Feb 20th, 2009
Replies: 3
Views: 1,949
Posted By peter_budo
Is there something wrong with JSP database connectivity according to Model View Controller (MVC) Model 2 that is at the top of JSP section, you can view it here...
Forum: Java Jan 21st, 2009
Replies: 16
Views: 779
Posted By peter_budo
You two do not really know where to stop teasing. Why do you constantly mock all new comers? Don't you think that one person saying "No, we will not do it for.." is clear message that if other side...
Forum: JSP Jan 12th, 2009
Replies: 1
Views: 1,384
Posted By peter_budo
If you check this tutorial (http://www.daniweb.com/forums/thread141776.html) you should be able to find answer to your question
Forum: Java Jan 10th, 2009
Replies: 2
Views: 230
Posted By peter_budo
There are two ways how to get about this problem

1. One general listener for associated components like now in your case ItemListern

public void itemStateChanged(ItemEvent e) {
...
Forum: Java Jan 4th, 2009
Replies: 5
Views: 765
Posted By peter_budo
LG developer section http://developer.lgmobile.com/
Forum: Java Dec 28th, 2008
Replies: 10
Solved: Deleting Files
Views: 1,061
Posted By peter_budo
This works fine.
import java.io.File;
import java.io.IOException;

/**
* Delete a file from within Java
*
* @author Ian F. Darwin, http://www.darwinsys.com/
* @version $Id:...
Forum: Java Dec 22nd, 2008
Replies: 15
Views: 975
Posted By peter_budo
Test class as suggested
public class Test
{
private String question;
private String optionA;
private String optionB;
private String optionC;
private String answer;

public Test(){}
Forum: Java Dec 5th, 2008
Replies: 9
Views: 637
Posted By peter_budo
Guys, lately many of you become more jabbing, pushing and aggressive in the responds to most of the questions asked on the forum specially if the request

list homework in copy&paste style
no...
Forum: JSP Dec 4th, 2008
Replies: 2
Views: 708
Posted By peter_budo
If you checked out very first post of JSP section, there wouldn't be any need for this post...
Showing results 1 to 40 of 91

 


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

©2003 - 2009 DaniWeb® LLC