5,031 Posted Topics
Re: Frequently Asked Questions 1) When does the class start? The class will start in [B]February 2012[/B] and will run for five weeks. | |
Re: WML is just branch of HTML so any web develoment package can do, also many IDEs like IntelliJ, Eclipse, NetBeans, VisualStudio | |
Re: 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) | |
Re: 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 | |
Re: 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 | |
Re: 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 … | |
Re: 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 | |
Re: 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 | |
Re: Would be nice if you actually sorted your previous posts (for example mark it as solved) or people will start ignoring your questions. | |
![]() | Re: 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 … |
Re: 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 … | |
Re: 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] | |
Re: 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]) | |
Re: System messages => bad idea Logger messages => good idea (example [URL="http://www.slf4j.org/manual.html"]slf4j[/URL]) | |
Re: 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 | |
Re: [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 … | |
Re: 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... | |
Re: 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 … | |
Re: I know I will sound very negative, but you better to ask this question on jQuery mobile forum | |
Re: 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? | |
Re: 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 … | |
Re: Thread closed, please follow discussion [URL="http://www.daniweb.com/software-development/python/threads/415131/1771479"]here[/URL] | |
Re: 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. | |
Re: 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 | |
Re: Thread close due to multi posting. Please follow further discussion [URL="http://www.daniweb.com/software-development/python/threads/416255/1776078"]here[/URL] | |
Re: 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 … | |
Re: Have look on [URL="http://java.net/projects/jai/"]Java Advanced Imaging[/URL] project | |
Re: 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. | |
Re: Without seeing actual code nobody would be wise... | |
Re: 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 | |
Re: @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 … | |
Re: 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. | |
Re: 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 … | |
Re: 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 | |
Re: Sure, where is your code? | |
Re: @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 | |
Re: 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. | |
Re: [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 … | |
Re: 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] | |
Re: 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] | |
Re: 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] | |
Re: 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 | |
Re: 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 | |
Re: 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 | |
Re: 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] | |
Re: 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 | |
Re: 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]) | |
Re: 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 | |
Re: JavaScript is not JSP(Java Server Pages). Please take care where you post your questions. Post moved | |
Re: 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... |
The End.