Sunday, May 31, 2015

New project idea

Just a little note to the last post. I've done the usual debugging and gone through my code from method to method. So as far as i could find some articles from this issue about Chrome i found out that the window.open() method didn't work only by itself. It has to be in a callback function that would be triggered by a user (according to an article on Stackoverflow). And i think it won't work in the browsers console, i couldn't add for example a simple click event handler. That'll work only if i could give it into the source code of the page i think. Enough to that, let's move on to the next topic.

I thought about that what to do next to gain some knowledge and expertise with jQuery and Javascript in general. And again my friend came up with the idea (maybe in the future i should call him as my mentor :) ) that an online game application would be just good enough to practice these things. More specifically a Poker app. And eventually i realized that there's a lot of potential in that as well. I can keep this project and later add some other functionalities to it such as creating an sql database to store data about users, creating the submitting/registration form to that using php. So basically that would be it. My plan is that i'll do the main platform html than style it with css and write the code to get the game up and running. And as i'm learning right now the basics of sql and php i'll add these later. Stay tuned.

No comments:

Post a Comment