• Web Development - WAYWO - #8
    5,514 replies, posted
I've seen a good amount of WebGL projects use glMatrix so I suppose it's fine, doesn't seem like it need too much improvement. Yet the devs didn't respond to my mail when I asked if I can release my Java port, soo...
[QUOTE=SEKCobra;42787852]Splitting it up makes it even slower than crunching through all of it.[/QUOTE] You can't be serious... why the hell would you adopt that approach?
Well to be fair, he is correct regarding speed. 99,9% of PHP frameworks slow down execution time by a huge factor. The only execptions being Phalcon and Yaf which are written in C so experience 0 slowdown when compared to plain PHP..
[QUOTE=Crhem van der B;42801650]Well to be fair, he is correct regarding speed. 99,9% of PHP frameworks slow down execution time by a huge factor. The only execptions being Phalcon and Yaf which are written in C so experience 0 slowdown when compared to plain PHP..[/QUOTE] But speed in terms of what? Generation? Is it comparable to latency?
[I]UPDATE users SET `meters` = `meters` + '.$plus.'[/I] works, but not [I]UPDATE users SET `combo` = `combo` + '.$plus.'[/I] fucking mysql
[QUOTE=Crhem van der B;42801650]Well to be fair, he is correct regarding speed. 99,9% of PHP frameworks slow down execution time by a huge factor. The only execptions being Phalcon and Yaf which are written in C so experience 0 slowdown when compared to plain PHP..[/QUOTE] Maybe, but in a real world situation that speed difference is going to be negligible, and will [B]ABSOLUTELY[/B] be worth the gains in development speed.
[QUOTE=Giraffen93;42802490][I]UPDATE users SET `meters` = `meters` + '.$plus.'[/I] works, but not [I]UPDATE users SET `combo` = `combo` + '.$plus.'[/I] fucking mysql[/QUOTE] you should never ever put variable right into a mysql query.
[QUOTE=jung3o;42802550]you should never ever put variable right into a mysql query.[/QUOTE] it's a static variable, whatever i'm using pdo
[QUOTE=Giraffen93;42802490][I]UPDATE users SET `meters` = `meters` + '.$plus.'[/I] works, but not [I]UPDATE users SET `combo` = `combo` + '.$plus.'[/I] fucking mysql[/QUOTE] Why don't you just calculate what the new value should be in PHP and then set the DB value to that? This seems like a weird way to go about it.
[QUOTE=KmartSqrl;42802689]Why don't you just calculate what the new value should be in PHP and then set the DB value to that? This seems like a weird way to go about it.[/QUOTE] that's what i've always done, i shouldn't have to make another query [editline]8th November 2013[/editline] if(time()-$userFetch["lastsend"]){ $BraXuS->PDOUpdate(array("combo" => 0, "cseconds" => 0), "users", "userId = ".$userFetch["userId"]); } [B]YOU HAVE GOT TO BE FUCKING KIDDING ME I MISSED THIS LINE FOR 2 HOURS[/B]
[url]http://braxnet.org/fpr/[/url] Remade the SQL table, started collecting again. Added some colour too, and some useless disqus comments.
[QUOTE=Crhem van der B;42801650]Well to be fair, he is correct regarding speed. 99,9% of PHP frameworks slow down execution time by a huge factor. The only execptions being Phalcon and Yaf which are written in C so experience 0 slowdown when compared to plain PHP..[/QUOTE] and in 99.9% of cases, any sort of input/output (be it database or file) will likely be the bottleneck.
-snip, i'm a retard-
It's a work in progress. [URL]http://hottestplaceontheweb.com/[/URL] Welcoming the return of the now deprecated <blink> tag with CSS3 animations!
hey y'all i want to do this three column layout where there is three columns each w/ a title and a little bit of info about it underneath the column u feel anyone wanna explain how i could go about this as light n neat as possible (aka is there any fancy css3 trickery i can use to accomplish this)
[QUOTE=ifaux;42815709]hey y'all i want to do this three column layout where there is three columns each w/ a title and a little bit of info about it underneath the column u feel anyone wanna explain how i could go about this as light n neat as possible (aka is there any fancy css3 trickery i can use to accomplish this)[/QUOTE] use inline-block and vertical-align to top. looking for something like this? [url]http://jsfiddle.net/8dXXS/embedded/result/[/url]
[IMG]http://i44.tinypic.com/fx58vq.png[/IMG] GMod server loading screen
[QUOTE=Coffeee;42817268][IMG]http://i44.tinypic.com/fx58vq.png[/IMG] GMod server loading screen[/QUOTE] a loading screen doesn't need the tool/menubar since you can't interact with the loading screen
You're still combining "Metro" with gradients
[QUOTE=Banana Lord.;42817811]You're still combining "Metro" with gradients[/QUOTE] I removed the gradients. Looks a lot nicer.
[QUOTE=RusselG;42817657]a loading screen doesn't need the tool/menubar since you can't interact with the loading screen[/QUOTE] He might be linking it to a page on his website thus why the tool bar is there (For when its used on the actually website)
[QUOTE=Coffeee;42818384]I removed the gradients. Looks a lot nicer.[/QUOTE] Good, it looked pretty good even with the style clash, I'm sure it looks even better now
[QUOTE=jung3o;42816269]use inline-block and vertical-align to top. looking for something like this? [url]http://jsfiddle.net/8dXXS/embedded/result/[/url][/QUOTE] oh jeez yeah basically thanks homie i'll post results in a lil while just makin a lil thing out of boredom [editline]10th November 2013[/editline] i haven't been in the game for a lil while i forget <h1> even existed
[url]http://mp3.braxnet.org/[/url] can someone test this for exploits - and not wreck the server while doing it?
[QUOTE=rbreslow;42814986]It's a work in progress. [URL]http://hottestplaceontheweb.com/[/URL] Welcoming the return of the now deprecated <blink> tag with CSS3 animations![/QUOTE] That's pretty much OIFY actually. [editline]10th November 2013[/editline] [QUOTE=Giraffen93;42819757][url]http://mp3.braxnet.org/[/url] can someone test this for exploits - and not wreck the server while doing it?[/QUOTE] Seems legit, works for me. No loop? :(
[QUOTE=Moofy;42820364]That's pretty much OIFY actually. [editline]10th November 2013[/editline] Seems legit, works for me. No loop? :([/QUOTE] Loop the mp3 files?
[QUOTE=Giraffen93;42819757][url]http://mp3.braxnet.org/[/url] can someone test this for exploits - and not wreck the server while doing it?[/QUOTE] Can easily put in a very long video to tie up lots of server resources and bandwidth for a very long time. Like this one [url]http://www.youtube.com/watch?v=BcxeZ4Wwdn0[/url]. [B]Edit:[/B] I see that you have a timeout at about 10 minutes.
[QUOTE=CBastard;42821565]Can easily put in a very long video to tie up lots of server resources and bandwidth for a very long time. Like this one [url]http://www.youtube.com/watch?v=BcxeZ4Wwdn0[/url]. [B]Edit:[/B] I see that you have a timeout at about 10 minutes.[/QUOTE] oh my god that video well i never really put a limit in, i guess it did it by itself
[QUOTE=Giraffen93;42820659]Loop the mp3 files?[/QUOTE] Yea, could be useful to have it loop if you want to have some music in the background. Maybe some chill instrumental or something when working. :)
[T]http://f.cl.ly/items/3f1p453P2z242r0H2m2y/Screen%20Shot%202013-11-11%20at%2018.16.03.png[/T] Whoop whoop!
Sorry, you need to Log In to post a reply to this thread.