5,031 Posted Topics
Re: Do not worry it is original idea, that it was done decade ago doesn't mean can be done again. | |
Re: Java Sun Tutorial web site [URL="http://java.sun.com/docs/books/tutorial/javabeans/index.html"]to your rescue [/URL] | |
Re: Have look on [URL="http://www.daniweb.com/forums/thread99132.html"]this post[/URL] (sticky post on top of Java forum section), it does explain what you need for Java development, where to get it, but also mention few free ebooks plus hard copies to get from the library/shop | |
Re: This is random issue, I think it has to do with data processing by browser. It does happen to me too. I will then just click on Coffee House instead of searching for other options and there they are, all option available to my user level. | |
Re: Google [URL="http://www.google.co.uk/search?hl=en&q=JavaScript+disable+right+button&btnG=Google+Search&meta="]JavaScript+disable+right+button[/URL], however you should be aware there is PrtScr (print screen) button plus few others combinations and also as soon person enters your site and images are displayed he/she already got them and simple search of computer directory will find them. Disabling right mouse button is old fashioned idea … | |
Re: For start by using simple String methods such as [URL="http://java.sun.com/javase/6/docs/api/java/lang/String.html#indexOf(java.lang.String)"]String.indexOf(String)[/URL], [URL="http://java.sun.com/javase/6/docs/api/java/lang/String.html#lastIndexOf(java.lang.String)"]String.lastIndexOf(string)[/URL] or with [URL="http://java.sun.com/docs/books/tutorial/essential/regex/"]Regular Expressions[/URL] | |
Re: [QUOTE=shweta797;639776]Dear Sir I want to develop an application that will get the current market price of the stock using jsp.[/QUOTE] Please can you be more specific on topic. More explanation would be nice @stephen84s - if you not ready to help please do not leave such comments any more | |
Re: [QUOTE]This forum is meant for discussing programming languages in addition to exchanging code and algorithms. However, it has become a problem where too many students are posting homework problems expecting a quick solution without ever trying for themselves. Not only does this constitute cheating, but it is very discouraging, frustrating, … | |
Re: Shame, self promotion javaAddict ;) Lets have one on me [url]http://www.daniweb.com/forums/thread141776.html[/url] | |
Re: [QUOTE=deepak.mahir;681505]can anybody solve my problem............... pls i need to do this quickly[/QUOTE] [LIST=1] [*]Wrong section of forum, this has nothing to do with PHP [*]Moved to different section [*]Avoid posting such long code, rather put it in text file and use as attachment to the post [*]Your problem is in … | |
Re: public void main(String[] args) throws Exception {} HAVE TO BE public static void main(String[] args) throws Exception {} PS: Throwing exception directly from main method is bad thing to do. PS2: In the future please use code tags to post any code `[code]YOUR CODE HERE[/code]` | |
Re: Most sites will not tolerate the amount of "interesting" external links you provide either | |
Re: They need to be part of the [URL="http://w3schools.com/html/html_forms.asp"]form[/URL]. On submit event you will get redirected to servlet (I hope) where you call the value as follows [icode]String status = request.getParameter("status");[/icode] | |
![]() | Re: [QUOTE=freelancer.in;679689]Hey lee, My name is rahul mishra and I am a freelance web developer from India. Can you please send me your requirements and specifications for your web site so that i can create samples for you. I charge on milestones basis. Thanks. Rahul[/QUOTE] [QUOTE=freelancer.in;680505]Come on friends, Lee is justa … |
Re: That is difficult question. It does really depends on the business location. You will definitely not charge same money on this UK, USA or India based company | |
Re: ACM portal or IEEE portal, both require membership which is a dig into pocket, however if you university student try to check with your library if they have subscriptions with these portals (many do). And you should use scholar.google.com instead of usual one. | |
Re: You better explain what you trying to do... | |
Re: Google is your friend, my [URL="http://www.google.co.uk/search?hl=en&q=java+access+excel+tutorial&btnG=Google+Search&meta="]quick search[/URL] | |
Re: Java Sun website,[URL="http://java.sun.com/docs/books/tutorial/jdbc/index.html"] JDBC(TM) Database Access[/URL] | |
| |
Re: I'm disappointed how you devastated the code which I give to you. Also, why didn't you posted in same thread or closed the previous thread? | |
Re: Welcome to forum. As for your project, good luck you will need it. For the questions [list=1] [*]If you do not know difference between Java and JSP then there is lot of ground to cover [*]You have to learn Java to certain extend to be able to start adding other … | |
Re: I should point out that at this forum we are helping people to solve they programming errors not to do their full homeworks/projects. | |
Re: Type of operation system would help and also exact error messages. Then this post will be moved to appropriate forum section | |
Re: Just to provide direct link to [URL="http://java.sun.com/javase/6/docs/api/java/lang/Math.html#pow(double,%20double)"]Math.pow() [/URL]method as mentioned by darkang | |
![]() | Re: [QUOTE=sreein1986;639600]first install dreamweaver in your system, it will easy to edit image mapping[/QUOTE] Dreamweaver is not all, secondly is not for free and installing trial version for such banality is silly Code is OK, however you should swap name attribute for id attribute in start of map tag [ICODE]<map name="map">[/ICODE], … |
![]() | Re: This does not describes the problem you having. Do not expect people go through your coding bug fixing. Please post specific problem. PS: Instead of using external file upload please use Manage Attachments in Advance posting options of this forum. ![]() |
Re: Because you are supposed to implement main method and just feed user fetched data into provided parser | |
Re: Ask your self [list=1] [*]Did you do everything to prevent SQL injection [*]Do you use id values as indentificators, did you secure option for array exploit [*]Are you using RSS feeds, are they secure [*]Hosting, who is responsible for website security? You or your web hosting company? Are the folder … | |
Re: Lately this section of the forum become swap/exchange of silly links. Very often going and checking them is vast of time:@ | |
Re: When you want to store something or retrieve stored data | |
Re: Can you attach either copy of src folder or whole project as I'm not sure what changes you made to BlueChewServer. Plus you calling some "my_finder" which seems to be product of yours (if it is name of class you should get slap on hand as this is not correct … | |
Re: google.com ==>> java+demo+project [I]Laziness, the worst illness of humankind.[/I] | |
Re: Here is [URL="http://www.jscape.com/articles/scripting_telnet_sessions_using_java.html"]link[/URL] to an example, date in code header shows it is old, but may prove to be useful. Also here few [URL="http://linuxmafia.com/ssh/java.html"]more[/URL] | |
Re: As message says "Cannot find bean under name array". Did you stored data retrieved from database in this bean? Can you post the section of code for DB data retrieval? | |
![]() | Re: If you clever you will be able to re-use material from this post [url]http://www.daniweb.com/forums/thread141776.html[/url] PS: Search of forum should be first thing to do before posting:D |
Re: Here is what you looking for [url]http://www.centerkey.com/java/browser/[/url] | |
Re: These two parameter define if you are getting circle or oval/ellipse shape. So if the width and height are equal you drawing circle, if they are of different size you get oval. More on topic can be found at Sun tutorial: [URL="http://java.sun.com/docs/books/tutorial/2d/geometry/index.html"]Working with Geometry[/URL] | |
Re: What you using PHP/ASP/or just simple HTML? Was this JavaScript added to your records in database or just to your pages? | |
Re: I can report I have very good results of code tags use in web development section (specially in PHP and ASP/ASP.NET). Hence my user title ;) | |
Re: Please post your code and we can try to work it out together | |
Re: Can you post your code? It will make debugging easier... | |
Re: Are you running this on Tomcat server? What are you trying to achieve? Are there any errors? | |
Re: [QUOTE=divakar kumar;677348]I am unable make a servlet by JSP[/QUOTE] Can you explain what you trying to do? The above part of your request does not make any sense to me. | |
Re: After user click on registration link/button [list=1] [*]Use cheap trick with stack of pre-made images and just randomly show them [*]Create random string and display it [*]Create random string, store it as an image and show it on page [/list] Numerous option, technical difficulty up to you | |
Re: Not watching them, but I do follow news online. Will see how the guys (SVK) on white water will do... | |
Re: I do not know what everything is PHP capable to do, but I'm very sure you can generate random string of characters and display it as image. There you would be able to set relevant font, size and colour. I do not know about PHP and sound files processing, if … | |
Re: This is the book, reason you may had difficulties to find is short name JSF compare to full name of the book [url]http://www.amazon.co.uk/JavaServer-Faces-Action-Kito-Mann/dp/1932394125/ref=sr_1_6?ie=UTF8&s=books&qid=1219436105&sr=1-6[/url] |
The End.