Forum: Upcoming News Stories Nov 4th, 2005 |
| Replies: 6 Views: 2,975 I can't stand all you people that hate on Microsoft. They make amazing software that the world can't live without. Everyday companies are making the switch to Windows server instead of Linux. Linux... |
Forum: JavaScript / DHTML / AJAX Sep 23rd, 2005 |
| Replies: 11 Views: 36,709 here's the answer. thanks to those that tried to help.
<html>
<head>
<title>w00t!</title>
<script type="text/javascript">
<!--
function addStuff()
{
var loc =... |
Forum: JavaScript / DHTML / AJAX Aug 25th, 2005 |
| Replies: 11 Views: 36,709 I founf that, but the next problem i ran into was finding out where i should scroll to. in other words, finding out where the bottom of the DIV is. |
Forum: PHP Aug 23rd, 2005 |
| Replies: 21 Views: 4,638 As for as books go I have been extremely satisfied with the stuff WROX produces. All three of my PHP books were published by them and my ASP book was as well. And my C++ book. I'm sure I've got more.... |
Forum: JavaScript / DHTML / AJAX Aug 22nd, 2005 |
| Replies: 11 Views: 36,709 Sorry for the double post. but it wasn't even remotely in the right spot before.
I wrote this little code segment to illustrate the idea of what I want. I'd like to be able to automatically scroll... |
Forum: Site Layout and Usability Aug 22nd, 2005 |
| Replies: 1 Views: 45,374 I'm an idiot. this post doesn't go here. :-/ |
Forum: PHP Aug 22nd, 2005 |
| Replies: 1 Views: 1,166 it's like the 5th hit on google.
http://www.peterguy.com/php/install_IIS6.html |
Forum: Site Layout and Usability Aug 22nd, 2005 |
| Replies: 1 Views: 45,374 I wrote this little code segment to illustrate the idea of what I want. I'd like to be able to automatically scroll the DIV to the bottom when you add stuff to it.
<html>
<head>
<title>Auto... |