5,031 Posted Topics

Member Avatar for farag

[URL="http://www.scmadbook.com/index.php/Main_Page"]Sun Certified Mobile Application Developer exam (Exam CX-310-110) [/URL] book is currently only available to buy from India, few companies are happy to post it over sea. Be aware that you need JSCP before you can take SCMAD (see [URL="http://www.sun.com/training/certification/java/index.xml"]Java Certification[/URL] for more info)

Member Avatar for peter_budo
0
131
Member Avatar for jjohnson33

[QUOTE=EllenT;429078]I face a tough problem [/QUOTE] As you said it is a dificult problem and it is your so please do your homework and only if you get into certain difficulties make another post. We are not here to do whole your homework. More info [URL="http://www.daniweb.com/forums/announcement9-2.html"]here[/URL]

Member Avatar for umay
0
420
Member Avatar for kingarthur

Are this data about connection to absolute (never to change, then why not to hard code it) or user may have option to edit them when need it(do not forget about security, something like encrypted file)? And yes, you can use external file.

Member Avatar for kvprajapati
0
91
Member Avatar for Kishorey

[URL="http://java.sun.com/docs/books/tutorial/uiswing/misc/timer.html"]How to Use Swing Timers[/URL]

Member Avatar for Kishorey
0
101
Member Avatar for daniel_ahuk

[QUOTE=Ezzaral;683843]This link might help get you started: [url]http://www.lac.inpe.br/~rafael.santos/JIPCookbook/6050-howto-compareimages.jsp[/url][/QUOTE] Look like Rafael made some changes to his site since last year. I was working with his examples when I did my university final year project on TIFF to PDF conversion and vice versa.

Member Avatar for BinodSuman
0
201
Member Avatar for furqan219

