
Product Description
In today’s fast-paced, information-packed world, it’s critical for businesses to organize and manipulate the data gathered from customers, sales, and product responses, etc. into usable information. Content Management Systems (CMS) can do this for your business easily and efficiently. There are several commercial systems available, but customizing one for your specific needs is usually necessary based on your data. Creating Content Management Systems in Java teaches you how to develop an open source CMS from scratch using XML as the storage mechanism, XSLT as the presentation layer, and Java and JSPs & Servlets to realize the multi-tiered architecture. The book also covers data modeling in XML and the use of XSLT as a presentation vehicle for custom XML formats. Creating Content Management Systems in Java is written for Web and software developers (specifically Java developers) who wish to learn more about the field of content management. The book provides a practical, applied perspective with complete demonstrations using code to show you how a solution or feature can be implemented. Throughout the book you will work through the development of a complete, open source, working CMS example, beginning with the conceptual ideas of content management. From there you’ll dive into the exploration of practical design solutions, and then move into the final implementations in each tier of the software that becomes the CMS. To benefit the most from this book, you should already know the Java programming language and have a basic understanding of the Web. You do not need to know XML, XSLT, CSS, or XHTML because these topics are covered thoroughly, although a basic understanding will be helpful. So, if you need to learn more about CMS development, this is the book for you.
Creating Content Management Systems in Java
Tags: content, Creating, Java, Management, Systems
19.Apr.10
General
Comments (3)

