Just stick an ID on the table cell and use that ID to target it for replacing its content at regular intervals. That way you conly need to fetch a relatively tiny ammount of data instead of...
You need your radio buttons to have the same name, but different values. You can often think of the name attribute as the question, and the value attribute as one of any number of possible answers....
Have patience and remember that most of the stuff you're interested in building will still be out of your reach for a while. You need to read up and do your homework so that you know what you're...
I've only had Windows 7 for a short time myself (and have little experience of other forms of Windows before that) so maybe I'm missing something, but why do you even need administrative privileges...
I doubt there's more natural disasters than normal. They're probably just getting more media coverage than usual at the moment. It could also be that a few more of mother nature's big shake-ups just...
Does Wamp start Apache and MySQL automatically? These programs need to be made to start running. If the Wamp installer doesn't get Windows to start running these programs when you start your computer...
I don't mean to put a damper on your enthusiasm, but Google (and probably every other search engine these days) already has some form of rating system. They just don't work very well because most...
I don't know where you'd get a stand-alone rating system. I had a quick look on opensourcecms.com to see if they had a modules/plugins type of section for something like a rating system, but I...
What's machighway? I'm assuming the host machine is a Mac, but is machighway the name of your HTTP server, hosting package branding, or something else? I know you can install MySQL on a Mac, and...
Hehe. I know. I wasn't saying that coming here and mixing in with a community of developers and designers was a bad idea. I'm just saying that you should be aware that the majority of information...
There are lots of ways to fix this problem. The way you're trying to do it is probably the most obvious and sensible at first, but I think it might be better and much more efficient to eliminate the...
It will be a problem with your host configuration. I'd imagine it's that your FTP server and Apache are running as different users and that the files created by Apache's PHP module do not have...
The first step towards finding the cause would be to figure out if the slowing down is in the browser or the server. From what you've said, I'd be inclined to think it's the browser (especially since...
If you want features like handling of mail and data storage then you're going to need more than HTML and CSS. You'll need a server-side language like PHP or ASP.Net...
Well given that your link leads to a PDF file, I'd say it's almost certainly a problem with the PDF plugin on your computer, or maybe a conflict between the PDF plugin and a Firefox extension you...
I've been out of the loop for quite a long time now so I'm probably not the best person to be giving advice, but given that you've had no advice so far I thought I may as well offer a suggestion. To...
I rather like playing with XML--or rather I did when I used to do any web development. Before I abandoned work on my site I decided to have a go at using XML in a way that I thought might prove...