5,031 Posted Topics
Re: [QUOTE=gdrsujit;876565]Hari om Can anyone please help me in PHP coding[/QUOTE] For sure as soon as you start asking specific questions and not expect everyone to do your coding for you... | |
Re: @axman1000 here is [URL="http://www.daniweb.com/forums/announcement8-2.html"]your code[/URL] in regards of ASAP request | |
Re: There are many ways some better some worst for checking date validity and you will learn them later. James already showed two possibilities (second is much better, considering that you are taking month from 1 to 12, where array starts from 0 to size -1. Just keep that in mind) | |
Re: With that limited info provided by you, nobody can be wise... | |
Re: @mundvawala you are almost year behind with your reply @happygeek shame on you that you did not check dates ;) | |
Re: You need to "re-do" your sort classes. Remove main class from all of them, provide a public method which is able to receive a collection of numbers (array, list, vector) and return sorted collection. Then in your client application after taking user choice call for example [code]int[] unsorted = {3, … | |
Re: Not sure if there is anything like merge/join 2 projects. If we look at it in simple terms all what you have to do is to create new project, then copy code (whole folder structure) for these two applications inside this project. [list][*]com [list][*]COMPANY_NAME [list] [*]JOIN_MIDLET_CLASS [*]PROJECT_1 [*]PROJECT_2[/list] [/list] [/list] … | |
Re: [QUOTE=chris.aaker;1493823]at Taywin : Your comments are unwelcome as they are breaking the community policy for Daniweb.[/QUOTE] There is no breaking of forum rules here. If you do not want to listen to his advice then ignore it, same goes for Taywin, if advice is ignored it is up to you … | |
Re: Thread closed as it is double of [url]http://www.daniweb.com/forums/post1490972.html[/url] please follow discussion there. | |
Re: Make sure you close any stream you open, JME is very sensitive in this. | |
Re: Do not try to create complex views. Observe what sort of functionality you get on everyday phone. It is always one menu pre screen | |
Re: You should know better then just post error message without any code.... From what you provided we can only observe java.rmi.MarshalException [quote]"A MarshalException is thrown if a java.io.IOException occurs while marshalling the remote call header, arguments or return value for a remote method call. A MarshalException is also thrown if … | |
Re: 1) OP in his Dragon Fire "support" post said [quote]You simply write your C++ code and test it with the built in iPhone emulator and send the code of to Zimusoft, who made DragonFire SDK. The code is then fiddled with, until it can be compiled on a Mac machine … | |
Re: If you actually tried and search this forum you would have definitely came across [URL="http://www.daniweb.com/forums/post1299837.html#post1299837"]this post[/URL] | |
Re: @mKorbel I think you been looking for [URL="http://www.daniweb.com/forums/announcement8-2.html"]this link[/URL] | |
Re: iText has [URL="http://api.itextpdf.com/com/itextpdf/text/PageSize.html"]PageSize[/URL] class, nice sample can be found [URL="http://itextpdf.com/examples/iia.php?id=107"]here [/URL] | |
Re: There is not much you can do since JME did not improved in last 5-6 years. Newly created LWUIT library seems to be available option, but personally I think it is rubbish, plus not sure which phones actually support it. You can always use Canvas of form with CustomItem, but … | |
Re: [URL="https://www.jaspersoft.com/resources/tutorials"]Jaspersoft[/URL] has its own tutorials where you can start plus [URL="http://jasperforge.org/plugins/mwiki/index.php/Ireport/Tutorials"]JasperForge[/URL] | |
Re: @Acklox I moved your post out of the sticky since what was asked [i]Please don't post "spam" or "Thank you" posts in this thread since this is meant to be used as a guide for all beginners and I am sure we would like it to be on topic. I … | |
Re: It would be good idea to close this thread, we more likely heard all movie stars name at least twice. It was fun while lasted and we should say good bye our fateful signature spammers | |
| |
Re: You can get it from sourceforge website - [URL="http://sourceforge.net/projects/jtds/files/jtds/1.2.5/"]jTDS - SQL Server and Sybase JDBC driver[/URL] | |
Re: If you already learned about Array you can substitute that long switch statement with [icode]String[] numbers = {"zero", "one", "two"};[/icode] and then just call [icode]System.out.println(numbers[YOUR_INPUTED_NUMBER]);[/icode] | |
Re: OK, I snipped name from this [url]http://www.daniweb.com/forums/showthread.php?p=1468528#post1468528[/url] was it anywhere else? | |
Re: Did you actually had a look at links that I provided in your [URL="http://www.daniweb.com/forums/post1488057.html#post1488057"]other thread[/URL]? | |
Re: Java doesn't support this. You need to do it in C or C++ | |
Re: [QUOTE=coervivekmca;1486072]just put code for insert flash object in out.print("like html code").....it works[/QUOTE] You should pick up either some better book or search for better tutorial in regards of Java Web development. There is no need for [icode]out.println[/icode], this is part of HTML and better handled by it @ruchi18 you can … | |
Re: @jonsca yes you correct that we do not like people just drop in their assignments and expect our members to provide solution. One of the announcements says [URL="http://www.daniweb.com/forums/announcement8-2.html"]We only give homework help to those who show effort [/URL] however that doesn't mean we will punish people if they provide full … | |
Re: [URL="http://www.daniweb.com/forums/announcement8-2.html"]We only give homework help to those who show effort[/URL] till you provide some code for discussion it is unlike that somebody will do it for you... | |
Re: [URL="http://download.oracle.com/docs/cd/E17802_01/products/products/java-media/jai/forDevelopers/jai-apidocs/index.html"]Java Advanced Imaging[/URL] or [URL="http://download.java.net/media/jai-imageio/javadoc/1.0_01/index.html"]Java Advanced Imaging Image I/O Tools[/URL]. Also check out their forums [URL="http://www.java.net/forums/javadesktop/java-desktop-technologies/jai"]JAI[/URL] and [URL="http://www.java.net/forums/javadesktop/java-desktop-technologies/jai-imageio"]JAI Imageio[/URL] | |
Re: Your application running on Tomcat can not find JDOM library. Is the library present either in Tomcat/lib directory or Tomcat/webapps/YOUR_PROJECT/SOME_LIB_FOLDER? | |
Re: Guess [URL="http://www.oracle.com/technetwork/java/index-jsp-141752.html"]Java Communications [/URL]is what you looking for | |
Re: As far I'm aware Apple did not open development for other platforms then Mac. Few people try to use dev tools on crack OS X running Intel machines, but did not succeed. You do have to have Mac machine to run these dev tools | |
Re: Thread closed. Please follow discussion [URL="http://www.daniweb.com/forums/thread349780.html"]here[/URL]. @Lemonader please do not multi post same question in different forum sections i the future. | |
Re: @jon.kiparsky agree notepad for win! @ztini you would be first person that I met using BlueJay in industry, or perhaps you are still student... UML diagrams >I would say rather rarely used as their take hell of time to create and people do understand them differently in what they supposed … | |
Re: Here is easy to read book [URL="http://www.cafeconleche.org/books/xmljava/"]Processing XML with Java[/URL], have look on JDOM which is very easy to use (after that you will have no problem to find some better/more suitable library) | |
Re: @varia sorry about that if was it spotted in time we could have it moved out @coervivekmca with your ignorance toward forum rules you will get banned from here soon | |
Re: Please do not double post in the future. There is 30 min period you can always edit your post to add new information Line 109 you are calling [icode]BankDBDriver.retrieveData();[/icode] is throwing error. I presume you have another class BankDBDriver that you need to post before we can help you. Or … | |
Re: Here is whole [URL="http://h20000.www2.hp.com/bizsupport/TechSupport/DriverDownload.jsp?prodNameId=1847704&lang=en&cc=us&prodTypeId=321957&prodSeriesId=1847703&taskId=135"]package[/URL] from HP website. Your best choice is to use Vista drivers, however you need to choose if 32bit or 64bit version since I do not know what Windows 7 version you used. | |
Re: Please do not post this sort of code here. The file/s been obfuscated for a reason (security, commercial interest protection). Thread closed . | |
Re: [QUOTE=cacolukia;1484333]Thanks friend, you have solved the problem it was ',' and not ';'. It works perfectly now! P.S. It's awfull when you are convinced that the problem is something else! :)[/QUOTE] Problem is that you did not posted precise copy of code that you been trying to execute. Out of … | |
Re: I'm sorry I'm not willing to go through that code it does look very messy. Have look at [url=http://www.cafeconleche.org/books/xmljava/]Processing XML with Java[/url] you do not necessary have to read it whole, you can simply start with JDOM which is very straight forward by my opinion | |
Re: Not sure if these sites are suitable just after one month. The thing is that you need to grasp basic from command line, to gui, simple web development and database connectivity and then just expand in area of interest through personal mini projects or by looking on or perhaps participating … | |
Re: Depends on the type of database you using. For example MySQL documentation [URL="http://dev.mysql.com/doc/refman/5.5/en/charset-server.html"]here[/URL] explain how you can set internationalization for server/database/table/column/string | |
Re: LOL, I'm actually supriced he replayed as the original post is 2 years old now | |
Re: Are you sure you wanted to use [icode]if(project !=null && project.getName().length()==0)[/icode] and not[icode]if(project ==null || project.getName().length()==0)[/icode] (sort of crude check actually) | |
Re: [QUOTE=spoonlicker;1476818]Write a whole game from machine code/[B][COLOR="Red"]assembly[/COLOR][/B]?[/QUOTE] [QUOTE=spoonlicker;1477837]It's not useful because you pointed me towards Assembly and I want to do it from machine language its self.[/QUOTE] Make up your dam mind! In your first post you asked about machine code or assembly. And once you get answer you reject … | |
Re: @VernonDozier the person was closely monitored due to previous circumstances. However majority of the posts been with in rules so we couldn't "interfere". When something went over the line appropriate steps been taken. | |
Re: This question is not well formed. Are you asking how to install database, then [URL="http://www.daniweb.com/forums/post1110464.html#post1110464"]check this[/URL] If you ask how to proceed when you want to connect midlet with database through servlet is a have servlet waiting for GET/POST request, some logic to take care of getting through received parameters … | |
Re: This problem is most commonly due to programmer omitting use of threads to keep connection alive. Have look at book Beginning J2ME - From Novice to Professional - chapter 10 [URL="http://books.google.co.uk/books?id=chepSC2iAB8C&lpg=PP1&dq=beginning%20j2me&pg=PA143#v=onepage&q&f=false"]Connecting to the World[/URL]. There is a good explanation on mobile devices and use of thread in Kicking Butt with … |
The End.