Permissions system for a CMS [closed] - permissions

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
does anyone know of a good tutorial for how to build a permissions and roles system for a CMS?

Permissions
Well, if you want a tutorial there are lots! However, if you want to implement something which will be easy to manage then I suggest you read up about Access control lists. ACL.
If your site implements an ACL you will be able to manage permissions for lots of different roles very easily. Heck, just reading about them will be a great tutorial start point.
You can read about the Zend Framework ACL library here:
http://framework.zend.com/manual/en/zend.acl.html

Related

Is there a PDF library that can handle accessibility? [closed]

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 am currently trying to parse the semantic structure of a PDF file. I believe the metadata added to make PDFs accessible is the correct way to go about it, but I can't find a library that will handle it cleanly.
I've tried PDFLib TET on iOS but I can't get it to open certain test documents and the error it returns is too obscure to be Googleable.
Are there any other libraries that do the same?
I'd have a look at the pCOS-Library (also from http://pdflib.com). For use in PHP there would be an alternative you could have a look at http://www.setasign.com/. They might have a tool for that purpose.

Framework or service like Votebox [closed]

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 love the Votebox section on the support site for Dropbox. It lets users suggest features and prioritize development.
I always assumed it was powered by a third-party service (kind of like Getsatisfaction.com), but from what I can tell it's proprietary.
Does anyone know of an open-source project, SaaS service, or the like, sporting similar features and polish?

Free maps api and geocoding [closed]

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 have to develop an commercial application with mapping.
I can't use Google Maps because of the 10k$/year for the premier API...
I tried Mapstraction with OpenStreetMap, nice but with some limitations.
There is no geocoding available apparently.
Is there a good free(or affordable) service available anywhere with mapping & geocoding functionnalities ?
Thanks
If this question is still valid, I think you should check Open Data Map APIs, in Open Web Services section. No limits, no signup tricks to get the API keys, everything free for real!
There is a pull in github for the feature : https://github.com/mapstraction/mxn/pull/98

Online coding collaboration tool [closed]

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 was wondering if you guys have experience with any online tool that allows coding collaboration with notifications that gets fired each time a contributor edits/adds to the source file.
I was exploring github but I am not sure if notification is supported (or atleast I couldnt get that to work) when a contributor commits a new change.
Github does support notification and of course Github is the most mature collaboration env in the cloud.
Notification Enh

Which service to embed a videochat easily on a website? [closed]

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 working on a new website and I'd like to add a videochat feature. So I'm looking for services giving an API to do that easily.
Here is the list of features I need:
1-to-1 chat (a user can chat with an other one)
video
voice
chat
be able to know if somebody is currently chatting
user-friendly
working on all standard configurations (for example ooVoo doesn't work on safari 64bit)
Thank you!
Not sure if you're still looking for an answer, but http://www.tokbox.com/ looks pretty awesome for this