
- Low-profile, flush mount Target design
- Has talkback LED to indicate proper operation
- Easily installs in the ceiling or wall
- Connects with Category 5/5e cable to the IR Emitter
- Distribution block for multiple Emitter configurations
Product Description
Target Infrared Repeater System, for LIN Integrated Network, Structured Media, Home Security Monitoring, UPC: 07847705484
Leviton 47621-CMS IR Repeater System, Target, White
Tags: 47621CMS, Leviton, Repeater, System, Target, White
01.Nov.10
Blog
Comments Off

Product Description
The award-winning easy to use V2 ABSplus backup solution is the perfect product for your backup and recovery needs.This Drive comes with both USB 2.0 and eSATA connections, allowing for lightning fast backup and blistering data transfer rates up to 3Gb/s
1TB Desktop Backup Esata Ext Backup System
Tags: Backup, Desktop, Esata, System
05.Sep.10
Blog
Comments Off

- Advanced 900 MHz technology eliminates interference from other wireless devices. 2.5″ LCD TFT Monitor provides leading edge color and audio reception and minimal interference.
- Automatic scan switching allows monitor to handle up to two cameras simultaneously and can be switched between MANUAL, AUTO, AND SCAN MODE. The auto scan switching time can be set between 2 and 30 seconds.
- Weatherproof camera for outdoor mounting and A/V outputs enable connection to a VCR, TV, OR DVR.
- Auto movement detection which sounds a beep-perfect for nightime monitoring.
- Nightvision and runs on A/C power or the free RECHARGEABLE BATTERY PACK IS INCLUDED– A $14.99 VALUE.
Product Description
The SB-3000 series from Safe Baby is the answer for families with household devices such as computer networks that operate at 2.4 GHz and create frequency interference . Its technology eliminates interference and provides clear audio and video reception. It is the premier lightweight handheld video monitor available today at a reasonable price. It is the perfect monitor system for a growing family and can handle 2 cameras simultaneously. The cameras can automatically switch from room to room on an easily programmed time plan. And, they are weatherproof so you can keep your eye on children both indoors and outside. It is great for surveillance of hazardous objects such as swimming pools.
The Guardian Angel provides the best available audio and video reception and the A/V output (cables included) enables you to record on a DVR or watch on a TV or through a VCR. And, the cameras have night vision which allows you to see your baby in a dark room.
The monitor can operate in manual, auto switch, or scan mode which is set from the LCD based menu. It has a 400 ft. straight line range.
The SB-3002 comes with two wall mountable or free standing cameras. Extra or replacement cameras can be purchased separately.
Smartcare X Xeon Indoor/Outdoor Wireless Color Camera System model CMS1000-900
search terms:
Tags: Camera, CMS1000900, Color, Indoor/Outdoor, Model, Smartcare, System, Wireless, Xeon
05.Sep.10
Blog
Comments Off

Product Description
Building robust, content-centric web applications with Plone 3, an open source Content Management System.
- Plone development fundamentals
- Customizing Plone
- Developing new functionality
- Real-world deployments
In Detail
Plone is an open-source content management framework, built on the top of the Zope application server and written in Python. As a ready-to-use Content Management System with a focus on usability, Plone makes it easy for content authors to create and edit web content.
Plone is also used by developers, as a framework for building content-centric web applications such as dynamic websites and intranets. This book focuses primarily on the developer-oriented aspect of Plone.
What you will learn from this book?
You will gain an in-depth understanding of the concepts that underpin successful Plone development, including:
- How to set up a suitable development environment
- The importance of automated testing of any code you write
- How to perform Plone customizations in a manageable, re-usable fashion
- Techniques for branding Plone and changing its look and feel
- How to safely install and manage third-party add-on components
- How to create your own content types
- How to create new forms and templates
- Ways of interacting with external relational databases
- Techniques for managing users and custom user metadata
- Using Plone’s new AJAX framework to build dynamic user interfaces
- How to set up Zope and Plone in a production environment
- How to connect to an LDAP/Active Directory repository for authentication
- How to configure a caching proxy to improve Plone’s performance
Throughout the chapters, there is an emphasis on demonstrating key concepts with practical examples. The reader should be able to borrow from the examples to get up and running quickly, but refer to the explanations provided to fully appreciate what is going on under the hood.
Approach
The book takes a pragmatic approach, building a realistic example application based on a case study. The code for this application is included with the book, and should serve as a useful starting point and source of examples for the reader.
Who this book is written for?
This book is aimed at developers who want to build content-centric web applications leveraging Plone’s proven user interface and flexible infrastructure.
Some familiarity with the Python programming language and basic web technologies such as HTML and CSS is assumed. Readers would also benefit from some prior experience with Zope or Plone, for example as site administrators or “power users”.
Professional Plone Development: Building robust, content-centric web applications with Plone 3, an open source Content Management System.
Tags: applications, Building, content, contentcentric, development, Management, Open, Plone, Professional, robust, source, System
10.May.10
General
Comments (5)

Product Description
Expert insight and practical guidance to creating an efficient, flexible, and robust framework for a PHP 5-based content management system
- Learn how to design, build, and implement a complete CMS framework for your custom requirements
- Implement a solid architecture with object orientation, MVC
- Build an infrastructure for custom menus, modules, components, sessions, user tracking, and more
- Written by a seasoned developer of CMS applications
In Detail
If you’re developing a content management system in PHP 5, there are times when you simply have to roll-your-own, for whatever reason. In those situations, this book will be invaluable.
If you’re looking for an inside guide to putting together the working framework of a flexible, robust content management system in PHP 5, this book is for you.
As a former development team leader on the renowned Mambo open-source content management system, author Martin Brampton offers unique insight and practical guidance into the problem of building an architecture for a content management system.
Following the scene-setting first chapter, each chapter in the book tackles a different aspect of developing the author’s new Aliro PHP 5 CMS framework, with:
- A concise statement of the problem
- Discussion of the important design issues and problems faced
- Creation of the framework solution
The framework is built on a strongly object-oriented architecture throughout, including adherence to MVC principles, and you will learn how to create classes for handling such things as menus, modules, components, sessions, and user tracking.
Administration and security issues are discussed as an integral part of the design and implementation of framework features. The final chapter discusses the key issues that affect a wide range of specific content handlers and explores a practical example in detail.
What you will learn from this book
- The general characteristics of systems to create websites
- Effective coding and object architectures to fully exploit PHP 5
- A foundation for database processing to ease further development
- Technical functions such as handling sessions, caches, errors, XML, mail, and files
- Management of website users
- Flexible, practical deployment of role based access control
- Internationalization
- Handling extensibility beyond the basic framework
- General concepts of menus without prior commitments to detail
- Delivery and presentation of different kinds of user-oriented content
Approach
The book includes extensive discussion of the design issues, and how to overcome them in the framework. Each chapter of the book focuses on a particular requirement of the framework. The book will not present the total code for the framework, showing only the parts that raise critical design or implementation issues. For these, detailed explanation is given, leaving the less problematic parts to the code download itself.
Who this book is written for
This book is for professional PHP developers who either already use an in-house developed CMS, or are developing one, and want a thorough explanation of solutions to the common issues faced in CMS development, or simply want a working framework on which to build.
The reader needs to be confident working with PHP 5 object-oriented programming.
PHP 5 CMS Framework Development: Expert insight and practical guidance to creating an efficient, flexible, and robust framework for a PHP 5-based content management system
Tags: 5based, content, Creating, development, efficient, Expert, flexible, Framework, guidance, insight, Management, practical, robust, System
07.May.10
General
Comments (2)