5,031 Posted Topics

Member Avatar for ~s.o.s~

Frequently Asked Questions 1) When does the class start? The class will start in [B]February 2012[/B] and will run for five weeks.

Member Avatar for Tofayel
3
541
Member Avatar for imolorhe

WML is just branch of HTML so any web develoment package can do, also many IDEs like IntelliJ, Eclipse, NetBeans, VisualStudio

Member Avatar for peter_budo
0
67
Member Avatar for ak47carbon

You need to be more specific on what you trying to achieve/having problems with. Obvious staring point [Paypal Technical Documentation](https://cms.paypal.com/uk/cgi-bin/?cmd=_render-content&content_ID=developer/library_documentation)

Member Avatar for peter_budo
0
68
Member Avatar for dmotah

1)yes 2)yes 3)yes, given more then thousands applications on [Android market](https://play.google.com/store/search?q=route+planner&c=apps) 4)possible if public bus service has some interface you can communicate with, example TFL - Transport for London. This is however research you need to do on your own You already got answer for this in following thread http://www.daniweb.com/software-development/mobile-development/threads/416500/android-project-ideas

Member Avatar for dmotah
0
158
Member Avatar for giri.pankaj

Have look at [Abbot](http://abbot.sourceforge.net/doc/overview.shtml), claims to be framework for automated testing of Java GUI components and programs. However I never use it

Member Avatar for peter_budo
0
285
Member Avatar for sharathg.satya

Look at Activity [managedQuery](http://developer.android.com/reference/android/app/Activity.html#managedQuery(android.net.Uri, java.lang.String[], java.lang.String, java.lang.String[], java.lang.String)) for more info. Quick cut would be as bellow > uri The URI of the content provider to query. > projection List of columns to return. > selection SQL WHERE clause. > selectionArgs The arguments to selection, if any ?s are pesent …

Member Avatar for peter_budo
0
106
Member Avatar for imolorhe

Open source tool - [Codrdova](http://incubator.apache.org/projects/callback.html) (previously also called Callback and PhoneGap) Commercial tools such as - [Marmalade](http://www.madewithmarmalade.com/devnet), [Rhomobile](http://www.rhomobile.com/) and many otheres just search for mobile cross platforms

Member Avatar for peter_budo
0
156
Member Avatar for sharathg.satya

You do not want to do such stuff and I do not think it is possible. Just store user registration details in SharedPreferences, then on re-launch check if you have them and just move onto loggin screen

Member Avatar for peter_budo
0
81
Member Avatar for sharathg.satya

Would be nice if you actually sorted your previous posts (for example mark it as solved) or people will start ignoring your questions.

Member Avatar for sharathg.satya
0
100
Member Avatar for mehnihma

I was able to modify/use this example from Swing - A Beginner's Guide in the past to get it working with text area [code]import javax.swing.*; import javax.swing.event.CaretEvent; import javax.swing.event.CaretListener; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; public class CaretDemo { JLabel labelAll; JLabel labelSelected; JTextField textField; JButton buttonCut; JButton buttonPaste; final …

Member Avatar for peter_budo
0
5K
Member Avatar for saswati_mishra

Simple if statement with checking user selection will solve the problem [code] if(student) { RequestDispatcher dispatcher = getServletContex().getRequestDispatcher("/student.jsp"); dispatcher.forward(request, response); } else if(teacher) { RequestDispatcher dispatcher = getServletContex().getRequestDispatcher("/teacher.jsp"); dispatcher.forward(request, response); } else { RequestDispatcher dispatcher = getServletContex().getRequestDispatcher("/admin.jsp"); dispatcher.forward(request, response); }[/code] PS: Please use hash sign "#" to insert any code …

Member Avatar for stultuske
0
259
Member Avatar for MrMansanas

You just found me in good mood otherwise I would say you are just lazy to search for it. So here we go:[list] [*] [URL="http://code.google.com/p/chromedevtools/"]Google Chrome Developer Tools for Java[/URL] [*] Firefox => no results [/list]

Member Avatar for peter_budo
0
193
Member Avatar for cr7489

You cannot select food type as food together with restaurants are only allowed types (see this [URL="https://developers.google.com/maps/documentation/places/#PlaceSearchRequests"]example[/URL] and list of supported [URL="https://developers.google.com/maps/documentation/places/supported_types"]types[/URL])

Member Avatar for peter_budo
0
94
Member Avatar for poojavb

System messages => bad idea Logger messages => good idea (example [URL="http://www.slf4j.org/manual.html"]slf4j[/URL])

Member Avatar for poojavb
0
147
Member Avatar for frivolous

Yes seems like someone did mess up this. @zeroliken do you know to whos post you been relying before someone split this? If you can give me link I would be able to merge it back

Member Avatar for zeroliken
0
298
Member Avatar for Mushy-pea

[QUOTE=Rashakil Fol;1778247] Edit: wait, zeroliken, you're in Japan? I know nothing about the Japan job market and how Japanese employers behave. Maybe what I say doesn't apply to them, and having OCJP or whatever certifications is this magic requirement. I'm talking about the American or you might say American/UK job …

Member Avatar for stultuske
0
313
Member Avatar for dmotah

Sorry that is not the name of the game. You came up with some ideas and we can comment on it. For start have look on android market website and search for stuff to know whah people did...

Member Avatar for peter_budo
0
455
Member Avatar for dennysimon

This seems to be ingoing issue with Nokia Suite messing JAR file associations, try to correct it with help of this [URL="http://lordamit.blogspot.com/2011/06/fixing-jar-file-associations-in-windows.html"]article[/URL] PS: Sorry to OP About moving this thread around, but at the beginning it look like that you have issue with your mobile application JARs, hence why it …

Member Avatar for dennysimon
0
647
Member Avatar for paldss
Member Avatar for peter_budo
0
121
Member Avatar for raminsha

Do provide evidence of having done some work yourself if posting questions from school or work assignments - is one of the forum rules. So why don't you show your code?

Member Avatar for peter_budo
0
63
Member Avatar for SpokaneDude

Simple, when you call method to interact with database provide parameters with it instead of trying to get direct access. Example, this is very simplified JAVA!!! Before change [code=Java] public boolean login(){ PreparedStatement preparedStatement = null; try{ String strQuery = "SELECT * FROM user WHERE uid=? AND password=? AND"; preparedStatement …

Member Avatar for peter_budo
0
374
Member Avatar for pakiali007

Thread closed, please follow discussion [URL="http://www.daniweb.com/software-development/python/threads/415131/1771479"]here[/URL]

Member Avatar for peter_budo
0
75
Member Avatar for asifkamalzahid

There was no rude advice from anyone as far as I can see. You asked general question and you got general answer. You asked little more specific, the answer was given in that way. If you want to get maximum support or help you better provide everything what you got.

Member Avatar for hoanhuynh
0
453
Member Avatar for wolwayne

Look back step how you setup GlassFish to be your application server and change it to Tomcat, also make sure that your application produces WAR file that you can then deploy on your remote server

Member Avatar for wolwayne
0
3K
Member Avatar for ozzyx123

Thread close due to multi posting. Please follow further discussion [URL="http://www.daniweb.com/software-development/python/threads/416255/1776078"]here[/URL]

Member Avatar for peter_budo
0
658
Member Avatar for Will Gresham

I guess you will need to ask him for some references on his claim as I believe he is wrong since following resource, which are for Java says otherwise "You might expect that a += b; is identical to a = a + b; when the two are compiled, but …

Member Avatar for peter_budo
0
131
Member Avatar for hasan_cemos

Have look on [URL="http://java.net/projects/jai/"]Java Advanced Imaging[/URL] project

Member Avatar for peter_budo
0
96
Member Avatar for funkeymonkey1

Develop you website in what ever language you wish just make sure it does provide JSON when queried so you can then easily send request from mobile.

Member Avatar for peter_budo
0
60
Member Avatar for mits28
Member Avatar for fatooma92

Its already there, [b]default[/b] constructor. Do you know what is default constructor? If you do not them you better to go read your course notes

Member Avatar for jbennet
-1
170
Member Avatar for UrbanKhoja

@darrenw89 the above is just list of excuses you are making up either for wife or boss so you may get "iPoo". Why I say so, because if you looked in alternatives you would have included some Android devices (poll on top doesn't count, your whole post is about why …

Member Avatar for peter_budo
0
297
Member Avatar for darria

Thread closed since no attempt on solving from OP. Forum rules clearly state [B]Do provide evidence of having done some work yourself if posting questions from school or work assignments[/B] So start working on and create new thread as this is closed now for any further discussion.

Member Avatar for peter_budo
-1
141
Member Avatar for Syrne

James not necessary. Professional IDEs like IntelliJ, Eclipse and even NetBeans have option to check on source of even JDK methods calls as cOrRuPtG3n3t!x already indicated for NetBeans. For IntelliJ it is Ctrl (Windows or Unix)/CMD(MAc OS) + left mouse click on the method. this will open class to which …

Member Avatar for peter_budo
0
757
Member Avatar for jbennet

If you ask about creating certificate, then yes you will generated it by your self given the example in the link. Otherwise f this is not what you been looking for then please explain more in details as your request is not clear

Member Avatar for jbennet
0
215
Member Avatar for Gajanan Jaiswal
Member Avatar for softDeveloper

@vtm 1. You provided bad link that was going to some question about upload with no answer 2. Roseindia is bad practices "heaven", which mean it is unwelcome hell for any programmer

Member Avatar for peter_budo
0
105
Member Avatar for Jevran

Yes, in same way as you are able to tell your IDE you gone use local server you can instruct it to use remote server. However you must be able to access it remotely, that mean appropriate security settings for firewall and ports forwarding etc.

Member Avatar for peter_budo
0
170
Member Avatar for tboz203

[QUOTE=krishnisilva;1773908]i had the same problem i had to ad the junit.jar as a global variable[/QUOTE] If you explain your problem in more details maybe we can help you. In general there are two ways to add JUnit to your project: 1. Manually download JAR and add it to your lib …

Member Avatar for peter_budo
0
1K
Member Avatar for sharathg.satya

Something like this should work [code=xml] <shape xmlns:android="http://schemas.android.com/apk/res/android"> <stroke android:width="4dp" android:color="#00FF00" /> <solid android:color="#00ff00" /> <padding android:left="7dp" android:top="7dp" android:right="7dp" android:bottom="7dp" /> <corners android:radius="4dp" /> </shape> [/code]

Member Avatar for peter_budo
0
107
Member Avatar for pmark019

By declaring [icode]android:minSdkVersion[/icode] in AndroidManifest you declaring what minimum requirements is for your application and user with lesser spec cannot complain, because they been warned before download. You can read some stuff here - [URL="http://developer.android.com/guide/publishing/versioning.html"]Versioning Your Applications[/URL]

Member Avatar for peter_budo
0
65
Member Avatar for riahc3

Are you sure that Tomcat been installed with NetBeans? NetBeans usually comes with GlassFish. Best solution, download zip/tar extract it in location where you want to have Tomcat and point any IDE of choice to it. Instructions are [URL="http://www.daniweb.com/web-development/jsp/threads/249070/1110463#post1110463"]here[/URL]

Member Avatar for jbennet
0
174
Member Avatar for rushikesh jadha

Top of JSP forum [URL="http://www.daniweb.com/web-development/jsp/threads/249070"]Java Web Development - Starting [tutorials / resources / faq][/URL] explains how to setup Java, Tomcat on other tools under number of operating systems

Member Avatar for jbennet
0
118
Member Avatar for Erickk

You failed to specify where from you are getting remote images. Also would be nice you check your code because there are plenty of errors. Java is not case insensitive like html

Member Avatar for peter_budo
0
146
Member Avatar for Bon243

While you are bickering about some lousy snow solution you failed to notice that OP did not come back with anything new. So take a break, wait for reply and then respond on topic instead of previous nonsense

Member Avatar for RTFMID10T
0
229
Member Avatar for aliasadsahu

Google Maps API is [URL="http://googlegeodevelopers.blogspot.com/2010/11/maps-data-api-deprecation-announcement.html"]deprecated[/URL] as of 31st January 2011. Google recommends to use [URL="http://www.google.com/fusiontables/public/tour/index.html"]Fusion Tables[/URL]

Member Avatar for peter_budo
0
74
Member Avatar for Awais Ali

I see no problems here as long you know basics. Create TextView with some text in it, have two buttons, attach listeners to them and on click of either of them change TextView font accordingly. Try it to do it by your self and if you fail post your code

Member Avatar for peter_budo
0
119
Member Avatar for Remdi

By writing new type of OS (maybe in next 10-15 years if you fast), or like in case of Android taking cut down version of Linux ([URL="http://en.wikipedia.org/wiki/Android_(operating_system)#Linux"]wikipedia[/URL])

Member Avatar for peter_budo
0
73
Member Avatar for flasp

As forum rules clearly state - Do provide evidence of having done some work yourself if posting questions from school or work assignments Above request is just "hey I have idea of project, do it for me" which doesn't work

Member Avatar for flasp
0
87
Member Avatar for chandub

JavaScript is not JSP(Java Server Pages). Please take care where you post your questions. Post moved

Member Avatar for Troy III
0
97
Member Avatar for vaultdweller123

If you are Chrome user you may have same problem as me. If I log in through [noparse]www.daniweb.com[/noparse] password is remembered and stay there. However if later on I will come through daniweb.com I'm asked to login. I seen this happens on all other pages I visit...

Member Avatar for Ancient Dragon
0
95

The End.