Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 242
Search took 0.39 seconds.
Search: Posts Made By: Caffeine
Forum: General web building 01-29-2005, 08:52 PM
Replies: 2
Views: 735
Posted By Caffeine
Perfect! :thumbsup:

Perfect! :thumbsup:
Forum: General web building 01-28-2005, 05:29 PM
Replies: 2
Views: 735
Posted By Caffeine
Is js required to accept cookies?

It's a stupid question perhaps but does js have to be enabled for a browser to accept cookies or can I browse a page with js turned off and still get cookied?

I'm thinking of setting a cookie from...
Forum: Post a JavaScript 04-28-2004, 09:05 AM
Replies: 8
Views: 1,986
Posted By Caffeine
I wouldn't trust the w3scools' stats, remember...

I wouldn't trust the w3scools' stats, remember that most of their visitors likely are developers of some kind.. and most developers are better updated with what browsers that are around and so on.
...
Forum: DOM and JSON scripting 04-16-2004, 08:56 AM
Replies: 15
Views: 3,169
Posted By Caffeine
Interesting, I tested in Moz 1.6 and IE 6, both...

Interesting, I tested in Moz 1.6 and IE 6, both alert 1. But Opera alerts 2 :confused:
Forum: JavaScript programming 04-14-2004, 08:36 AM
Replies: 50
Views: 20,630
Posted By Caffeine
Very interesting thread! I have started OOP:ing...

Very interesting thread!
I have started OOP:ing just recently so this thread has been very useful so far :thumbsup:


One question though which I could not find an answer to: [I've searched the...
Forum: HTML & CSS 04-13-2004, 08:57 AM
Replies: 46
Views: 4,993
Posted By Caffeine
At my work, where security is a big issue, we use...

At my work, where security is a big issue, we use IE. Not me but the other users on the company does. That is because almost everyone is used to IE, it's available in Swedish, and is easy to modify...
Forum: ASP 03-29-2004, 09:21 AM
Replies: 6
Views: 1,015
Posted By Caffeine
Yep :) It works like this: the server has...

Yep :)

It works like this:
the server has a set of default-pages[e.g. default.asp] so when someone enters www.xyz.com/ it's actually www.xyz.com/default.asp that is being parsed. And as you...
Forum: ASP 03-29-2004, 08:28 AM
Replies: 6
Views: 1,015
Posted By Caffeine
Yep, it's possible that there's a db-call...

Yep, it's possible that there's a db-call involved, but it doesn't have to be, it could also be that the file itself opens another file [specified in the URL] and add it's contents to the page.
It's...
Forum: Post a JavaScript 03-15-2004, 09:38 AM
Replies: 24
Views: 21,161
Posted By Caffeine
I tried to do the same thing a while back but...

I tried to do the same thing a while back but failed miserable :o

Nice work indeed! :)

[off-topic: It's too bad the browsers don't have these controlls built-in, anyone know why?]
Forum: HTML & CSS 03-12-2004, 10:04 AM
Replies: 5
Views: 1,148
Posted By Caffeine
Nice, thank you! :) [added that site to my...

Nice, thank you! :)

[added that site to my css-link collection]
Forum: HTML & CSS 03-12-2004, 08:33 AM
Replies: 5
Views: 1,148
Posted By Caffeine
CSS-based layout - equivalent to table height 100%

I'm having some trouble with this layout based on css. I can't get it to work the same as the 'old way', ie table-based layouts.

I feel I'm close to the solution but I haven't been able to figure...
Forum: JavaScript programming 03-12-2004, 08:06 AM
Replies: 3
Views: 1,287
Posted By Caffeine
[a bit off-topic, but still related :)] Is...

[a bit off-topic, but still related :)]

Is there any reasons why one should use
document.images['imgID'].src
instead of
document.getElementById('imgID').src
??

Would document.images be...
Forum: HTML & CSS 01-28-2004, 07:58 AM
Replies: 4
Views: 781
Posted By Caffeine
Before you decide if you really want to code for...

