Programming & Software Development News / Newsletters [closed] - newsletter

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 5 years ago.
Improve this question
I currently subscribe to MSDN Flash and Red Gate's developer newsletter, which is great. I'd like to find more sources. Where/Who else sends or posts news or articles about software development?

http://statuscode.org/
http://www.hackernewsletter.com/
For more specific topics:
http://html5weekly.com/
http://javascriptweekly.com/
http://devopsweekly.com/

CodeProject
has a nice weekly newsletter that features articles on various programming-related topics. Some are presentations of code submitted by contributors, while others discuss new developments in the software industry.

Everyone has his/her own favorite sites, here are my favorite sites:
https://news.ycombinator.com/
http://www.gartner.com/newsroom/archive/
http://www.codinghorror.com/blog/
http://www.reddit.com/r/programming
http://mashable.com/apps-software/
http://www.drdobbs.com/
http://www.infoworld.com/news
http://slashdot.org/

I recommend Linux Journal.

Checkout NoSQL Weekly which features curated news, articles, new releases, tools and libraries, events, jobs etc related to NoSQL.

I don't know if these are the best but they're my favorites:
http://www.reddit.com/r/programming
http://devlinks.tumblr.com
http://sidebar.io
http://www.hackernewsletter.com

Related

Marklogic or MongoDB [closed]

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 5 years ago.
Improve this question
I would to know which one choose MarkLogic vs MongoDB, I know its properties but in term of learning which one is more acceptable to choose? I have chosen MarkLogic but I think it's difficult to learn because it has a lot of documentation and it hasn't much comunity developers.
I have to choose one option for project our company and my boss is worried about MarkLogic's curve learning.
Help me which one choose.
Disclosure: I work for MarkLogic.
You mention your concern about learning how to work with MarkLogic. We have a MarkLogic University team that has excellent training resources. Take a look at their Developer Track courses. These courses are free and are available with in-person, via-Internet, or self-paced formats. Once you've learned the basics, you can follow that up with tutorials, the technical blog, On Demand videos, guides, and maybe a local Meetup, based on your needs. Our community may not be as big, but those who work with MarkLogic tend to be very helpful. You can post specific technical questions here on Stack Overflow.
The bigger question is what do you need from your database? For that, I'll join #Tamas in referring to his article comparing the two.

Chat API - Similar service like TokBox but for text-based chat? [closed]

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 3 years ago.
Improve this question
I find tokbox is a great service for video chat. But is there any other similar service for text-based chat, that provides api, so that i can manage my own users and chat participants.
Thanks
In another SO question somebody recommended http://www.phpfreechat.net/ but I've no experience of using the service.
As ever Google is your friend and once you know of a service such as PHP Free Chat you can do a related search and get some other options.
You could also build a chat solution using Pusher, who I work for. We offer a number of publisher libraries and client libraries in different technologies including JavaScript. We offer presence functionality that makes building chat forums really easy which is why it's one of the big use of Pusher.
Edit
There is also CometChat which may be worth looking at.

Decision Support Systems or Content Management Systems [closed]

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 5 years ago.
Improve this question
I am looking at installing a Content Management System or something which can be used as a Decision Support System. I am not sure which content management system has options for Knowledge Management.
Appreciate inputs on this.
I am not aware of any CMS system with that functionality. Having said that, I'm really not a CMS expert. You might need to pick a flexible CMS and tweek it yourself, such as Drupal and Joomla. They both have very active support community. I think Drupal (compared to Joomla) is more flexible for developers.
You may also want to look at the research community in this topic. Some of them might make their research systems available: http://scholar.google.com.au/scholar?q=decision+management+system+cms&hl=en&btnG=Search&as_sdt=1%2C5&as_sdtp=on

Free conference CMS [closed]

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 need to cms to manage a conference.
What is best free CMS for this?
What about Indico?
http://indico-software.org
http://github.com/indico/indico
It's mostly targeted at organization of series of conferences, though.
Disclaimer: I am one of the developers of Indico myself.
Drupal is the most flexible open-source CMS that I know. It also has a Conference module that maybe does some of the things you need. The rest should be possible using Views/CCK (also Drupal modules).
Check out this Article about a Conference website created with Drupal, it is probably much more complicated than what you need but it shows what is possible with Drupal.
Yes, I have done a few in Drupal. Also see: http://sf2010.drupal.org/ for an excellent example
try this drupal module.
It seems good
http://usecod.com

CMS development [closed]

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 3 years ago.
Improve this question
I'm new to this CMS techmology.My company is telling me to develop a CMS for multiple companies with the company info to be stored in the database.The second thing is this that they haven't given me the design of the CMS as well as the Main Website.The website look should be generic that suits any generic static website.I'm not able to find any good looking template for this.I've searched a lot but not able to find a good one.And what kind of database design that i should use.If any one could also provide me what features should a CMS that our company is looking for.
Your first port of call shoudl be http://www.opensourcecms.com/ - check out as many open source and commercial CMS offerings to see if any would suit your needs. If nothing else, it might help refine your requirements by understanding what you don't need.