Junk (RSS)

Look at the name

IE7 faker ;)

Hey all,

A very nice project that makes it possible to use some css 2 and 3 in ie is:
http://sourceforge.net/projects/ie7/
Just in case your wondering there are htc files that can do some of the thinks that ie7 will also do like:
http://webfx.eae.net/dhtml/boxsizing/boxsizing.html
and some others but i dunno witch exactly

Happy netting,

Warnar

Trillian Public Alpha

The trillian team has started alpha testing the new trillian.
I have been invited for this it is pritty kewl only problem i found until now is I WANT MY OLD SKIN :D:D
Anyway i still need to get a new pro version of trillian but i'm not sure if i will do it there are no reall new things exept the history that i need.

Anyway there are allready download with cracks all around the net so if you want to test it your self it is allready possible but i think that you can better buy it.

I went to Technet

Last wensday i went to my first technet confirence :D with my Mentor ;)
It was very nice lurned alot about the new .NET and SQL :D:D
My favorite presentation was about Smart Clients.
On the link below you can download the presentations:
http://www.microsoft.com/netherlands/evenementen/technetmsdn/presentaties.aspx

Thanks Peter hope we can do this again :D

Happy netting

Need some book advise

Hi all,

I have been working with javascript alot the last couple of weeks but what i'm mizzing is a good book.

So i was just wondering if any knows a good reference book for javascript (also JScript) because using the internet is not always great.

So thanks allready.

Happy scripting,
Warnar

Got gmail weee

I just got a gmail account thanks to Greg Duncan (http://coolthingoftheday.blogspot.com/)
Time for testing :D:D

Happy netting,
Warnar Boekkooi

I HATE ASP

Ok i have one Small statment I Hate Bad writen Asp witch is only readable by the programmer who wrote it.
Second i hate to have to intergrate a ASP.NET system that i wrote into one of the 3 versions after that made me clear that all versions where about the same and finding out after making a great intergration into one version that the other two are totaly diffrend.

O yeah one last think ASP.NET is a 100000000000000000000000000000% better then ASP (this is a personal oppinion)

Happy Netting,
Warnar

I have a new display

W00T i got a new display a Iiyama HM903DT B Vision master Pro 454.
It is great :) only bummer is that the USB hub on it is USB 1 and it dues not have a switch so you can switch between to pc because there is a way to get two pc connected to the display :))

Happy netting,
Warnar

Cool capture program

Hey all,

