YouTube

Well, I am not really a YouTube user, but I got the below two links … and even I was laughing. Mac Donalds Rap: http://www.youtube.com/watch?v=FLn45-7Pn2Y Not a VW commercial: http://www.youtube.com/watch?v=VSSWeGBkf9o Hope you enjoy them.

Synchronizing Time on Win 2000 Server

Well you would imagine that the Win 2000 Server would know what time it is. Well if you tell it what time it is, it will know, but you don’t want to go on telling it every week, just to make sure it is still in sync. So, there are a few little services wich will do that for you.

Lets open the cmd shell and type:

net time /querysntp

… if nothing is set up there won’t be much output. So go surf in the internet and pick yourself a time server which is near you. Let’s say you find sntp.atomictime.com.

Now we need to tell your server that this is the machine wich we are going to adjust the time to.

net time /setsntp:sntp.atomictime.com

or if you feel better about having two or more time servers available do the following:

net time /setsntp:"sntp.atomictime.com another.clock.org"

Weiterlesen

Older IE standalone versions

While testing website code I often get to the point of using multiple computers and multiple systems and multiple VM Wares. I have some old CD-Roms with old browsers, but let’s get real, I don’t carry them around with me all the time, so I was out searching for some older IE versions and stumble … Weiterlesen

Quick Javascript Check for IE

Actually this wouldn’t be a big thing or anything, but there is one little thing that one needs to be aware of – OPERA! Opera can disguise itself as IE and that way pending on the user it can easily happen that in browserchecks the user get’s sent the wrong way. As mentioned above, this … Weiterlesen

The sun is comming out sooner or later

Well, here in Germany we might still wait a little bit untill the sun shows up again, but if you are lucky then you are already running yround in your shorts. So, how is your computer doing? A bit slower than usual? Got a Pentium4 and it might just be overheating without you noticing? Got … Weiterlesen

Thank You – Danke !

Deutsch: Ich dachte es wäre mal Zeit DANKE zu sagen. An meinen Webstatistiken kann man merken das ich einige Leser in letzter Zeit habe. Das ist nicht Selbstverständlich, wenn man dann noch beachtet das ich den Weblog eigendlich als „Gedankenstütze“ für mich selber mal angelgt hab und mittlerweile mich schon dabei erwische Inhalte für „meine … Weiterlesen

Javascript – Slider Control – Scrollbar Styling

I am always looking for nice littel design things and of course the infamous scrollbar ist one of these things which many people like to have differen. Well, I have done many sliding DIV TAGS inside of DIV TAGS and whatnot. But while surfing around once again I stepped over this Website: http://www.blueshoes.org/en/javascript/slider/ They have … Weiterlesen