Jump to content
MakeWebGames

SRB

Members
  • Posts

    785
  • Joined

  • Last visited

  • Days Won

    79

Everything posted by SRB

  1. SRB

    MakeWebGames engine?

    I vote to ban this guy. Reactions = agreement.
  2. SRB

    MakeWebGames engine?

    Before we even get to the polling stages, I vote for Laravel. I like Laravel. I like Eloquent. I don't like writing more of the code than I need to.
  3. The hell is RC Engine?
  4. SRB

    MakeWebGames engine?

    Should be enough on Vue, for free, here to get started - https://laracasts.com/series/learn-vue-2-step-by-step
  5. Don't blame you at all. I'd probably use it on myself too.
  6. You are testing that over 1100 mi though. Nothing closer?
  7. You said it.
  8. I'd like a Ban User button, please.
  9. Dang it, I meant to query autoloading too. Well spotted / suggested.
  10. Whilst I do not 100% agree with the standard and use a slightly modified version. I have to ask - is this going to become anywhere close to PSR-2 standard at any point? The random indenting of everything inside the php tags burns my eyes - curious, why is it done that way?
  11. SRB

    Mobile Design

    Before you concern yourself so much with in game content, you should be making your external pages mobile friendly. As a claimed 60%+ of internet traffic is now mobile, you have no excuse for not doing it - it should be done. External Review When clicking JOIN on mobile (iphone 6s), the form layout doesn't even allow enough space for the placeholder text to display. Few points here; 1. Have less padding around the box and remove the outer border - serves no purpose. 2. Make the pop up full width - maybe outer borders transparent, but element 100% width? 3. Close icon is black, so barely viewable. Took a while to see where to click to close. Forgot password page is a completely different layout and doesn't pull in any information to say where you are. This could easily look like a redirection / phishing attempt for an end user. Why JOIN no center!? Also, you have a mis-encoded character in the footer, next to the copyright, showing as a diacritic. Internal review Lol, using LQQK as Username and Login name, with my personal (and valid) email entering a password, I hit sign up and it reloads to the home page. No email. Can't login with credentials. No error displayed on screen post submit so I don't actually know why it's fuxt. SSL Why do you not have SSL? Google/Chrome throws errors all over the place because of this. They're free, depending on hosting and how they support it - Lets Encrypt - Maybe via ACME.sh?
  12. SRB

    Anime

    My inbox has blown up.
  13. SRB

    Anime

  14. SRB

    Anime

    Not sure I'd watch the same anime as other people would ?
  15. You're looking at it wrong - it's an off topic post sharing knowledge about laravel facades within his screenshots ? Anywho, on topic now I am back at home! Programming IDE's / Editors; PHP : PHPStorm React : VS Code Python : PyCharm Just Cuz : Sublime Text 3 Themes I use Darcula wherever I can. Love it, love it, love it. Terminals Mac, MacBook and linux user, so default terminals on each of them, although did recently install Hyper Local Dev Environment Host Management : laravel/valet for MacOS & Valet Linux for Linux. Database Access : "$ mysql -A" or SequelPro (Although, I wish MySQL Workbench and SequelPRo would have a love child. Both have pro's and con's) Project Management : Asana Code Management : BitBucket Image Manipulation : Photoshop
  16. Line 56, you can use auth()->user()->email rather than Auth::user()->email and you won't get the highlighting error, since the facade will be registered.
  17. Tall, dark and handsome are the words you’re looking for.
  18. At work, I use a mac for that same reason - I have a habit of killing my ubuntu builds. I still run Mint at home though because - to be honest - if it breaks, I don't care. I'll rebuild. Expensive lessons if it's lost production times. All that lost time/money, you could have just bought a mac ?
  19. SRB

    Nostalgia

    Auto increment doing it's job is fine, but re-assigning all posts and messages etc too? Slight over-complication methinks - does anybody care about their ID having holes in them?
  20. SRB

    Nostalgia

    Interestingly, my ID appears to be 277 right now, but in that last link I am showing as "LostOne" with an id of 280 on hover - where did I lose 3 spaces? Interesting.
  21. Might be worth looking at this - https://clipboardjs.com/ I found it recently and found it to easy achieve "copy to clipboard" actions.
  22. I’m just going to pretend I didn’t see this, and I request everybody else do the same. Only 4 days in it. What’s 4 days between friends ?
  23. Oh damn, he’s on to me!
  24. Who's this n00b?
×
×
  • Create New...