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 would like to know if there are any bundle to get page analytics, such as active logged in users, anonymous users, current visitors, total visitors etc.
If there aren't, which opensource platform do you recommend me to use into my webpage server, to handle all this data, then retrieving it into my symfony2 with json, rest, or any other utility?
What I want to accomplish here is to use SonataAdminBundle to show into my main page all that statistics I mentioned above, to have an all-in-one system to manage my webpage data such as users, posts, votes, comments, statistics, etc
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 want to allow users of a site I am building to create a powerpoint presentation through my site. I need them to be able to edit them and download them also. I want to do this over a site for reasons of version control.
I have tried the Google Drive implementation and its very good, can this be integrated with a php site?
Thanks
This is can be done using third party libraries. You can find out about these libraries through googling. One library that claims to do the job is
PHP PowerPoint 2007 classes.
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 have robot which should be run within specific interval. So I want to refresh the website page that runs robot within specific interval. I know there is some site that we can sign up and that site refresh my website for specific interval. But i forgot them. I googled but did not found that sites.
Can anyone remember me one of websites url?
Search "cron" keyword on Google, for instance:
https://www.setcronjob.com/
Some are free
if your robot is about periodically checking for some information, you may find Yahoo.Pipes useful.
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 such a thing as a single API for all social networking websites? I want people to register in my website with Facebook, Google Plus, Twitter, LinkedIn, Myspace and with all the rest websites like that as far as they provide that functionality.
So, is there such a thing, that I can implement in the website(instead of implementing each api individually)- I need only simple registration - just to verify that they are real people. So, I am looking for something, like it is done for sharing with addthis.com, but for registration.
You can use this hybridauth API service http://hybridauth.sourceforge.net/index.html
OpenID offers a way to log in to websites using accounts from their partners
http://wiki.openid.net/w/page/25453698/Gallery
http://openid.net/
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 need to code a small admib panel that should get and display statistics from remote servers. The main problem here is that I need to do that ASAP. So the main question here is: to use CMS or not? I'm almost sure that deploying something big like Joomla or Drupal will not be quick. Still, maybe there's something easier that matces the following conditions.
has implemented security stuff (secure login, sessions and etc);
has implemented user/groups/privileges mechanism;
has an abbility of adding users for Super Administrator.
UPD. framework instead of CMS will do as well.
Are you familiar with codeIgniter ? If yes then it is what you want.
Bonfire
It is a CMS with full time functionality of user/groups/privileges mechanism and many more.
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.