- ISBN13: 9780470224755
- Condition: USED – VERY GOOD
- Notes:
Product Description
This book is for SharePoint developers working with Publishing sites—sites that leverage MOSS 2007 WCM capabilities. It does not cover administrative topics in any great detail, only where absolutely necessary. For the most part, no two chapters are dependent upon each other, so each chapter can be used as a reference independently of the others. Readers need not have any development experience with SharePoint, but they should have some experience with and a working knowledge of ASP.NET 2.0 development practices and topics. Of course, it is beneficial if the reader does have at least a working knowledge of what SharePoint is all about.
This book covers MOSS 2007 WCM Publishing sites. You will find some chapters that seem to cover general WSS 3.0 topics, but everything is treated in the context of a Publishing site. While the chapters are arranged in a logical order, it is not necessary to read the book from cover to cover in a linear fashion. The following is a brief description of each chapter:
Chapter 1, “Embarking on Web Content Management Projects”—This chapter explains what this book is all about, who the target audience is, and who will benefit most from the book. It also details what the reader needs in terms of a local development environment in order to implement the solutions. In addition, each of the subsequent chapters is explained very briefly to provide an overview and clarify how each chapter fits in.
Chapter 2, “Windows SharePoint Services 3.0 Development Primer”—This chapter covers the fundamentals of WSS, including definitions of terms such as farm, Web application, site collection, site, list, and document library, and the general architecture of WSS. Some basic object model techniques are demonstrated in this chapter.
Chapter 3, “Overview of Office SharePoint Server 2007 and Web Content Management”—This chapter briefly explains each of the various components that make up MOSS. In addition ,while the book is development-focused, the “ABCs” of content-centric Internet sites is covered.
Chapter 4, “SharePoint Features and the Solution Framework”—Both new to WSS 3.0, the SharePoint Feature and solution frameworks are covered in great detail in this chapter, as well as a process for automatically creating WSS solution packages on every project build.
Chapter 5, “Minimal Publishing Site Definition”—Many users create new WCM sites by using the Publishing Portal template. Unfortunately, this adds quite a bit of unnecessary content to the site. This chapter picks apart the Publishing Portal template and Publishing Features and demonstrates how to create a minimal Publishing Portal template.
Chapter 6, “Site Columns, Content Types, and Lists”—Three core components to every WSS 3.0 site—site columns, content types, and lists—are covered in this chapter.
Chapter 7, “Master Pages and Page Layouts”—This chapter covers everything you need to know about creating, editing, and leveraging master pages and page layouts within Publishing sites.
Chapter 8, “Navigation”—While WSS 3.0’s navigation is founded on the ASP.NET 2.0 navigation provider framework, there are a few SharePoint-specific topics, which are covered in this chapter.
Chapter 9, “Accessibility”—If it’s not already, accessibility is becoming an increasingly important topic with regard to Web sites. This chapter explains the different levels of accessibility and discusses some techniques and tools developers can leverage to create sites for users with disabilities.
Chapter 10, “Field Types and Field Controls”—Although it’s a WSS 3.0 concept, field types and field controls are covered in this chapter in the context of a Publishing site. This includes creating custom field types with custom values types and controls, as well as custom field controls that leverage existing field types.
Chapter 11, “Web Parts”—This chapter covers creating custom Web Parts and some advanced topics related to custom Web Part development, such as Editor Parts, customizing the Verbs menu, and leveraging asynchronous programming techniques. This chapter also covers the three Publishing-specific Web Parts and some advanced customization and styling options of the Content Query Web Part.
Chapter 12, “Leveraging Workflow”—The Windows Workflow Foundation, part of the .NET Framework 3.0, is fully leveraged by WSS 3.0 and MOSS 2007. This chapter explains how to create custom workflows using Visual Studio and leveraging InfoPath Web-rendered forms.
Chapter 13, “Search”—Every content-centric site needs a robust search offering. This chapter explains the different components of MOSS search, as well as many customization opportunities such as modifying the search results.
Chapter 14, “Authoring Experience Extensibility”—While the authoring experience in Publishing sites is quite robust, at times developers need to extend this offering for specific content owner requirements. This chapter covers this, including customizing the Page Editing Toolbar and the Rich Text Editor HTML field control.
Chapter 15, “Authentication and Authorization”—This chapter covers everything you need to know about the ASP.NET 2.0 authentication provider model SharePoint fully leverages.
Chapter 16, “Implementing Sites with Multiple Languages and Devices”—This chapter covers the topic of maintaining sites that need to offer their content in multiple languages, as well as developing custom Web Parts that are multilingual aware.
Chapter 17, “Content Deployment”—A common request for larger content-centric Web sites is to have an internal authoring environment for content and then push the changed content out to a destination site, either in an organization’s DMZ or at a co-location facility. This chapter describes the content deployment capability in MOSS designed to handle such business requirements.
Chapter 18, “Offline Authoring with Document Converters”—While MOSS 2007 Publishing sites offer a very robust Web-based content authoring experience, SharePoint provides a way to author content offline using tools such as Microsoft Word or InfoPath. This chapter explains what you need to know about configuring the document converter infrastructure and creating custom document converters.
Chapter 19, “Performance Tips, Tricks, and Traps”—Internet-facing content-centric sites built on the SharePoint platform need to be designed and developed with performance in mind. This chapter provides numerous guidelines and tips that developers can leverage to create the most performant sites.
Chapter 20, “Incorporating ASP.NET 2.0 Applications”—SharePoint (both WSS 3.0 and MOSS 2007) is not an end-to-end solution but an application platform. While it provides a significant amount of functionality out of the box, developers can leverage this platform in building custom applications. This chapter discusses some techniques that can be used for such tasks.
One approach book takes is not to dwell on the more common minutia of creating projects in Visual Studio, or the huge topics of core Windows SharePoint Services (WSS) 3.0 development or SharePoint administration. These topics warrant their own books, and throughout this book you will find recommended resources for these topics. This book does cover some subjects that have their roots in WSS, but they are presented within the context of a Publishing site.
Finally, this book approaches every topic of implementation from the perspective of SharePoint customization and SharePoint development. While one implementation may seem to be better than the other, it takes no position on either, as the goal is to simply educate readers about the advantages and disadvantages of each. These concepts are defined in Chapter 2, “Windows SharePoint Services 3.0 Development Primer.”
This book is also available as part of the 4-book SharePoint 2007 Wrox Box (ISBN: 0470431946) with these 4 books:
- Professional SharePoint 2007 Development (ISBN: 0470117567)
- Real World SharePoint 2007 (ISBN: 0470168358)
- Professional Microsoft SharePoint 2007 Design (ISBN: 047028580X)
- Professional SharePoint 2007 Web Content Management Development (ISBN: 0470224754)
Professional SharePoint 2007 Web Content Management Development: Building Publishing Sites with Office SharePoint Server 2007
Tags: 2007, Building, content, development, Management, Office, Professional, Publishing, SERVER, SharePoint, Sites
18.Apr.10
General
Comments (5)

