Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Hello there lately I've been reading a lot about getusermedia() and as far as I know this API is not reliable for use in a final app. I want to build a webpage that allows the user capture a photo or upload one.
So I need alternatives. What's the best multi-platform (pc/mac, ipad, iphone, androids, etc) way to capture a photo from a webcam or device camera? Java? Flash? Other?
Any articles or tutorials are welcome.
The getUserMedia API is only currently supported in Chrome and Opera. As such, the best multi-platform approach will almost certainly need to involve Flash as a fallback. Because iOS supports neither Flash nor the getUserMedia API (currently), you may need to consider developing a native app to support this platform.
You can use this libs to integrate to your application:
http://code.google.com/p/jpegcam/
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
It seems like every contract job now requires authentication using Facebook and Google Plus. Is there a well-supported php framework that natively supports Facebook and Google plus auth?
Well no specifically frameworks, there are however packages and plugins for frameworks. I would suggest this for Facebook, Google and a multitude of other third-party websites.
http://hybridauth.sourceforge.net/
I think every framework has a Facebook, Google+ Plugin, you just need to choose which framework suits your project.
If you want to see a plugin for facebook auth that i did long time ago for Kohana 2.
Check it here facebook-connect
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
There is some way to display my desktop into a page, live? like youtube's hangout?
There is any freeware option?
links already seen:
live broadcasting video?
Thats is the main idea
"I want to show my desktop lively to other users. In more details, suppose a case when a teacher is showing Demo or ppt on her/his desktop, the information on desktop could be broadcasted lively so that other users could see what the teacher is showing on her/his desktop."
Not a webcam, no chat, only the desktop. Any options?
Here is exactly what you want...
Easy to setup and they provide you with code to embed to your site.
www.zoho.com
It has a free version as well which works like a charm but you are limited to 1 Host and 1 Participant and Duration limited to 1 hour. Paid version is not very expensive either
Use VNC. If you need your viewers to see the shared desktop on a browser, VNC has a java viewer.
http://www.realvnc.com/support/javavncviewer.html
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I want to develop an application using LinkedIn but confused over which programming language I should pick. Linkedin supports REST & JS APIs and there is some sample code given in PHP & Ruby. I have good command on C/C++ and basic knowledge of JS and PHP. I want to know how should I start as I didn't find Linkedin documentation very elaborate. Which language is preferred for this kind of development and how much popular that is in community to gather future support?
Please share your views.
Thanks.
You should start with PHP with a combination of Ruby, AJAX and JS. but once you get started you'll advance sooner than you had thought.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Is there any FREE script available for online customer support in AJAX, JQUERY , php
like person have own window to chat ...
Thanks
Here are some written with PHP and JavaScript (not necessarily jQuery):
Micro Chat
BlaB! Lite
PHP Chat
Free PHP Ajax Chat Super
Specifically jQuery:
Gmail/Facebook Style jQuery Chat
Building a jQuery/PHP Powered Chat
Free PHP Chat Script + Tutorial
There's also a list of 279 PHP chat scripts here, a lot of which seem commercial but some are free.
If you browse enough, I'm sure you can find one to suit your needs.
If you are looking for one to one chat, CometChat looks promising.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking for a tool to draw good-looking Venn diagrams, for use on a Linux-based PHP site, which already employs Flash for graph drawing (Open Flash Chart 2). Free (as in beer or speech) would be nice, but isn't essential.
So it should be one of the following (in my rough order of preference):
Browser based (Flash)
PHP library
Linux command line app
Web service
So far the options I'm aware of are:
Google Charts
Write something myself using PHP GD or Flash
Use Venny
Very easy to use and goes up to four groups.
Use the Google chart api.
Write something yourself using PHP GD or Flash.