5,031 Posted Topics
Re: [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) | |
Re: [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] | |
Re: 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. | |
Re: [URL="http://java.sun.com/docs/books/tutorial/uiswing/misc/timer.html"]How to Use Swing Timers[/URL] | |
Re: [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. | |
Re: @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. | |
Re: [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 … | |
Re: Do you know about Agile? Did you had looks at it? | |
Re: Can you please show us your HTML for this checkbox and also how you read form data in servlet? | |
Re: 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 | |
Re: [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] } … | |
Re: 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 | |
Re: 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 | |
Re: 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 | |
Re: For pc to server upload you better to use something like [URL="http://commons.apache.org/fileupload/"]Commons FileUpload[/URL] | |
Re: [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] | |
Re: 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 = … | |
Re: 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 … | |
Re: 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 … | |
Re: [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] | |
Re: 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] | |
Re: Check post six [URL="http://www.daniweb.com/forums/thread42410.html"]here[/URL] | |
Re: >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 … | |
Re: 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 | |
Re: 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. | |
Re: [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] | |
Re: 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 | |
Re: 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 … | |
Re: [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 | |
Re: [URL="http://itextdocs.lowagie.com/tutorial/general/webapp/index.php#top"]iText in web applications[/URL] | |
Re: 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 | |
Re: 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 … | |
Re: [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 … | |
Re: [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. | |
Re: Please post your problem here. Solving issues over email or PM is against forum rules. | |
Re: [URL="http://www.daniweb.com/search/search.php?q=java+final+year+project"]Happy reading[/URL] | |
Re: 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, … | |
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 = … | |
Re: [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 … | |
Re: 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 | |
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 … | |
Re: 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 | |
Re: 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] | |
Re: Happy [URL="http://www.daniweb.com/search/search.php?q=final+year+project"]reading[/URL]... | |
Re: For the future JSP stands for Java Server Pages. Post moved to JavaScript section | |
Re: You should be able to stamp TIFF with JAI, I used it few years back to page stamp multipage TIFFs | |
Re: 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 | |
Re: 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? | |
Re: [url]http://javadoc.netbeans.org/[/url] [url]http://www.netbeans-blog.org/netbeans-ide/generating-javadoc-for-a-project-in-netbeans-ide.html[/url] | |
Re: 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... |
The End.