5,031 Posted Topics
Re: Best would be post your code, so people can have look and try to find the error | |
Re: Why don't you ask the guy who is running it? This not sort of thing evrybody do, I would expect to be lot of coding and you should be familiar with video streaming and such... | |
Re: It realy depends in what context and enviroment you wist to use it, such as background sound of website, part of flash or director multimedia context, or part of software application | |
Re: This seems to be common problem with IE6 & IE7. All solutions recommend to use wmode but I seen you already use that. Beside this suggestion they often mention SWFObject and link to [URL="http://blog.deconcept.com/swfobject/"]this article[/URL]. Have look and tell us if it worked | |
Re: Why don't you use google, just simple search got me all these [URL="http://www.google.co.uk/search?hl=en&q=java+oracle+tutorial&btnG=Google+Search&meta="]resources[/URL] | |
Re: It is just simple logic [LIST=1] [*]User submit usernane and password [*]Page setup connection with DB and check if user exists with given details [LIST=1] [*]If user exist, get his site permissions/user level [*]If doesn't exist refuse login, show error [/LIST] [/LIST] Once you reach point 2.1 your page logic … | |
Re: You need to be more specific what you expect us to do, what you got so far etc. | |
Re: [QUOTE=ithelp;610003]Nice homework.[/QUOTE] To be fair I would not be suprice if that is real job, my friend work for company that deals with dentists and they provide similar service... | |
Re: Click on link 'Help with Code Tags' in any post with proper use of code tags to see tutorial or follow this link: http://www.daniweb.com/forums/misc-explaincode.html?TB_iframe=true&height=400&width=680 | |
Re: Interactive content or menus, this can be change by user interaction (button click 1-2-3) or by time triger (two ways either you will repeat same frame for length of 5 sec or create timer that will jump to next frame when time expired) | |
Re: Ehmm, you forgot to check actionPerformed for your menu options and based on that to fill in your values to appropriate fields [code=Java]public void actionPerformed(ActionEvent event) { /* *Rest of if statement here */ if(event.getActionCommand().equals("Loans1")) { System.out.println("First option selected"); } if(event.getActionCommand().equals("Loans2")) { System.out.println("Second option selected"); } if(event.getActionCommand().equals("Loans3")) { System.out.println("Third option … | |
Re: You forgot few elementary things[LIST=1] [*]Will this be command line application or swing? [*]What did you do so far? Please provide your code... [/LIST] | |
Re: If you paid more attention in your classes you would know that Applet [B]DO NOT USE[/B] "main" class call. For more info follow Sun Applet tutorials [URL="http://java.sun.com/docs/books/tutorial/deployment/applet/index.html"]here[/URL] | |
Re: No, page is looking wrong in both browsers. Two of your DIV tags are overlaping [CODE]#assignmentblock { width:30%; height:400px; } #extras { position: absolute; [COLOR="Red"]top:28px; left:300px;[/COLOR] width:400px; border: 2px solid; margin-left:30px; padding:18px; font-size:22px; color:#666666; }[/CODE] This [URL="http://www.w3.org/2002/03/csslayout-howto"]tutorial[/URL] will help you solve your problem. If however you can't work it out … | |
Re: Any reason for this complicated approach, mix of PHP and JavaScript if you can do it better with PHP on its own? PS after merge: Please do not flood forum with multiple posts! | |
Re: If you post the error along side of critical part of sql somebody should be able to help you... | |
Re: Did you bought just domain or also web hosting space from the company? How do you upload you documents to what ever provider you use? Also [COLOR="Red"]file/31274683/5cd5c36e/[/COLOR]index.html look like unwanted prefix you should remove to correctly display you index page. What I mean is that it does look like you … | |
I have some webspace that I used so far for university assegnments. I would like to to convert it to blog website where I will place some rants, codes and some maybe for somebody interesting info that I find along the research path of my MSc project. Website will be … | |
Re: Schools do not often secure properly other users directories and once you login into system you able to browse other users work, this is just side observation | |
Re: You can install IIS in Windows XP from Control Panel (select Add or Remove Programs >> Add/Remove Windows Components and make selection of IIS, default seting would be OK. You will need XP instalation CD), but there is no official support for XP Home also there are no download links … | |
Re: I do not have Nokia as I'm SonyEricsson lover so you will need to give description on what functionality you talking about. Beside that will be coding job and not database as connection string will handle your DB queries | |
Re: It realy dependes on what exactly question is. I seen your other posts in Java section and they been dealing with mix of Java and SQL so they better to stay there. However if you have question that only deals with SQL you more then welcome to post it here | |
Re: Is the image a background image or element of the page? | |
Re: Here is latest request for such thing [url]http://www.daniweb.com/forums/thread61688.html[/url] also if you run search on forum you may get more | |
Re: In the future please do not multi post, it is against forum rules [B]Keep It Organized[/B] [QUOTE]Do not flood the forum by posting the same question more than once (ie in multiple forums).[/QUOTE] If your project geting complicated, it may need some structure changes, improvement in table relations. Yes, it … | |
Re: And what is your question? PS: Just found you made double post, They been moved together. | |
Re: Here is nice tutorial [url]http://kennybellew.com/tutorial/[/url] | |
Re: This should solve your problem [code] this.onEnterFrame = function() { if (ASnative(800, 2)(1)) { trace ("You have pressed or depressed the left mouse button"); } }[/code] If you swap (1) for (2) you get right mouse press and if you swap it for (4) you can take care of middle … | |
Re: [URL="http://www.amazon.co.uk/Beginning-J2ME-Novice-Professional-Third/dp/1590594797/ref=sr_1_1?ie=UTF8&s=books&qid=1210600922&sr=8-1"]Beginning J2ME: From Novice to Professional[/URL] by Jonathan Knudsen & Sing Li is great resource of Java Microedition tutorials. Many of their tutorials are online [URL="http://home.sprynet.com/~jknudsen/"]Jonathan's website[/URL] or [URL="http://www.java2s.com/Code/Java/J2ME/CatalogJ2ME.htm"]www.java2s.com[/URL] and many-many more, just search web | |
Re: [B]Threads joined[/B]. sudhakary_rao please do not multipost for same problem, continue with original post just give updated details of the problem | |
Re: Layouts are your friends [code=java]add(topPanel, BorderLayout.NORTH);[/code] You should have go on [URL="http://java.sun.com/docs/books/tutorial/uiswing/layout/index.html"]these tutorials[/URL] | |
Re: [QUOTE=jasimp;604895][noparse][CODE=java] [/CODE] [/noparse] Code needs to be in CAPS.[/QUOTE] doesn't matter if they capital or lower case as long they typed correctly and without any spaces, you can try it on your next post ;) | |
Re: Ehmm, are we forgetting to use code tags?? | |
Re: You have to have full version of SQL Server not just Express... | |
Re: Maybe this can help with users permissions [url]http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q289885[/url] | |
Re: The link you provided is to JavaScript menu as it says in title, here is link to AJAX menu on same site [url]http://dhtml-menu.com/menu/ajax-dhtml-menu-sample.html[/url] | |
Re: You marked this post as solved. Did you find solution? Would you mind to share it with otheres? | |
Re: ohmmm, my university uses [URL="http://www.blackboard.com/products/Academic_Suite/index"]Blackboard[/URL] | |
Re: jwenting is correct, you are using JSP for incorect purpose. Database connection have to be managed through servlet not JSP as you did. It is still possible by JSP but that is wrong | |
Re: only by object element as described for example in w3schools [URL="http://www.w3schools.com/media/default.asp"]media section[/URL] | |
Re: [QUOTE=colerainescotty;601132]I will help anyone with getting a website designed full service <snipped> Questions welcome too ? :pretty:[/QUOTE] Then what is purpose of daniweb forum if you want to question been asked on your site? | |
Re: Why you starting new thread and not continuing with previous over here [url]http://www.daniweb.com/forums/thread122063.html?[/url] Next time do not start new thread if it is relevant to previous one, just continue with thread and state new situation. Providing steps of how you atempting to create JAR file would be helpful | |
Re: You are complicating your life little. OK in general there are two main ways how to setup actionListener for buttons 1. general listener for all [code] JButton addButton = new JButton ("Add a Book"); JButton searchButton = new JButton ("Search"); JButton borrowingButton = new JButton ("Borrowing"); JButton returnButton = new … | |
Re: Ouch, do not put database connection in JSP! JSP is for presentation purposes. It is servlet that does logic, which include connection to DB. Also there is nothing worng with JSP (beside that DB connection part) it is your query that is wrong, work correct formula in database and then … | |
Re: Red marked parts are changes that I made, I hope it doesn't need explanation [code] import java.awt.Toolkit; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JPanel; import javax.swing.SwingUtilities; public class Test extends JFrame { [COLOR="Red"]public boolean mouseClick = false;[/COLOR] public static void main(String[] args){ SwingUtilities.invokeLater(new … | |
Re: [QUOTE=ithelp;599886]A good starting point could be w3schools.com .[/QUOTE] As far I'm aware there is no section for JSP. | |
Re: 1) Do you have Tomcat installed on your pc? 2) That the code show in IE doesn't mean it is working correctly, use Firefox for design checking 3) What errors you getting? | |
Re: Daniweb policies [quote]Do not post homework problems expecting a quick answer without showing any effort yourself. This especially pertains to the software development forums.[/quote] I'm doing my MSc and I have to find time to work and study. Why it would be different for you? | |
Re: JTextArea.[URL="http://java.sun.com/javase/6/docs/api/javax/swing/JTextArea.html#append(java.lang.String)"]append()[/URL] or you can use [URL="http://java.sun.com/javase/6/docs/api/javax/swing/text/JTextComponent.html#setText(java.lang.String)"]setText()[/URL] of JTextComponent as JTextArea.setText("My String"); | |
Re: 1) Open Command prompt either (Start>All Programs>Acsessories>Command Prompt or Windows key + R>type cmd > OK)there type [I]java -version[/I] 2) No idea |
The End.