Search results

  1. Xorifelse

    HTML Table Column Width Issues

    <td>Have you ever been convicted of a criminal offense for which you have not yet been granted pardon?*</br>[radio Haveyoueverbeenconvictedofacriminaloffenseforwhichyouhavenotbeengrantedpardon "Yes" "No"]</td> <<td>_</td> There is your extra "<". Also, you should style forms with CSS as...
  2. Xorifelse

    Creating a guild website for WoW

    A forum always works for a guild, thought I am not into the game and neither do I know what functionality you want. PHPbb is a free forum which allows custom mods, specifically build for WoW. For example: http://www.explodinglabrats.com/listmembers.php You really need to be specific...
  3. Xorifelse

    Centering an absolute div

    Edit: I've found a perfect CSS solution works fine on all browsers supporting CSS 2.0. I've ran into a little snag, and let me state I already know how to center an absolute div but here is the issue. #header{ position: absolute; width: 400px; left: 50%; margin-left: -200px; } Using a...
  4. Xorifelse

    Help on Userstyle

    that why I put the coma. >> ^Does... I'm confused :(( Right, and again I still say the comma is placed wrong. The reason why it worked is because you where selecting a div and I repeat ONLY a div element. The comma in CSS allows you to select multiple elements and set the same style for each...
  5. Xorifelse

    Apple software consuming constant CPU

    It wasn't meant to be hostile, sorry if you got the wrong impression of me. I just wanted to point out that it wasn't my hardware, but perhaps an apple service, such as ItunesHelper.exe not functioning correctly. I've Googled this issue and found that some people have the same issue, but no...
  6. Xorifelse

    Apple software consuming constant CPU

    Safari is one of the few browsers using webkit, thus being fully html 5.0, css 3.0 compliant, which is the standard I'm using to write me website. All browsers will eventually go to this standard thus I don't have to write fixes for every single one out there.
  7. Xorifelse

    Apple software consuming constant CPU

    It actually shouldn't really matter what hardware I'm running, or how many applications I have opened. If I had a very slow PC I wouldn't have bothered posting. :o Anyways, to make you happy. WinXP 32bit, 2.2Ghz AMD Athlon x64, 1.5gb ram, 1x37gb wd raptor ( this is where windows is located )...
  8. Xorifelse

    Apple software consuming constant CPU

    I don't use Apple software much, so I'm not sure what the issue is. So the problem is that either Itunes or Safari are constantly consuming CPU ( 0-50% ) also I hear my hard drives reading data constantly as well. This only happens when I'm running the software and I think it's pretty annoying...
  9. Xorifelse

    Computer randomly resets

    It's most likely the PSU.
  10. Xorifelse

    Python Networking Problems

    It's more likely that the ISP is temporarily blocking your connecting to the website, many websites aren't protected against DOS attacks while ISP suffer from it's effects as well.
  11. Xorifelse

    Funny Picture Thread Archive - The OG!

    A mixture of the queen of the Netherlands and Geert Wilders. http://www.dumpert.nl/mediabase/843681/3e933f43/beageert.html
  12. Xorifelse

    Zombieland

    This movie was awesome, the girl was hot good humor but I think the guy could have been a little less nerdy.
  13. Xorifelse

    Issue Order Targeting a X

    This can be done by a couple of ways. Points Order Destructable Order You could get the position of the destructible, and give the unit a "move" order to the destructible's location. You could also issue a widget order, which you could simply select a destructible, item or unit and with the...
  14. Xorifelse

    Which should I buy?

    That's not what I said. I cannot disagree with that, better technology will come and go. But you don't understand that this is a new ara for laptops, LED screens, SSD drives all things that consume lesser energy than all the older parts which helps to increase the battery time of a laptop. Not...
  15. Xorifelse

    Which should I buy?

    http://www.shopping.hp.com/webapp/shopping/computer_series.do?storeName=computer_store&category=notebooks&series_name=ENVY15_series&aoid=20715&ci_src=14110944&ci_sku=NX369AV There you go, starting from $1,299.99. You can upgrade it with SSD's which obviously will cost a little more, somewhere...
  16. Xorifelse

    Which should I buy?

    Don't have to, Samuraid already did. I thought the new Phenom mobile processors (x4) of AMD where already released. They have a 25 TPD, and from what I've read (www.tweakers.net, dutch large and accurate tweaking/computing community) this will take the latest Intel processor down a nudge. I'm...
  17. Xorifelse

    Help on Userstyle

    huh? It's your site not mine. I don't know anything about web designing. >.< I'm saying your topic is posted in the wrong section, this is css which is related to web-designing, and there is a forum here that suits the category. I'm pretty nub here. Didn't really get what you were saying...
  18. Xorifelse

    Which should I buy?

    I didn't know AMD's latest processor family hasn't come out yet, because it's common that a new family is released every 4 months or so and since the last release was in September I thought it was released in January, my mistake. Anyhow, I think Wikipedia is a little outdated with things like...
  19. Xorifelse

    Unsafe Emails

    Here you are, with a Ubuntu logo recommending people they should buy software such as avast. This is just plain wrong. I use Gmail and it is a very save web client. I never had a virus or mall ware installed just by looking at it. There are of course people who send links which can be...
  20. Xorifelse

    Help on Userstyle

    This has been posted in the General Tech help, while this is obviously a web designing question. In the future post it there. You don't seem to understand css selectors, also I suggest you do some study about the XHTML or HTML 5 and CSS 3.0 To put it simple, you should use HTML only for...
Top