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 a Zend Framework start up guide PDF file.
http://www.mikaelkael.fr/Zend-Framework-1-8-x-documentation.html
this is an advanced level..but i need a beginners level
Rob Allen has written and excellent introduction to Zend Framework 1.8 which is also available as a PDF.
i think the best thing to do is to take a php MVC tutorial first and then look into ZEND, it would be much more easier.
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 try to find a tutorial who explain me how to implement MongoDB in my Play project (with scala) but apart Play tips who doesn't help me...
Have you a good site who can help me ?
There is such site: Typesafe Activator / Templates
There are 2 templates with Reactive Mongo: 1, 2.
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 a good RSS reader library for iOS/Objective C?
Might want to check out this: https://github.com/mwaterfall/MWFeedParser
I don't know of any API's that exist for parsing RSS specifically (there may be some I don't know of), but an XML parser should do just fine for what you are looking for.
I use TouchXML for most of my projects: https://github.com/TouchCode/TouchXML
Here is an article that will help you pick out the correct XML parser for your project: http://www.raywenderlich.com/553/how-to-chose-the-best-xml-parser-for-your-iphone-project
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
Can anyone point me to a decent tutorial for using Maven with Jersey?
I looked at the Oracle tutorial but it is based on NetBeans and Glassfish (which I don't use).
More importantly, it does not seem to provide a web app deployment - where is my WEB-INF directory?
Any guidance would be greatly appreciated
See the below links, whichever one best suits your needs
Jersey samples:
https://github.com/fmucar/framework-samples
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 wonder if anyone ever posted an example project that uses Core Plot?
I would suggest the best website for iOS development tutorial.
Here is the simplest core data example what you are looking for, with great explanation and source code.
http://www.raywenderlich.com/13269/how-to-draw-graphs-with-core-plot-part-1
http://www.raywenderlich.com/13271/how-to-draw-graphs-with-core-plot-part-2
Hope this helps.
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 looking into frameworks for translation, and have been considering gettext. Because it's supposedly quite good, and lots of projects use it. Now I read part of the official manual, but it sucked. I kind of have an idea how it works now, but I have no idea where to get started.
In particular my project spans C++, Lua and Javascript, so I'd love to be able to unify the i18n with a single tool, but I'm also not having luck finding gettext good support for Lua or Javascript, are they supported, has anybody used gettext with these?
Thanks.
How about this tutorial? Another example is at O'Reilly.