5,031 Posted Topics

Member Avatar for OmniX
Member Avatar for ~s.o.s~
0
157
Member Avatar for monjury

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...

Member Avatar for louisapatrice
0
245
Member Avatar for tttstarr

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

Member Avatar for Nick Evan
0
90
Member Avatar for cperryco

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

Member Avatar for MidiMagic
0
126
Member Avatar for mandar2886

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]

Member Avatar for jwenting
0
239
Member Avatar for znetweb

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 …

Member Avatar for nmpgaspar
0
111
Member Avatar for adiga

You need to be more specific what you expect us to do, what you got so far etc.

Member Avatar for peter_budo
0
46
Member Avatar for gangadhar.in

[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...

Member Avatar for ~s.o.s~
0
137
Member Avatar for shadiadiph

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

Member Avatar for peter_budo
0
119
Member Avatar for matale

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)

Member Avatar for peter_budo
0
89
Member Avatar for msnider9

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 …

Member Avatar for peter_budo
0
89
Member Avatar for kimbostun

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]

Member Avatar for jwenting
0
109
Member Avatar for mattcrow

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]

Member Avatar for javaAddict
0
145
Member Avatar for plarsen111

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 …

Member Avatar for peter_budo
0
133
Member Avatar for tefflox

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!

Member Avatar for Narue
-1
312
Member Avatar for Kraai

If you post the error along side of critical part of sql somebody should be able to help you...

Member Avatar for Kraai
0
542
Member Avatar for KillerOfDN

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 …

Member Avatar for KillerOfDN
0
181
Member Avatar for peter_budo

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 …

Member Avatar for jwenting
0
83
Member Avatar for mrcniceguy

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

Member Avatar for rgviza
1
289
Member Avatar for harcaype

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 …

Member Avatar for harcaype
0
116
Member Avatar for harcaype

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

Member Avatar for harcaype
0
75
Member Avatar for ceyesuma

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

Member Avatar for peter_budo
0
59
Member Avatar for sudhakary_rao
Member Avatar for nickyspace
Re: php

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

Member Avatar for Ole Raptor
0
140
Member Avatar for GLT

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 …

Member Avatar for peter_budo
0
88
Member Avatar for avtar.sohi
Member Avatar for avtar.sohi
0
132
Member Avatar for txwebdesign
Member Avatar for freshface001

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 …

Member Avatar for peter_budo
0
73
Member Avatar for shaqnolysis

[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

Member Avatar for peter_budo
0
93
Member Avatar for sudhakary_rao

[B]Threads joined[/B]. sudhakary_rao please do not multipost for same problem, continue with original post just give updated details of the problem

Member Avatar for majestic0110
0
312
Member Avatar for TheWhite

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]

Member Avatar for TheWhite
0
3K
Member Avatar for WalkmanXD

[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 ;)

Member Avatar for peter_budo
0
140
Member Avatar for wujianwei
Member Avatar for Jihad
Member Avatar for peter_budo
0
67
Member Avatar for DebT37

Maybe this can help with users permissions [url]http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q289885[/url]

Member Avatar for MidiMagic
0
94
Member Avatar for mdgiv203

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]

Member Avatar for mdgiv203
0
69
Member Avatar for veledrom

You marked this post as solved. Did you find solution? Would you mind to share it with otheres?

Member Avatar for veledrom
0
121
Member Avatar for xploit

ohmmm, my university uses [URL="http://www.blackboard.com/products/Academic_Suite/index"]Blackboard[/URL]

Member Avatar for peter_budo
1
161
Member Avatar for priyav

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

Member Avatar for peter_budo
0
130
Member Avatar for sheepmage

only by object element as described for example in w3schools [URL="http://www.w3schools.com/media/default.asp"]media section[/URL]

Member Avatar for peter_budo
0
43
Member Avatar for colerainescotty

[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?

Member Avatar for peter_budo
0
42
Member Avatar for jk_bscomp

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

Member Avatar for peter_budo
0
979
Member Avatar for mo86uk

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 …

Member Avatar for jwenting
0
3K
Member Avatar for Kusno

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 …

Member Avatar for ~s.o.s~
0
109
Member Avatar for TheWhite

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 …

Member Avatar for TheWhite
0
1K
Member Avatar for ullasvk2000

[QUOTE=ithelp;599886]A good starting point could be w3schools.com .[/QUOTE] As far I'm aware there is no section for JSP.

Member Avatar for peter_budo
0
115
Member Avatar for to.prakashg

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?

Member Avatar for Thirusha
0
143
Member Avatar for engrasi

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?

Member Avatar for Jens
0
153
Member Avatar for jk_bscomp

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");

Member Avatar for javaAddict
0
116
Member Avatar for degamer106

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

Member Avatar for javaAddict
0
105

The End.