What are the open source alternatives for Facebook? [closed] - facebook

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Just want to look at how things are implemented for learning purpose and may even contribute something along the way. So is there any open source facebook clones out there ?
Thanks

Searching gives
Diaspora
OneSocialWeb
as starting points, a list of active distributed social media sites can be found here

This one is most polished right now: http://elgg.org/

Not exactly a 'clone' but Diaspora is an open source, decentralised, distributed alternative to Facebook.
https://github.com/diaspora/diaspora
https://joindiaspora.com/

Related

Talend Training/Tutorials [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Can anyone recommend a good source of material for learning how to use Talend Open Studio For Data Integration?
I've had a look at the TalendForge tutorials but was wondering if a more cohesive training resource exists for beginners?
I've search the Interweb and can't find anything that isn't off TalendForge or a book with terrible reviews!
Any suggestions greatly appreciated!
There are some reference manuals which can be downloaded from official website. Once you go to this link, goto tab Data Integration there, at the bottom of the page you can find a section User Documentation. Download the appropriate pdfs.
We get minimal help from them, but self exploration would give better results once we have been through these materials.

New or Old Non-MVC PHP Frameworks [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I know this has been asked way too many times... But I am in search of a non-mvc-based PHP framework. My only requirements are that it be stable enough, and not one that can be easily found (meaning that if it can be easily found, then I've probably already found it, and don't like it)
Any help is appreciated
Thanks!
Check out Fat Free - can be used in an MVC way or not - super flexible, but needs PHP 5.3+ to run.

How to port a website into a mobile version of it? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Is it possible to port a certain full-blown website into its mobile version? If yes, how to do so?
The question seems to be a bit vague, but I would also like to get a vague idea as to how it can be done. The scalability issues and all.
There are commercial services available which will make creating mobile version of your site fairly simple, if not even a trivial task. For example check out http://mobify.me/
Some recent articles on this subject I found to be useful:
http://www.smashingmagazine.com/2011/01/12/guidelines-for-responsive-web-design/
http://www.alistapart.com/articles/responsive-web-design/
http://csswizardry.com/2011/01/forget-responsive-web-design/
I hope this will help in finding a good method to create mobile content.

How to keep up to date with Facebook APIs? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Somehow I have the feeling that I am not the only one scratching my head with FB documentation. There seems to be quite a lot of overlapping features in APIs and I cannot tell whether something is going to be deprecated or not.
How can I find the current best practices? And any recommendations of FB technology blogs etc?
FB dev blog? http://developers.facebook.com/blog/
They are pretty up-to-date and talk about recent changes to Facebook APIs..
Just found this:
http://developers.facebook.com/roadmap

Open source js-kit/disqus like tool [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
is there any open-source and extendable tool like what js-kit/disqus provides that could be self hosted ?
Since disqus is made with django, IMHO it is relevant to suggest something similar that is made with django too. :-) From my understanding is disqus is basically a threaded commenting system. The most popular ones in django community for this is django-threaded-comments.
Take a look on Juvia
It's in Ruby and there is a demo available following the Github project readme