|

|
Object Oriented PHP: Paging Result Sets
OOP has truly come into its own over the past 5 years or so. The world over, application and Web developers alike have discovered the merits of this type of software design, and now it's your turn!
http://www.sitepoint.com/article/php-paging-result
created by fabia on 2008-01-20 12:12:45
|
|

|
PHP 101: PHP For the Absolute Beginner
This area is intended for everyone new to PHP. It opens with a series of informal, entertaining tutorials written by Vikram Vaswani, founder and CEO of Melonfire. These tutorials build on a previously-published 5-part series which has now been updated and extended to embrace PHP 5, making parts of it suitable for those of you who already have worked with PHP 4 in the past.
http://devzone.zend.com/node/view/id/627
created by fabia on 2008-01-20 12:20:08
|
|

|
Getting, Installing, and Running Apache
I find installing Apache from scratch the simplest and most flexible method, but I'll leave you to choose which method you prefer.
http://www.onlamp.com/pub/a/apache/2000/02/24/inst
created by fabia on 2008-02-09 05:11:50
|
|

|
An Amble Through Apache Configuration
This cover a selection of Apache configuration directives, the settings that define how Apache should actually run. These are things like: where files are located on your server, how much of the machine's resources Apache may use, which content visitors are allowed to see, and how many concurrent visitors the server can handle.
http://www.onlamp.com/pub/a/apache/2000/03/02/conf
created by fabia on 2008-02-09 05:14:41
|
|

|
Getting More Out Of Apache
The Apache project began in 1995, as a collaborative effort between a group of webmasters who wanted to build a "robust and commercial-grade implementation of the HTTP protocol" (Apache.org), and make this available to the user community absolutely free of charge.
http://www.melonfire.com/community/columns/trog/ar
created by fabia on 2008-02-09 05:16:10
|
|

|
Security and Apache: An Essential Primer
Apache's implementation of the Web security mechanisms, when properly implemented, should be more than adequate to protect your sensitive pages from exposure.
http://www.linuxplanet.com/linuxplanet/tutorials/1
created by fabia on 2008-02-09 05:21:15
|
|

|
Common Lisp HyperSpec (TM)
language specification aimed at an audience of implementors and knowledgeable programmers.
http://www.lispworks.com/documentation/HyperSpec/F
created by fabia on 2008-04-05 00:43:16
|
|

|
Common Lisp: A Gentle Introduction to Symbolic Computation
This book may be distributed in hardcopy form, for non-profit educational purposes, provided that no fee is charged to the recipient beyond photocopying costs. All other rights reserved. You may not redistribute the Postscript file, e.g., you may not put a copy on another web page, or include it on a CD-ROM
http://www.cs.cmu.edu/~dst/LispBook/
created by fabia on 2008-04-05 00:48:47
|
|

|
Successful Lisp
Describe the most common objections to Lisp, and answer each with advice on state-of-the-art implementations .This book may not be reproduced without the written consent of its author. Online distribution is restricted to the author's site.
http://psg.com/~dlamkins/sl/contents.html
created by fabia on 2008-04-05 00:51:14
|
|

|
The Design Patterns Java Companion
The term design patterns sounds a bit formal to the uninitiated and can be
somewhat off-putting when you first encounter it. But, in fact, design patterns
are just convenient ways of reusing object-oriented code between projects and
between programmers. The idea behind design patterns is simple-- write
down and catalog common interactions between objects that programmers
have frequently found useful.
http://www.patterndepot.com/put/8/JavaPatterns.htm
created by fabia on 2008-04-06 07:12:52
|
|

|
Processing XML with Java
Welcome to Processing XML with Java, a complete tutorial about writing Java programs that read and write XML documents. This is the most comprehensive and up-to-date book about integrating XML with Java (and vice versa) you can buy.
http://www.cafeconleche.org/books/xmljava/
created by fabia on 2008-04-06 12:05:32
|
|

|
XSL Transformations
Chapter 17 of the XML Bible, Second Edition : XSL Transformations
http://www.cafeconleche.org/books/bible2/chapters/
created by fabia on 2008-04-06 12:07:01
|
|

|
Chapter 19 of the XML Bible, Second Edition : XLinks
Linking in XML is divided into two parts, XLink and XPointers. XLink, the XML Linking Language, defines how one document links to another document. XPointer, the XML Pointer Language, defines how individual parts of a document are addressed. An XLink points to a URI (in practice, a URL) that specifies a particular resource.
http://www.cafeconleche.org/books/bible2/chapters/
created by fabia on 2008-04-06 12:08:03
|
|

|
Chapter 20 of the XML Bible, Second Edition : XPointers
XPointer, the XML Pointer Language, defines an addressing scheme for individual parts of an XML document. These addresses can be used by any application that needs to identify parts of or locations in an XML document. For instance, an XML editor could use an XPointer to identify the current position of the insertion point or the range of the selection. An XInclude processor can use an XPointer to determine what part of a document to include.
http://www.cafeconleche.org/books/bible2/chapters/
created by fabia on 2008-04-06 12:08:53
|
|

|
XML.com: A Technical Introduction to XML
Author\'s Note: It is somewhat remarkable to think that this article, which appeared initially in the Winter 1997 edition of the World Wide Web Journal was out of date by the time the final XML Recommendation was approved in February. And even as this update brings the article back into line with the final spec, a new series of recommendations are under development. When finished, these will bring namespaces, linking, schemas, stylesheets, and more to the table.
http://www.xml.com/pub/a/98/10/guide0.html
created by fabia on 2008-04-06 12:10:45
|
|

|
Processing XML with Java
This book is organized as an advanced tutorial that can also serve as a solid and comprehensive reference. The first chapter covers the bare minimum material needed to start working with XML, though for the most part this is intended more as a review for readers who’ve already read other, more basic books than as a comprehensive introduction.
http://www.cafeconleche.org/books/xmljava/chapters
created by fabia on 2008-04-06 12:14:44
|
|

|
The J2EE Architect's Handbook on TheServerSide.com
“The J2EE Architect's Handbook is a must have for experienced architects and budding designers alike. It is concise, to the point, and packed with real world code examples that reinforce each concept. Today's J2EE teams would do well to keep a copy at each designer's fingertips” -- Ross MacCharles, Lead Technical Architect.
http://www.theserverside.com/tt/books/DVTPress/J2E
created by fabia on 2008-04-06 12:18:14
|
|

|
EJB Design Patterns Book on the TheServerSide.com
The book contains a catalog of twenty advanced EJB patterns and provides strategies for mapping application requirements to patterns-driven design, J2EE development best practices, and a collection of EJB tips and strategies, and other topics such as Build-System best practices using Ant, JUnit testing strategies, using Java Data Objects (JDO) as an alternative to entity beans, and more.
http://www.theserverside.com/tt/books/wiley/EJBDes
created by fabia on 2008-04-06 12:19:50
|
|

|
Java Testing and Design on TheServerSide.com
This book shows how to understand what application you want to write, what strategies are likely to get you there, and then how to measure your level of success
http://www.theserverside.com/tt/books/prenticeHall
created by fabia on 2008-04-06 12:21:10
|
|
|