Search results

  1. xPlozion

    Which touchscreen phone would you go for?

    i'd go w/ the iphone, just because i like mac hardware and never liked nokias.
  2. xPlozion

    CSS Warning

    cursor as stated prior is not valid css code. also, there's a semicolon missing, but i don't know if that'll make an error down the line. body {background-color: lightblue;} h2 {color: #903;} table.main td.label {padding-right: 20px;} /* semicolon here */ table.main input {width: 423px;}...
  3. xPlozion

    Review My Site

    i'm sorry, but your design is on par with these: http://forums.x10hosting.com/graphics-webdesign/77557-worlds-worst-web-designs.html (which is not good to be a part of). take a look at some other sites, and get ideas from them (DO NOT RIP (COPY) THE DESIGN AS THAT IS A BIG NO NO!!!!!) onto a...
  4. xPlozion

    DB layer?

    is this for SOD? try this code: function fetch_field($query_id = 0, $field_offset = NULL) { return ($query_id) ? @mysql_fetch_field($query_id, $field_offset) : false; } that should make it so if you don't pass a second variable to fetch_field, then it should act like...
  5. xPlozion

    Hardware Question

    I use Arch Linux for all of my linux installs. It's really fast (even on old hardware), and since you don't need a good de like gnome or kde, you can get away w/ ultralight de's like (flux|open|black)box or the slightly more intensive (but still lightweight) xfce. that's if you need a desktop...
  6. xPlozion

    Are you a Web Designer? Look Here!

    i've used scriptlance in the past, but people out bid others down to a dollar or so, so it's not always worth it.
  7. xPlozion

    Hardware Question

    i've got a linux box with samba installed on it, and that's my server. from there, my windows boxes can connect to it in the network places. I stream music from it to all the windows machines, as well as videos. i want to install a nother hdd for all backups, but have yet to find an...
  8. xPlozion

    GeForce 9400GT. Is this good?

    yea, it's not like it's expensive anymore. if you want to get a gtx 280, then you'll be paying some money (up to $400 in depending on specs). this is a list of the 9800gt's (some have games w/ them)...
  9. xPlozion

    how to make search engine friendly website

    actually, google dislikes the use of mod_rewrite more than having queries in your urls in some cases. i'll try to dig up a link about it, but i think i remember reading that in the developer section of google ;) here's one link, i can't remember if it's the one i read originally, but it has...
  10. xPlozion

    Hardware Question

    well, how often do you use the windows me comp? you can actually convert that into a headless server (no monitor, kbd/mouse), just the tower and a connection to your network, but you can put your peripherals on it too (it won't hurt). With that, you can then store all the files on there, such...
  11. xPlozion

    GeForce 9400GT. Is this good?

    how much are you looking to spend? i spent $110 on my xfx 9800gt, and it performs much better than my old card (8400gt). it would barely run cod4 on it, and chances are that it'll do the same on a 9400gt. the only diff is that i heard that the 9 series can run aa w/out any fps difference...
  12. xPlozion

    What is the Best AntiVirus?

    because among the free av's avg is among the best (better than avast imo).
  13. xPlozion

    Games!!!!

    by the sound of it (your posts), you are definately not qualified to do this. please explain more so i can help (your op didn't really help out).
  14. xPlozion

    Ben Hack's portable N64

    that's crazy. not for me though... never was a portable gamer ;)
  15. xPlozion

    How much RAM do you have?

    come on john, you should know better :P I've got 2x2gb ocz ddr2, but windows only see's 2.5 in system properties :'(. i've also got 512mb ddr3 on my 9800gt
  16. xPlozion

    [REQ][200]Life Stages Interview Project - 100 Points to Those Who Answer

    Young Adult (19- 30) Questions: 1. Are you married? How did you decide to marry him/her? Why do you think you are single? -I'm single, because of the lack of an in-depth social life. I have friends that tell me that they wish they were still single. 2. What do you do for an occupation? How...
  17. xPlozion

    Famous Encryption Software

    try inserting AddType application/x-httpd-phpv2 .wz into your htaccess file. the code is courtesy of itman ;)
  18. xPlozion

    Information

    are you using php level 2? level one has many features disabled, prob the one you need.
  19. xPlozion

    Famous Encryption Software

    encryption for what? if you're talking about an app file, they can name them whatever they want. cod names them .iw . but essentially, they are compiled c++ files, which makes them into binary code (not readable code). if you want to have story.php to be story.wz, you can without much effort...
  20. xPlozion

    Help generating a transparent png image using php

    you can do it as scoochi said. i use transparent png's resized w/ gd library for parts of my site. for the most part, those look like the fundamentals for making it work.
Top