5,031 Posted Topics
Re: Sound like a game for small kids. Back home we call it "pexeso". You have set of cards with images in which each of the cards has it's pair. Mix the card, put them on the surface, face down (most commonly they will be put in some grid), and game … | |
Re: [QUOTE=Joseph Ratliff;658142]Actually, the source for that answer is right [URL="http://en.wikipedia.org/wiki/Copyright#Limits_and_exceptions_to_copyright"]here[/URL] Sorry for linking, but this is just the "safe way" to do it.[/QUOTE] wikipedia in general is non-problematic for external resource linking | |
Re: Just few days ago some suggestions been made in this post [url]http://www.daniweb.com/forums/thread136641.html[/url]. Please search the forum many questions are already answered... | |
Re: String array of A-Z characters and integers 0-9, which makes 36 elements (26 letters plus 10 numbers). Create random number generator between 0-35 with "i" loop to get password of certain length. Wouldn't be that the simplest solution? | |
Re: [LIST=1] [*]Create random generator between zero to five [*] Get output number from it. [*] The return number will be array position of a word to display [/LIST] | |
Re: [QUOTE=nitinmukesh;657806][url]http://www.echoecho.com/applets01.htm[/url][/QUOTE] That was quick example with lousy explanation. For proper stuff go to Sun website [url="http://java.sun.com/docs/books/tutorial/deployment/applet/"]Lesson: Applets[/url] | |
Re: In your case there possibility of more then one answer [list=1] [*] 3 or 4 tables that will put together questionar [*] combination of database and coding coordination. Database can hold question with possible answer/s but you can also have field for page/coding action "create text field/area", "sort" that will … | |
Re: If you want to learn JSP you better to get book like this one [URL="http://www.amazon.co.uk/Beginning-JSP-JSF-Tomcat-Development/dp/1590599047/ref=sr_1_1?ie=UTF8&s=books&qid=1216987890&sr=8-1"]Beginning JSP, JSF and Tomcat Web Development, From Novice to Professional[/URL] | |
Re: @charles - welcome (your post been also moved to appropriate section) @MakeMoneyOnline - would be nice if you in the future marked such post as this one "Flag Bad Post" and typed shorted message such as "Wrong forum" to let moderators to know. Thanx | |
Re: [QUOTE=masijade;655892]Also, you definately should [i][b]not[/i][/b] be doing this stuff as scriptlets in a JSP. This is a maintenance nightmare.[/QUOTE] No point to repeat that, this guy completely ignore that for last two weeks from me. Another hopeless case to bang on... | |
Re: [QUOTE=Gazzaramma;645194] However, this will be an Ecommerce site, so I am unfamiliar with the following: "Software Required: Hosting with PHP5x and MySQL5x; Apache only (on Unix/Freebsd/Linux/Windows); osCommerce runs on most server specific configurations ranging from dedicated servers to shared servers that utilize different PHP configurations such as register_globals (should be … | |
Re: Why do you use ODBC driver? Just curious, as Java programmer I use JDBC. Also many experienced members and programmers complained about ODBC being very badly written... | |
Re: [QUOTE=your uptime;656658]well guys i know you people are professional so can u plz recommand a best book of java which make me familier with java..thx[/QUOTE] I'm not professional, I'm student! Still learning and working toward my next degree. School library is always good place to look for start, however keep … | |
| |
Re: Rules of html [code=html]<a href="../index.jsp">index.jsp</a>[/code] | |
Re: [QUOTE=Shanti Chepuru;653213]you just copy and paste the examples from w3schools [/QUOTE] Copy & paste is not a way to learn for begginer. Always, always re-type the code. It doesn't matter if it is html, css, Java, C++ or any other. By typing it, you pay more attention what is happening … | |
Re: You need to upload your CV on some website if is stored on your pc nobody else can access it. Do google search for free hosting and set up your website | |
Re: psathish2 here are quotation of all rules you carelessly breaking. If you continue with same attitude you will soon find your self banned from this forum by your own ignorance! > For easy readability, always wrap programming code within posts in (code) (code blocks) and (icode) (inline code) tags. > … | |
Re: It will never work as you directly inserted Java element into pure HTML without telling HTML you about to use something related to Java. You better start learning for example here, [URL="http://java.sun.com/javaee/5/docs/tutorial/doc/"]The Java EE 5 Tutorial[/URL] | |
Re: Nice tutorial on [URL="http://www.cssnewbie.com/horizontal-dropdown-menus/"]Horizontal CSS Dropdown Menus[/URL]. As for the menu item selected you need to pass this info from page to page based on button click with use of [icode]HttpServletRequest request[/icode] | |
Re: You may want to work with Java Advanced Imaging [URL="http://java.sun.com/products/java-media/jai/forDevelopers/jai-apidocs/index.html"]API[/URL] or [URL="https://jai-imageio.dev.java.net/"]Java - ImageIO[/URL]. Both have very useful forums on java.net ([URL="http://forums.java.net/jive/forum.jspa?forumID=75&start=0"]JAI[/URL], [URL="http://forums.java.net/jive/forum.jspa?forumID=76"]ImageIO[/URL]) | |
Re: You can do simple html form, however that can be cheated. So you need to look in some server side technology with ability to talk to database like PHP, ASP, JSP or AJAX (not exactly server side but can chat with database) | |
Re: Try this one, [URL="http://www.cssnewbie.com/horizontal-dropdown-menus/"]Horizontal CSS Dropdown Menus [/URL]. What do you think of it? | |
Re: [URL="http://www.w3schools.com/css/default.asp"]w3schools[/URL] is always place to start and same goes for[URL="http://www.w3.org/TR/REC-CSS2/intro.html"] w3.org[/URL] with full references and tutorials (however that will not teach you all the fancy things, remember that please) | |
Re: Yes if you know [URL="http://www.google.com/search?hl=en&q=ajax+mysql+tutorial&btnG=Google+Search"]AJAX[/URL], else you need to re-do your website to some technology like PHP, ASP, JSP | |
Re: Can you please let me know what you using (PHP/ASP/ASP.NET)? Also if want you can PM address to your website and I will have look around how possibly they get on your DB. | |
Re: In IE6 is on the right hand side and same goes for FF3. Was issue solved or this error is on IE7? | |
Re: Please read: [LIST=1] [*][URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies"]the forum rules[/URL] [*][URL="http://www.daniweb.com/forums/announcement9-2.html"]sticky on homeworks[/URL] [/LIST] after that reformulate your question | |
Re: [LIST=1] [*]Accessing database from JSP is wrong thing to do, you should access DB only from servlet [*]The [ICODE]PreparedStatement.executeUpdate();[/ICODE] should be [ICODE]st.executeUpdate();[/ICODE] [*] Closing connection on the end would be nice [/LIST] | |
Re: Ancient dragon - aarya wasn't here since last year, so it may be little pointless to ask for explanation. It is chackboom fault that this post was reopen as he keeps over the period of time nicely slip advertising of this web hosting company, which we may not know is … | |
Everybody, enjoy the freedom of the information With compliments from my ::DFC:: friends | |
Re: Google my friend is what you should do, like [URL="http://www.google.co.uk/search?hl=en&q=java+connection+with+dsn&btnG=Google+Search&meta="]this[/URL] | |
Re: Question: What is purpose of this forum? A) People asking questions, expecting quick answers and just flooding it with post . B) People asking questions and expecting quick answers. C) People asking questions and actively searching answers. Similar question been already answer already here just few hours back [url]http://www.daniweb.com/forums/post653222-2.html[/url] | |
Re: If servlets are not mapped with use of web.xml you call it like this from the form for example [code] <form action="http://localhost:8080/PROJECT_NAME/servlet/SERVLET_NAME_NO_FILE_EXTENSION" method="POST"> YOUR FORM HERE </form>[/code] The web.xml mapping will look like this [code=xml] <servlet> <servlet-name>SERVLET_NAME_YOU_WANT_TO_CALL_IT</servlet-name> <servlet-class>REAL_SERVLET_NAME_NO_FILE_EXTENSRION</servlet-class> </servlet> <servlet-mapping> <servlet-name>SERVLET_NAME_YOU_WANT_TO_CALL_IT</servlet-name> <url-pattern>/A_NAME.jsp</url-pattern> </servlet-mapping> [/code] Example: REAL_SERVLET_NAME_NO_FILE_EXTENSRION is FrontController SERVLET_NAME_YOU_WANT_TO_CALL_IT I … | |
Re: I do not understand what this has to do with database? | |
Re: Would be better if you attached source file (raw flash file not final swf) in zip or rar format so people may look at it if you do not mind. Check on your server that flash file is saved in folder [I]Flash[/I] as [I]new.swf[/I], keep in mind that it have … | |
Re: [QUOTE=Shanti Chepuru;652926]search engine is the best.... go through it...and add more features like user login,posting blogs,forums like that....[/QUOTE] Search engine will be difficult to accomplish as first they have to learn "tools of trade". As for wikipedia type of project it can be reasonable project to do, specially as you … | |
Re: @Kindly give me some guidelines regarding below issue. Why should we do so? You so many times asked for help to just get quick solution and completely ignored other suggestions (I know I made most of the suggestions). @Database structure - re do it, what you provided is ineffective rubbish … | |
Re: Sometimes slow internet connection or poster inpatient (hitting submit button twice) can do such thing. If you come across post and you think there is something wrong with the post please use "Flag Bad Post" and type short message as "Double post + link( to double) or "Spam please delete". … | |
Re: [QUOTE=lordx78;650978][COLOR="Green"]Netbeans IDE[/COLOR] [COLOR="Green"]Eclipse IDE[/COLOR] [COLOR="Green"]IntelliJ IDEA[/COLOR] Which from the above the the [COLOR="Red"]BEST[/COLOR], [COLOR="Red"]USER FRIENDLY[/COLOR], [COLOR="Red"]COMPLETE[/COLOR] IDE to use to design/create GUI for Java based programs. Please advise. Thanks.[/QUOTE] That is matter of personal opinion and everybody has his own. I will put these IDEs in order I like them … | |
Re: There can be only one primary key per table! However you can have multiple foreign keys... | |
Re: The more appropriate/correct way to do it is to put jar files required by project in [I]PROJECT_DIRECTORY/WEB-INF/lib[/I] | |
Re: Only people who can mark thread as solved is original poster or member of moderators team, but we usually leave it to poster | |
Re: Dude you should be slapped on your back side, you should know better then re-open 3 and half year old post and provide ZERO solution just pointless comment | |
Re: [QUOTE=wujtehacjusz;650346]SOlving question asked by yourself? Odd...[/QUOTE] There are actually people around here that do like to search for the answer and if they find it they will post it. Only waiting to get your question answered is waste of time... | |
Re: [QUOTE=thawk1;649163]I have (in frustration) created a number of new sites in the site manager hoping that I would be "starting clean". I even created a new site, then a new page with only 1 change to the original sample page and I still get the tutorial product after I attempt … | |
Re: Google is your friend "[URL="http://www.google.co.uk/search?hl=en&q=flash+transparent+background+textarea+tutorial&btnG=Search&meta="]flash+transparent+background+textarea+tutorial[/URL]" | |
Re: Please provide error messages you got from server | |
Re: Google is your friend "[URL="http://www.google.co.uk/search?hl=en&q=jsp+progress+bar+tutorial&btnG=Google+Search&meta="]JSP+progress bar+tutorial[/URL]" | |
Re: [LIST=1] [*] Open XML first as it will tell you which XSLT/XSL it is using as it's "cascading style sheet"[code=xml]<?xml-stylesheet type="text/xsl" href="DOCUMENT_NAME.xsl"?>[/code] [*] Read XSLT and read the nodes of XML as requested in XSLT [*] Create HTML on the fly [*] Save final document in desired destination [/LIST] Google … |
The End.