5,031 Posted Topics
Re: I think you missed one important part of the forum rules and specialy Seftware Development section, which says [quote]Also, to keep DaniWeb a student-friendly place to learn, don't expect quick solutions to your homework. We'll help you get started and exchange algorithm ideas, but only if you show that you're … | |
Re: [URL="http://www.w3schools.com/flash/default.asp"]w3schools[/URL] again get some new visitor. Follow supplied link for tutorials | |
Re: @jbennet - this sort of topic students do from all over the world, it is just UK that is realy behind, or put it this way they are lowering expectations each year (most common BSc project is shopping website with some database, with bad functionality and horible design, seen it … | |
Re: Not realy, what you have to do is created an animation that will be based on physics. Such as if there was very small path to travel from leg starting position to the point of contact with ball, ball will jump less. However if there is longer path to "travel" … | |
Re: It realy depends what you mean by the term "hacker". In the press hackers got bad name as it been people that breaked into systems to steal data or damage/destroy system, which is wrong. However among us who write code this term refer to quick and dirty solution to problem, … | |
Re: This is more of html question, but here you go... Most of html tags can use ID or NAME to store identifications that can be read and sent with form for processing such as [code=html] <form> <input type="radio" id="sex" name="sex" value="male"> Male <br> <input type="radio" id="sex" name="sex" value="female"> Female </form>[/code] … | |
Re: Would you care explain what you trying to do? | |
Re: Official [URL="http://www.oracle.com/technology/obe/obe10gdb/index.html"]Oracle 10 documentation with tutorials[/URL]. Did you actually looked there!? Plus others from google [URL="http://www.google.co.uk/search?hl=en&q=oracle+tutorial&btnG=Google+Search&meta="]search[/URL] | |
Re: ehmmm I will overlook comment about emulator as all what you need is internet browser (FireFox, Safari, Netscape Navigator, IE)and some text editing tool in case you do not have dremweaver or similar As you have minimal knowledge of web technologies I will recommend you to look at this tutorials … | |
Re: Here are some [URL="http://www.google.co.uk/search?hl=en&q=browser+scrollbar+colour+change&btnG=Google+Search&meta="]search results[/URL] | |
Re: One of the good resources for beginner is [url]www.w3schools.com[/url] | |
Re: Just gone drop a stone in the lake, I would go for PHP and MySQL, reason so far I found it MySQL better choice then MsSQL, secondly I'm not big supporter of ASP as website base, I find this technology mostly very slow | |
Re: Is there any reason for Staff have DateJoined, is it part of requerements? Don't you need to include payment? Beside that I think it is OK | |
Re: @pancgom , why aren't you using array to store name of countries and then simple loop through array and insert them in drop down menu (foreach statement would be handy). Similar applies to date, month and year as they are numeric values, you can use for loop have look on … | |
Re: Can you post that snipped of code so other can re-use it if they find themselfs in same situation? | |
Re: @brr [quote]Do not flood the forum by posting the same question more than once[/quote] | |
Re: Just basics touched on [URL="http://www.w3schools.com/html/html_links.asp"]w3schools.com[/URL] [quote][B]The Target Attribute[/B] With the target attribute, you can define where the linked document will be opened. The line below will open the document in a new browser window: [code=HTML]<a href="http://www.w3schools.com/" target="_blank">Visit W3Schools!</a>[/code] [/quote] | |
Re: It would be better if you can say where you live or in which geographical area you happy to go as I do not think you interested in world-wide travelling for some conferences... | |
Re: Copy and past lin to your page into [URL="http://validator.w3.org/"]validator [/URL]and you will be supriced to find few mistakes :) | |
Re: [QUOTE=jinternalframe;586843]You can use the java.util.Random class for this, just make sure you seed the class with [COLOR="Green"]System.currentTimeMillis()[/COLOR] to make sure you get a true random number, it can return a number of types. Give it a try.[/QUOTE] Please read all the posts before you reply! Question was [QUOTE=chandanapapa;585994]Can anyone pls … | |
Re: As log you have root privilages it is possible, check this [URL="http://www.tech-faq.com/reset-mysql-password.shtml"]example[/URL], however if you do not have root access then you need to ask your admin to do it for you or database is lost (well I do not know about access without root) | |
Re: Second question depends on what technology you use to communicate with MySQL Java/PHP/C# or any other. PS: 1) Just found that you made numerous posts, please do not do that in future. Forum rule [B]Keep It Organized[/B] [quote]Do not flood the forum by posting the same question more than once … | |
Re: Your question is not well explained but I guess you looking to create panorama. If so here is [URL="http://www.adobe.com/education/digkids/tips/photoshop_cs/psdCS_panorama.html"]tutorial[/URL] how to do it | |
Re: [QUOTE=cmills83]I am still new to CSS, how would I add a drop shadow around the main conent of this page? [url]www.racexpressions.com[/url] I have been trying for a while but I can't seem to get it to work. Thanks![/QUOTE] Do you mean somting like this [CODE]<div style="height: 125; width: 400; filter:DropShadow(color=#C0C0C0, … | |
Re: If you actualy browsed their site you would find they have extensive [URL="http://freehostia.com/video_tutorials.html"]collection of videos [/URL]explaining how to | |
Re: As the post is marked as solved I guess you found the problem. Would you mind to share your solution? | |
Re: I think you did not search hard enough, here is tutorial from [URL="http://www.adobe.com/support/flash/applications/creating_forms/"]adobe site[/URL], plus here is more resources from [URL="http://www.google.co.uk/search?hl=en&q=flash+create+form+tutorial&btnG=Search&meta="]google search[/URL] | |
Re: You should get proper smack on hands for attempting to communicate with db through JSP. The correct way to communicate with bd is collect data from form and send them to servlet, you can do validation either on form page with script or on servlet side. Servlet does all communication … | |
| |
Re: Please do not link screenshots to external resources that will get deleted over the time, use options available by this forum. Use "Manage Attachments" button, that can be found bellow text area for new post once you pressed "Go Advanced" button. | |
Re: AJAX is another option specialy if you have any basic knowledge JavaScript, beside enhancing your knowledge of JS you are able to work more efficient with XML and you are able to get DB connectivity. Have look on w3schools.com website and if you have time try to go trough they … | |
Re: Sorry I can't see your iframe with any scroll bar, but you can set the properties through [URL="http://www.w3.org/TR/html401/present/frames.html#h-16.5"]scrolling[/URL] | |
Re: Say thank you to uncle Bill that signs his bills as Gates As vicshoup said, design for firefox as they follows w3c standards and then optimize for IE | |
Re: No it is your personal choice. If I can recommend you should go with JavaScript as there are more resources available, it is more used and if you learn it you would pick up AJAX very fast | |
Re: Have funn reading [URL="http://www.java2s.com/Tutorial/CSharp/0560__ADO.Net/Catalog0560__ADO.Net.htm"]these[/URL] tutorials By-the-way I hope you know C# | |
Re: Can you provide requirements you got for this project? Just so we do not talk in general terms | |
Re: At least you worked out and did not wait for somebody told you such a silly thing :) | |
Re: What relevance has this to java besides the first line of the code? You are using some scripting language that you did not even declare in script tag, which I presume is JavaScript. JavaScript beside name similarity has nothing to do with Java... | |
Re: Create table [code=sql]CREATE TABLE table_name ( column_name1 data_type, column_name2 data_type, ) [/code] The problem that you facing here is [LIST=1] [*] Table is always same so you just run your prepared statement [*] Tables can be different, you must provide a way/interface through which user can declare table name, column … | |
Re: If you just looking for general tutorials there many on net like [URL="http://www.google.co.uk/search?hl=en&q=VB+oracle+tutorial&btnG=Google+Search&meta="]these[/URL] , if you want direct documents from Oracle [URL="http://www.oracle.com/technology/documentation/oracle9i.html"]this[/URL] should do it for you | |
Just now spoted how nicely you implemented members post count dani. It does not change on all posts, just increase on the new one. Great job and thank you :* | |
Re: Some [URL="http://www.google.co.uk/search?hl=en&q=flash+photogallery+template&btnG=Google+Search&meta="]results[/URL] by quick search of google | |
Re: I would vote for Apache as adding new components is much easier. Also I consider Apache to be more stable and more secure then IIS, documentation is easier to read, tones of articles how to do this or that on Apache | |
Re: As it is a website where user have to have loging, you should just create instance of the table with users names, add extra column that will record if the user casted vote(Pre-request user have to log into website). This should do the trick | |
Re: Unfortunately nobody as it is clearly stated [URL="http://www.daniweb.com/forums/announcement9-2.html"]here[/URL] [quote]This forum is meant for discussing programming languages in addition to exchanging code and algorithms. However, it has become a problem where too many students are posting homework problems expecting a quick solution without ever trying for themselves. Not only does this … | |
Re: Because you using wrong DOCTYPE declaration, check [URL="http://www.w3.org/QA/2002/04/valid-dtd-list.html"]this[/URL] out | |
Re: @Fenerbahce please take your time to read [URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies"]forum policies[/URL] as you are creating havoc around. Once you created post and your next question is related to original post just post new comment bellow the original post |
The End.