@furqan219 - before your post next please read [URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies"]forum rules[/URL]. I seen multiple instances of same question all over the PHP forum and also post hijacking. I would normally merge these posts together but at this stage something like that would be disastrous so I will leave them be.

Member Avatar for msnmnk
-1
127
Member Avatar for mhb4mahlet

[LIST=1] [*]Welcome to daniweb [*]You failed to mention programming language [*]We have rule here that says "We only give homework help to those who show effort", meaning please show your code what you did so far and explain where you have problem to progress further [/LIST] PS: Once language specification …

Member Avatar for peter_budo
0
63
Member Avatar for c6666
Member Avatar for Xessa

Can you please show us your HTML for this checkbox and also how you read form data in servlet?

Member Avatar for peter_budo
0
37
Member Avatar for farooq82

JSP section, first post on the top [URL="http://www.daniweb.com/forums/thread141776.html"]JSP database connectivity according to Model View Controller (MVC) Model 2[/URL]. Same way as you retrieve data from text fields you would read any other form component. PS: I made request to move this post to JSP section

Member Avatar for peter_budo
0
114
Member Avatar for suretd

[code] try { System.out.println("Creating Users table with primary key index ... "); stmt.executeUpdate("CREATE TABLE Users (" + "userID TEXT(20) NOT NULL " + "CONSTRAINT PK_Users PRIMARY KEY, " + "lastName TEXT(30) NOT NULL, " + "firstName TEXT(30) NOT NULL, " + "pswd LONGBINARY, " + "admin BIT" [COLOR="Red"]+ ")");[/COLOR] } …

Member Avatar for suretd
0
131
Member Avatar for Lewis_UnderGrad

Try to re-run MySQL Server Instance Config Wizard (Start >> All Programs >> MySQL >> MySQL Server 5.1 >>MySQL Server Instance Config Wizard) as sometimes configuration may collide with other applications or anti-virus/firewall

Member Avatar for peter_budo
0
138
Member Avatar for ChrisJ

Their online documentation is not very extensive. In term of positioning on center option is documented [URL="http://orangoo.com/labs/greybox/advance_usage.html"]here[/URL]. I suggest to join their [URL="http://groups.google.com/group/greybox"]Google group[/URL] and ask there for other positioning options

Member Avatar for peter_budo
0
187
Member Avatar for fwso

Try to read following books [URL="http://books.google.com/books?id=nDCoAAAACAAJ&dq=effective+java"]Effective Java[/URL] - 2nd Edition, [URL="http://books.google.com/books?id=6LpQAAAAMAAJ&q=Concurrency+in+Practice&dq=Concurrency+in+Practice&pgis=1"]Concurrency in Practice[/URL] and [URL="http://books.google.com/books?id=LjJcCnNf92kC&printsec=frontcover&dq=Head+First+Design+Patterns"]Head First Design Patterns[/URL]. It is very interesting and useful reading for starting and even experienced developers

Member Avatar for peter_budo
0
323
Member Avatar for localp

For pc to server upload you better to use something like [URL="http://commons.apache.org/fileupload/"]Commons FileUpload[/URL]

Member Avatar for peter_budo
0
141
Member Avatar for mjhamb

[QUOTE=sreein1986;880788]where is the icons[/QUOTE] Don't you see below the actual post following comment [quote]Last edited by Narue : 4 Hours Ago at 14:56. Reason: removed fake signature[/quote]

Member Avatar for peter_budo
0
112
Member Avatar for gstang95gt

For quick fix you can do few changes as follows [code=Java] import java.util.Arrays; import java.awt.Dimension; import java.awt.FlowLayout; import javax.swing.JLabel; import javax.swing.JFrame; import javax.swing.JScrollPane; import javax.swing.JTextArea; import javax.swing.JPanel; class Inventory3 extends JFrame // declares public class inventory { public static void main(String args[]) // starts the program { ExtendDVD[] ExtendDVD = …

Member Avatar for peter_budo
0
82
Member Avatar for exzibit23

HttpConnection is a request-response protocol. It will help you send and receive data, but not to re-build accessed web page on your device. To build and application that will able to interpret web coding you would have to build mobile web browser such as Opera. However if you just wish …

Member Avatar for exzibit23
0
70
Member Avatar for damoose08

MSc Financial Software Engineering for me. The course has clear description of what you getting in (St Andrews Uni handbook is not so clear, at least for me), all modules link provide good info on the subject of study, I will say huge selection on optional modules (12, compare to …

Member Avatar for ict_cop
0
91
Member Avatar for jishanair
Re: Hai

[URL="http://www.google.co.uk/search?source=ig&hl=en&rlz=&=&q=multithreading&btnG=Google+Search&meta=lr%3D&aq=f&oq="]google is your friend[/URL]

Member Avatar for peter_budo
0
6
Member Avatar for jackfatal

Download relevant WTK and add it to NetBeans as in following article [URL="http://peterscorner.co.uk/2009/01/26/how_to_custom_wtk_netbeans_and_intellij_idea.html"]How-To custom WTK NetBeans and IntelliJ IDEA[/URL]

Member Avatar for jackfatal
0
107
Member Avatar for Virux

Check post six [URL="http://www.daniweb.com/forums/thread42410.html"]here[/URL]

Member Avatar for JamesCherrill
0
85
Member Avatar for Majestics

>I am making on-screen keyboard in java. This makes sense >All what i want to know is how to get focus into the notepad or any other typing point , I mean when i press a key it type it into the typing point like a keyboard do. This is …

Member Avatar for Majestics
0
155
Member Avatar for sifah

Investigate [URL="http://java.sun.com/docs/books/tutorial/essential/regex/"]Regular Expressions[/URL], try to code it and if you have problems post it here

Member Avatar for JugglerDrummer
0
89
Member Avatar for squinx22

I will recommend to ask these questions on some mobile community as our Java section is more general. Try Nokia,Sony Ericsson or maybe Sun mobile forum section.

Member Avatar for peter_budo
0
55
Member Avatar for ndoe

[URL="http://java.sun.com/javase/technologies/desktop/media/jmf/index.jsp"]Java Media Framework[/URL], here is small sample [URL="http://grack.com/downloads/school/enel619.10/report/java_media_framework.html"]Capturing Audio[/URL] or [URL="http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/guide/JMFCapturing.html"]Capturing Time-Based Media with JMF[/URL]

Member Avatar for peter_budo
0
140
Member Avatar for gstang95gt

Have look at [URL="http://www.daniweb.com/forums/thread185239.html"]this post[/URL], we discussed simple sorting of Vector which is very similar to array. masijade provided very neat solution

Member Avatar for gstang95gt
0
145
Member Avatar for peepster

The size of menu been declared as 75opx. Unfortunately after adding all elements of your list there is still little empty space left at the end. Just change value in [B]#menu a.last[/B] of padding-right from 21px to 30px and it should be solved (at least it worked for me when …

Member Avatar for MidiMagic
0
108
Member Avatar for AmandaLouSmith

[QUOTE=AmandaLouSmith;875355]Okay everyone.... I figured it out. My mistake.. I am a dork. Have a beautiful Memorial Day tomorrow![/QUOTE] No worries, nobody is perfect. PS: Nice web site layout

Member Avatar for MidiMagic
0
136
Member Avatar for sanjayrawat177

[URL="http://itextdocs.lowagie.com/tutorial/general/webapp/index.php#top"]iText in web applications[/URL]

Member Avatar for sanjayrawat177
0
2K
Member Avatar for shahbaz5144842

Have look into [URL="http://www.daniweb.com/forums/thread141776.html"]JSP database connectivity according to Model View Controller (MVC) Model 2[/URL] which is first post in JSP section

Member Avatar for peter_budo
0
94
Member Avatar for dbayo

Final year student and you do not know how to do simple topic search? Just 3 words in google and look how many of them pop-up, [URL="http://www.google.co.uk/search?hl=en&q=excel+to+mysql&btnG=Google+Search&meta="]result[/URL]. Secondly did you consider actualy to which formats Excel can save documents and what sort of formats you can import to database? What …

Member Avatar for FreeGroup
0
172
Member Avatar for watkinsd

[QUOTE=adriian1;875841]Hey there buddy! your site's layout is ok but i noticed that the picture that is in the middle-right part is positioned absolutley and it floats around with the layout as you change sizes, the problem could be that its outside the main container check it out and contact me …

Member Avatar for peter_budo
0
92
Member Avatar for joshmo

[code=Java]((com = (JComponent)p.getVisualComponent()) != null)[/code] What you trying to achieve with this line? Are you trying to assign JComponent to com variable if result is not null? I do not think second part sufficient to locate problem. PS: It is not recommended to mix SWING and AWT.

Member Avatar for joshmo
0
125
Member Avatar for SKANK!!!!!

Please post your problem here. Solving issues over email or PM is against forum rules.

Member Avatar for SKANK!!!!!
0
92
Member Avatar for Amber Kulkarni
Re: help

[URL="http://www.daniweb.com/search/search.php?q=java+final+year+project"]Happy reading[/URL]

Member Avatar for Robdale
0
32
Member Avatar for asp_see

Nope there is no direct way as in general there are 3 types of mobile devices [LIST] [*]without capability of internet access (old phones) [*]internet access, but no internet browser just simple parser (most of current phones) [*]internet access and mobile internet browser ( number of Windows CE based phones, …

Member Avatar for FaridMasood
0
145
Member Avatar for peter_budo

One of my friends is trying to follow [URL="http://developer.sonyericsson.com/site/global/techsupport/tipstrickscode/java/p_post_javafile_webserver.jsp"]Sony Ericsson tutorial [/URL]on HTTP document upload from mobile device through Java Microedition. Here is an HTML example. [code=html]<form action="http://myserver/post.php" enctype ="multipart/form-data" method="post"> <input type="file" name="uploadedfile"> <input type="submit"> </form>[/code] Here is the php file receiving the posted file. [code=php]//post.php <?php $target_path = …

Member Avatar for cwarn23
0
281
Member Avatar for gitech

[LIST=1] [*]In the future provide code we are not mind readers to know what you wrote in the code and my happen that we suggest something to use that already is used ... [*]My best guess at this situation will be that you did not use thread to maintain connection …

Member Avatar for peter_budo
0
89
Member Avatar for cwarn23

Follow the links what James provided. To create JAR you can either use IDE build-in function for creating JAR or have look at this tutorial, [URL="http://java.sun.com/docs/books/tutorial/deployment/jar/build.html"]Creating a JAR file[/URL], how to do it manually plus more add-on info

Member Avatar for cwarn23
0
191
Member Avatar for peter_budo

I just try to attach GIF file to a post. Server attempted or uploaded and rejected the image, but pop up window went blank. After that I seen there is a limitation in dimension of uploaded documents. Resize did the trick. Point is, after failure to upload document pop up …

Member Avatar for nav33n
0
145
Member Avatar for Isy

It seems it was [URL="http://www.netbeans.org/issues/show_bug.cgi?id=158100"]know bug[/URL] from release of NetBeans 6. Try to update your NetBeans to latest version 6.5 and see if you still getting this error

Member Avatar for peter_budo
0
253
Member Avatar for Creative!on

No chance for "free ride". You can only buy with discount for education if you can prove you either student or you are a teacher. Only free option I know is Flex, or ColdFusion (limited for education) [URL="https://freeriatools.adobe.com/"]here[/URL]

Member Avatar for Narue
0
138
Member Avatar for cyra

Happy [URL="http://www.daniweb.com/search/search.php?q=final+year+project"]reading[/URL]...

Member Avatar for peter_budo
-1
35
Member Avatar for evilhackerz
Member Avatar for peter_budo
0
54
Member Avatar for vedmack

You should be able to stamp TIFF with JAI, I used it few years back to page stamp multipage TIFFs

Member Avatar for peter_budo
0
183
Member Avatar for adrian_hs

To provide Tomcat wit additional libraries you need to add these into PROJECT_DIRECTORY/WEB-INF/lib. For more info have look at this [URL="http://tomcat.apache.org/tomcat-6.0-doc/appdev/deployment.html"]Deployment[/URL] documentation

Member Avatar for adrian_hs
0
270
Member Avatar for osirion666

Consider that numbers.length returns 5. That stands for [code] numbers[0] numbers[1] numbers[2] numbers[3] numbers[4][/code] Is this enough or you want other explanation?

Member Avatar for peter_budo
0
97
Member Avatar for v-n

[url]http://javadoc.netbeans.org/[/url] [url]http://www.netbeans-blog.org/netbeans-ide/generating-javadoc-for-a-project-in-netbeans-ide.html[/url]

Member Avatar for peter_budo
0
46
Member Avatar for gitech

Download source code for [URL="http://kickbutt.jonathanknudsen.com/download.html"]chapter 18[/URL] of Jonathan Knudsen book Kicking Butt with MIDP and MSA. It is the best example which you get. Have look at the code and if you have problem to figure out how does it work then let me know...

Member Avatar for peter_budo
0
144

The End.