5,031 Posted Topics

Member Avatar for Matt Scherer

[URL="http://dev.mysql.com/doc/refman/5.0/en/counting-rows.html"]Here[/URL] is your MySQL tutorial

Member Avatar for Suomedia
0
108
Member Avatar for Robtyketto

Well, looks like you got your solution [url]http://www.eggheadcafe.com/software/aspnet/31865269/sql-date-headaches.aspx[/url] Or isn't that you? :D

Member Avatar for peter_budo
0
175
Member Avatar for tcepser

ehmm I do not want to be sarcastic but right now you took more then you can handle. Above mentioned things are prety much done in PHP, ASP.NET or in JSP. Without prior knowledge of any of them you just get stuck in big time problem. You should realy quickly …

Member Avatar for peter_budo
0
59
Member Avatar for shweta797

Would be much helpful if you post your code or at least the crucial part as we are not good in mind reading :idea:

Member Avatar for ~s.o.s~
0
131
Member Avatar for nireekshan

@nireekshan can you please stop multiposting and just continue with original post? For now on please use only this post for any other enqueties in rageds of you java conectivity with Microsoft Access database

Member Avatar for jwenting
0
87
Member Avatar for nireekshan

Here is nice[URL="http://www.developer.com/design/article.php/10925_3580161"] tutorial[/URL] and please do not use JSP for database connection but do it through servlets and with preformated query strings PS: masijade posts been merged

Member Avatar for masijade
0
110
Member Avatar for hotelexpert

Welcome to daniweb, if you have some specific questions please post them in relevant forum and please provide better description. Description bellow is bad writen and very much general, you better write more detailed one next time [QUOTE=hotelexpert;562840] I Need Any one Good company or software for Online hotel reservations …

Member Avatar for jbennet
0
108
Member Avatar for kained
Member Avatar for kained
0
128
Member Avatar for eparse

You need a primary key (sometimes secondary key is usefull but your DB is small so no need) by which you can assosiate data between tables. So if your user table has an UNIQUE ID you should use that in other tables and this way you can link the data …

Member Avatar for peter_budo
0
65
Member Avatar for Rashul

Where do you exatly do this?[quote]Write a Java application that reads an integer value between 0 and 100 (inclusive)[/quote] And why don't you use HINT for this part????[code]change = 100 - price; // how much change quarters = change / 2; // number of quarters dimes = change / 1; …

Member Avatar for stultuske
0
224
Member Avatar for kv79

You need to give a name and id to your IFRAME (same say one is enought I rather assign name to both) and in links you need to specify target where you want to display them. Something like this [code=html] <table width="200" height="200"> <tr> <td> <a href="page2.html" target="iFrm">Link to page …

Member Avatar for peter_budo
0
129
Member Avatar for champion_4all
Member Avatar for dr_paul

Can you please post whole error description? Also what version of MySQL you using?

Member Avatar for peter_budo
0
147
Member Avatar for arpit111

Nobody will do such project for free. You either gone pay lot of mones if it is school assigment or expect long/short monologue from boss about your skills (this depends on boss state of mind)

Member Avatar for peter_budo
0
80
Member Avatar for Tosh254

google it, that is answer. Just pick up key words like [URL="http://www.google.co.uk/search?hl=en&q=vb+database+access+tutorial&btnG=Google+Search&meta="]this[/URL]

Member Avatar for peter_budo
0
48
Member Avatar for MahdiDani

You question is not clear but I guess you asking about keeping data recieved from user through web form and reusing them later This is similar across diferent languages 1) Retrive data from form and validate them either directly on the page if you have algoritm in place or in …

Member Avatar for peter_budo
0
97
Member Avatar for nanosani

1) Please read forum policies befor posting ( [URL="http://www.daniweb.com/forums/faq.php"]FAQ[/URL] | [URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies"]Community Rules[/URL] | [URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_howto"]Welcome Guide[/URL] ) 2) This is JAVA section of the forum not VB 3) "We'll help you get started and exchange algorithm ideas, but only if you show that you're willing to put in effort as well." …

