5,031 Posted Topics

Member Avatar for thilinam

That is not normal behaviour. Would it be possible for you to upload copy of your project or is it some school work you do not want to post it?

Member Avatar for NormR1
0
77
Member Avatar for thunderbird123

Sorry dude this is development forum not user trouble shooting of how to use mobile device or why you choose bad price plan...

Member Avatar for peter_budo
0
123
Member Avatar for qwest21

[QUOTE=qwest21;267979]thanks alot let me try that[/QUOTE] mate get copy of Deitel & Deitel JAVA How to Program 6th Edition and look up chapter 24 Case Study (but don't try to cheat your teach will know it :twisted: )

Member Avatar for masijade
0
365
Member Avatar for wangome

and telling what language you using would be helpful to so we can move it to correct section

Member Avatar for peter_budo
0
102
Member Avatar for Gregoriochavez
Member Avatar for Harine

I do not believe you are limited to only JSP. You just do not want to say truth that you do not know how to approach this problem, like for start using servlet instead of butchering JSP

Member Avatar for peter_budo
0
178
Member Avatar for madhub2v

Best know [url]http://sourceforge.net/[/url] (for example [URL="http://sourceforge.net/projects/pebble/"]Pebble[/URL] - blogging application), [url]http://github.com/[/url] , [url]http://java-source.net/[/url] , [url]http://www.apache.org/[/url]

Member Avatar for madhub2v
0
126
Member Avatar for TheSecOrg

Thread closed as double already created in C++ section [URL="http://www.daniweb.com/forums/thread308029.html"]here[/URL]. In the future please do not create double and wait for post to be moved when you know the request been placed.

Member Avatar for peter_budo
0
103
Member Avatar for James0l9l

Thread closed as there is double [URL="http://www.daniweb.com/forums/post1319627.html"]here[/URL]

Member Avatar for peter_budo
0
177
Member Avatar for Xeros606

Question is what can you do (GUI/JEE/Web Services/mobile development)? What sort of projects did you do so far?

Member Avatar for jon.kiparsky
0
109
Member Avatar for ahsan1

Extract wherever you want and then tell your IDE that this library has to be added to your project...

Member Avatar for peter_budo
0
65
Member Avatar for Shaaani

@NormR1 that is unlikely to happen as that fool omitted any reporting in catch statements. Shaaani, put printStackTrace() in your your catch blocks then you would know what is wrong

Member Avatar for peter_budo
0
110
Member Avatar for 1NJ3CT3D

1. What this has to do with mobile development? Nothing, ignorantly made post 2. Even if somebody was willing to have go on it there is a something like [URL="http://www.daniweb.com/forums/announcement8-2.html"]We only give homework help to those who show effort[/URL] 3. Moving to HTML section

Member Avatar for JRM
-1
84
Member Avatar for gabblesargh

All of you have so much to say if it is C or not C completely ignoring thread title. @AD, thanx for flagging post

Member Avatar for peter_budo
0
188
Member Avatar for peter_budo

It was brought to my attention that Announcements like [URL="http://www.daniweb.com/forums/announcement8-2.html"]We only give homework help to those who show effort[/URL] link does not work for some people. For example javaAddict in [URL="http://www.daniweb.com/forums/post1301935.html#post1301935"]this post[/URL]. However I don't have such problem

Member Avatar for Lusiphur
0
146
Member Avatar for ccmf

This should be moved to IT Professionals' Lounge for time being as this is best place at the moment. PS: I would like to see this in Databases section, but not possible. If you would like to see it also there add your opinion [URL="http://www.daniweb.com/forums/thread306699.html"]here[/URL]

Member Avatar for ccmf
0
180
Member Avatar for slamdunk

Thread locked as slamdunk created double in [URL="http://www.daniweb.com/forums/post1315070.html#post1315070"]JavaScript section[/URL]. @NormR1 please do not advise people to try other section, rather Flag Bad Post and ask moderator/admin to moved thread to correct place.

Member Avatar for peter_budo
0
175
Member Avatar for rogue005

Yes and No. First you need to establish connection (usb cable, bluetooth, infrared, IP) and then you have to have both ends covered with some application that will send/receive message

Member Avatar for peter_budo
0
96
Member Avatar for mahdi68

JAR initiated installation process overview [URL="http://library.forum.nokia.com/index.jsp?topic=/S60_5th_Edition_Cpp_Developers_Library/GUID-35228542-8C95-4849-A73F-2B4F082F0C44/sdk/doc_source/guide/J2ME-subsystem-guide/JavaMIDP/JavaMIDP_Install/JARInstallOverview.guide.html"]here[/URL]

Member Avatar for NicAx64
0
116
Member Avatar for Tekmaven

Alice or not Alice that vote poll should be closed ages ago. Or are we still after opinion on this "cool" addition?

Member Avatar for peter_budo
0
467
Member Avatar for Hisham-Usif

Thread closed as there is already [URL="http://www.daniweb.com/forums/thread306414.html"]double in VB.NET[/URL]. In the future please do not double post as this is not welcome, rather press Flag Bad Post and type short message asking for post to be moved to correct forum section.

Member Avatar for peter_budo
0
161
Member Avatar for swi2

CustomItem as [URL="http://download.oracle.com/javame/config/cldc/ref-impl/midp2.0/jsr118/javax/microedition/lcdui/CustomItem.html"]API states[/URL] [quote]A CustomItem is customizable by subclassing to introduce new visual and interactive elements into Forms. Subclasses are responsible for their visual appearance including sizing and rendering and choice of colors, fonts and graphics. Subclasses are responsible for the user interaction mode by responding to events generated …

Member Avatar for peter_budo
0
87
Member Avatar for nur_ahm4d

Two options: [LIST=1] [*]set individual selections with [URL="http://download.oracle.com/javame/config/cldc/ref-impl/midp2.0/jsr118/javax/microedition/lcdui/ChoiceGroup.html#setSelectedIndex(int,%20boolean)"]setSelectedIndex(int elementNum, boolean selected)[/URL] where elementNum represent element position in group. Index starts from 0 to size()-1 [*]set multiple elements in one go use [URL="http://download.oracle.com/javame/config/cldc/ref-impl/midp2.0/jsr118/javax/microedition/lcdui/ChoiceGroup.html#setSelectedFlags(boolean[])"]setSelectedFlags(boolean[] selectedArray)[/URL], simply provide array of boolean for each element [/LIST]

Member Avatar for peter_budo
0
58
Member Avatar for emclondon

1. Every student at the start of new school year, specifically at universities, is strongly encouraged to read university rules in regards of plagiarism which also includes sections how to use external resources and how to write reports. If you did you would know how much you can relay on …

Member Avatar for Dani
-1
282
Member Avatar for raghujosh

Your server cannot find your Java class that should be inside PROEJCT_FOLDER/WEB-INF/classes. For more details on project folder structure check Tomcat documentation [URL="http://tomcat.apache.org/tomcat-7.0-doc/appdev/deployment.html"]here[/URL]

Member Avatar for raghujosh
0
189
Member Avatar for gretty

Guess you have "language fever" you mix few things but it is not so bad. See below my corrections [code=Java] package similie; import java.util.Scanner; public class Main { public Main() { } public static void main(String[] args) {//missing parameters in main method int cAdjective, cNoun; int max; String[] adjective; // …

Member Avatar for tong1
0
214
Member Avatar for frodo_man

[QUOTE=kelcy;1296099]i'd prefer iphone, i always liked iphone because its user friendly[/QUOTE] User friendly based on what? That is just personal opinion with no technical background at all... @frodo_man Choice is really yours with given background you can pick up either programming language. At the moment it would be more question …

Member Avatar for Master Rattley
0
102
Member Avatar for freshface001

Not sure if it is possible... If you found something about it, please leave some info

Member Avatar for MindSter
0
164
Member Avatar for missbeginner

> oh shoot. how to post code correctly, sorry for being so very dumb on this, > [code]YOUR CODE HERE[/code] [code=asp.net]YOUR CODE HERE[/code] where asp.net can be replaced by various languages (PHP, ASP, Java, C, C++, JSP, JavaScript, SQL, etc)

Member Avatar for new SE
0
284
Member Avatar for mutawari

You need to take it in steps [LIST=1] [*]Get values out of database and store it in appropriate object [*]Make calculations [*]Present result in final table [/LIST]

Member Avatar for mutawari
0
119
Member Avatar for benjaminTribe7

1. Learn how to use code tags 2. Emails in the posts not allowed, read [URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies"]forum rules [/URL]for both mentioned 3. Don't you think issue would be either solved or forgotten after year???

Member Avatar for peter_budo
0
2K
Member Avatar for jamesyrawr

Moved, next time please use "Flag Bad Post" option and type short message like "Please move to JavaScript section". Post moved now

Member Avatar for peter_budo
0
99
Member Avatar for mahdi68

[QUOTE=mahdi68;1024048]this messege is shown >>Unable to read repository at [url]http://dl-ssl.google.com/android/eclipse/[/url]. [url]http://dl-ssl.google.com/android/eclipse/[/url] is not a valid repository location.[/QUOTE] Repositories are not normally accessible through browser request. I tried [icode]http://dl-ssl.google.com/android/eclipse/[/icode] and [icode]https://dl-ssl.google.com/android/eclipse/[/icode] and they both worked for me. Make sure you do not have an empty space behind slash as this make …

Member Avatar for Rigved
0
499
Member Avatar for KcNaveen

Whole code for your pleasure to read it and use it [URL="http://www.daniweb.com/forums/announcement8-2.html"]here[/URL]

Member Avatar for javaAddict
-1
162
Member Avatar for mahdi68

You need to run two emulator instances in same time and do not forget to give them unique IDs which you can lookup by easily

Member Avatar for mahdi68
0
359
Member Avatar for nikk
Member Avatar for selvanandhini
0
2K
Member Avatar for cpp.coder37

Any moderator or administrator can and no moronic personal messages would change that [QUOTE=cpp.coder37]Who the hell are you to stop me posting a thread multiple times? I m the owner of daniweb[/QUOTE]

Member Avatar for ~s.o.s~
-6
231
Member Avatar for nelly_1005

[LIST=1] [*]You should know that urgency on your side will not speed up process on our side, we have right to live too... [*]Any reason for Tomcat 4 when there s Tomcat 6? If not, either use latest Tomcat 5 or go for Tomcat 6 as is working fine. ([url]http://tomcat.apache.org/[/url]) …

Member Avatar for ernikhil
0
473
Member Avatar for mayank.dyl

You can try to read either [URL="http://books.google.com/books?id=KLUy-UsspI0C&printsec=frontcover&dq=pro+apache+ant&lr=&cd=1#v=onepage&q&f=false"]Pro Apache Ant[/URL] or [URL="http://books.google.com/books?id=pn_2a08y8uQC&lpg=PP1&dq=Ant%3A%20The%20Definitive%20Guide&pg=PP1#v=onepage&q&f=false"]Ant: the definitive guide[/URL] (both links goes to Books Google where you can read quite large portion of either book). Personally I prefer Maven (that is another build tool). More resources on tools can be found in [URL="http://www.daniweb.com/forums/post1110466.html#post1110466"]this post[/URL]

Member Avatar for peter_budo
0
133
Member Avatar for cjmartin

All you need to is monitor mouse clicks in/over the component and mark starting caret and ending caret. Magic done [code]import java.awt.*; import java.awt.event.*; import javax.swing.*; import javax.swing.event.*; public class JTextFieldDemo { JLabel jlabAll; JLabel jlabSelected; JTextField jtf; JButton jbtnCut; JButton jbtnPaste; public JTextFieldDemo(){ JFrame jfrm = new JFrame("Use JTextField"); …

Member Avatar for cjmartin
0
503
Member Avatar for simranjit kaur

[QUOTE=ithelp;899572]What is meant by codification ?[/QUOTE] code, coding, code sample, code tutorial, or perhaps full solution

Member Avatar for peter_budo
0
133
Member Avatar for Rameshkeerthi

@vee_liang well spotted. PS: So just you know Jayavardhan and Rameshkeerthi are the same user. With fake account he create lame question and then he reply. Return back as original poster and he pretend solution is great and that he is grateful and pleased with solution. This also include attempt …

Member Avatar for peter_budo
0
108
Member Avatar for Buolbear4444

I can hardly answer most of your questions as I never did any development for iPhone. However SDK is free check [URL="http://developer.apple.com/iphone/index.action"]iPhone Dev Center[/URL](you only need to register with Apple, so they can send you spam) and for start you do not need device as SDK is coming with emulator …

Member Avatar for papanyquiL
0
136
Member Avatar for VenusCrystal

I guess you need to apply more to your study otherwise you would know from first lectures/tutorials that Java Script is not Java and that means it is not Java Server pages too. Thread moved

Member Avatar for VenusCrystal
0
113
Member Avatar for rahulrulez

google => [URL="http://www.google.co.uk/search?hl=en&q=java+servlet+jsp+shopping+cart+tutorial&btnG=Search&aq=f&aqi=&aql=&oq=&gs_rfai="]java servlet jsp shopping cart tutorial[/URL]

Member Avatar for peter_budo
0
88
Member Avatar for mayank.dyl

Well if you ask these sort of questions there is not really short answer. I recommend you start reading [URL="http://books.google.com/books?id=15wp6fmAy4sC&lpg=PP1&dq=head%20first%20servlets%20and%20jsp&pg=PP1#v=onepage&q&f=false"]Head First Servlets and JSP[/URL], if you have no Java background you would need allocate even some time to study Java maybe with [URL="http://books.google.com/books?id=5VTBuvfZDyoC&lpg=PA628&dq=head%20first%20servlets%20and%20jsp&pg=PP1#v=onepage&q=head%20first%20servlets%20and%20jsp&f=false"]Head First Java[/URL]

Member Avatar for peter_budo
0
94
Member Avatar for rcasinillo_s

[QUOTE=prasenjitmca7;921771]could any one help me of the answer??? thank you in advance.. Prasenjit[/QUOTE] You have reply just above your post. If you do not like that answer then do no re-open old thread and create new one [QUOTE=prasenjitmca7;921776]how i delete image from database?[/QUOTE] w3schools [URL="http://w3schools.com/sql/sql_delete.asp"]SQL DELETE Statement[/URL]

Member Avatar for metalix
0
4K
Member Avatar for har58

@har58 if you already have code why don't you post it so we can see it and help you with what you already have instead of redoing it? @musthafa.aj nice attempt but you misunderstand question

Member Avatar for tong1
0
175
Member Avatar for cwarn23

[U]Home desktop[/U] Case Antec 1200 PSU XFX 850w Black Edition Modular Power Supply Motherboard ASUS Crosshair III Formula CPU AMD Phenom II X4 Quad Core 965 Black Edition 3.40GHz RAM Crucial 2kits of 2x2GB (total 8GB RAM) Ballistix [later replaced by standard Crucial as 1600MHz Ballistix didn't work with mobo] …

Member Avatar for madaapril
0
183
Member Avatar for Avasulthiris

NO there aren't any free ebooks that are legal however there is [URL="http://books.google.com/books?id=CU6rr-qkUysC&lpg=PA3&dq=android&pg=PP1#v=onepage&q=&f=false"]Android Essentials[/URL] and [URL="http://books.google.com/books?id=hoFI5pxjGesC&lpg=PP1&dq=android&pg=PP1#v=onepage&q=&f=false"]Android: A Programmer's Guide[/URL] with limited preview from Google Books

Member Avatar for jfoo111
0
264

The End.