Jump to content
MakeWebGames

Magictallguy

Administrators
  • Posts

    2,142
  • Joined

  • Last visited

  • Days Won

    148

Everything posted by Magictallguy

  1. A modification to your query. UNTESTED SELECT cm.cmID, cm.cmMAKE, COUNT(ca.cMAKE) AS total FROM car_makes AS cm LEFT JOIN cars_available AS ca ON cm.cmMAKE = ca.cMAKE GROUP BY cm.cMAKE ORDER BY total DESC, cm.cmMAKE ASC
  2. Correction: MWGDemo demo
  3. That particular snippet is the database result. That ain't the XML part
  4. I'm impressed at how fleshed-out and informative this introduction is - I now know everything I wanted to know about you.
  5. Could be the white-on-light-grey. For me, that's horrible on the eyes
  6. Obviously not stealing the title of a popular site/page. I F*cking Love Code. I can lose myself in it completely and take my mind off other things
  7. I've got a glorified Blu-ray player (PS4) in the living room and I effectively live on my PC. Linux user too, so gaming ain't the greatest (though I'm loving the recent boost in support for gaming on Linux!). At some point, I just lost interest in the PS4 and pretty much stopped using it. My housemate is an avid film collector, so it definitely gets its use. To answer your question; I've played Destiny and Destiny 2 on the dust-collecting special vid disk player, and I enjoyed the parts of the story line I got through.
  8. When narcissism pays off ?
  9. Of course it does, ya dope! ?
  10. Oatmeal and raisin, fam.. Dafuq am I supposed to do with those?
  11. You're hosting a webserver on your local PC that players actively use, or is this just for dev purposes? Wamp and equivalents all depend on the hardware running them - if it ain't up to scratch, things are gonna be a little slow. Moving on to the code, it's all manners of horrible. There are so many unnecessary functions calls that it doesn't surprise me it's slow. This code is in dire need of updating. Loops within loops within loops! dafuq fam I'll see if I can debug the stock pricing not displaying correctly.
  12. That's what he wants to believe.. He has no idea it's his moderation team that does all of the work ?
  13. I'm still using it ?
  14. Not at this moment, no
  15. I can definitely understand your feelings on this, but I do have valid reason as to why I cannot currently provide the source
  16. Source, though I cannot currently provide it
  17. Nope, it's going ?
  18. Aye, my apologies on that. Had a few things go wrong IRL
  19. Magictallguy

    Mysql Shim

    Welp, time to eat my own words - I actually have a use-case for this! (specifically, running RC Engine dated October 2014 - wanted to see it)
  20. I'm not entirely sure if that's been implemented yet Edit: Both your account and the demo account have been marked as validated
  21. I'm a firm believer in "archive everything" - it serves as a form of progress marker; a way of saying "this is from where we started"
  22. 3 games come to mind instantly. Sonic the Hedgehog 3 & Knuckles for the Sega Megadrive/Genesis, Jet Grind Radio/Jet Set Radio for the Sega DreamCast, and Guitar Hero 3: Legends of Rock for the Xbox 360. They share top spot because the gaming styles are far too different to be given a fair comparison. A close second place, for me, has gotta be Halo. Halo's the reason I got an Xbox - not to mention the awesome sequel to Jet Set Radio: Jet Set Radio Future. Halo 3 led me to the Xbox 360, and that led me to GH3.. Man, I spent sooooo many hours on that game. Hell, the reason I started playing the guitar was because of one of the achievements in GH3!
  23. "Please note that this code contains short tags, SQL injection vulnerabilities and deprecated calls throughout." And the rest.. ?
×
×
  • Create New...