-
Posts
2,491 -
Joined
-
Last visited
-
Days Won
196
Content Type
Profiles
Forums
Events
Everything posted by Dayo
-
Ive added the code to github: https://github.com/ChristopherDay/ReactionGame
-
Nice, my best was 13 in 5 seconds I did think of a leaderboards but it would be easy to cheap lol
-
Could you not make something simple yourself? A very basic blogging system could be made in a day or so.
-
Nice spot, i have changed it localy will upload after lunch :)
-
I got bored and decided to make a reaction game with JavaScript yesterday, thought i would share it with the community to see if they liked it. http://react.cdcoding.com/ The JavaScript is a bit messy and i need to clean it up after that i will add it to git hub for people to expand on. I also plan on adding diffrent game modes and more customization aswell. I also plan on adding a local leader board of the best 10 scores.
-
I cant post it in a public forum
-
At work we are re-coding our heating/energy management system, we have been given 4 weeks to re-code 4 years of work. Everyday is a sprint lol
-
Thanks, i only ask as i was thinking of using this for a large project at work and without a definitive licence i cant touch it.
-
So could i use this for commercial use where the customer will never see the code? (well i couldn't at them moment as there is no licence)
-
What is the licence to use this? Also another function that would be handy would be to change the content type of a file something like: /** * Changes the content type of the requested web page. * @param $contentType - The content type of the page. */ public static function contentType($contentType) { switch($contentType) { case "csv": $fileType = "text/csv"; break; case "xml": $fileType = "application/xml"; break; case "json": $fileType = "application/json"; break; case "stream": $fileType = "application/octet-stream"; break; } header("Content-type:".$fileType.";"); } The above is untested, you could also make a function to convert an array to a data type i.e. json, xml or csv. We have done this for our project at work for the API we are building
-
details on your game, ie what script are you using or is it custom coded?
-
It does look like you are using the same source code but i could make something look very similar and there is little you can do as you are using bootstrap (if not can be replicated easily via bootstrap)
-
What sort of budget do you have, this will determine the quality of service you will receive.
-
I personaly disliked no-repeat unless you faded the image to the dark background. Ive added two screen-shots to show the difference on larger screens
-
Yea i gave up trying to register, once i logged in thanks to Zettieee the theme looked rather nice. But i have a 2560*1440 moinitor and two 1920*1080 monitors and the background with repeat-x looked awful. try using background-size: contain; on the body tag, yes it may make it very slightly pixalated but that's better then having 3 images on teh screen that dont line up
-
Just because you are not-for-profit does not mean you are exempt from copyright law. I dont know about the other "40+" games you are talking about but as your site grows more people will take notice. Once it reaches a certain size Nintendo will shut you down and potentially take you to court over loss of earnings (even if you are not-for-profit).
-
To be honest, you would be better off working on your YouTube channel, you have to think what would your users rather. Good content to watch or a bog standard McCodes game).
-
We do something like this for work but rather then on a different sub domain we host the admin panel on our local machines ant to log on we have to SSH into the server and forward the database port to our local machine, this way we can manage multiple "dashboards" from one location.
-
The typography on the two samples you provided ruins the design same with the input boxes. But sort that out and center the form and it would look much better -- Edit -- I just spent 2-3 minutes addressing some of your issues, attached is the outcome for your second template with a before and after
-
Can you own the rights to a solid color box with an inner shadow and a border?
-
I still support Gangster Legends I am slowly working on the 2.0.1 version that includes the much needed admin panel.
-
So is the script secure? And by DB i presume you mean the PHP is secure against SQL injections
-
Yea i would possibly do something like a double tap, one to place and one to confirm as i did miss place a few pipes.