
Collapse
Featured Categories
1. | ![]()
Drupal 7: Visual QuickStart Guide By: Tom Geller Publisher: Peachpit Press Publication Date: 12-JAN-2010 Insert Date: 25-JUL-2009 | Overview: Drupal 7: Visual QuickStart Guide The first popular Web browser appeared about 15 years ago, and
now even the corner laundromat’s Web site has advanced
features, such as user memberships, feedback forms, and usage
tracking. That’s thanks largely to readily available Web
design tools, especially those available through integrated Content
Management Systems (CMS).
The free and open-source package Drupal is one of the most
user-friendly and popular CMSes available. Sites built on Drupal
are highly visible and include The Onion and Amnesty International.
Yet its use is simple enough to enable those with little or no
experience...
|
2. | ![]()
Drupal’s Building Blocks: Quickly Building Websites with CCK, Views and Panels By: Earl Miles; Lynette Miles Publisher: Addison-Wesley Professional Publication Date: 12-FEB-2010 Insert Date: 07-DEC-2008 | Overview: Drupal’s Building Blocks: Quickly Building Websites with CCK, Views and Panels This book is an in-depth guide to using Drupal's most important
modules, written by the author of two of those modules. The modules
described in the book are widely considered essential modules that
will be installed on almost every site; they allow for a level of
customization that is unparalleled in the market and are a key
reason that Drupal is being chosen over its competition, such as
Joomla and WordPress. In addition to being a CMS, Drupal is also a
content management framework and provides robust APIs upon which
developers can create new functionality. Drupal code is written by
members...
|
3. | ![]() Front End Drupal: Designing, Theming, Scripting By: Emma Jane Hogbin; Konstantin Käfer Publisher: Prentice Hall Publication Date: 05-APR-2009 Insert Date: 15-NOV-2008 Bookshelf Slots: 1.0 | Overview: Front End Drupal: Designing, Theming, Scripting This is the Safari online edition of the printed book.
The First Practical, Complete Guide to
Customizing Drupal Sites with Behaviors, Themes, and
Templates
Drupal is now the world’s #1 open
source content management system: Thousands of individuals and
organizations are using it to build and update Web sites of
virtually every kind. As Web designers and developers adopt Drupal,
they need ways to quickly customize the visuals and interactivity
of the sites it creates. Drupal offers powerful tools for doing so,
but little guidance on using them effectively. Front End
Drupal is the...
|
4. | Written for web developers with basic Perl skills, this book guides
new users through the open-source Perl-based Model-View-Controller
Catalyst framework using real-world examples and systematic code
snippets, covering application design, development, testing, and
deployment. If you are excited by Ruby on Rails but prefer the
familiarity of Perl, get this book and get started. The way that
many web applications are implemented makes development painful and
repetitive. Catalyst solves this problem, organizing your web
application to design and implement it in a natural, maintainable,
and...
|
5. | ![]()
By: Martin Nystrom Publisher: O'Reilly Media, Inc. Publication Date: 21-MAR-2007 Insert Date: 16-MAY-2007 Bookshelf Slots: 1.0 | Overview: SQL Injection Defenses
This Short Cut introduces you to how SQL injection vulnerabilities
work, what makes applications vulnerable, and how to protect them.
It helps you find your vulnerabilities with analysis and testing
tools and describes simple approaches for fixing them in the most
popular web-programming languages.
This Short Cut also helps you protect your live applications by
describing how to monitor for and block attacks before your data is
stolen.Hacking is an increasingly criminal enterprise, and web
applications are an attractive path to identity theft. If the
applications you build, manage, or guard...
|
6. | ![]()
Building Tag Clouds in Perl and PHP By: Jim Bumgardner Publisher: O'Reilly Media, Inc. Publication Date: 24-MAY-2006 Insert Date: 07-JUN-2006 Bookshelf Slots: 1.0 | Overview: Building Tag Clouds in Perl and PHP
Tag clouds are everywhere on the web these days. First
popularized by the web sites Flickr, Technorati, and del.icio.us,
these amorphous clumps of words now appear on a slew of web sites
as visual evidence of their membership in the elite corps of "Web
2.0." This PDF analyzes what is and isn't a tag cloud, offers
design tips for using them effectively, and then goes on to show
how to collect tags and display them in the tag cloud format.
Scripts are provided in Perl and PHP.Yes, some have said tag clouds are a fad. But as you will see,
tag clouds, when used properly, have real merits. More...
|
7. | ![]() By: Stas Bekman; Eric Cholet Publisher: O'Reilly Media, Inc. Publication Date: 23-MAY-2003 Insert Date: 31-MAY-2003 Bookshelf Slots: 1.0 | Overview: Practical mod_perl
mod_perl embeds the popular programming language Perl in the Apache
web server, giving rise to a fast and powerful web programming
environment. Practical mod_perl is the definitive book on
how to use, optimize, and troubleshoot mod_perl.
New mod_perl users will learn how to quickly and easily get
mod_perl compiled and installed. But the primary purpose of this
book is to show you how to take full advantage of mod_perl: how to
make a mod_perl-enabled Web site as fast, flexible, and
easily-maintainable as possible. The authors draw from their own
personal experience in the field, as well as...
|
8. | ![]() Programming Web Services with Perl By: Randy J. Ray; Pavel Kulchenko Publisher: O'Reilly Media, Inc. Publication Date: 19-DEC-2002 Insert Date: 05-APR-2003 Bookshelf Slots: 1.0 | Overview: Programming Web Services with Perl
Given Perl's natural fit for web applications development, it's no
surprise that Perl is also a natural choice for web services
development. It's the most popular web programming language, with
strong implementations of both SOAP and XML-RPC, the leading ways
to distribute applications using web services. But books on web
services focus on writing these applications in Java or Visual
Basic, leaving Perl programmers with few resources to get them
started. Programming Web Services with Perl changes that,
bringing Perl users all the information they need to create web
services using their...
|
9. | ![]() Embedding Perl in HTML with Mason By: Dave Rolsky; Ken Williams Publisher: O'Reilly Media, Inc. Publication Date: 16-OCT-2002 Insert Date: 21-DEC-2002 Bookshelf Slots: 1.0 | Overview: Embedding Perl in HTML with Mason
Mason doesn't aim to be the one true Perl-based templating system
for building web sites, but it's led many programmers to abandon
their custom solutions when they've seen how much easier using
Mason can be. It's a powerful, open source, Perl-based web site
development and delivery engine, with features that make it an
ideal backend for high load sites serving dynamic content. Mason
uses a concept called components: a mix of HTML, Perl, and special
Mason commands. These components can be entire web pages, or bits
of HTML that can be embedded in top-level components. Shared and
reusable,...
|
10. | ![]() By: GEOFFREY YOUNG; PAUL LINDNER; RANDY KOBES Publisher: Sams Publication Date: 28-JAN-2002 Insert Date: 10-OCT-2002 Bookshelf Slots: 1.0 | Overview: mod_perl Developer's Cookbook mod_perl is a unique piece of software that wholly integrates
the power of Perl with the flexibility and stability of the Apache
Web server. With mod_perl, developers can harness the power of the
full Apache API and develop Web applications quickly and without
sacrificing performance.
The mod_perl Developer's Cookbook teaches programming
with the mod_perl API by example. The book takes developers from
the basics of mod_perl to the development advanced Web
applications. Developers will learn tricks, solutions, and mod_perl
idioms gleaned from the authors' experience as developers and
expert...
|
About Safari Books Online •
Terms of Service •
Privacy Policy •
Contact Us •
Corporate Licenses •
Help •
Accessibility |
![]()
![]()
![]()
![]()
Copyright 2009 Safari Books Online. All rights reserved.