Product Description
Enterprise content management (ECM) is a set of technologies used to capture, store, preserve and deliver content and documents and content related to organizational processes. ECM tools and strategies allow the management of an organization’s unstructured information, wherever that information exists.
This book covers all the basics on ECM, a new term that is intended to completely encompass the legacy problem domains that have traditionally been addressed by records management and document management. It also includes all of the additional problems involved in converting to and from digital content, to and from the traditional media of those problem domains (such as physical and computerized filing and retrieval systems, often involving paper and microforms). Finally ECM is a new problem domain in its own right, as it has employed the technologies and strategies of (digital) content management to address business process issues, such as records and auditing, knowledge sharing, personalization and standardization of content, and so on.
This is an excellent book on ECM. It’s easy to read, the content is solid, useful and instantly applicable.
Enterprise Content Management Best Practices: ECM Strategy 100 Most Asked Questions – Solve your Information Management challenges on Email Management, … Records Management, Compliance, and more.
Tags: Asked, Best, challenges, Compliance, content, email, Enterprise, information, Management, more., Most, Practices, Questions, Records, Solve, Strategy
16.Apr.10
General
Comments (2)

- Super easy website creation and maintenance; no tech skills necessary; new image layering technology for sophisticated, smart web design made simple
- Powerful software; control over the hottest site features including youtube embeds, easy Flash content embeds, easy META tag management for improved Search Engine Optimization, search and mouseover effects
- Natural Interface makes website changes a no stress experience; easy design tutorials make site creation a snap; no web development software is as easy to learn as MassUpdater
- Unlimited Page Creation and Saved Drafts let you to comfortably expand your site as far as you like
- Own your own content, choose your own web host; works with any of the best website hosts
Product Description
Finally: a simpler way for people to create and maintain websites. | THE MASSUPDATER DIFFERENCE |The average web development software is unnecessarily difficult for the average small business owner to take the time to learn. In fact, small business owners often end up hiring web developers to maintain their sites after purchasing other brands of web development software, because the site owner never does have the time to figure things out. While there are books on how to learn the average web development software, and Web Developers charge inflated monthly bills to update sites on other types of CMS, buying MassUpdater means never having to pay for maintenance again. | MASSUPDATER: SIMPLE & EASY TO USE |We created our software as an answer for website owners who don’t want to have to learn anything. It’s unique in that it targets the end user, not a tech used to CMS software. We’re very proud to say that most customers are able to sit down and use their software immediately, without checking instructions, without contacting customer service. It is the simplest CMS on the market. | MASSUPDATER: POWERFUL, FEATURE PACKED SOFTWARE | While most CMS creators try to simplify by taking out features, we heap them in. Embedding YouTube vids via the average cms software is a pain for people not trained in any form of HTML or web scripting. In MassUpdater, you can embed YouTube vids in any size. You can also embed Flash Content, photogalleries, MouseOver effects, swap photos, save drafts and add unlimited pages, all from the same, simple, graphically pleasing interface screen. MassUpdater even has its own Mouse-Over galleries created by the end user for easy repeat use. | MASSUPDATER: A MORE USER FRIENDLY APPROACH | Instead of coming out with endless, never-updated instruction manuals, we shoot video tutorials with light-hearted simplicity to make learning how to build an entire site in MassUpdater, or create a restaurant menu, or embed Flash animation, instant and easy.
MassUpdater 1.5 Web Builder and Content Management System: Easy Website Creation
Tags: Builder, content, creation, Easy, Management, MassUpdater, System, website
15.Apr.10
General
Comments (3)

Product Description
There are many benefits in using content management software (CMS) to support content authoring and site management for both intranets and websites. These benefits can only be realized when the organization has developed a content management strategy and undertaken a rigorous analysis of the functionality that the CMS must provide, taking into account the Total Cost of Implementation of a CMS application. Information professionals will increasingly play an important role in developing content management strategies and managing intranets and websites, using their professional skills in carrying out information audits, identifying the information needs of users, and developing information architectures and metadata schemes. This essential book provides step-by-step guidance on how to develop a content management strategy, sets out the elements of a content management system and provides advice on the specification, selection, implementation and management of content management software. This practical handbook takes advantage of the author’s extensive consulting experience in supporting CMS implementations in a wide range of organizations in the UK, Europe and the USA, including government agencies, charities and multinational businesses. It is of great value to information staff at all levels who are involved in the process of using a CMS to support the development of websites and intranets.
The Content Management Handbook
Tags: content, Handbook, Management
13.Apr.10
General
Comments Off