HTML5 and graphic [closed] - php

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I was going to build a Flash application which let users go around and collect resources, (tiles graphics, you go with WASD) and then send data to php that save in a database, but as there are many Security issues with Flash, and it's anyway going to die in the future (dropping support) I ask:
What do I need to do, make a similar features in HTML5, What do I need to know? Where is a good place to begin.

HTML5Rocks is a collection of demoes. In particular, for complex graphics, you'll probably be using the <canvas> element.
If you prefer one coherent text instead of a lot of single articles, you can also look at Dive Into HTML5.
Also, if you want to know all the details, having a look at the standard can't hurt.

Related

How to make a dynamic timeline using bootstrap? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I'm trying to make a dynamic timeline like facebook that can post pictures and descriptions with dates using mysql php for database. I put bootstrap because I like their design, and it's easy to use.
My problem is i don't know where to begin or where do I study it.
Here's an example of what I'm talking about:
Any suggestions?
What a generic question... this seems to me an impossible question to answer but maybe you need just some little advices to begin studying the right languages which you can use to achieve what you want.
First of all please provide an image of what you want to do and more important the fundamental languages that you have to know are HTML (obviously), CSS, Javascript and PHP for some server side script.
Talking specifically about your problem, here is where you can see some open examples with well commented code that allows you to understand everything.
http://www.jqueryrain.com/2015/05/ideabox-jquery-timeline-news-ticker/
http://www.jqueryrain.com/2014/11/vertical-timeline-css3-jquery/

Simple way to build an interface for a JSON response? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I am mostly a backend guy and was assigned a task for a school project to build a simple interface out of a JSON object. Preferable a table that displays two nested values coming back from the JSON. Is there any easy way to build this with a GUI tool? The output can be in PHP or JS.
Thank you
You question is unclear, but I think you are asking if there are any pre-built HTML/CSS UIs. The answer is that there are many, and they are often referred to as "UI Frameworks" or "HTML/CSS Framworks".
The most common HTML/CSS frameworks are Bootstrap & Foundation, but my personal favorite is Semantic UI.
Each framework has its own unique features and bugs, but in most cases it comes down to personal preference.

How to do a game working in browser [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I'm very confused about how to do a game work in a browser like monopoly, backgammon, etc. I have knowledge in html, css, php, and my question is what should I start to study/learn to make a game play with anothers on the web, I think what I should start to learn is AJAX, but what else? How can I do the game? How should I arrange the mysql database info for the game... any tips is appreciated. Thanks.
A basic requirement would certainly be Javascript. That's what the "J" in AJAX actually means. You basically need two things: the client-side code dealing with the user input, sending requests to the server, dealing with the responses, managing all the graphics; and the server-side system handling requests triggered by the client code and providing adequate responses. How you should "do the game" and "arrange" the MySQL database strictly depends on the game you want to create. Of course your request is too generic to be able to provide you any meaningful help.

Scorm player issue [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I think I get me in a real trouble, because I am working on a LMS.
Actually I need to develop an LMS, a simple one.
My big problem is the Scorm.
I am developing in PHP, and what I want that if I upload the scorm 1.2 course, to be able to track the course.
Or even simpler I need to get the status(if is passed, or incomplete), score, and time.
Any suggestion, links, resources, examples?
Please, help me.
I don't think there is such a thing as a 'simple' LMS, where SCORM is concerned.
It is hard, but it is possible.
The specification for SCORM 1.2 is here -
http://www.adlnet.gov/resources/SCORM-1-2-Specification?type=technical_documentation
It's big, and detailed, and covers everything you need to provide for SCORM 1.2.
However, if you just want something up and running quickly, have a look at some other LMSs that have already been built. There are loads out there, both free and paid.
For an example of how an LMS works, check out http://cloud.scorm.com/, you can play around with it there, and see how it handles things.

Provide embedded block for another site [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I need to provide some functionality to another site.
What way is better and why?
1. Iframe
2. Provide PHP code and HTML/CSS.
I trust another site's admin.
First option is good but you keep all the responsabilities on your side. if an error occur, you're the only one to blame.
HOW? : you generate a regular Html page and give them an iframe. that's how facebook does it.
Option 2 is the eazy way but you talk about storing things into your DB. in this case i hope you know the guy who manage the other website.

Categories