Jump to content
MakeWebGames

Brewery Mod


-BRAIDZ-

Recommended Posts

There we go - you're learning to be specific in your requests.

You're going to need a script to detect the device the client is on.

This won't be easy as I assume you don't use a template engine and everything is in one view (business logic and view logic) - so if you need help, open a new thread.

Thanks, I might start looking at some Bootstrap 3 Tuts or something, not sure yet, and no, not a template

Link to comment
Share on other sites

But of course don't always default to Twitter Bootstrap.

That's just down to preference, though. If they all do the same thing but you prefer one, default to it. If one thing does something that you need that your default one doesn't, then use that one. Personally I prefer Bootstrap over Zurb and Sass over Less. So I default to Bootstrap and Sass all the time. I've never been in a situation where I've NEEDED to use one over the other.

Although, mdl is pretty epic.

Edited by IllegalPigeon
Link to comment
Share on other sites

That's just down to preference, though. If they all do the same thing but you prefer one, default to it. If one thing does something that you need that your default one doesn't, then use that one. Personally I prefer Bootstrap over Zurb and Sass over Less. So I default to Bootstrap and Sass all the time. I've never been in a situation where I've NEEDED to use one over the other.

Although, mdl is pretty epic.

A responsive design can also be achieved with JS I believe

Link to comment
Share on other sites

A responsive design can also be achieved with JS I believe

the only way i think js could in anyway provide a responsive design is if you dynamically load a different stylesheet depending on if its mobile or not.

bootstrap would be the preferable option in my opinion

Link to comment
Share on other sites

the only way i think js could in anyway provide a responsive design is if you dynamically load a different stylesheet depending on if its mobile or not.

bootstrap would be the preferable option in my opinion

Yes, that's what I meant, the js would check what type of device you are using and the stylesheet

Link to comment
Share on other sites

  • 6 months later...
For some reason it's not updating brew time. You click brew, and game over. You're stuck with that brew time forever.

I am thinking about changing it up a little so it's cronless, Except for how many times you brew, I am going to make it so it runs off timestamps

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...