118 Posted Topics

Member Avatar for atlantis_guy

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

Member Avatar for kanaku
0
139
Member Avatar for emclinux

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.

Member Avatar for pclfw
-1
132
Member Avatar for mr.khurrams

[URL="http://www.peters1.dk/webtools/javascript/slideshow.php?sprog=en"]Try this link.[/URL] It's a copy-paste tutorial. :D

Member Avatar for bappaditya
0
230
Member Avatar for Fabm
Member Avatar for Denniz
0
117
Member Avatar for Danthon
Member Avatar for dariush29722

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.

Member Avatar for braindumps
0
281
Member Avatar for Designer_101

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.

Member Avatar for MidiMagic
0
116
Member Avatar for uringinteristi

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

Member Avatar for kanaku
0
114
Member Avatar for anuragg21

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]

Member Avatar for kanaku
0
146
Member Avatar for jumbla

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 …

Member Avatar for kanaku
0
166
Member Avatar for TomNDickNHarry

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.

Member Avatar for kanaku
0
181
Member Avatar for wwwmadeasy

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) { …

Member Avatar for wwwmadeasy
0
320
Member Avatar for The Dude
Member Avatar for rajeesh_rsn

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

Member Avatar for rajeesh_rsn
0
121
Member Avatar for xander85

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]

Member Avatar for kanaku
0
275
Member Avatar for kanaku

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

Member Avatar for sneekula
0
111
Member Avatar for techgirl2009

It's not in the recycle bin...? =( [URL="http://windowsxp.mvps.org/ShowDesktop.htm"]Try this link.[/URL]

Member Avatar for cguan_77
0
197
Member Avatar for Jenniferlinn

Happy new year everyone! May you have the same number of fingers today as you did yesterday... (or more fingers, if that's possible)

Member Avatar for debasisdas
0
120
Member Avatar for fvdave30

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 …

Member Avatar for kawama
0
78
Member Avatar for Partne

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 …

Member Avatar for Partne
0
275
Member Avatar for viola

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!

Member Avatar for kanaku
0
20
Member Avatar for iamsubhomoy

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

Member Avatar for kanaku
0
45
Member Avatar for kenshin1733

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 …

Member Avatar for kanaku
0
118
Member Avatar for frankytee
Member Avatar for The Dude
0
106
Member Avatar for navi17

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.

Member Avatar for DiGSGRL
0
199
Member Avatar for tibebu.s

How did you install PHP? Did you download a package (like XAMPP or EasyPHP) or did you just download the latest version of PHP?

Member Avatar for sumchtarek
0
186
Member Avatar for stationq

Wow. You're honest. LOL But still, welcome stationq. =) Remember: the more entries you send, the more chances of winning! So post away!

Member Avatar for kanaku
0
24
Member Avatar for beamo1

*beams at beamo* Welcome welcome!!! Please, post to your heart's content.** LOL **disregard creepy welcome message

Member Avatar for kanaku
0
20
Member Avatar for answrtek
Member Avatar for gerryburon

The End.