Search results

  1. L

    Twilight princess: get it for GC or Wii?

    Another vote for Wii, controls were fine.
  2. L

    PC Gaming Standards

    Nice site. Good cause. But you have 3 minor XHTML errors on the home page!!! :P
  3. L

    j-zip

    Use 7Zip
  4. L

    current status of IE version 8

    Actually it's not completely standards compliant. There's still a large list of bugs present in IE8 that are not in other browsers. A lot of them are even regressions from IE7, which is pretty pathetic. MS just never learns.
  5. L

    Html/CSS coding question

    No problem, if you need any more help, let me know.
  6. L

    Html/CSS coding question

    You should use the XHTML Strict DOCTYPE, you might try that. If not it's better to write XHTML anyways. :) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> If it doesn't work, then you can use text-align: center; Like...
  7. L

    Witcher

    Great game, The Witcher. As stated, get the Enhanced Edition. You can get it on Steam.
  8. L

    What kills graphics cards the fastest?

    Had a 6600GT overheat on me once while playing AOE3... It was completely fried after that so I went out and bought a 7800GTX.
  9. L

    When you're using other websites for inspiration, how much copying is too much?

    I think it looks much better than your old one with the brown, actually.
  10. L

    php debugging help needed

    Yes, you should build your sql statements with prepared statements. Take a look at the PHP sql objects, particularly the sql statement, it will allow you to execute sql queries the way they should be.
  11. L

    <div> IDs vs. Classes

    For CSS, IDs take priority over classes. So if you have something like: a#someLink { color: red; } a.someLink { color: blue; } And then you had a link with <a href="#" class="someLink" id="someLink">Text</a> The link would be red because the ID takes priority over the class. Sometimes...
  12. L

    Need a GOOD game suggestion

    The Witcher
  13. L

    Huh. Did I just screw myself?

    Seems low to me... I got 35K right after school on a contract, after they hired me full time and boosted my salary to 40K.
  14. L

    I need a game that will blow me away

    Another vote for The Witcher. Enhanced Edition if possible. They have it on Steam.
  15. L

    How did you learn php?

    Learned the basics in school, the rest on my own. What's more important than learning the language itself is learning good programming habits and how to organize and structure your code, as well as design patterns. A framework really helps development and forces you to use the best practices (if...
  16. L

    Critique my website?

    Long to load, as others have said. Also, I got this error, I'm using Firefox with FlashPlayer10: Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found. Missing a try { } catch { } somewhere in your Actionscript? Also, why is it that when I click contact or send to a...
  17. L

    Need a new RPG?

    The Witcher is not a perfect game, but it's pretty good IMO. I'd recommend giving it a shot. The quests feel more satisfying than Oblivion's I think and the combat wasn't exactly Oblivion's strong point either I think.
  18. L

    Anyone here build websites ??

    ^ Vintage design, etc, as well hehe.
  19. L

    Do you use css or tables for tabular data?

    ^ What he said.
  20. L

    Anyone here build websites ??

    I think several people here do, including myself.
  21. L

    MySQL Database Structure Question (Resolved)

    *** Resolved *** Thanks anyways Just let this die.
  22. L

    Chrome, Firefox & Opera

    I think FF is only slow if you have addons, otherwise it's pretty fast. Even with addons, I don't find it slow enough to stop me from using it. The slowness is usually only at launch anyways.
  23. L

    Avira Personal (free), Norton Antivirus 2009, or NOD32 v3?

    I use Kaspersky. Good Anti virus and I recommend it.
  24. L

    Best way to skill up in HTML/CSS from home?

    It might seem kind of obvious to some but a great reference site for all kinds of web languages is: http://www.w3schools.com/ Of course, depending on the subject you are following you will need more advanced material than what is covered there eventually.
  25. L

    Antivirus for the next year?

    Hmm... seems to be mixed opinions. I guess I'll just keep Kaspersky if it's still considered one of the "top dogs" as you say.
  26. L

    Antivirus for the next year?

    Hey everyone. Right now I'm a Kaspersky IS 2009 user but my subscription will expire soon and I was wondering if I should just renew Kaspersky or try something else that's a little better. Overall, I'm pretty satisfied with Kaspersky, I don't find it slows down my system much and I like that...
  27. L

    Just finished my first campaign in L4D (deathtoll)

    The game is meant to be played multiplayer. It is way more fun with a decent human team, so if you enjoyed playing with the bots, then you'll love playing with friends, especially if you have microphones. And then after you get familiar with the game a bit you can try the VS which is hella fun...
  28. L

    Best software to recover lost files from a format

    I'm not sure if Recuva will find files after the disk has been formatted but you could give it a try - it's free.
  29. L

    What are some good interview questions for Java developers?

    When I went to do my stage at the company where I am now employed permanently, they asked pretty basic stuff like what does the "static" keyword do, what's the point of constructors, and what code would you put in a catch block. Of course that was just for a stage... Depends on which company...
  30. L

    Quick launching text editor

    Notepad++ does support URL launching in the latest versions. There is an option in the MISC tab of the preferences where you can click to enable/disable it as well as choose the option of whether to draw underline underneath links. Notepad++ is the best :)
  31. L

    AOE II

    I loved AOE3, more than 2, but I think it was because I was older at the time and able to play competitively. I ranked in the top 20 players at one time and I played the game to death for about a year and a half. Excellent game but the player base has dropped substantially. I don't know how many...
  32. L

    new build

    Agreed on the Q9550... but then again... if only your motherboard went bad... Why throw out an otherwise perfectly fine system? If you don't do much gaming then just get a new video card and you should be fine. I'd wait a bit longer before buying a whole new system.
  33. L

    good/cool screensaver

    LOL that's funny every time. Sorry though I have nothing useful to contribute... You could put a slide show of some high res photos. Or just use one of the windows ones. Simple is better.
  34. L

    IE 8 Release Candidate 1 is available

    Great, another browser to test at work...
  35. L

    G15 Logitech Keyboard: LCD rotation Q

    Yeah. If you go to the Logitech GamePanel Manager (it's a little blue icon), often running in your system tray, you can open that and under switching algorithm you can set it to manual as well as a few other options. This prevents it from switching programs on your LCD automatically. You need to...
  36. L

    web editing/design

    Regardless you should learn XHTML and CSS. They are must-knows for anyone serious about getting into web development.
  37. L

    How is Stalker Clear Sky?

    I like the ClearSky engine, graphics, enhancements and such more than SoC but I like SoC's story better, and I find ClearSky's ending and general end game sucks. I also liked that SoC had more underground locations and was a bit lengthier. Some of the story events and missions in CS really suck...
  38. L

    Yet Another Car Accident

    I have a Corolla CE with almost all of the options and I'm very happy with it, though it is my first car. But yea, I love it :) I think it's a good buy.
  39. L

    Architecture for a multilingual website

    Alright thanks man. I guess I'm over thinking the complexity of this. It seems pretty simple after all.
  40. L

    Architecture for a multilingual website

    BUMP Anymore info?
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |