Jump to content
MakeWebGames

Script47

Members
  • Posts

    1,150
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Script47

  1. I'm curious, why has that post been quoted at the top of the OP?
  2. Script47

    Slack Chat

    WsIRC #php-games Quite a few people use that, me, G7470, Nick, A_B, xGx etc. Checked out Slack, and it looks sweet. :D
  3. You know, I was on mobile and I saw this "user" online and thought to myself that he/she is bot.
  4. Wow, just wow. [MENTION=68711]KyleMassacre[/MENTION] another clean up?
  5. Off-Topic That site's design looks damn good.
  6. Ahh, unlucky, last two are "Number".
  7. Aha, I meant PHP frameworks, I should have been clear too. :p
  8. [MENTION=68711]KyleMassacre[/MENTION] you mentioned frameworks, are they really necessary? I only ask because I've never really dabbled in them and don't plan to, but is it generally a requirement? My attempt: String Number Object Array False Number Number Also AFAIK number 2 on your attempt list will return "number", not a specific type. Edit 1 Rather more interestingly typeof [] returns object, [MENTION=64684]Dayo[/MENTION] why's this? Logically speaking it would be an array would it not?
  9. As said before, JavaScript is front-end unless one uses a framework, library or a platform which is built on top of JavaScript to make it back-end such as Node.JS and others, but then you're not using JavaScript are you? Take jQuery for an example, it is built on top of JavaScript to make it easier to create dynamic content however people say they're using jQuery not JavaScript the same way people say they're using Node.JS (instead of JavaScript) which in this instance makes JavaScript (from the OP's context) front-end. If the OP had specified Node.JS then I wouldn't have mentioned it, however since he wrote JavaScript, I did. Node.JS and JavaScript are two different languages (although related) they're different. I know JavaScript is not limited to the web and I never once stated it is. However mentioning that JavaScript can be used outside of the web had no actual place here as the OP is using it on the web. Another example, Android (the operating system) is Linux under the hood. However people don't say they're using a Linux phone, they say it is an Android phone. Hopefully that should clear up what I'm trying to point out. Considering this is a site which he'll be using to get clients, I'm simply pointing out that he should make things clear.
  10. No problem. BTW, JavaScript itself is front-end, frameworks/platforms built on top of it such as Node.JS are back-end.
  11. What? I'm not following you.
  12. He never specified Node.JS, he specified JavaScript, which makes it (in his context) front-end.
  13. JavaScript is front-end, not back-end. You also have a spelling mistake on your Services page.   In the About me page, you need a space after your comma.   Also, change im to I'm.   Change your to their, you're talking about the client, not the reader.   But otherwise, I think the site looks ace.
  14. What platform(s) is this on?
  15. Ooops, my mistake. xD
  16. Very discrete, I like it. :p
  17. Has the same mistake too "Login In".
  18. He changed the demo accounts password. :(
  19. Well that's what he mails to users I think...
  20. You gotta get some sort of demo up man! Looking forward to this.
  21. [MENTION=65371]sniko[/MENTION]'s Panther.
  22. Me too please. Edit #1: Thanks for the beta key dude, game looks awesome. Best of luck.
  23. What are you using to connect to the db? If you haven't done already try the db (MySQL) connection but for host name try localhost if you haven't done so already.
  24. I'm not sure if I completely understand you however you're are having connection issues with your code, so how're you connecting? What is your host? Do you need to specify a port? When I tried connecting to a server which was setup using Ubuntu I was using MySQL workbench where I would specify the port however in the code if i specified the port it wouldn't connect not sure why. I suggest you speak with Nick in WsIRC.
  25. Mine was a lazy solution, I guess if you do change it, you should use [MENTION=65530]Coly010[/MENTION]'s suggestion.
×
×
  • Create New...