Recommendation for a platform to make a web classroom without install a software? [closed] - php

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am making some search to do a web classroom online with :
responsive (so without Flash)
Without install a software
chat
LaTex
waiting line
one student at a time
Video conference
White board
Any idea?
Thanks

You can try WebRTC.
WebRTC is an open framework for the web that enables Real Time Communications in the browser. It includes the fundamental building blocks for high-quality communications on the web, such as network, audio and video components used in voice and video chat applications.
For more information about WebRTC, visit link
Try webrtc samples
Try the HTML5 Rocks tutorial

Related

Which is best tool to monitor web applications? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Actually our client has N number of websites and many of the times if something went wrong like site down,loading slow or database error occured, in such cases we don't get immediate updates.
Would you please help to suggest any web monitoring tool which will do work for us and send SMS & Email notification immediately if any of the above case occurs?
Yes, Basically you are looking for monitoring tools which will monitor all your resources like your web server, cup speed and database services and etc.
For monitoring i would recommend New Relic tool for this activity. Currently we are using the same tool to monitor our live websites details and accordingly revert traffics and other services with it.
As request, it also has functionality for sending notifications via email.

SAML Authentication Portal [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'd like to develop a portal similar to what a company like OneLogin (http://www.onelogin.com/) has: The user would login with their login credentials then have links to the web resources that their account is associated with. When they see their resources all they need to do is click on them and they'll be automatically login in (SAML authentication).
Are there any open source projects out there that have started on this effort? It would be great if there was something that we could use as a base to build on top of with a friendly license (e.g. MIT).
Thanks
You tagged it "php" but that doesn't appear in your question?
Essentially, you need a client-side SAML stack.
I've listed all the ones I know about here:
SAML : A SAML stack .
In terms of php, have a look at simplesamlPHP.
That has all the plumbing you'll need and it's open source.
If you want it developed with Symfony2 PHP framework you could check SamlSPBundle or its foundation stand-alone library lightsaml

Where is the PHP on Windows Azure community? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I'm doing production development with PHP on Windows Azure and I often feel alone with this topic and its wide range of problems.
Is there an active community focused on PHP on Windows Azure? A platform were it's possible to exchange experience, problems and solutions? And were to get as early as possible information about SDK updates etc.?
There is a small but growing PHP on Windows Azure community. Most of the activity can be found on Stack Overflow, however you will be interested in these places as well
http://azurephp.interoperabilitybridges.com/ - Documentation from Microsoft
http://blogs.msdn.com/b/interoperability/ - The Microsoft team behind PHP on Windows Azure
https://twitter.com/#!/openatmicrosoft - Team Twitter account
http://phpazure.codeplex.com/discussions - PHP SDK forum which has activity also
The official windows azure development forum is here http://social.msdn.microsoft.com/Forums/en-US/windowsazuredevelopment/threads , posts are welcome!

Ad management system in PHP? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I have created a website in PHP, now I want to add ad support there. Clients request for ads at some fixed locations in the website, they provide there ad in a fixed size.
I am looking for a CMS or Script which is able to manage ads, as per the ad area in the site. It should be able to manage that if an ad needs to be run for 10 days then that ad will be displayed there for 10 days and after that it will randomly pick the ads for that particular area.
Do anyone know any such CMS which offers such kind of facility, open-source CMS will be better but if there is any paid CMS for such functionality, then that's fine.
Please help, Thanks!
I recommend OpenX
Could be used community hosted or as an open source software on your server.
I am going with http://www.clippersoft.net/ this software. Thanks!
As far as I know wordpress offers a very good ads plugins. I suggest you to check it out :)

Opensource Chat Application? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 9 months ago.
Improve this question
I have a prosperity application written in-house in PHP for collaboration (Basecamp knock off). We're looking for a way to add IM chat (facebook or gmail style chat), is there a opensource solution we could use with great documentation and a easy to use API?
Platform:
Linux, PHP 5, MySQL, SmartyPHP and Zend Framework.
Maybe you could use Chris Coyier's Chat Room.
http://css-tricks.com/chat2/
Another might be Ajax IM
http://ajaxim.com/
Search for Jabber. It's an open standard based IM protocol. There are several open source implementations which you can use. Also, there are several PHP Client API's which you probably can suit to your needs.

Categories