5,031 Posted Topics
Re: Closed, cross posting [url]http://www.daniweb.com/forums/post1293811.html[/url] | |
Re: We used to have more extensive multimedia section. However because of very small interest, these been merged under one topic. You always welcomed to post your questions in [URL="http://www.daniweb.com/forums/forum28.html"]Graphics and Multimedia[/URL] section | |
Re: [URL="http://developer.android.com/guide/topics/ui/ui-events.html"]EventListeners[/URL], [URL="http://www.brighthub.com/mobile/google-android/articles/30286.aspx"]code snipped[/URL], | |
Re: to get date and time check this [URL="http://www.particle.kth.se/~lindsey/JavaCourse/Book/Part1/Java/Chapter10/calendar.html"]tutorial[/URL] and here you can find all you need about manipulating date/time in MySQL [URL="http://dev.mysql.com/doc/refman/5.0/en/date-and-time-functions.html"]date/time type[/URL] sorry couldn't help you more with previous problem been away, but looks like you sorted out :cheesy: | |
Re: If it is solved, then please mark it as solved. | |
Re: don't know about eclipse but IntelliJ IDEA defenetly does (if you happy to pay for good IDE) | |
Re: I can always contradict your links with following [url]http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html[/url] showing technology usage in world ;) PS: It is good at the beginning specialize in one area, but learning about other languages (python, scala, clojure etc) will expose you different way of programming, working and thinking plus show that you are … | |
Re: 1. DB connection from JSP page = bad practice. Have look at [URL="http://www.daniweb.com/forums/thread141776.html"]this[/URL] for better way 2. What is exact error you getting? | |
Re: [QUOTE=karuppas;1291730]Online examination system I need Entrance Exam Registration system through online using jsp. Please need for help to me. thank you[/QUOTE] What about starting your own thread instead of bumping someone else (already moved). Secondly why not to show what you did so far and we will take it from … | |
Re: Read the values store/retrieve from Coordinates object [code]public class Coordinates { private double x; private double y; private double z; public Coordinates(){} public Coordinates(double x, double y, double z){ setX(x); setY(y); setZ(z); } private void setX(double x){ this.x = x; } public double getX(){ return x; } private void setY(double … | |
Re: [QUOTE=4sana;1285553]i am final year student.and want to make project on java.please help me.[/QUOTE] Bumping 6 years old post. Bad | |
Re: You juts failed your project as you did not specified any technologies which you would like to use neither if it should be gui, web or mobile project. | |
Re: This Android tutorial should be enough for start [url]http://developer.android.com/resources/tutorials/views/hello-mapview.html[/url] | |
I have table something like [ID, ITEM_ID, URI, IMAGE_FILE_NAME, UPDATED_AT etc.]. I need to compare URI that can be something like /system/images/777/medium/Debrecen_-_University.jpg?1279547675 with IMAGE_FILE_NAME that is as Debrecen_-_Protestant_Great_Church.jpg Is there a way so I can provide IMAGE_FILE_NAME as sort of substring of URI and check if that substring is part … | |
Re: Have look on this project [URL="http://poi.apache.org/"]Apache POI[/URL] | |
Re: Check your school library for following books [list] [*][URL="http://www.amazon.co.uk/Swing-Beginners-Guide-Osborne-Mcgraw/dp/0072263148/ref=sr_1_1?ie=UTF8&s=books&qid=1280313117&sr=1-1"]Swing: A Beginner's Guide[/URL] - good for beginners with nice examples [*][URL="http://www.amazon.co.uk/Swing-Hacks-Tools-Killer-Building/dp/0596009070/ref=sr_1_2?ie=UTF8&s=books&qid=1280313117&sr=1-2"]Swing Hacks: Tips and Tools for Killer GUIs[/URL] - advanced stuff that may provide you with some additional features on your GUI that are often not mentioned in basic tutorials [/list] | |
Re: as already pointed out by adams you are refreshing your graphic to much (actually 100 times per second). You should do it something about 15-20 times per second, but may be even less... Do not relay on emulator as hat is using your processor and it will much faster then … | |
When I created new project I went to [I]Solution Explorer[/I] and in [I]Properties[/I] I double clicked on [I]Resources.resx[/I]. Here I clicked on [I]Add Resource[/I] and [I]Add Existing File[/I]. Selected images been added and I can use them for darg&drop on form. My problem is I need to create sort of … | |
Re: Why not simply start with first post in this section, [URL="http://www.daniweb.com/forums/thread99132.html"]Starting "Java" [Java tutorials / resources / faq][/URL] ? | |
Re: [QUOTE=Jithin Thomas;1031479]Try out a web application for organizing personal information....[/QUOTE] Congratz on your timely reply, since this thread was created I had time to finished my BSc and also finished my MSc. So I guess nitrate has at least 3-4 years of industry experiences and have no need for your … | |
Re: Ignore him. Every reasonable student will refuse such option, only lazy and with no brain activity will go so desperate as to pay for project. Why not, in supermarket they will not ask you what sort of project you did for your final year, what you been trying to achieve … | |
Re: JSP stands for Java Server Pages not for Java Script. Post moved | |
Re: [list] [*] a pc with windows operating system [*] installation of Java [*] installation of either Java ME SDK 3.0, or WTK 2.5.2 or custom installation of WTK from mobile phone manufacturer [*] IDE (IntelliJ Idea, Eclipse, NetBeans) [*] Interest to learn not just ask lazy questions which can be … | |
Re: [QUOTE=hidash_in;612248]hi all, i need help from you. i want to upload multiple files to the server. pls tell me how to do this. if anybody has the code pls paste and send without fail. advance thanks hidash[/QUOTE] Your life would be much easier if you provide some structure to your … | |
Re: [QUOTE=nateuni;1279223]I have had the same issue... The dani web post is appearing as a higher rank in google then the website. Can someone pleeeeeease delete the html and css from the code from my posts.. and the images? You can leave the questions etc. The thread is here -> [url]http://www.daniweb.com/forums/thread294173.html[/url][/QUOTE] … | |
Re: JSP stands for Java Server Pages not Java Script. Post moved | |
Re: Didn't use it so far but here are some examples [url]http://android-developers.blogspot.com/2009/03/android-layout-tricks-3-optimize-by.html[/url], [url]http://www.curious-creature.org/2009/02/25/android-layout-trick-2-include-to-reuse/[/url] | |
Re: Why don't you ask on sourceforge.net or projects.apache.org for start??? | |
Re: JavaScript != JSP (Java Server Pages). Moved | |
Re: popin advise is good and that is how it is done in real technology world when you have to run a presentation of build on top of previous example. If your advisor is against he/she should attend some development conference and see it in live. Audience doesn't want to see … | |
Re: Sorry you are in wrong forum, this is development forum about developing applications not forum how to unlock phones or use applications that been removed by your mobile operator. | |
Re: Steps on how to install and run Tomcat can be found [URL="http://www.daniweb.com/forums/post1110463.html#post1110463"]here[/URL] | |
Re: You all forgetting one important detail [quote=http://market.android.com/publish/signup] Before you can publish software on the Android Market, you must do three things: [LIST] [*] Create a developer profile [*] [B][COLOR="Red"]Pay a registration fee ($25.00)[/COLOR][/B] with your credit card (using Google Checkout) [*] Agree to the Android Market Developer Distribution Agreement[/LIST][/quote] By … | |
Re: From snippet you provided it is difficult to find out where you are casting string to integer, but I have feeling that it is somewhere in this loop [code] for(int i=lastIndexOfOne;i<oracleCrns.size();i++) { if(leftOverCrns.contains(oracleCrns.get(i))) {continue;} else leftOverCrns.add(oracleCrns.get(i)); }[/code] You referring to oracle connection. Are you sure that this can return you … | |
Re: JSP stands for Java Server Pages not Java Script. Post moved | |
Re: It comes down to basics. Array of length 10 is array starting with object at position 0 and with last on position 9. So considering you just run "i++" on 8 which will become 9. The termination expression "i<=toki.length" will check if "i" is smaller OR equal to array length. … | |
Re: Very poor written question. Title asks about mobile database, link points to forum for device filtering and question is asking for some ready-made report who knows what. You better work on that question, as there are to many possibilities to second guess your intentions... | |
Re: @phoenix.bala Do not reopen old post to just hijacking with your own question. Thread closed PS: Your request is also suspicious as the laptop in question can be stolen and we may be trying to help you get around protection without damaging system. | |
Re: [QUOTE=delta3;1278587] And when i put proper hours and minutes in line: clock = new Clock(17,38); it does work, clocks are running, but when i reload page it shows the same time 17,38 and starts running from that time. Thanks.[/QUOTE] Isn't it obvious? Through new Clock() constructor you are passing initial … | |
Re: [QUOTE=neela_482;1278540]Good but provide CPP from basic[/QUOTE] Pointless reopening of 4 years old thread and on top of that absolutely rubbish advice. Thread closed | |
Re: EDIT: Little late for reply but anyway... You tried to apply your logic to the problem but chosen wrong approach. Operation inside the brackets it is a statement of a condition. If the condition is fulfilled then what ever is inside brackets is executed. By providing mathematical operation as you … | |
Re: Why do you want reinvent the wheel? There is already [URL="http://www.google.com/mobile/maps/"]Google Map application[/URL] for most of mobiles phones | |
Re: There are [URL="http://www.netbeans.org/kb/articles/books.html"]many of books[/URL], I hope you have deep pockets I second javaAddict on learning Java first, however I have few reservation against learn it from NetBeans website as there some version conflicts (many of tutorials been created under version 5.0 or 5.5 and may kick of variety of … | |
| |
Re: Forget about JME SDK 3.0, this in reality brought really few new things to JME. Use [URL="http://java.sun.com/products/sjwtoolkit/download.html"]WTK 2.5.2[/URL] or pick one of custom emulators from Sony Ericsson, Nokia or others (here are some [URL="http://www.daniweb.com/forums/post646446.html#post646446"]links[/URL]-some links could be out of date it was written 2 years ago...) | |
Re: Another option would be to read excel with Apache POI and save values in db | |
Re: [QUOTE=ksanthoshmail;1085131]hi, i have Nokia 5800 xpressmusic mobile. i need a free VPN software, please tell any one the URL .....[/QUOTE] [URL="http://tinyurl.com/yk6uang"]Here[/URL] is something | |
Re: You forgot to put single quotes before and after double quotes on first inserted value [I]vno[/I] [CODE]String vsql = "insert into employee values([COLOR="Red"]'[/COLOR]"+vno+"[COLOR="Red"]'[/COLOR],'"+vname+"')";[/CODE] That should sort your problem | |
Re: I been told that if you can get Java application running in Visual J++ VS2005 and VS2008 should do the conversion for you. Reality, I never try it, I love Java too much...:* |
The End.