wutske
Members-
Content Count
1,419 -
Joined
-
Last visited
-
Days Won
2
Everything posted by wutske
-
Why Can't I Install Software As Root?
wutske replied to jedipi's topic in Websites and Web Designing
Maybe he's logged in as a normal users under X and is he trying to install something by launching it as root via a terminal ? -
Most motherboard manufacturers do test their motherboards with several memory modules from different manufacturers. If these test are succesfull, they do put it on a list and these lists are available for download on the (motherboard) manufacturer's website. This list however is usualy very limited (compared to the amount of memory modules available). Some more questions:1) do you have other RAM modules installed on the motherboard ? If this is the case, that's the reason why it doesn't work, you can't use DDR1 and DDR2 at the same time.2) Have you used DDR1 before you installed these new memory modules ? If yes, try clearing the CMOS (check the manual if you don't know how).3) Does your motherboard beep ? The combination of beeps are unique for every kind of problem (eq. long-short-short).@levimage:Clearing the CMOS ("Do the jumper" for for a minute) is something completely different than flashing the cmos. Flashing it means writing new data to it while clearing it is just a matter of discharging the internal components (flip flops).It's also very unlikely that he has to change some voltage to get it working. If the hardware does not work on stock voltages, then it's faulty and needs to be replaced.
-
The listner probably receives wrong values when the mouse leaves the screen, see if it throws an error.
-
Now Linux is ease The linux SuSE 9.1 is most ease linux
wutske replied to jamesleon's topic in Websites and Web Designing
FFR, you've just bumped a 4 years old topic -
Then you aren't fast enough . about:internet gives "Don't clogg the tubes" and then quickly changes to "New Tab"
-
Wait, so you are going to replace everything with tables ? Bad boy ! Bâââââd boy ! Tables aren't made for designing pages, but to order data.
-
If this thing fails and creates a black hole, who would care ? We'd be all dead or in another dimension (in the later we traveld trough space and time and THAT would be cool ). It's a waste of time, money and energy if it doesn't produce usefull knowledge. 14 years of work just to know how universes are created or to prove the big bang theory is just stupid. If it gives us a new energy source or a black hole which we can use the dump our waste in another dimension ... then those 14 years of work where worth it, otherwise they should have spend the money on other (more usefull) resource that would certainly return some usefull knowlege.
-
Matt, the first thing you have to do is getting some paper and start designing your game. You first have to know what you want before you can create your database and write the codes. eg. players: username, email, password, health, deaths, level, weapons, ... game: min. 10 levels, a level consists out of ... opponents: strength, health, at wich levels they appear, ... .... First you have to think about the game itself, it has no use to start writing and creating things without you know what you are creating, you'll only loose a lot of time because you'll have to change and re-create things you've done and need to be changed. This is also worth a reading
-
If you want a phone just because it's a hype, then you definately must get the iPhone 3G. However, there are a lot of other mobile phones that have exactly the same functionality and cost less than the iPhone 3G, sometimes you even get more for less. I consider having a smartphone with windows mobile and advantage because there are a lot more (free) applications available and you are not tight to Apple.ps. things are a bit different when you get an abo with your mobile operator, here it'll depend on what abo you want.
-
try going toabout:internetsthen go to about:internet(be quick on this one because it's gone before you've seen it )
-
I tried that, but it changed nothing, IE keeps my header 4-5px away from the right_content. I did find how I could fix it, but it's just ridiculous, as long as I don't set the height property, everything works like it should do. Hower, this means I have to start cheating with line-height to get the right height for my divs //edit: new code to show how I fixed it HTML <?php defined( '_JEXEC' ) or die( 'Restricted access' );?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://forums.xisto.com/no_longer_exists/; <html xmlns="http://forums.xisto.com/no_longer_exists/; xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" ><head><jdoc:include type="head" /><link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/groenewijzer/css/style.css" type="text/css" /></head><body><div id="main_wrapper"> <div id="right_column"> <div id="h_arrow"> </div> <!-- einde h_arrow --> <br /> <div id="right"><jdoc:include type="modules" name="right" style="xhtml" /></div> <!-- einde right --> <div id="user4"><jdoc:include type="modules" name="user4" style="xhtml" /></div> <!-- einde user4 --> </div> <!-- einde right_column --> <div id="h_top"> </div> <!-- einde h_top --> <div id="h_middle"><span id="title">De Groene Wijzer</span></div> <!-- einde h_middle --> <div id="h_bottom"> <table cellpadding="0" cellspacing="0"> <!-- if the padding-top: 5px is applied to this table, IE6 padds the whole h_bottom div, adding a gap in the borders (left and right) --> <tr id="IE6_lte_fix_header"><td colspan="3"> </td></tr> <!-- this tr with line-height: 5px does what padding-top: 5px should have done ... --> <tr> <td id="pill_l"> </td> <td id="pill_m"><jdoc:include type="modules" name="user3" /></td> <td id="pill_r"> </td> </tr> </table> </div> <!-- einde h_bottom --> <div id="content"> <jdoc:include type="component" /> <div id="footer" class="clear"> <jdoc:include type="modules" name="footer"/> </div> <!-- einde footer --> </div> <!-- einde content --></div> <!-- einde main_wrapper--></body></html> CSS (what's changed) #h_top { line-height: 45px; background-color: #FFF; margin-right: 192px; border-right: 1px solid #d4f36a; } #h_middle { background-color: #d4f36a; margin-right: 192px; padding: 0px; text-align: center; } #h_middle #title { font: bold 40px arial; line-height: 60px; color: #8a4; } #h_bottom { line-height: 45px; text-align: center; background-color: #FFF; margin-right: 192px; border-left: 1px solid #d4f36a; border-right: 1px solid #d4f36a; padding: 0px; text-transform: uppercase; } #h_bottom table { line-height: 12px; margin-left: auto; margin-right: auto; } #IE6_lte_fix_header { line-height: 5px; font: normal 5px arial; } #pill_l { width: 23px; height: 34px; background: url(../images/pill_0_0.png) no-repeat; } #pill_m { background: url(../images/pill_0_2.png) repeat-x; } #pill_r { width: 23px; height: 34px; background: url(../images/pill_0_3.png) no-repeat; } #h_bottom ul { margin: 0px; padding: 0px; } #h_bottom li { /*Reserved for top menu*/ vertical-align: 50%; font-weight: bold; display: inline; list-style: none; margin-right: 10px; padding-left: 5px; border-left: 1px solid #793; } #h_bottom a, #h_bottom a:visited { color: #793; text-decoration: none; }
-
I'm working on a template for joomla, but I'm heaving some serious problems to get it working in IE6 and lower. Basically, this is my layout: -------------------------------------------------------------------------------------| | || header | || ----------------------------------------------------------------- | || | right || content | area || | || | || | || | || | |------------------------------------------------------------------------------------- html <?php defined( '_JEXEC' ) or die( 'Restricted access' );?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://forums.xisto.com/no_longer_exists/; <html xmlns="http://forums.xisto.com/no_longer_exists/; xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" ><head><jdoc:include type="head" /><link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/groenewijzer/css/style.css" type="text/css" /></head><body><div id="main_wrapper"> <div id="right_column"> <div id="h_arrow">Â </div> <!-- einde h_arrow --> <br /> <div id="right"><jdoc:include type="modules" name="right" style="xhtml" /></div> <!-- einde right --> <div id="user4"><jdoc:include type="modules" name="user4" style="xhtml" /></div> <!-- einde user4 --> </div> <!-- einde right_column --> <div id="header"> <div id="h_top">Â </div> <!-- einde h_top --> <div id="h_middle"><span id="title">De Groene Wijzer</span></div> <!-- einde h_middle --> <div id="h_bottom"> <table cellpadding="0" cellspacing="0"> <tr> <td id="pill_l">Â </td> <td id="pill_m"><jdoc:include type="modules" name="user3" /></td> <td id="pill_r">Â </td> </tr> </table> </div> <!-- einde h_bottom --> </div> <!--einde header --> <div id="content"> <jdoc:include type="component" /> <div id="footer" class="clear"> <jdoc:include type="modules" name="footer"/> </div> <!-- einde footer --> </div> <!-- einde content --></div> <!-- einde main_wrapper--></body></html> CSS body { background-color: #316b16; font: normal 12px arial;}#main_wrapper { background-color: #FFF; border: 1px solid #000; margin: auto; padding: 5px; width: 90%;}a img { border: 0;}a, a:visited { color: #4A4;}a:active, a:hover { color: #383;}.small { font-size: 10px;}.clear { clear: both;}td.contentheading { font: bold 14px arial;}td.createdate { font-size: 10px;}td.modifydate, td.createdate { padding: 0px; margin: 0px; font: normal 8px arial; color: #AAA;}#header { clear: none;} #h_top { height: 45px; background-color: #FFF; margin: 0px 192px 0px 0px; padding: 0px; border-right: 1px solid #d4f36a; } #h_middle { background-color: #d4f36a; height: 60px; margin: 0px 192px 0px 0px; padding: 0px; text-align: center; } #h_middle #title { font: bold 40px arial; color: #8a4; position: relative; top: 10%; } #h_bottom { height: 45px; text-align: center; background-color: #FFF; margin: 0px 192px 0px 0px; border-left: 1px solid #d4f36a; border-right: 1px solid #d4f36a; padding: 0px; text-transform: uppercase; } #h_bottom table { margin-top: 5px; margin-left: auto; margin-right: auto; } #pill_l { width: 23px; height: 34px; background: url(../images/pill_0_0.png) no-repeat; } #pill_m { background: url(../images/pill_0_2.png) repeat-x; } #pill_r { width: 23px; height: 34px; background: url(../images/pill_0_3.png) no-repeat; } #h_bottom ul { margin: 0px; padding: 0px; } #h_bottom li { /*Reserved for top menu*/ vertical-align: 50%; font-weight: bold; display: inline; list-style: none; margin-right: 10px; padding-left: 5px; border-left: 1px solid #793; } #h_bottom a, #h_bottom a:visited { color: #793; text-decoration: none; }#right_column { float: right;} #h_arrow { background: url(../images/arrow.gif) no-repeat; width: 192px; height: 150px; margin: 0px; padding: 0px; } #user4, #right { padding: 5px 3px 5px 7px; } #user4 *, #right * { max-width: 182px; } #content { padding: 5px; margin-right: 192px; border-left: 1px solid #d4f36a; border-bottom: 1px solid #d4f36a; border-right: 1px solid #d4f36a;}#footer { font: 8px italic arial; text-align: center;} and this is the problem: As soon as I add the "right_colum", my header shrinks a few pixels in IE6, changing the margin-left doesn't help, the header (and it's content) won't grow. It works in every other browser, IE7, FF, Opera, Safari ... except IE6, IE5.x Anyone has an idea how to fix this ? Ps. using tables is not an option !
-
Where did you read it's Vista only ? I installed it on XP and it's working.
-
Thanks for the links, but unfortunatly, they all handle about the inverse function, suspending the machine. I'd like to prevent it from resuming when I open the lid.
-
Don't forget this isn't a final version, it's still under development and there are still a lot of features that should be added. Anyway, I'm not realy impressed by it, It's not that different from other browsers and doesn't offer anything realy new.
-
I have no idea if this will work for XP Home users since I only have XP Pro here, but this is the registry-way of disabling the information bar: - Open regedit (Start > Run > regedit ) - Navigate to HKLM\Software\Policies\Microsoft\Internet Explorer\Security - If those key don't exist, you'll probably have to create them. They are case-sensitive !!! - Now, create the following DWORD (CASE SENSITIVE !!!): DisableSecuritySettingsCheck - Give this DWORD the value: 1 Btw, messing with the reigstry is dangerous if you don't know what you are doing, one wrong move can be enough to mess up your whole computer. Everything you do in the registry is at your own risk.
-
okay, this looks sweet . I hope I find some time to play it tough
-
I don't know if this fixes that problem. It only disables the check for misconfigurations (eg. changing 'allow programs to run' from 'ask' to 'allow' ). I hate it because it's always visible because I changed a setting that IE thinks is now unsafe. About the group policy editor, your completelyl right about that, I'll see if I can find which registry key it changes I suppose it does since the setting is in "computer settings > administrative templates"
-
Ever since Microsoft released SP2 I got realy annoyed by the fact the every single click has to be verified because the operating system thinks you are stiill a noob. One of the more annoying "features" is that windows asks everytime I want to open an executable that I downloaded or I want to run over the network. Strange enough, this is not a windows-feature but an Internet Explroer feature, so this is the place where we have to disable this. Now, because Internet Explorer thinks mallware has changed this setting, it warns you in internet explorer with an message in the information bar ("Your current security settings put your computer at risk") taking up usefull space, so I wanted to disable this (and also because I know what I do and my system is still secure even tough Internet Explorer is trying to tell me it's not). Anyway, I finaly found a way to disable the annoying security check: src: http://forums.xisto.com/no_longer_exists/
-
yes indeed, if your website becomes more complex it's sometimes better to sometimes use tables because they are more easy and work almost exactly the same in every browser.
-
okay, vertical-align is a style-element you should only use for inline elements, like in tables, for block elements like div it can't be used (unfortunately). There are a few ways to fix this: 1) This won't work if the position of your div is set to absolute <html><head></head><body><style type="text/css">div.outer { [b] display: table-cell; vertical-align: middle;[/b] width:100px; height:120px; background:black; color:yellow; border:1px solid orange; text-align: center;}</style><div class="outer">HELLO Xisto</div></body></html> 2) Manually align it vertically: <html><head></head><body><style type="text/css">div.outer { position:absolute; top:460px; left:250px; width:100px; height:120px; background:black; color:yellow; border:1px solid orange; text-align: center;}[b]div.inner { position: absolute; top: 33%; <!-- you'll have to change this if you have more or less lines of text -->}[/b]</style><div class="outer"><div class="inner">HELLO Xisto</div></div></body></html> Okay, another way of vertically aligning stuff is using tables, but tables shouldn't be used to give a website structure. Hopes this helps a bit
-
Help, My Laptop Charger Is Not Working Properly
wutske replied to torres1287's topic in Hardware Workshop
Also worth trying is measuring the output voltage from the power supply. I once had a laptop that was claimed to be dead, it wouldn't stay powered on for more than 2-3 seconds. After measuring the PSU output voltage I wasn't surprised that I wouldn't work anymore, it was 8volt lower than it supposed to be, it was humming like an old trafo and even at 33% of the maximum possible load the output just fell to 0V (pay close attention to the LED, if it's strobing or almost out, there's something wrong with the PSU).ps. don't try to fix it if you don't know what you're doing. You need some special equipment to measure the power-amps, the average voltmeter will short-circuit the PSU and the power stored in the capacitors is powerfull enough to blow off the tip of your probes!