Before you decide if you really want to code for NS 4.x I urge you to read these articles @ a list apart:
http://www.codingforums.com/images/icons/icon2.gif To Hell With Bad Browsers...
Forum: JavaScript programming 01-27-2004, 07:02 PM
Replies: 5
Views: 763
Posted By Caffeine
Oh, the first link I had only been to, but I...

Oh, the first link I had only been to, but I thought it concerned NS only, the second thread seems to be much better [to me], thanks
:)
Forum: JavaScript programming 01-27-2004, 03:19 PM
Replies: 5
Views: 763
Posted By Caffeine
Hmm, I used the search engine @ these boards and...

Hmm, I used the search engine @ these boards and it is a bit unclear to me if the statement above is true or not; some older posts were saying that the total size for a domains cookies can be max 4...
Forum: HTML & CSS 01-14-2004, 04:10 PM
Replies: 61
Views: 9,328
Posted By Caffeine
If the scrollbars are part of someones page, I...

If the scrollbars are part of someones page, I would like someone to please construct a page with 10 scrollbars, and I would like them to position themselves say 50 pixles from the left.

I would...
Forum: JavaScript programming 01-14-2004, 01:34 PM
Replies: 1
Views: 689
Posted By Caffeine
I had a similar topic not that long ago, anyhow,...

I had a similar topic not that long ago, anyhow, you can find if you try the lovely search engine.

But since I am such a nice guy I'll provide the link to it ;)

liorean gave me an example and...
Forum: JavaScript programming 01-14-2004, 12:47 PM
Replies: 3
Views: 990
Posted By Caffeine
Could you give an example of this, if it's still...

Could you give an example of this, if it's still true.

I've googled but came up with nothing!
Forum: JavaScript programming 01-09-2004, 12:06 PM
Replies: 4
Views: 743
Posted By Caffeine
Yep. the [Esc]-key stops the pageload in Mozilla,...

Yep. the [Esc]-key stops the pageload in Mozilla, Opera & IE on windows, I don't know if this is true for other browsers as well.
Forum: ASP 01-08-2004, 03:13 PM
Replies: 16
Views: 2,371
Posted By Caffeine
Hmm, ok. I've re-read [again] and this is how I...

Hmm, ok. I've re-read [again] and this is how I see it: You have a datecolumn in the database of the datatype SmallDateTime.
It is always stored like this: m.d.yyyy
You want it to be saved...
Forum: ASP 01-08-2004, 02:45 PM
Replies: 16
Views: 2,371
Posted By Caffeine
Now I'm all confused, excuse me if this does not...

Now I'm all confused, excuse me if this does not make much sense, I have re-written it 3 times now.

I just re-read your last post again and I'm not sure I'm following you.

You wrote that if you...
Forum: ASP 01-08-2004, 10:06 AM
Replies: 16
Views: 2,371
Posted By Caffeine
I had a similar problem where IIS randomly...

I had a similar problem where IIS randomly switched formats of the time, I ended up writing my own function that gives me the time the way I want it. I already had this kind of function for dates.
Forum: JavaScript programming 01-07-2004, 09:03 AM
Replies: 8
Views: 765
Posted By Caffeine
No no no! Neither way is better; both should...

No no no!

Neither way is better; both should be implemented if you ask me,
client-validation for those who have support for it, and the server-sided validation as the final step to ensure there...
Forum: ASP 12-19-2003, 07:28 AM
Replies: 20
Views: 1,760
Posted By Caffeine
If you are talking about asp classic, then yes;...

If you are talking about asp classic, then yes; php is much better. I kind of regret that I chose the asp-way instead of php, when I bought books on both tech's.

Anyway, my impression is that...
Forum: HTML & CSS 12-17-2003, 08:35 AM
Replies: 23
Views: 2,346
Posted By Caffeine
Yeah, but there is a workaround for IE that...

Yeah, but there is a workaround for IE that disables this function, but we don't need to bring that up, do we ? ;)
Showing results 1 to 25 of 242

 
Forum Jump

All times are GMT +1. The time now is 09:21 AM.