5,031 Posted Topics

Member Avatar for JakeCourtney

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 …

Member Avatar for peter_budo
0
179
Member Avatar for muguus

[URL="http://www.w3schools.com/flash/default.asp"]w3schools[/URL] again get some new visitor. Follow supplied link for tutorials

Member Avatar for peter_budo
0
39
Member Avatar for anonymous_cutie

@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 …

Member Avatar for jbennet
0
245
Member Avatar for OmniX

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" …

Member Avatar for peter_budo
0
77
Member Avatar for 061454

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, …

Member Avatar for Serunson
0
51
Member Avatar for kvivekanandan

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] …

Member Avatar for peter_budo
0
118
Member Avatar for rohitrao
Member Avatar for arun2008
Member Avatar for ArashKaviani

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]

Member Avatar for jwenting
0
188
Member Avatar for DFC

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 …

Member Avatar for MidiMagic
0
131
Member Avatar for musaligari

Here are some [URL="http://www.google.co.uk/search?hl=en&q=browser+scrollbar+colour+change&btnG=Google+Search&meta="]search results[/URL]

Member Avatar for MidiMagic
0
80
Member Avatar for schumaj
Member Avatar for andymonk
0
221
Member Avatar for yassar

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

Member Avatar for Fungus1487
0
145
Member Avatar for lostandfound
Member Avatar for peter_budo
0
84
Member Avatar for jbennet
Re: EPOS

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

Member Avatar for jbennet
0
78
Member Avatar for pancgom

@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 …

Member Avatar for peter_budo
0
166
Member Avatar for OmniX

Can you post that snipped of code so other can re-use it if they find themselfs in same situation?

Member Avatar for OmniX
0
210
Member Avatar for brr

@brr [quote]Do not flood the forum by posting the same question more than once[/quote]

Member Avatar for jwenting
0
91
Member Avatar for Hjcooke

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]

Member Avatar for peter_budo
0
512
Member Avatar for Roebuc

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

Member Avatar for peter_budo
0
158
Member Avatar for buffalo6

Copy and past lin to your page into [URL="http://validator.w3.org/"]validator [/URL]and you will be supriced to find few mistakes :)

Member Avatar for buffalo6
0
136
Member Avatar for chandanapapa

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

Member Avatar for jwenting
0
106
Member Avatar for krish_kooll

use either phpMyadmin or MySQL tools, in case you able to do by command prompt then command looks like this mysqldump -u username database_name > backupfile.sql -p MySQL documentation in regards of http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html backup

Member Avatar for peter_budo
0
74
Member Avatar for adie

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)

Member Avatar for peter_budo
0
64
Member Avatar for jaasaria

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 …

Member Avatar for peter_budo
0
133
Member Avatar for rohitrao

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

Member Avatar for rohitrao
0
68
Member Avatar for cmills83

[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, …

Member Avatar for borith
0
261
Member Avatar for technogeek_42

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

Member Avatar for peter_budo
0
57
Member Avatar for Noliving

As the post is marked as solved I guess you found the problem. Would you mind to share your solution?

Member Avatar for Noliving
0
86
Member Avatar for nyteshade

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]

Member Avatar for peter_budo
0
90
Member Avatar for Beryl

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 …

Member Avatar for jwenting
0
98
Member Avatar for HB25

You need to provide requerements as above description is not valid

Member Avatar for HB25
0
2K
Member Avatar for poslanik

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.

Member Avatar for peter_budo
0
572
Member Avatar for 2bu

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 …

Member Avatar for buddylee17
0
129
Member Avatar for kashmir323

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]

Member Avatar for MidiMagic
0
99
Member Avatar for cancer10

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

Member Avatar for MidiMagic
0
106
Member Avatar for Traicey

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

Member Avatar for peter_budo
0
70
Member Avatar for santosh.jha.net

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#

Member Avatar for peter_budo
0
90
Member Avatar for lynelk

Can you provide requirements you got for this project? Just so we do not talk in general terms

Member Avatar for peter_budo
0
52
Member Avatar for kained
Member Avatar for peter_budo
0
86
Member Avatar for sandeep_2482

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

Member Avatar for panther786
0
89
Member Avatar for GLT

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 …

Member Avatar for peter_budo
0
205
Member Avatar for frege

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

Member Avatar for peter_budo
0
158
Member Avatar for peter_budo

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 :*

Member Avatar for jbennet
0
100
Member Avatar for msr

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

Member Avatar for jtemplates
-1
100
Member Avatar for 2bu

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

Member Avatar for peter_budo
0
81
Member Avatar for Taffd

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

Member Avatar for peter_budo
0
109
Member Avatar for khaniya_amol

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 …

Member Avatar for wahabaziz
0
75
Member Avatar for 5447tina

Because you using wrong DOCTYPE declaration, check [URL="http://www.w3.org/QA/2002/04/valid-dtd-list.html"]this[/URL] out

Member Avatar for shaikh_mshariq
0
173
Member Avatar for Fenerbahce

@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

Member Avatar for Fenerbahce
0
112

The End.