Member Avatar for jwenting
0
175
Member Avatar for twkillswitch
Member Avatar for ranjiths

ASP virtual directory is same as project directory you create in Tomcat webaaps directory. Read this Tomcat [URL="http://tomcat.apache.org/tomcat-6.0-doc/appdev/index.html"]guide[/URL] for deployment

Member Avatar for peter_budo
0
71
Member Avatar for peter_budo

I need to find out what is currently hold in PictureBox.Image property and take action as necessary. I tried various things but can't get it work Compare it with PictureBox which Image is set to null [code=c#] PictureBox emptyImg = new PictureBox(); emptyImg.Image = null; //Compare myPictureBox.Image.Equals((Bitmap) emptyImg.Image) [/code] Compare …

Member Avatar for peter_budo
0
171
Member Avatar for kavithakesav

Please take this as official warning [B][COLOR="Red"]Keep It Legal ![/COLOR][/B] kavithakesav I do recommend that you visit your school library or some of your friemds can borrow some flash title for you. Also it is not necessary as Flash on its own contains large library of tutorials and there are …

Member Avatar for peter_budo
0
92
Member Avatar for kavithakesav

Here is quick [URL="http://www.entheosweb.com/website_design/drop_down_menus.asp"]tutorial[/URL]

Member Avatar for peter_budo
0
80
Member Avatar for Bushido Hacks

[QUOTE=Bushido Hacks;554755]tutorial site that emphasizes using a text editor would be extremely helpful.[/QUOTE] Man where have you been leaving for last 10 years??? Purpose of flash was to provide multimedia output that can interact with user. Sort of combination on image maps and animations in gif or video formats. I …

Member Avatar for peter_budo
0
91
Member Avatar for Ghost
Member Avatar for s1986
Member Avatar for AnzJ

Either check if publisher does not keep archive of articles and you simply link them up, or scan and conver to PDF

Member Avatar for peter_budo
0
170
Member Avatar for bethhack

This looks like you trying to read JavaScript from your pc directory. Doesn't look like pointing to JS on server. [icode]src="file:///Users/bethyb/Library/Preferences/Adobe/GoLive/Settings8/JScripts/GlobalScripts/CSScriptLib.js"[/icode]

Member Avatar for bethhack
0
90
Member Avatar for chrisdent1986

Orcale website [URL="http://www.oracle.com/technology/obe/odt/getstarted/getstarted_vb.htm"]Getting Started with Oracle Data Provider for .NET (VB Version)[/URL] is where you should start

Member Avatar for chrisdent1986
0
64
Member Avatar for jinalh

I hope you know diference between Java Server Pages and JavaScript. Secondly your post says [QUOTE=sumit_indian;557793]i had downloaded the coding and modified the same for my purpose[/QUOTE] where on your site you claim [quote]ECN has developed a simple Javascript Popup Calendar Control[/quote].

Member Avatar for peter_budo
0
157
Member Avatar for Chotaliya Divye

Sun official tutorials are good starting point [URL="http://java.sun.com/docs/books/tutorial/networking/index.html"]Trail: Custom Networking[/URL]

Member Avatar for peter_budo
0
109
Member Avatar for gburya

Refer to this [URL="http://www.w3schools.com/html/html_frames.asp"]tutorial[/URL] you really need it as your code is big mess

Member Avatar for gburya
0
94
Member Avatar for euniceee
Member Avatar for Ragnarok
Member Avatar for michrods

Yes you can do that, most commonly used system by education institutions is [URL="http://www.blackboard.com/us/index.bb"]Blackboard[/URL]

Member Avatar for peter_budo
0
83
Member Avatar for dollthreads

Maybe this tutorial can help that actually show how to create [URL="http://www.tizag.com/flashTutorial/flashemailform.php"]email form[/URL], if not have go on other links from google [URL="http://www.google.co.uk/search?hl=en&q=flash+email+action&btnG=Search&meta="]search[/URL] Image button tutorial is aviable on w3schools [URL="http://www.w3schools.com/flash/flash_button.asp"]website[/URL] and numerous other, [URL="http://www.google.co.uk/search?hl=en&q=flash+image+buttons&btnG=Search&meta="]search result [/URL]. Hope that help you

