5,031 Posted Topics

Member Avatar for Mueni

Closed, cross posting [url]http://www.daniweb.com/forums/post1293811.html[/url]

Member Avatar for peter_budo
0
71
Member Avatar for tiger86

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

Member Avatar for Meugo
0
105
Member Avatar for adams161

[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],

Member Avatar for adams161
0
119
Member Avatar for KilluaX

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:

Member Avatar for sangeetha.cse
0
366
Member Avatar for johndoe444
Member Avatar for ceyesuma

don't know about eclipse but IntelliJ IDEA defenetly does (if you happy to pay for good IDE)

Member Avatar for mansurimn@gmail
0
70
Member Avatar for johnnyturbo3

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 …

Member Avatar for GujuNilesh
0
770
Member Avatar for R.DanielRaj

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?

Member Avatar for peter_budo
0
490
Member Avatar for karuppas

[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 …

Member Avatar for peter_budo
0
72
Member Avatar for hazeeel

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 …

Member Avatar for jon.kiparsky
0
623
Member Avatar for supra

[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

Member Avatar for peter_budo
0
212
Member Avatar for friendship

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.

Member Avatar for peter_budo
0
16
Member Avatar for john butler

This Android tutorial should be enough for start [url]http://developer.android.com/resources/tutorials/views/hello-mapview.html[/url]

Member Avatar for peter_budo
0
160
Member Avatar for peter_budo

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 …

Member Avatar for tesuji
0
393
Member Avatar for tong1
Member Avatar for tong1
0
86
Member Avatar for tong1

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]

Member Avatar for peter_budo
0
589
Member Avatar for mahdi68

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 …

Member Avatar for peter_budo
0
96
Member Avatar for peter_budo

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 …

Member Avatar for kkais
0
10K
Member Avatar for TechLover95

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] ?

Member Avatar for peter_budo
0
129
Member Avatar for nitrate

[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 …

Member Avatar for nutan phalke
0
235
Member Avatar for avisecjena
Member Avatar for shahin_198

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 …

Member Avatar for peter_budo
0
139
Member Avatar for readbanana
Member Avatar for Mukt@R

[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 …

Member Avatar for john butler
0
97
Member Avatar for hidash_in

[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 …

Member Avatar for masijade
-1
642
Member Avatar for wonderland

[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] …

Member Avatar for nateuni
0
341
Member Avatar for readbanana
Member Avatar for peter_budo
-1
124
Member Avatar for john butler

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]

Member Avatar for peter_budo
0
110
Member Avatar for Unbidden Ghost
Member Avatar for srdva59
Member Avatar for dev_86

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 …

Member Avatar for dev_86
0
83
Member Avatar for hassanimthias

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.

Member Avatar for peter_budo
0
75
Member Avatar for java_programmer

Steps on how to install and run Tomcat can be found [URL="http://www.daniweb.com/forums/post1110463.html#post1110463"]here[/URL]

Member Avatar for NormR1
0
116
Member Avatar for Niki_Fears

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 …

Member Avatar for Dcurvez
2
429
Member Avatar for ashwiniku

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 …

Member Avatar for ~s.o.s~
0
4K
Member Avatar for george61
Member Avatar for kdmuk10

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. …

Member Avatar for kdmuk10
0
1K
Member Avatar for sonakshi123

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...

Member Avatar for peter_budo
0
51
Member Avatar for mafija

@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.

Member Avatar for peter_budo
0
352
Member Avatar for delta3

[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 …

Member Avatar for peter_budo
-1
91
Member Avatar for mhm_ra

[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

Member Avatar for peter_budo
0
202
Member Avatar for Jay V.

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 …

Member Avatar for kashokreddy14
0
150
Member Avatar for Teethous

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

Member Avatar for peter_budo
0
76
Member Avatar for seemant gupta

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 …

Member Avatar for theprogrammer19
0
127
Member Avatar for DarkBerzerk™
Member Avatar for stevedsmith

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...)

Member Avatar for peter_budo
0
152
Member Avatar for anuj_sharma

Another option would be to read excel with Apache POI and save values in db

Member Avatar for kumar pushkar
0
113
Member Avatar for ksanthoshmail

[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

Member Avatar for RL5
-3
168
Member Avatar for sasidhar1229

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

Member Avatar for Amit Tomar
0
559
Member Avatar for kanjali

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...:*

Member Avatar for masijade
0
312

The End.