118 Posted Topics
Re: [QUOTE]Hello guys!!! who can help me to solve my problem in javascript program??? I am a 2nd Computer Programming student.. But it is hard for me to do this problem....please!!!help me to do this......thanks guys i need it tomorrow......[/QUOTE] Hallu! I'm a 1st ComSci student! LOL just kidding... but seriously, … | |
Re: I think you're better off [URL="http://www.php.net/download-docs.php"]downloading the php manual[/URL] --- then treating us to a cookie-fest with the money you saved from the book. :) But seriously, the manual has sample codes for the functions so it's a good 'buy' (download?). Plus it's in digital format. I <3 CTRL+F. | |
Re: [URL="http://www.peters1.dk/webtools/javascript/slideshow.php?sprog=en"]Try this link.[/URL] It's a copy-paste tutorial. :D | |
Re: Ok I got the files, I'll try to work on them. For the others who want to know what the problem is, [URL="http://www.daniweb.com/forums/attachment.php?attachmentid=8698&d=1230585345"]this attachment[/URL] shows the background of this middle divs overshooting... so the rounded corners effect is broken. | |
Re: I'd say it's safe to start now with something around 700-800. Or what you can make a base of 800px but place the important elements at the center... then have the edges be 'open' to tiling so screens wider than 800px won't get a blank boring canvas. | |
Re: Perhaps give more details [circumstances] of what and why you need to do it? (because it's different if you're using a blogging platform, or if hand-coding everything) Why do you need to use javascript to make a table..? | |
![]() | Re: Hallu! [URL="http://www.modwest.com/help/kb6-265.html"]this page says something[/URL] about reserved words being used in your query. It also says that this is sometimes caused by a mySQL version mismatch and provides a tip for exporting your database using phpMyAdmin to prevent this error. Their link to reserved words is outdated. [URL="http://dev.mysql.com/doc/mysqld-version-reference/en/mysqld-version-reference-reservedwords-5-1.html"]Try this one.[/URL] |
Re: I agree with the cat. =) It's better to do this on the server-side. But if you insist, you can try this: [code] <form method="post" [COLOR="Green"]name="dynamicform" [/COLOR]action=""><input name="title" id="title" type="text" value="" /> <select name="dropdown" [COLOR="Green"]onChange="document.dynamicform.action=(this.value)[/COLOR]"><option value="1">Page1<option value="2">Page2<option value="3">Page3<option value="4">Page4</select> <input type="submit" name="search" value="Search" /></form> [/code] This will give an action … | |
Re: Actually, you can just have a comments table with the following columns (at least): - questionID - commenterID - commenttxt So when you display the page showing question#42, you will query the comments table where questionID = 42. | |
Re: Perhaps you wanted something like this: [code] <html> <head> <script type="text/javascript"> function check() { var o = document.getElementById('addyes'); var t = document.getElementById('addno'); if ( (o.checked == false ) && (t.checked == false ) ) { var ask = confirm("Would you like to add drivers?"); //if user clicked ok if(ask) { … | |
Re: Hallu again rajeesh! SkyVValker had the same problem about limiting the display. [URL="http://www.daniweb.com/forums/thread165863.html"]His question was already answered here[/URL] by DiGSGRL. :) | |
![]() | Re: It's a background image set in the document body. Here's the CSS code for it: [code] body { background-image: url(image.gif); background-position: top right; background-repeat: no-repeat; } [/code] OR a shorthand version [code] body { background: #FFFFFF url(image.gif) no-repeat top right; } [/code] |
BAH. Let's get rid of the predictions and cheesy resolutions... we all know nothing in life goes as planned. So what are the [B]New Year's Resolutions you think you can't keep[/B]? at all? I'll start with my list: 1. Come to class on time. 2. Update the site regularly. 3. … | |
Re: It's not in the recycle bin...? =( [URL="http://windowsxp.mvps.org/ShowDesktop.htm"]Try this link.[/URL] | |
Re: Happy new year everyone! May you have the same number of fingers today as you did yesterday... (or more fingers, if that's possible) | |
Re: You might also want to [URL="http://www.php.net/docs-echm.php"]download the PHP documentation in .chm format[/URL] for quick reference. And [URL="http://www.apachefriends.org/en/xampp.html"]install a local 'practice' server using xampp[/URL] so you don't have to sign up for a php and SQL supported host. (Because I think it isn't convenient to test your scripts when you have … | |
Re: You have to find a balance between the price you're willing to pay and the quality you're willing to settle for. BUMMER (about the scamming part) It's easier to code 'great applications' rather than to come up with a unique idea that's going to sell. If you had a great … | |
Re: And here I was thinking Silverlight was the sword obtained from Sir Prysin that was used to kill Delrith... I learn a lot just sitting at the daniweb doormat. *wags tail* Welcome to daniweb, viola! | |
Re: I'm curious why there are a lot of people joining daniweb from India. Does daniweb travel by "word-of-mouth" at your work or is it popular particularly in your country? How did you find daniweb? Will I ever live to see this question answered? Did I welcome you already? No? Oops. … | |
Re: Hi! I'm... err.. kanaku (not my real name). I'm an avid stalker of the introductions forum since... a week ago. This is exactly what brought me to your topic and now I'm going to bombard you with questions like I did the others: By batch 2008 did you mean you … | |
Re: ... why is this thread marked as solved? How did you solve it? | |
Re: Surprisingly, there is a [URL="http://www.daniweb.com/forums/thread97183.html"]very helpful thread in the HTML/CSS section[/URL] on how to make a sign-up and login/logout system using PHP. Try the 2nd or 3rd post in that thread. | |
Re: How did you install PHP? Did you download a package (like XAMPP or EasyPHP) or did you just download the latest version of PHP? | |
Re: Wow. You're honest. LOL But still, welcome stationq. =) Remember: the more entries you send, the more chances of winning! So post away! | |
Re: *beams at beamo* Welcome welcome!!! Please, post to your heart's content.** LOL **disregard creepy welcome message | |
|
The End.