I want to select only a part of my table (comments), but I don't know how.
how do I fix this:
"SELECT `POSTER` SKIP 1 TOP 2 FROM `COMMENTS` ORDER BY `DATETIME`"
(Skip 1 entry, select only the...
position fixed has... other effects, that can be undesirable (for a start, it messes up the zoom). Also, I assume you meant you set height to 100%, right?
position: fixed is for things that you want...
Oh.. thanks!
I don't know PHP-I use ASP.NET (C#), but its not a complicated function to make.
I will probably eventually learn it, but not before I know ASP.NET.
Why are mono-space fonts better for that?
I'm checking this for a comment feature, so what I wanted to do was to take in the information in a textarea, and then, on the server side, replace all of...
Hmm.. generally it should be anywhere you want (outside of a function), but for some reason it says that the div doesn't exist when I do. Someone else will need to solve this one, I have no idea why...
I made a script like that a while ago, but it has a problem: if the window changes its size, it gets broken. onresize didn't seem to work for me, so I don't know how much of a good idea it is, but...
I'm not uploading any site to the internet, so the spaces don't bother me too much right now... This is basically out of curiosity, and not trying to reduce load time.
Heh.. I tried that yesterday, and it didn't work.
I can give you an explanation, but it is based purely on my logic and some minor tests, and not on any prior knowledge.
1) value is a property that all input objects have. Its basically what they send to the server when submitted, and in some types it reflects visually. here it was used just to store information....
I saw that JQuery has a function "Jquery.get()", which can refer to divs in other pages via the "#" sign. I tried adding that in my AJAX (non JQuery) code, but it doesn't make any difference.
So I...