An innovator's guide to application development with blog, wiki, and newsfeed technologies, this book introduces the new ways of collaboration enabled by these technologies and focuses on the fundamental concepts needed to understand how the technologies can be used in real world applications. Blog and wiki server internals are covered in depth, and newsfeed formats and web service protocols for blogging are covered from a developer's point-of-view. Also covered are a variety of techiques programmers can use to monitor blog conversations, such as newsfeed search engines, and ways to join in the conversation such as comments, trackbacks, and Weblogs.com pings. Examples in Java and C# are provided to show how to parse Atom and RSS format newsfeeds, how to generate valid newsfeeds, how to serve them efficiently, and how to automate blogging via web services based on the new Atom protocol and the older MetaWeblog API. Focus is given to more than a dozen blog apps—small but immediately useful example applications based on blog, wiki, and newsfeed technologies.
Showing posts with label In Action. Show all posts
Showing posts with label In Action. Show all posts
Read More
This book is for PHP developers who want to or are using Zend Framework. As Zend
Framework has a use-at-will philosophy, not all chapters will be useful to every reader
immediately. However, we believe that all readers will gain something from every
chapter, even if you have to read it again to pick up the details when you start using
that component!.
This is not a beginner’s book; you should already familiar with PHP and have an understanding of object-oriented programming.
We all do some java. Its good to know some reflection to test program behavior. This pdf will walk through in and out of Java Reflection.
