Zend Framework for Absolute Beginners? [closed] - zend-framework

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 6 years ago.
Improve this question
Can you recommend any book or other resources for learning Zend Framework for absolute beginngers with moderate PHP skills.
Thanks.

For me, the three definitive ZF Getting Started tutorials are:
Quick Start from Zend
Album tutorial from Rob Allen
Surviving the Deep End from Padraic Brady
Two additional applications which I have found helpful, though a little more advanced, are:
Dasprid's blog (src), from Ben Scholzen
PHPPlaneta, from Robert Basic
Learned a lot from all of them.
And, of course:
ZendCasts
In the end, Rob Allen's answer says it all.

Survive The Deep End is a good resource to start with a concrete project.

I just started 4 days ago to use Zend Framework together with Doctrine ORM.
To be honest it's very complicated to get started with it. I used the zend documentation,
http://framework.zend.com/manual/de/ for example the quick start guide.
There is an irc channel on freenode #zftalk#irc.freenode.net
In addition I googled a lot, there are some good answers here on stack overflow.
Sometimes it is good to search for "[what you wanna do] tutorial" this way you get quicker solutions, because the manual often does not give you the general overview, it just explains one or some components.

You can reffere below link for detail study of how zend frameworks basics work.
http://wiki.zf2notes.googlecode.com/git/zf2_beginners_tutorial.wiki

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.

How does one implement background app refresh in Swift? [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 6 years ago.
Improve this question
I am new at Programing and to Swift. I understand the basic syntax and how to do all the common things from reading Apple's "The Swift Programming Language". But I cannot find any good documentation with examples and beginner explanations on implementing iOS Background app refresh. I have tried many Swift tutorial websites, I've turned to Google, and even searched through Apple's own web documentation, and have so far haven't had success. How does one go about implementing Background app refresh in an iOS app (using Swift)?
It depends on the type of learner you are. There are plenty of valuable resources I can recommend you. To mention a few:
Swift Programming: The Big Nerd Ranch Guide (2nd Edition)
A book that contains well explained Swift concepts where authors reinforce what you learned throughout practice and challenges at the end of each chapter. Highly recommended.
Swift 3 Essential Training: The Basics
A course from Lynda.com with high reputation in which they explain professionally Swift concepts through examples. Personally recommended.

Design patterns for social networking site like facebook? [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 4 years ago.
Improve this question
I am interested in understanding the design principals to use to create the backend for a social networking site. I read up a few resources and found that facebook uses a graph as an underlying data structure where each node could be user/page/album etc. However, just that does not give me a top level view (block diagram or class diagram) on how to go about implementing a few basic features like (all using the graph data structure):
Adding/removing friends
News feed
Messaging
Any pointers on any resources would be great. I am also interested in finding out if a design pattern exists for a social networking site.
Please note that I am not looking for any language specific solution
Have you looked at this StackOverflow Thread
and this and this and this?
Please do a search on SO and you will land with many more! None seem conclusive but that's more to do with the nature of your question!
EDIT: You may find this linked in architecture presentation useful!
Take a look at Observer Design Pattern, I think it is the base of Twitter, Facebook to publish things at the time line of other people that follow someone.
Maybe these book can help you
http://www.designingsocialinterfaces.com/patterns/Main_Page
Here you can find a lot of good information about soial Design Pattern
http://developer.yahoo.com/ypatterns/

Resources To Learn REXX [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 7 years ago.
Improve this question
I want to travel in the past and learn REXX, but I don't know where to start, then I want some help from someone that can point me to the right place to start.
Check IBM publib on the subject (which was (is still?) backed by REXX programmed application, at least, during my IBM times, a colleague maintained it). You can find there all free books in either HTML or PDF format. The REXX Guide (available as PDF or HTML) is good to get started. If you intend to run (emulate) it on Windows, I can recommend Regina Rexx.
Have a look at Open Object ReXX, which came out of IBM object ReXX. It's on SourceForge.
http://sourceforge.net/projects/oorexx/files/
Documentation starts here - http://www.oorexx.org/docs/
If you're willing to invest some time and money, this book is good (so is Mike Cowlishaw's, but I think that one's out of print and so could perhaps be pricey or slow to get). If you can't invest the time and/or money, this tutorial is fast-paced and quick to get through, and gives you good links to other resources.
Logic at
http://www.kilowattsoftware.com/tutorial/rexx/
Bible - from WROX
REXX Programmer's Reference - Howard Fosdick
Check out the many resources at the Rexx Language Association (www.rexxla.org), especially the links section.

Looking for a recommendation for an AutoLisp / VisualLisp book [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
Can anyone recommend a good introductionary book dealing with AutoLisp and VisualLisp? I found some general Lisp books out there, but I'm uncertain how much Lisp variants differ.
I haven't found any in the old questions in here, either.
"The Visual LISP Developers Bible" by David M. Stein for example. It is from 2004, but AutoCAD autolisp/visual-lisp API has not changed during last years.
You can view and download AutoLISP Books at following links:
Autolisp Books
My first AutoLISP book was "The ABCs of AutoLISP" (available at the link Shantaram shared). I really appreciated it. It was short and it was a good primer for me in the early days of my programming efforts. I only mention it to add to your potential bookshelf. David Stein's book is the modern standard.
By the way, I am happy to answer any AutoLISP question you may have. Or you can visit the AutoDesk forums or the AUGI forums or the CADTutor.net forums