5,031 Posted Topics
Re: You made need to install Tomcat. If you don't know how here is [URL="http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.jst.ws.axis.ui.doc.user/tasks/ttomcatserv.html"]Eclipse help[/URL] on it (it is little out of date, but you should get general idea) | |
Re: Homework by may [URL="http://www.paloverde.org/changcl/csIII/ICT/AB24/Worksheet%20AB24.1%20-%20Recursive%20Arrays.doc"]search[/URL], from Palo Verde High School ([URL="http://www.paloverde.org/"]home page[/URL]) and teacher name is Ms. Chang( class [URL="http://www.paloverde.org/changcl/"]site[/URL]) | |
Re: As you did not specified which gallery it is I can only give general direction [list] [*] check for any "read me" files they often holds basic description how to use the product [*] else in Dreamweaver use option to add object to your page. Through file chooser, the window … | |
Re: I moved all post related to [B]rohni[/B] email form to new thread ( I hope I got them all) @rohni - I do not want to see any more posting your question as a reply to another question, no forum flooding and start using code tags | |
Re: I guess you missing mod_jk module. Have look at this [URL="http://www.serverwatch.com/tutorials/article.php/2203891"]article [/URL], but as far I'm aware there been some issues with trying to put together Tomcat6 and Apache2 with use of this module, however maybe somebody solved it... | |
Re: Erek4, if you took little time to search for it you would find many examples, like in case of my simple search [URL="http://www.google.co.uk/search?hl=en&ei=R52lSZj6OuKHjAft8d3JBQ&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=link+rollover+thumbnail+of+site&spell=1"]link rollover thumbnail of site[/URL] | |
Re: Your post been moved from Introduction to JSP as it belongs here. On top of the JSP section is sticky post JSP database connectivity according to Model View Controller (MVC) Model 2, which should help you get started with Java web development in regards of database connectivity, link is [URL="http://www.daniweb.com/forums/thread141776.html"]here[/URL] | |
Re: Well if you tell us what technologies your hosting company support we can help you more... | |
Re: Depending on what you using to read from browser/GUI application and which language you using Java/C#/PHP... | |
Re: I do not understand what you doing there as that one line is not sufficient enough to explain logic behind it. Have look in [URL="http://www.daniweb.com/forums/thread141776.html"]this post[/URL] about JSP servlet and database connectivity. Also I made request to move this post to JSP where it belongs | |
Re: Have look at [URL="http://www.daniweb.com/forums/thread141776.html"]this post[/URL] in JSP section. It does show connection to MySQL, but that can be easily modified to MS SQL | |
Re: Your post been moved from Introduction to JSP as it belongs here. On top of the JSP section is sticky post [B]JSP database connectivity according to Model View Controller (MVC) Model 2[/B], which should help you get started with Java web development in regards of database connectivity, link is [URL="http://www.daniweb.com/forums/thread141776.html"]here[/URL] | |
Re: You can also consider [URL="http://itextsharp.sourceforge.net/"]iTextSharp[/URL] that is a port of the iText, a free Java-Pdf library. | |
Re: As a moderator of Web Design section I can honestly tell that there has been very few questions in regards of RIA... | |
Re: Check this out it should be helpful [url]http://www.debianadmin.com/mysql-database-server-installation-and-configuration-in-debian.html[/url] | |
Re: I would be interested how possible you got that error as the code as submitted will not compile because first of missing import statement/s and secondly there is no readInt() method in [URL="http://java.sun.com/javase/6/docs/api/java/io/Console.html"]Console[/URL] class. So please sort out your code if you do not want to look like one of … | |
Re: Happy reading [list] [*][URL="http://java.sun.com/javaee/5/docs/tutorial/doc/"]The Java EE 5 Tutorial[/URL] official Sun Microsystem tutorial [*][URL="http://books.google.co.uk/books?id=15wp6fmAy4sC&printsec=frontcover&dq=head+first+servlets#PPR1,M1"]Head First Servlets and JSP[/URL] by Bryan Basham, Kathy Sierra, Bert Bates [/list] | |
Re: In addition to what Ezzaral said, you should also state which platform we talking about as motion detection can be done through Java SE (Standard Edition - as desktop application) or Java ME (Microedition - for mobile and embedded devices). | |
Re: Wouldn't this do it for you? [code=Java] int pound = price / 100; int pennies = price % 100; System.out.println("Price "+pound + "." + pennies); //OR System.out.println("Price "+ price/100 + "." + price%100);[/code] Else you can play with [URL="http://java.sun.com/docs/books/tutorial/i18n/format/numberFormat.html"]formatting[/URL]... | |
Re: Would you mind explain what you up to? If you looking for simple backup and recovery have look at this [URL="http://www.orafaq.com/wiki/Oracle_database_Backup_and_Recovery_FAQ"]wiki[/URL] or official [URL="http://www.oracle.com/technology/deploy/availability/htdocs/BR_Overview.htm"]Oracle Backup and Recovery[/URL] and [URL="http://www.oracle.com/technology/obe/2day_dba/backup/backup.htm"]Performing Backup and Recovery[/URL] | |
Re: What is wrong with Eclipse supplied [URL="http://help.eclipse.org/help32/topic/org.eclipse.jdt.doc.user/tasks/tasks-232.htm?resultof=%22%46%6f%72%6d%61%74%74%65%72%22%20%22%66%6f%72%6d%61%74%74%22%20%22%41%70%70%6c%69%63%61%74%69%6f%6e%22%20%22%61%70%70%6c%69%63%22%20"]formatter[/URL]? | |
Re: Depending on what you have in mind with simple roll-over action of swapping images or more complex as fading. There are variety of commercial products like Photoshop or Fireworks (these are most popular, but also cost arm and leg) for general imaging purpose and Flash, Director for "fancy" style (animations … | |
Re: Welcome Tobi. If this is a final year project then you are also sort of late (if I'm not mistaken project submission in UK is May/June). As you failed to specify which language you comfortable in mobile computing ( there is number of them C++ for Symbian, C# for Windows … | |
Re: [QUOTE=kirti19tanwar;806517]hoe to add verification image in jsp,html[/QUOTE] Two options [LIST] [*]Use pre-made set of images, maybe 20-50, and randomly select one of them [*]In servlet run random selection of characters to create string, pass them to image method to create image and then pass this image to your JSP page … | |
Re: Vicky as stated before this is related to CSS plus JavaScript and has nothing to do with Java Server Pages | |
Re: Move from JSP (Java Server Pages) to JavaScript section... | |
Re: I just made some small changes to your code: [LIST] [*]initialized variables [*]moved calculation block out of while loop [/LIST] [code] import java.util.Scanner; // Needed for the Scanner class import java.text.NumberFormat; // Needed for number format class public class Movie { // Create a Scanner object to read input. static … | |
Re: [QUOTE=vediaj;803559]Yes dear u r rgt..........i m frm that place.......... just all green nice 2 hear frm u bye[/QUOTE] Please use full sentence English, this is part of forum rules. | |
Re: Well if John is in deed your teacher and you need to submit this tomorrow I guess the phrase from the movie Intolerable Cruelty by the private investigator Gus Petch "I will nail your a*s*s" is applicable. Nevertheless there is still time to save the day. Search oracle site for … | |
Re: Please use servlets as you been told and you would not have these problems... | |
Re: Would you mind post your coding so we can have look at it and find what is going wrong? | |
Re: Post move to JavaScript, dunno why it was posted in JSP (Java Server Pages) section... | |
Re: You want JavaScript game or you want Java game? If you want JavaScript game then you in wrong section of forum. Hit the Flag Bad Post link and request to move this thread to correct board. If you looking for Java game you will have to get started with your … | |
Re: I still may have some problems with explaining some terms so I rather will provide a link and hope that can help you. From [URL="http://books.google.co.uk/books?id=Eh5NcvegzMkC&printsec=frontcover&dq=SCJP+Sun+Certified+Programmer+for+Java+6+Study+Guide#PRA1-PA16,M1"]SCJP Sun Certified Programmer for Java 6 Study Guide[/URL]. | |
After numerous issues with my first hosting I got new deal. Now I want to get my blog move to its new home, but I hit the wall with simple WAR deployment Here is catalina.log [code]INFO main org.apache.catalina.core.StandardService - Starting service Catalina INFO main org.apache.catalina.core.StandardEngine - Starting Servlet Engine: Apache … | |
Re: [QUOTE=seemant gupta;801863]i am unable to work with images and audio in net beans[/QUOTE] That is hardly an explanation of your problem. Your problem would be either you do not know how to accommodate this file in IDE (to give IDE correct location of the files) or you in your project … | |
Re: [QUOTE=stephen84s;801153]Try [URL="http://letmegooglethatforyou.com/?q=uploading+files+via+JSP&l=1"]this[/URL].[/QUOTE] Somebody please, please give me a stick I want to beat them :twisted: . [URL="http://www.google.co.uk/search?hl=en&q=uploading+files+via+servlet&btnG=Google+Search&meta="]Servlets[/URL], servlets and again servlets should be used for such tasks | |
![]() | Re: Well best place would be [URL="http://www.adobe.com/devnet/flex/?navID=gettingstarted"]Adobe Flex Developer Center[/URL] that will get you started. This also supported by their forum where you can ask questions. Another good resource is [URL="http://movielibrary.lynda.com/html/modListing.asp?pid=205"]lynda.com[/URL], their tutorial DVDs are very good, but they cost :( |
Re: Please provide full error message, also post move to Java section.... | |
Re: I'm sorry but I think you will need to explain this first, at least for this does not make any sense [quote]i dont know how to display the threads according to the user login can any body help me out???? [/quote] | |
Re: This should get you going [url]http://www.interspire.com/content/articles/10/1/Building-An-Expanding-DHTML-Menu-With-CSS-and-JavaScript[/url] | |
Re: Wouldn't be [URL="http://java.sun.com/javase/6/docs/api/javax/swing/Timer.html"]Timer[/URL] more efficient? | |
Re: I'm not sure if this is exact code of your home page but lets have look at it [code=html] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>STS Technical Services - PC Support and more</title> <link rel="stylesheet" type="text/css" href="CSS/body.css"> </head> <body> <div id="pagetop"> </div> <div … | |
Re: You looking for sort of slide show with controls like [URL="http://www.toxiclab.org/tutorial.asp?ID=79"]this tutorial[/URL], or more [URL="http://www.google.co.uk/search?hl=en&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=flash+slideshow+tutorial&spell=1"]google finds[/URL] | |
Re: Here are [URL="http://books.google.co.uk/books?ct=result&q=PHP5&spell=1&oi=spell"]some PHP5 books[/URL] through google book search. Some have limited previous, but there should be other with full access. For limited previous you can search Safari too. | |
Re: Tomcat - The Definitive Guide should help you solve this. Here is a [URL="http://books.google.co.uk/books?id=vJttHyVF0SUC&dq=tomcat+the+definitive+guide+configuring+tomcat&printsec=frontcover&source=bn&hl=en&sa=X&oi=book_result&resnum=5&ct=result"]link[/URL] from google book search for legal electronic copy. Chapter 2 is what you want to have look at | |
Re: From the provided snipped is difficult to determinate what is going on. So here we go with general stuff from iText online tutorials[LIST] [*] [URL="http://itextdocs.lowagie.com/tutorial/objects/tables/index.php"]Constructing tables[/URL] (shows also how to implement headers in case table get splited on number of pages) [*] [URL="http://itextdocs.lowagie.com/tutorial/objects/tables/pdfptable/index.php"]PdfPTable[/URL] [*] [URL="http://itextdocs.lowagie.com/tutorial/objects/tables/alternatives/index.php"]Alternatives for PdfPTables[/URL] [/LIST] If this … | |
Re: Yes, it is cool side, but I see no reason to spam around the forum without reason... | |
Re: [QUOTE=kaptan SINGH;714468]i'm want to source code related to the project online airline ticket reservation in jsp 7 help to devlop in project[/QUOTE] This sort of project is out-dated for higher education. Kids in secondary school often works on it. To do it right you would have to do good example … |
The End.