Blix
Members-
Content Count
37 -
Joined
-
Last visited
Everything posted by Blix
-
Try http://megagames.com/, they have lots of cheats, trainers, mods, freeware etc.
-
Hi, I did read on the german computermag website http://www.chip.de/ that Microsoft is planning to release Longhorn in the first half of this year to software- and hardware developers. Longhorn will be the main theme on this years "Windows Hardware Engineering Conference" (WinHEC) in April in Seattle. Producers and developers will get information about system reqs. for Homecomputers, Servers etc. In the meantime Microsoft introduced the new gfx-technology "Avalon". For Avalon Microsoft recomends at least a 1GHZ PC with 256 MB Ram /Dirextx9 GFX Card and Win XP incl. SP2 You can Download Avalon BETA AVALON BETA
-
Does This Work ? If So Please Tell Me and which country
Blix replied to bizchina's topic in Websites and Web Designing
Sorry, didn?t work. just got an error msg. tried from portugal good luck next time -
I think is one of the best driving/race games ever. I like the options to modify everything on your car. Btw i don´t like the hummer, it´s to heavy. The Audi TT completly tuned is a really good machine and very compatitive. Of course it depends of your driving skills....
-
Hi, i got the same problem... try to put the 512 MB module in slot 0 and the other ones in slot 1 and slot 2. This should fix the problem. I think you have to go to the bios and set it up there. I´m not really shure about this. Did work on my computer (P4 3.2)
-
Disable Scrollbars, Menubars Etc.... Javascript / Html code to disable them
Blix replied to gotcha41's topic in Programming
Try this code in the body tag <BODY onLoad="window.open('test.html', 'testwindow', 'width=100,height=100,screenX=200,left=200,screenY=200,top=200,toolbar=no,status=no,location=no,menubar=no,directories=no,scrollbars=no,resizable=no')"> and this code in your other page (body tag) onLoad="window.open('te', 'ery', 'width=123,height=123,screenX=456,left=456,screenY=456,top=456,toolbar=no,status=no,location=no,menubar=no,directories=no,scrollbars=no,resizable=no')" hope this helps... -
Want Free Website Templates! soulnetwork.tk
Blix replied to alexwhin's topic in Websites and Web Designing
Nice try with your geocitys site... too many popups etc. Get an idea for a really good templates and script site @ http://www.elated.com/. these guys provide you with more than 50 quality templates, scripts, photoshop actionscripts and so on. all templates are free and easy to change. sorry no offence -
I?m using Panda Antivirus Platinum V7.07 with Firewall. The Prog. updates a few times every day and the Firewall is smooth going. In addition i also use Zonealarm pro firewall and so far i didn?t got any problems with intruders or viri. The catch is is you have to pay Panda regular to keep the updates going for 6/12 month.
-
Disable Scrollbars, Menubars Etc.... Javascript / Html code to disable them
Blix replied to gotcha41's topic in Programming
Hi, here is some code to put in the <Body> </Body> section of your site. It´s just a link with all options available. Just replace the (yes) with no and everything should work. <A HREF="#" onClick="window.open('test.html', 'popup', 'width=100,height=100,screenX=200,left=200,screenY=200,top=200,toolbar=yes,status=yes,location=yes,menubar=yes,directories=yes,scrollbars=yes,resizable=yes')">window</A> Blix -
Hi there, i found this bit of code to put windows mediaplayer on your website. You should play with the values for different apperiance of the player. eg status etc.<object id="Player" width="272" height="240" classid="clsid:22d6f312-b0f6-11d0-94ab-0080c74c7e95"><param name="filename" value="http://forums.xisto.com/no_longer_exists/ name="transparentatstart" value="-1"><param name="autostart" value="1"><param name="showcontrols" value="-1"><param name="ShowStatusBar" value="-1"><param name="AutoSize" value="-1"><param name="ShowPositionControls" value="0"><param name="ShowTracker" value="0"></object>