• CIPWTTKT&GC V0x0F (v15): Scoot and Deeps Drama Diaries
    25,625 replies, posted
[QUOTE=Goz3rr;33138445]Have you ever lifted up a remote anton? And noticed how it really doesn't weigh anything? I'd drop a remote into my Flatron and be confident it wont break.[/QUOTE] Nah, I wouldn't be surprised if my laptop's screen took damage too if I dropped my remote on it.
[QUOTE=gman003-main;33138261]Reminds me of a stupid PHP bug I had once. Simple front-end thing, to make a couple <input>s for file uploads. I wanted to make it so I could easily change the number later. [code]echo '<ul>'; for ($i = 0; i < 5; $i++){ echo '<li><label for="file' . $i . '">File #' . ($i + 1) . '</label><input type="file" id="file' . $i . '" name="file' . $i . '" /></li>'; } echo '</ul>';[/code] Can you spot the one character that caused it to try to serve me an infinite-length document?[/QUOTE] if you're using echo statements to build your html you're already doing things wrong [editline]5th November 2011[/editline] [QUOTE=Goz3rr;33138445] I'd drop a remote into my Flatron and be confident it wont break.[/QUOTE] dont those have plastic screens, not glass? dropping my remote on a sheet of glass from a medium distance would crack the glass, and I dare not try it on my macbook
[QUOTE=BreenIsALie;33138381]Have one of those on my shelf. Weights a fuckload for it's size. My sister used it as her main PC until maybe 6 months ago. Fully functional except for a bad HDD I had plans of using it as a server-ish machine since it's small and quiet, But no hdd avalible[/QUOTE] I have one of those as well, my plans for using it as a server died with it's Voltage Regulator Module though. Now I'm saving up money for a better server instead.
[QUOTE=anton;33138483]if you're using echo statements to build your html you're already doing things wrong[/QUOTE] Like I said - I wanted to make it so I could easily change the number of inputs. Still, how would you have done it?
[QUOTE=gman003-main;33138587]Like I said - I wanted to make it so I could easily change the number of inputs. Still, how would you have done it?[/QUOTE] I do [code] <?php ///hurr durr php ?> <span>Hello!</span> <?php ///hurr durr more php ?> [/code] -snip apparently not-
[QUOTE=Fatal-Error;33138985]I do [code] <?php ///hurr durr php ?> <span>Hello!</span> <?php ///hurr durr more php ?> [/code] But even that is considered bad practice, [/QUOTE] uh no thats the good way of doing it
[QUOTE=anton;33139021]uh no thats the good way of doing it[/QUOTE] I always thought keeping your PHP and HTML entirely seperate was a good idea?
Stolen from LMAO [img]http://media.riemurasia.net/albumit/mmedia/ep/fxp/gthg/374202/867831639.jpg[/img]
And windows for tablet computers is STILL a better OS than iOS...
Wow, Steve was a huge jackass.
Huh I logged onto an alt Orgin account and The Sims 2 was on there, waiting to be installed. I never bought it, ever.
[QUOTE=The freeman;33139569]Huh I logged onto an alt Orgin account and The Sims 2 was on there, waiting to be installed. I never bought it, ever.[/QUOTE] It's a gift, don't complain :v:
[QUOTE=Fatal-Error;33138985]I do [code] <?php ///hurr durr php ?> <span>Hello!</span> <?php ///hurr durr more php ?> [/code][/QUOTE] That is normally what I do. And I have quite a bit of: [code]... <a href="detailView?id=<?php echo $row['id']; ?>">Detail view</a> ...[/code] But sometimes, echoing code is the best way to do it. Generally, on the inside of a loop: [code]while ($row = mysql_fetch_assoc($result)){ echo '<li><a href="detailView?id=' . $row['id'] . '">' . $row['name'] . '</a></li>'; }[/code] Because, while I haven't tried it, I'm pretty sure this doesn't work properly: [code]<?php while ($row = mysql_fetch_assoc($result)){ ?> <li><a href="detailView?id=<?php echo $row['id']; ?>"><?php echo $row['name']; ?></a></li> <?php } ?>[/code]
[QUOTE=gman003-main;33135196]More importantly, an i5 with 256MB of RAM? I wasn't even aware that was possible.[/QUOTE] it's in a virtual machine with 256 MB allocated. it looks at the host CPU for processor information you should know this
Jesus christ, Windows 7 is so terrible at some points When you delete a file, it moves it to the recycle bin without any form of compression being (properly) done on it When the disk is full, deleting files from anywhere, including the recycle bin, wont function propeerly As a bonus, every webbrowser I've tried breaks when you run out of disk space Opera lightly breaks, Chrome goes batshit
I remember browsing for days without a "back" feature because I had no space left
[QUOTE=gman003-main;33140033]Because, while I haven't tried it, I'm pretty sure this doesn't work properly: [code]<?php while ($row = mysql_fetch_assoc($result)){ ?> <li><a href="detailView?id=<?php echo $row['id']; ?>"><?php echo $row['name']; ?></a></li> <?php } ?>[/code][/QUOTE] It will.
[QUOTE=Tobba;33140053]Jesus christ, Windows 7 is so terrible at some points When you delete a file, it moves it to the recycle bin without any form of compression being (properly) done on it When the disk is full, deleting files from anywhere, including the recycle bin, wont function propeerly As a bonus, every webbrowser I've tried breaks when you run out of disk space Opera lightly breaks, Chrome goes batshit[/QUOTE]run ccleaner if you've got it. it usually functions fine and frees up enough space for you to fix things
[QUOTE=Makol;33137348]That looks like he threw it at the screen, not dropped it. Or shot it with a BB/airsoft gun.[/QUOTE] He could have been very unlucky and had the corner of the remote hit the screen. If the remote used AA batteries and he dropped it from a couple of feet, I wouldn't be surprised that the LCD broke.
[QUOTE=Goz3rr;33138445]Have you ever lifted up a remote anton? And noticed how it really doesn't weigh anything? I'd drop a remote into my Flatron and be confident it wont break.[/QUOTE] We have this: [img]http://www.abo-center.dk/Abo_center_2/billeder/beolink1000.jpg[/img] Seriously, I'd be afraid of dropping this anywhere, it could break a toe
i got this piece of shite working finally. It only took replacing the caps in the PSU and on the board.
[QUOTE=Tobba;33140053] When you delete a file, it moves it to the recycle bin without any form of compression being (properly) done on it[/QUOTE] this is why I tell Windows to bypass the Recycle Bin
[QUOTE=lavacano;33140563]this is why I tell Windows to bypass the Recycle Bin[/QUOTE] Pretty much [img]http://dl.dropbox.com/u/8403469/ZScreen/Images/Recycle_Bin_Properties-2011-11-05_20.34.39.png[/img]
[QUOTE=Fatal-Error;33140149]It will.[/QUOTE] Huh. I'll have to try it sometime. I think I still prefer using echo for small stuff, though. It's easier to type than <? ?>, and slightly more readable inside loops.
[QUOTE=gman003-main;33141021]Huh. I'll have to try it sometime. I think I still prefer using echo for small stuff, though. It's easier to type than <? ?>, and slightly more readable inside loops.[/QUOTE] Do you think so? I find it quite tidy inside a good ide with decent syntax highlighting.
[QUOTE=ButtsexV3;33140045]it's in a virtual machine with 256 MB allocated. it looks at the host CPU for processor information you should know this[/QUOTE] I bet windows 2000 ran at ludicrous speed with that CPU. [editline]5th November 2011[/editline] STOP RATING ME FUCKING FUNNY DAMMIT
Okay, so, for this 4830 to work I still have to buy a PSU. My current one is a 300W, I am looking for a 450-500W since the 4830 recommends 450W. I need help finding one that won't crap out on me after long, but is cheap. So, long lasting, cheap as possible. Please, I have never actually ordered PC parts before and I don't want to make a mistake.
Get an Antec Basiq off Newegg or something. Just get the 425W, it'll do more than just fine. Hell, 350 could probably cut it (though I don't really recommend it).
[url]http://www.newegg.com/Product/Product.aspx?Item=N82E16817371004[/url] Would that work? [editline]5th November 2011[/editline] This is also nice but it will take me an awfully long time to get this money, and this just makes it a tad harder. [url]http://www.newegg.com/Product/Product.aspx?Item=N82E16817139028[/url]
[QUOTE=Killowatt;33141667]Okay, so, for this 4830 to work I still have to buy a PSU. My current one is a 300W, I am looking for a 450-500W since the 4830 recommends 450W. I need help finding one that won't crap out on me after long, but is cheap. So, long lasting, cheap as possible. Please, I have never actually ordered PC parts before and I don't want to make a mistake.[/QUOTE] I've had good experiences with Hec power supplies but there's no telling whether they're actually decent or if I've been lucky through the last couple of builds
Sorry, you need to Log In to post a reply to this thread.