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.
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
I am back-end programmer like user of PHP.
Now I have been given task of designing front-end of a website.
What I meant by front-end is widgets like 'button' , 'menubar'.
So How can I do rapid development of these things.
Well we are using YUI3 framework for frontEnd programming.
I have learnt that we can use Photoshop for web designing.
Give Twitter Bootstrap a try, it can be very useful, and you can add many plugins to make it better (eg. Bootstrap select...)
EDIT : there is also Topcoat, which is a very simple and clean CSS for building websites.
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
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
I'm looking for a solid open-source commenting engine written in PHP. It needs to have workflow/moderation capabilities as well.
I've checked into Disqus, and while I like the concept, the site owner's may develop their own login system at a later point, which would have to integrate with the comment system. Also, I'm not sure that they want the comments hosted remotely.
Does anyone have any recommendations that I might look into? Alternatively, if you have experience with Disqus, what do you like/dislike about it?
Commentator looks to have a solid community backing, is written in PHP, and has most of the features you'd expect from a comment system.
you may want to check on to this site too, here is the link:
Commentics
as the Website itself Describes it :
What is Commentics?
Commentics is a free, advanced PHP comment script with many features. Professionally written and with open source code, its main aims are to be integrable, customizable and secure. It is designed to be integrated into your existing pages.
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.