5,031 Posted Topics
Re: Post been moved. @sciwizeh - if you find post to be in wrong section, please use "Flag Bad Post" link and request post to be moved. Thanx | |
Re: You just answered your own question. Ads are one of the reason and another will be excessive use of sport updates | |
Re: It is YOUR school work/work project so deal with it if you ignore advice from others with more experiences! | |
Re: If you have specific problem then you are welcomed to ask. However if you coming with such general query you better use google search before going any closer. Just simple search got me [URL="http://www.google.com/search?hl=en&q=asp.net+store+image+mysql&btnG=Google+Search"]all these[/URL] | |
Re: Check out the [URL="http://www.w3schools.com/sql/sql_join.asp"]Referring to Two Tables[/URL] example | |
Re: 1) None of the drop-down option was declared as default to display [icode]<option value="o2" selected="selected">2</option>[/icode] 2) You want to run this or something similar in functionality not technology [code]<% String s = request.getParameter("mode"); %> <p><%=s%>[/code]when a change was detected on drop-down not immediately after you display it on screen. For … | |
Re: Yes that is sort of joke from jwenting as your question is sort of joke for us. Both of the technologies as evolving over time and have theirs pros and cons. It is up to you which path you choose to follow... | |
Re: @tokhi - if people ask for the project they are not after one of many community projects. They are looking for ideal school project and is common question here and we are very tired of it @javaAddict - aren't there any younger better looking types then her that you would … | |
Re: Why don't you have only (PK)Sub_id and Sub_name in Subject table and (FK)Stud_id, (FK)Sub_id, Marks in Stud_Sub table? | |
Re: I moved your post from JSP to ASP.NET section as these two technologies are very different. So solution from JSP will not work for in ASP.NET | |
Re: Can you provide us with table structure of "Birim"? | |
Re: @now i placed this jsp and a folder Userpack containig ConnectionBean.class in Root of Tomcat 6.0 Wrong placement. Web project structure under Tomcat is as follows PATH_TO_TOMCAT_FOLDER/webapps/YOUR_PROJECT_NAME/ [LIST] [*]*.html, *.jsp [*] can have folder img (for images) and css (for cascading style sheets) [*]WEB-INF [LIST] [*]web.xml [*]lib - for all … | |
Re: [QUOTE=rams4sai;593911]Can Anyone help me out in creating aa new website. I can create using html but i need to learn how to use dynamic pages. Cna anyone let me know how can i get started??[/QUOTE] You will need to decide what technology you wish to learn in order to get … | |
Re: 1. can one get client side php and if you can do you also need to install php on the client computer is the browser already php client side scripting enabled as it is for javascript? No need for installation of PHP on client side, pages served by server to … | |
Re: w3schools [LIST] [*][URL="http://www.w3schools.com/html/html_forms.asp"]form tutorial[/URL] [*]example of [URL="http://www.w3schools.com/html/tryit.asp?filename=tryhtml_form_mail"]email form[/URL] [/LIST] your "bonus" question - you need to learn either PHP/ASP/JSP technology for on server side processing | |
Re: Solved thread - you participate in discussion and if original poster decide problem is sorted he/she can mark the post as solved Reputation - is the way how other members can show that they agree/disagree with your posts as being helpful/useless | |
Re: The forum is not only about posting solution, but also asking questions. So there is your way how other may help you in your learning process | |
Re: [QUOTE=VernonDozier;662882]We can help, but you'll have to get more specific.[/QUOTE] He needs first to have look at [URL="http://java.sun.com/docs/books/tutorial/ui/index.html"]Swing[/URL] and get his ideas straight... | |
Re: [QUOTE=cstic;662825]Under a circumstance that requires high level of security, professionalism, performance, and reliability from end-users[/QUOTE] Matter of personal opinion. I believe that Java web site or PHP web site will perform far better then ASP. However that is again my opinion | |
Re: Here are some[URL="http://www.c-sharpcorner.com/articles/articlelisting.aspx?sectionid=1&subsectionid=131"] tutorials[/URL] database connectivity. You better of with SQL Server then Access | |
Re: Alex I do not like that side either, many of the tutorials are lousy and old config with recent timestamps on the post, plus their idea of Java web development is complete mess. Back on topic, here is [URL="http://search.oreilly.com/?q=struts&submit.x=13&submit.y=10"]link[/URL] for some resources. It should include books and online resources from … | |
Re: [QUOTE=jynx_o7;663020]thanks!.. hope u will help me.. and reply to my PM...[/QUOTE] Please do not use PM for problem discussion. What is then purpose of this forum if we start sending messages to each other about all the ideas we have? | |
Re: You misunderstand the idea of JSP-servlet relation. Bellow is something you should do ([I]I did not compile it so it may not be 100% correct[/I]) Simple html login screen [code=html] <html> <head> <title>Ask for Names Example</titls> </head> <body bgcolor="LightSkyBlue"> <h3 align="center">Login event with use of the POST method</h3> <form action="LoginEvent" … | |
Re: Option 1) doing it with Flash, require to have Flash software and knowledge of the package. Positive - easy and quickly done. Negative - more images longer time to uploaded flash object on page access Option 2) doing it with PHP, require to have PHP enabled server and knowledge of … | |
Re: What is the structure of your web project and how did you declare image in the document? PS: IE is not to be trusted. Firefox is much better in following w3.org standarts | |
Re: Yes, you can as long you do it correctly... | |
Re: [URL="http://java.sun.com/docs/books/tutorial/jdbc/index.html"]JDBC(TM) Database Access[/URL] by Sun Microsystems always good place to start | |
Re: [QUOTE=stultuske;660800]since it is going to be a standalone non-web based application... why are you considering using html and applets? [/QUOTE] Presumably because he is another drag&drop user of Dreamweaver... | |
Re: Am I correct to say you using GET method instead of POST method? | |
Re: @james1700 - in this case it is OK | |
Re: You better provide better info on the request as there is nothing like "option menu". For basic Swing terminology see [URL="http://java.sun.com/docs/books/tutorial/ui/features/components.html"]this[/URL] | |
Re: [ICODE]session.invalidate()[/ICODE] - will remove [B]all[/B] the objects [ICODE]session.removeAttribute(String name)[/ICODE] - will remove only one object of given name Question is: Do you keep in your session more then one objects? | |
Re: Confused??? The website is nicely arranged in categories with similar topics. The whole three structure is visible at home page [url]http://www.daniweb.com/[/url] So if you still think you can not find something just let us know and we will guide you... | |
Re: When I directed you to Database Design section of the forum I was hopping some "DB monkey" will take care of the business. However it does look like we will have to trade ideas... OK, I have here few questions and suggestions that I need to get answered: [LIST=1] [*]Does … | |
Re: On form validation can be done with JavaScript or AJAX. However after submit you do not want to send the page to a JSP for further processing, but you want to send it to servlet. Have look on the second post in [URL="http://www.daniweb.com/forums/thread135948.html"]this thread[/URL] | |
Re: Yes, of course just make a post in [URL="http://www.daniweb.com/forums/forum4.html"]VB 4/5/6[/URL] of the forum | |
Re: [LIST=1] [*] Use of code tag [B][noparse][code]YOUR CODE HERE[/code][/noparse][/B] while posting any code, even one line, is mandatory [*] @"Above code is for JSP its not running please tell me the error and how to run this file." - it is up to you to tell us what sort of … | |
Re: Please fell free to search forum for project suggestions. Many ideas been already posted | |
Re: Would be nice to know what you intend to use PHP/ASP or ASP.NET/JSP.... | |
Re: No you cannot update text file inside the JAR. You can only created one with help of jar and then you can update it. However you facing main problem, what if user delete that file? JAR will create new one, but then you not getting accurate count | |
Re: Have look into [URL="http://www.w3schools.com/media/default.asp"]media section of w3schools[/URL], you will see various options like Windows Media Player, Quick Time or Real Player and it is up to you to choose from | |
Re: This seems to be interesting tutorial ([url]http://multimedia.journalism.berkeley.edu/tutorials/webdesign/flash/slideshow/)[/url], plus site holds some additional resources. I did not work with Flash for long time but I would be able to built it on these steps and adding mouseOver action listener would be only cherry on the top | |
Re: @hny_lyn [LIST=1] [*]Read the rules, no request for homework solutions to be send over by email or PM [*] "i need the answer as soon as possible!!" is rude thing to say, we will help when we want, it doesn't matter to us that when you need to submit this … | |
Re: [URL="http://java.sun.com/javase/6/docs/api/java/util/Arrays.html"]Arrays[/URL] class with its sort() methods is all you need | |
Re: Thread from JSP been moved to JavaScript section and merged with the one you created in JavaScript section. brr - if somebody in the future tell you in wrong forum this does not mean you have to go there and create another post there. By doing so you breaching forum … | |
Re: It may not necessary webhost fault if you mess up with file privileges.... | |
Re: Is this a VB or VB.NET coding? |
The End.