I found myself a great capture program called SnagIt (http://www.techsmith.com/).
It has some really cool options the best is the window capture then you can select the window witch you want to capture.

Later,
warnar

Problems xp SP2

Hey all,

Just installed SP2 i have to say “I HATE THE SECURITY CENTER!!!”.
Got a error that i had the wrong kernel that was because i have a costum bootscreen also got the following error:

This was because i had Demon Tools running just rename atapi.sys when you get the error.

After installing i got this error on a old dos app:

Read this http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B324767

So what was so good about sp2 again??

Happy netting,
Warnar

Back from London

Hey all,

Just came back from London been there for about 5 days.
MY FEET HURT!!!!!
My god kewl city but my mom is like the giant tourist and want's to see everything but can't seem to read the signs.
The beer is like hell expencife but good.
Hilton was cool but i missed the internet connection :(
And one of the most importent things is THE CHICK LOOOOOOK GREAT!!!! men what they got walking there i almost god blinded :D
Any i'm back and that's about it.

Happy netting,
Warnar

No IIS6 on Windows XP what a Big Bummer!

Hey,

I have just started installing PC for Gaming Only :D and also server for testing apps.
So me as smart as i am i ws thinking Windows XP with IIS6.

There is only one problem NO IIS 6 for XP why not????
I can't get a licence form school they don't sell Windows 2003 :(

Same question as here:  http://weblogs.asp.net/cszurgot/archive/2004/05/11/129989.aspx to microsoft why is there not IIS 6 for XP
Or is there a way??If there is please tell Thanks allready

Happy netting,

Warnar

I got a modem dumped on me! Stuppid @Slome

Hey all,

Havend been here for one reason and some more but the main was The Bloody guy at @Home!! The Dudes gave me a new modem witch awell lets say maked my connection so slow that i wanted my old modem back i went from 533kb's down and 25kb's up to 3kb's down and 6kb's up.

And Then my dad starts his letter and well where being talked to like we are some stuppid asses.

So finally  i found the problem it was my router it seems the motorola modem didn't accept the old router (WHY THE HELL DID THEY SEND ME A NEW MODEM) so i had to find a new one and i found the Tornado 242 it has wireless and 4 utp on it really cool thing but men i wish i could kick some @SLOME ASSS!!!! didn't have any workable connection for over a week.

Good luck all and @Slome one more problem and i'm a gonner!

Happy netting,
Warnar

AAAAh I'm going crazy Fixing this PC

Hey all,

I'm bizzy trying to fix a pc for a friend of me but i can't find the problem with the PC it hangs after playing like 4 minutes solitair or doing word for that time.
It aint the processor it's new and i allready tested it with a working pc.
It aint the Motherboard also tested that.
It aint the memory because i tryed serveral working RAM memory.
It aint the Harddisk tryed 3 diffrend HDD's.
It aint the DVD player because the error is there also if it is unplugged.
It aint the floppydrive because the error is there also if it is unplugged.
It aint the powersupply tryed 2 diffrend kinds.
It aint the graphics cart tryed to 2 diffrend kinds of PCI and one AGP.

Here is some more info about the PC:
Intel Celeron 2.4GHz (Boxed)
JetWay P4X400DBZ
Seagate Baracuda 30GB
RICOH MP5240A DVD+RW/+R
TOPELITE 400 MAX (by CWT) Model NO: ISO-230
Elixir 256MB DDR-400MHz-CL3
S3 Trio64V2/DX
Windows XP
Symantec Antivirus Corp 9

Hope someone has a clou because i'm getting onto the point of trowing it out of the window !!

Good Luck To All

Flash and XML

Hey all I have a project that maybe will use PHP,Mysql but they aren't sure yet if they want to use Flash or HTML and because I'm young and very impatient i allready wanted to start so what is the way to do??? let PHP give some XML :)

So here is just a small actionscripting that may help.

Make XML in Flash:
/* Make XML in Flash */
//Create XML object

xmlSend = new XML();
//Create a Tag
info = xmlSend.createElement("info");
//Create a other Tag
user = xmlSend.createElement("user");
 //Give the other Tag some info
 user.attributes.name = "warstar";
//Put the other tag into the Tag
info.appendChild(user);
//Put the other tag into the Tag
xmlSend.appendChild(info);
/* End Make XML in Flash */
Now xmlSend will be: <info><user name="warstar" /></info>

Now for getting some info from XML into Flash that will go like this:
/* Load and process XML */
//Create XML object

xmlGet = new XML();
//Set object to ignore White spaces
xmlGet.ignoreWhite = true;
//Load informtion from info.xml
xmlGet.load("info.xml");
//Set that if data is loaded goto function myOnLoad
xmlGet.onLoad = myOnLoad;
//Function myOnLoad
function myOnLoad(succes)
{
 //Check if all went well
 if(succes)
 {
  //Get the first Node
  rootNode = xmlGet.firstChild;
    
  //Get the firstNode in the node
  currentNode = rootNode.firstChild;
  //Brows to all the nodes
  while(currentNode!= null)
  {
   //Put the information into variable txt
   txt += currentNode.attributes.id + " - ";
   //Goto next node
   currentNode = currentNode.nextSibling;
  }
 }
}
/* Load and process XML */
The XML file looks like this:
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<info>
  
<user id="1" name="warstar" pass="****" />
</info>

Sorry i'm not explaining mutch but i'm really Tired So

happy Neeting, let the bed bugs bite

A array with a string index

Hey all,

So after starting on my search engine i came to the conclusion that i needed a array with a string indexer(more about how i builded my search engine when i have some more time :D). So i was thinking a Hashtable (System.Collections.Hashtable) but there was one problem it was not possible to edit a item easily :( So i had to look on and found:

System.Collections.Specialized.NameValueCollection

Witch is basily a array with a string indexer :D

Stupid post aint it :) Happy Netting

 

Can't find a job!!! NEED A JOB!! Cry for HELP

Hey everyone,

Looking for a job is great (NOT) but finding one is even harder. I’m looking for a job in ICT because I have a diploma in that area (MBO ICT niv. 3) but yeah who needs a 17 year old boy/guy/dude to work in his/her company? It seems no one :(

So then I gave up on the ICT companies and want(ed) a job in a market but even there, there is no room for 17 year old guy :(.

SO HERE is my CRY for help!!!!!!

I live in Groningen (Netherlands) and I’m looking for a job in ICT (part-time) but a job in a market would also be great or in a café or anything. I’m 17 years old and just got my diploma “Medewerker Beheer ICT” I finished top of my class. My interest are mainly Programming and girls but the last one is really going bad lately but that’s a second something. I don’t have a lot of working experience only 6 mounds in Rotterdam but that was for my school I did learn a lot there and a paper round.
Any way if you have any interest of getting me into you business or company you can find my C.V. here: http://members.home.nl/warnar/CV.doc (don’t get pissed at me because it is in Dutch)

Anyway I hope someone can help me else I not trying would be worse.

Thanks already,
Good luck dotnetting

MSN Block (Status) checker B2 + source

Hey here is my most useless writing ever!

So i rewritten the frist version and now you can download the source :) Have fun!

You can download the source and program here : http://members.home.nl/warnar/DotNet/

MSN Block Checker

YeY i had some spare time so i wanted to do something and gess what i made a reall msn Block Checker if you wane c if someone is really offline :D

Very useless have fun will post the source sometime when i clean it up

Download it here http://members.home.nl/warnar/DotNet/MsnBlockCheck.exe

I graduated or something like it

Yeah men you won't beleef it but i got my diploma today it's MBO ICT niv. 3 not really that great but still it's my first diploma and i was the best of my class here are my marks (10 is highest and 1 is lowest and it's in dutch sorry):

Zakelijke Communicatie MVT 3 -Keuzetaal 1 Engels        7
Zakelijke Communicatie 3                                                 7
Bedrijfsorientatie 3                                                            7
ICT-Gebruik 3                                                                 8
Installatie Hardware 3                                                       7
Datacommunicatie 3                                                         6
Onderhoud en Beheer Informatiesystemen 3                     6
Onderhoud en Beheer Netwerken 3                                 8
Helpdesk 3                                                                      V (voldoende)
Orientatie op de Informatie-analyse 3                               7
Werkveldorientatie 3                                                        8
Installatie Software 3                                                        7

Ok I agree it aint perfect but it is still great and i have one W00T :D :D

What do people do at school

Hi all just a mayor off topic but i was at school making some movies on what we where doing and i think other people have to know how bizzy we are.

The movie's can be downloaded from: http://members.home.nl/warnar/school/ .
If you get a black screen you can download the divx codec here: http://download.divx.com/divx/DivX511.exe .

Hope you get the fun. Later