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.
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 8 years ago.
Improve this question
I had already searched on Github and SourceForge, but these keywords are so much used that i could not find any relevant result , specially on sourceForge.
I want to know if there is any Open Source tool written in php for converting XML in UML diagrams.
I dont want support for all UML diagrams , my main focus in Class diagrams.
Why i want this software?
I am developing a tool for extending UML diagrams, in order to inject security constrains at the time of designing system(UML creating). So, if i can get a open source written in php for converting xml into php than, it will save a lot of time.
i am developing it in PHP so that it can be provided as a web service to all.
This question was never asked on SO(particularly for soucecode in php) , it will help others to find quick answer(whether any such tool exist or not), Converting XML to UML is a common topic.
Maybe try to convert your xml to php-classes with this : https://github.com/moyarada/XSD-to-PHP and than use php_uml (http://pear.php.net/package/PHP_UML/) from pear.
Never tryd one of this tools, but maybe you got it work.
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
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/
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've been fiddling with Redmine in the past few days and not 100% happy with the way it organises tasks etc.
I need a open source PHP based solution that is like Redmine or even VersionOne to assist our small team of 3 developers with project management.
We basically use Scrum, and would love to be able to create projects, break them down into user stories, and then further break stories down into tasks.
We typically use also size tasks and user stories using the PERT analysis formula.
For open source Scrum tools information (list of tools, reviews), you should look at http://www.opensourcescrum.com/
You could try The Bug Genie. It's not been specifically designed for Scrum, but does support Agile development.
the-scrum was a PHP based solution
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.