Member Avatar for dollthreads
0
126
Member Avatar for webster22

[QUOTE=seoindia5;554393]The easiest to work is Frontpage .And Eclipse the most complicated one .Yu should start with Frontpage if you want to create a static website.[/QUOTE] Frontpage is not reliable, if you can affor it you should go with dreamweaver. If that is expensive, you can try [URL="http://www.asp.net/"]Visual web developer[/URL] from …

Member Avatar for jbinbpt
0
85
Member Avatar for Scott Scarlett
Member Avatar for MidiMagic
0
70
Member Avatar for xrmarcis

You should also include StudentID in Tests and Assignments tables to associate results with the person as StudentID is unique.

Member Avatar for MidiMagic
0
102
Member Avatar for peter_budo

Is there a way to set exact coordinates for background image or it is limited to layout options?

Member Avatar for peter_budo
0
109
Member Avatar for nikk

Use [URL="http://java.sun.com/javase/6/docs/api/java/text/SimpleDateFormat.html"]SimpleDateFormat[/URL]

Member Avatar for jinalh
0
288
Member Avatar for kings

Are you looking for something like this [URL="http://w3schools.com/tags/tag_select.asp"]w3schools.com[/URL]?

Member Avatar for seoindia5
0
74
Member Avatar for hassanalvi1989

[QUOTE=jbinbpt;550347]You can also learn alot by reverse engineering sites. Look at the site and look at the code. [/QUOTE] Only if the site is based on HTML and some JavaScript or VBScript, because if you look at PHP, ASP, JSP you do not real real code only translation done by …

Member Avatar for seoindia5
0
127
Member Avatar for SheSaidImaPregy

I would stick with original idea of keeping document for some period of time on DB for fast ediditng and then chunk them in XML files. You still can do reading+editing as ptaylor965 sugested but it will take time to upload 10.000 word document from "flat" file and then save …

Member Avatar for SheSaidImaPregy
-1
125
Member Avatar for hkraskian

I think masijade is refereng something like Tomcat [URL="http://wiki.apache.org/tomcat/HowTo#head-e82228c43a0ce77f71ebe64fc99ced33c9506ffe"]How to[/URL] on their home page that should be your first place to check if you do not have any books on this topic

Member Avatar for masijade
0
112
Member Avatar for brr

Google is your friend, here are results that I got from simple [URL="http://www.google.co.uk/search?hl=en&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=ajax+pop-up+balloon&spell=1"]search[/URL]. Now it is up to you to see and try them...

Member Avatar for peter_budo
0
80
Member Avatar for Tenssi

[QUOTE=ithelp;550805]You can use dreamweaver,flash , you also need to buy domain and web hosting.[/QUOTE] You just forgot to mention that these applications are not freebies and you have to pay a lot for them...

Member Avatar for Tenssi
0
88
Member Avatar for satimis

If you talking about that animated effect on top that is Flash, also same apply to bottom moving text that is again Flash animation

Member Avatar for satimis
0
117
Member Avatar for kv79

Yes you found the tutorial, for anybody else it is called image map and done with simple html

Member Avatar for peter_budo
0
70
Member Avatar for toomuchfreetime

Declare JRadioButtonMenuItem as follow [CODE=java]String[] difLevel = {"Easy", "Normal", Hard"}; JRadioButtonMenuItem[] difficulty;[/CODE] Initialization somewhere in code with adding ActionListener [code=java]difficulty[] = JRadioButtonMenuItem[difLevel.length]; for(int i = 0; i < difficulty.length; i++) { difficulty[i] = new JRadioButtonMenuItem(difLevel[i]); //add to file menu that you already declared in your code file.add(difficulty[i]); difficulty[i].addActionListener(itemHandler); }[/code] Listener …

Member Avatar for peter_budo
0
144
Member Avatar for indiansoil

You do not realy need hosting them outside, just install appropriate server on your local machine and test them there... IIS for ASP and Apache for PHP

Member Avatar for Suetan
0
699

The End.