-
Posts
15,512 -
Joined
-
Last visited
Everything posted by TCH-Thomas
-
They haven´t.
-
Sasser is out in 2 versions. Read more here and here.
-
Not sure about this, so i can only refer to what swedish pc magazines answers when their readers ask... Since no isp etc have a reporting obligation to a "authority" about their surfers habits etc there is no statistics. What we hear or read from those companies that do "estimations" (sorry, dont know the eng word for it) is mostly just estimations. So i think the only way is to rely on sites counters etc.
-
Good news I tried a combination with the code that runninghorse posted and ><STYLE> <!-- a:hover {color: #FFFFFF} U {text-decoration: none} --> </STYLE> I am not sure if both are needed but right now it seems to be what CSB needs to not show underlines in either I.E or mozilla. I inserted it on another site (i was working on this one when posting). It is only inserted in right frame for now if you wanna look. Thanks to everyone involved.
-
Thanks for the offer Kasey. If you wanna have a look, a good example is my site. However there is no css-files/urls for me to publish. CSB is a WYSIWYG-program in which i can insert scripts like above but it does not contain any "outside" css files (in lack of words).
-
Thanks Kasey However, those 2 didnt work for me. Might be that i use CuteSite builder.
-
Im looking for a script to remove the underlines on the links in Netscape, Mozilla, Firefox and so on. So far i have been using this ><STYLE> <!-- a:hover {color: #FFFFFF} U {text-decoration: none} --> </STYLE> But it only removes the underlines in I.E. Anyone having any suggestions?
-
Congrats Mike By the way, What does an administrator do? Nevermind, you will be a good one.
-
I got confused over your answer Arvind. Sorry. But, please disregard my last post, cause i found a script that does exactly what i want. If you wanna look, take a look at the top in LEFT frame at this page.
-
I found this code a while ago. At that time i used it on a english speaking site so i didnt have to change anything but now i wanna use it on a swedish site and we use 24h time. ><HEAD> <script LANGUAGE="javascript"> <!-- Original: Craig Lumley --> <!-- Web Site: http://www.ws4all.co.uk --> <!-- This script and many more are available free online at --> <!-- The javascript Source!! http://javascript.internet.com --> <!-- Begin function MakeArrayday(size) { this.length = size; for(var i = 1; i <= size; i++) { this[i] = ""; } return this; } function MakeArraymonth(size) { this.length = size; for(var i = 1; i <= size; i++) { this[i] = ""; } return this; } function funClock() { if (!document.layers && !document.all) return; var runTime = new Date(); var hours = runTime.getHours(); var minutes = runTime.getMinutes(); var seconds = runTime.getSeconds(); var dn = "AM"; if (hours >= 12) { dn = "PM"; hours = hours - 12; } if (hours == 0) { hours = 12; } if (minutes <= 9) { minutes = "0" + minutes; } if (seconds <= 9) { seconds = "0" + seconds; } movingtime = ""+ hours + ":" + minutes + ":" + seconds + " " + dn + ""; if (document.layers) { document.layers.clock.document.write(movingtime); document.layers.clock.document.close(); } else if (document.all) { clock.innerHTML = movingtime; } setTimeout("funClock()", 1000) } window.onload = funClock; // End --> </script> </HEAD> ><BODY> <span id=clock style="position:relative;"></span> Is there any way I can get rid of AM/PM and make it show 13, 14, 15 and so on instead of 1, 2, 3...?
-
No worries Bruce. :-) You got me worried so i checked it again and it did work, so thats why i posted that message.
-
Hey, My link works too
-
I have been trying out Real Alternative for a few weeks now and its great. Atleast i havent found any bad with it. Rumour say it can have problem playing ".smi" files, but i cant tell, cause i dont think i have ever played one.
-
Every now and then the little quick time icon shows up in system tray. First i thought it was because i had viewed a qt-movie and that it showed up in tray after reboot or when i started my puter the next day. But no, it is not that. It shows up in tray even if i havent viewed a qt-movie for weeks. I find no disable option in qt settings and when i disable it in startup it comes back. Does anyone know what i can do to make it not start (except for uninstalling it of course ?
-
A few days ago someone here got me interested in php, so i thought i would try some more and i found this script ><?php $newdate = date("Y-m-d H:i:s", strtotime("6 HOUR")); echo $newdate; ?> Which shows the current time and date. The problem is that the time is static. The time is still the same, even 10 minutes after the visitor arrived to the site unless the visitor refresh the page itself (or frame in my case). Can this code be changed to refresh itself, doesnt have to be every second but each minute would be nice. Or should i change script completely?
-
It is? Yeehaa
-
Excuse a stupid question but all this confuses me (as if that was something new ) but which is best a high or low number in google toolbar rank? I have dropped from 6 to 4. or ?
-
Did a little counting... Those 15K the bids are on now is 116270 swedish money. A lot more than i make per year. I guess i will have to continue to dream about getting that one.
-
Is that bid i see 15000 dollars?
-
I am sorry to hear this boxturt. As bellringer say, who ever did it needs
-
I just tried the 'hostingchoicetotal.com'. Didnt work. Guess they are out of business.
-
Probably not. Why not try it out yourself and let us know if it works?
