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 4 years ago.
Improve this question
Are there any APIs or libraries that make it easy to generate a calendar for a certain month/year? I need to have some sort of admin interface for a "event planner" part of a CMS for a local youth group and I'm at a loss as to how to generate a decent calendar.
Note: I only need something to generate the calendar HTML, not manage events. I'll be coding that part.
Two Spring to Mind
PHP Calendar - Free
Easy PHP
Calendar - Paid ($29.99 per
domain) but a lot slicker than PHP
Calendar
I ended up using a jQuery plugin instead. Thanks for the suggestions
http://plugins.jquery.com/project/fullcalendar
Related
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 working on some laravel project in which i want to provide live chat for customer services. Customer fill some information then chat will be start for example you can see demo https://www.telenor.com.pk/ or http://www.mobilink.com.pk/. There is a lot of other example I think that two is enough for understand what i want. I want some thing like that please suggest me any library or some helping material that can help me
I don't know if I understand you.
I mean if you want to use that kind of service on your laravel project, just simply register at one of live chat providers.
For example: https://www.tawk.to/ (it's free)
Its very easy to install. You will need just to add website in tawk, and put the javascript that you will get in your template.
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 was wondering if there's already a floating unofficial PHP library or class that I can use to be able to post to user's Google Plus stream? I'm not talking about the new option on the +1 buttons. I only want it to publish to their stream and not with the +1 button method. Sorry if this has been asked already but I can't locate any question that has the same concept as mine.
Any help is greatly appreciated.
No. There is no API currently.
Update: Sept 15, 2011 saw the release of the Google+ REST API: https://developers.google.com/+/api/
We definitely plan to involve developers and publishers in the Google+ project, but we don’t have specific details to share just yet. Please stay tuned and sign up to receive more information about Google+ developer opportunities. https://services.google.com/fb/forms/plusdevelopers/
I found this site which seems to allow people to post to their user stream - http://www.d3.do/labs/circleoftrust/index.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 8 years ago.
Improve this question
i'm looking for a library which can merge all my social media streams to one stream. Sure I could do this own my own by using all the custom apis of the sites, but i don't like to reinvent the wheel so I appreciate any helpful hint.
Thanks in advance.
Regards
Nils
Edit:
I just found this jQuery Plugin: http://christianv.github.com/jquery-lifestream
Give Storytlr a try. It is an open source project that will pull in posts from a number of SM sites and has a plugin system to support additional ones.
Most social media apps have RSS/Atom feeds. Use a library like SimplePie to consume and aggregate them.
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 need to dynamically build chart based on user's submissions. These submissions are done through long-polling. What I mean is that users submit values to the server, and then I need a graph that will be instantly built based on values. What library would you suggest to use in this situation? I am looking at http://www.jstat.org/demonstration and http://www.highcharts.com/ now, but would love to hear your advice.
My application is in php (yii framework)
have you ever looked at flot or RGraph? I have found Highcharts to have a steeper learning curve than flot or RGraph (IMHO). You might get rolling faster with one of these two.
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 8 years ago.
Improve this question
We are planning on building a pay per view (PPV) video solution but we have no idea from where to start. Here are the current givens:
it will be hosted on Linux
using PHP
Database: MySQL
And by PPV I mean:
- going to website, selecting a movie to watch/download
- going to payment portal and paying
- being now able to watch/download
So here is my question, from where to start?
is there an existing (recommended) solution that we can download/buy?
Any information would be really appreciated
I was just reading about someone who had a platform like this intended for adult movies that he was offering, may have even been open source. I'm sorry I forget what it was, but even if your content is G rated, software intended for porn will probably have the features you want so I'd start looking there. It's a big industry so there has to be a few ready made solutions available.