Download (Ebook) Web Application Design and Implementation: Apache 2, PHP5, MySQL, JavaScript, and Linux UNIX (Quantitative Software Engineering Series) by Steven A. Gabarró ISBN 9780471773917, 0471773913 ebook All Chapters PDF
Download (Ebook) Web Application Design and Implementation: Apache 2, PHP5, MySQL, JavaScript, and Linux UNIX (Quantitative Software Engineering Series) by Steven A. Gabarró ISBN 9780471773917, 0471773913 ebook All Chapters PDF
https://ebooknice.com/product/biota-grow-2c-gather-2c-cook-6661374
ebooknice.com
https://ebooknice.com/product/matematik-5000-kurs-2c-larobok-23848312
ebooknice.com
https://ebooknice.com/product/sat-ii-success-
math-1c-and-2c-2002-peterson-s-sat-ii-success-1722018
ebooknice.com
(Ebook) Master SAT II Math 1c and 2c 4th ed (Arco Master the SAT
Subject Test: Math Levels 1 & 2) by Arco ISBN 9780768923049,
0768923042
https://ebooknice.com/product/master-sat-ii-math-1c-and-2c-4th-ed-
arco-master-the-sat-subject-test-math-levels-1-2-2326094
ebooknice.com
(Ebook) Cambridge IGCSE and O Level History Workbook 2C - Depth Study:
the United States, 1919-41 2nd Edition by Benjamin Harrison ISBN
9781398375147, 9781398375048, 1398375144, 1398375047
https://ebooknice.com/product/cambridge-igcse-and-o-level-history-
workbook-2c-depth-study-the-united-states-1919-41-2nd-edition-53538044
ebooknice.com
https://ebooknice.com/product/professional-lamp-linux-apache-mysql-
and-php-web-development-2001692
ebooknice.com
https://ebooknice.com/product/the-apache-modules-book-application-
development-with-apache-prentice-hall-open-source-software-
development-series-978224
ebooknice.com
https://ebooknice.com/product/javascript-for-modern-web-development-
building-a-web-application-using-html-css-and-javascript-49177184
ebooknice.com
(Ebook) Setting Up LAMP: Getting Linux, Apache, MySQL, and PHP Working
Together by Eric Filson ISBN 9780782143379, 0782143377
https://ebooknice.com/product/setting-up-lamp-getting-linux-apache-
mysql-and-php-working-together-2022622
ebooknice.com
Web Application Design
and Implementation
•• e T ..
~I t 807 ~
=1~WlLEY:
:12007 ;
-;
• '
. l e . . . T ..... I ...
.
r
<S achgeneration has its unique needsand aspirations. When Charles Wiley first
opened his small printing shop in lower Manhattan in 1807, it was a generation
of boundless potential searching for an identity. And we were there, helping to
define a new American literary tradition. Over half a century later, in the midst
of the Second Industrial Revolution, it was a generationfocusedon building the
future. Once again, we werethere,supplyingthe criticalscientific,technical,and
engineering knowledge that helped frame the' world. Throughout the 20th
Century, and into the :new millennium, nations began to reach out beyond their
own borders and a new international community was born. Wiley was there,
expanding its operationsaround the world to enable a global exchangeof ideas,
opinions, and know-how.
For 200 years, Wiley has been an integral part of each generation's journey,
enablingthe flowof information and understanding necessaryto meet their needs
and fulfill their aspirations. Today, bold new technologies are changing the way
we live and learn. Wiley will be there, providing you the must-have knowledge
you need to imaginenew worlds, new possibilities, and new opportunities.
Generations come and go, but you can always count on Wiley to provide you the
knowledge you need,when and whereyou need it!
Lu~';'~~.~ ~~u~
WILLIAM .... PESCE PETER BaaTH WILEY
PRESIDENT AND CHIEF' EXECUTIVE DFFlCER CHAIRMAN OF" THE BOARD
Web Application Design
and Implementation
Apache 2, PHP5, MySQL,
JavaScript, and Linux/UNIX
Steven A. Gabarro
Stevens Institute of Technology
Hoboken, New Jersey
IEEE
~computer
SOciety
60TH anniversary
"'
BICENTENNIAL
it807~
.
=~WILEY=z
.-
z
:2007~
,.~
BICENTENNIAL
WILEY-INTERSCIENCE
A John Wiley & Sons, Inc., Publication
Copyright © 2007 by John Wiley & Sons, Inc. All rights reserved.
Limit of Liability/Disclaimer of Warranty: While the publisher and author have used their
best efforts in preparing this book, they make no representations or warranties with respect
to the accuracy or completeness of the contents of this book and specifically disclaim any
implied warranties of merchantability or fitness for a particular purpose. No warranty may be
created or extended by sales representatives or written sales materials. The advice and
strategies contained herein may not be suitable for your situation. You should consult with a
professional where appropriate. Neither the publisher nor author shall be liable for any loss
of profit or any other commercial damages, including but not limited to special, incidental,
consequential, or other damages.
For general information on our other products and services or for technical support, please
contact our Customer Care Department within the United States at (800) 762-2974, outside
the United States at (317) 572·-3993 or fax (317) 572-4002.
Wiley also publishes its books in a variety of electronic formats. Some content that appears
in print may not be available in electronic formats. For more information about Wiley
products, visit our web site at www.wiley.com.
Preface xiii
About the Author / xiii
Before We Get Started I xiii
Who Should Read This Book? I xiv
About the Examples I xiv
How to Read This Book I xiv
Acknowledgments xv
1. Fundamentals 5
The Origins of the Internet I 5
The World Wide Web I 6
The Web Browsers I 7
The Web Servers I 7
TCP/IP BASICS I 8
The Internet Layer I 9
The Transport Layer I 11
The Application Layer I 11
The Toolbox I 12
Browsers I 12
FTP I 13
Email Clients I 14
Programming Tools I 14
Other Useful Tools I 15
3. Introduction to HTML 27
What Do You Need to Get Started? I 27
How Does HTML Work? I 28
Syntax Basics / 28
File Structure I 28
Tag Parameters I 30
Basic Text Formatting I 30
External References I 32
Links I 32
Images I 33
CONTENTS vii
Organizing Data / 34
Lists / 35
Tables / 36
Frames / 39
Special Characters I 43
4. Work Environment 45
Introduction I 45
Downloading the Software I 45
Installing the Apache Server I 46
Installation Steps I 46
Checking the Installation I 47
Possible Errors I 47
Configuring Apache I 48
Installing PHP5 I 48
Testing PHP I 50
Installing MySQL I 50
Adding a MySQL User I 51
How Do I Know if MySQL is Running? I 51
Installing PhpMyAdmin I 51
Installing a Bulletin Board: phpBB I 52
Installation Steps I 52
Basic Security Considerations I 54
Conclusion I 55
Multidimensional Arrays / 71
Array Functions / 74
PHP Program Structure and Flow of Control / 77
Conditions / 77
Loops / 80
Functions / 82
Bibliography 269
Index 271
Preface
Steven Gabarr6 was born in 1979 and raised in Alicante, Spain. He started
programming early, learning BASIC (Beginner's All-purpose Symbolic
Instruction Code) at age 9. Later on, in high school, he learned Turbo Pascal
and C. At that point it was pretty obvious that he was going to end up as a
computer scientist. He ended up studying for a master's degree in computer
science in the Ecole Pour l'Informatique et les Techniques Avancees, where
he specialized in advanced multimedia and Web technologies, graduating
with honors, finishing third in his class. He went to the United States in
January 2002, enrolling in the Masters of Science in Information Systems at
the Stevens Institute of Technology, in Hoboken, New Jersey. There he quickly
advanced from teaching assistant to full-time instructor. On his appointment
as full-time faculty, he created the first Web programming course at Stevens,
based on his personal experiences. This book is the result of that course, and
is a close reflection of what Steven teaches his students.
The way this book is organized, it should be ideal for anyone trying to learn
how to create complete Websites with no previous knowledge of any of the
languages presented. It does require some minimum knowledge of program-
ming in general, as well as object-oriented programming basics to understand
Chapter 8.
It is also a good read for Web designers that know about making pages
look nice, but have no knowledge of how to create dynamic pages built
through a database or anyone who would like to pick up on the art of pro-
gramming pages. Realize: that I have never been a good graphic designer, so
this book will not tell you how to do things like making decisions regarding
the proper colors, fonts, or sizes to use, or other cosmetic details. I will deal
with how to set those features up, but will not tell you how to pick your layout
or color schemes, because I am definitely not good at it. Instead, I will con-
centrate on how to actually program useful pages with loads of functionality.
All the examples have been tested, and if any are not compatible with a spe-
cific browser, this will be stated in the text. You can find all the example files,
as well as an example solution for the mini exercises and the indexer/searcher
case study at ftp://ftp.wiley.com/public/sci_tech_med/web_application. I will
also work on extra examples that I will make available to illustrate other areas
of the book that did not get a full example. I would have included many more
examples, but then you would need two or three volumes this size. Instead, I
will just put everything in a Website for you to download and test. I hope you
enjoy it all!
The book is organized to be read front to back, but you may skip chapters as you
see fit, or use the book as a reference. The Introduction is a summary of Chapter
19 and should be used by people already experienced in Web development. It is
basically meant as a guide to using this book as a "Web programming cook-
book." You may read this Introduction for brief guidelines or go straight to
Chapter 19 if you need an in-depth explanation with a practical example.
Acknowledgments
I'd like to express great thanks to my family first for always being there for
me. I wouldn't be where I am without them, and I'll never manage to thank
them enough for that. To my very close (and special, a.k.a. N.B.) friends, I
thank you for your support and patience over the years; it is not easy putting
up with me for so long, but you have always given me some of the best times
I could hope for. Quick "howdy" to my online friends at COTW and BF2C
for helping me steam off when I had too much work and needed a break.
Thanks to Larry Bernstein for allowing me the opportunity to write this
book, and of course thanks to the people at John Wiley & Sons for getting
my first book published even though I'm still "a kid." Special thanks to
Whitney, Paul and Melissa for all of their help and patience; and to Ben for
the cover image. ©
xv
Introduction
OVERVIEW
You might be wondering why you are reading an "Introduction" chapter and
why this chapter is called "Web Application Recipe." Well, this chapter is
your quick guide to professional Web application design and implementation.
It is in essence a summary of the last chapter of the book (Chapter 19),
created mainly for people with enough experience in Web programming to
skip some of the chapters presented. This chapter will give you the rundown
of the major steps in the lifecycle of a Web project, and will refer to the chap-
ters where you might find more in-depth information on the topics covered.
I call it the "recipe" because it gives you the general layout of what needs to
be done, before getting into the specific details that each individual chapter
will cover. For a more in-depth guideline with a practical example, be sure to
read Chapter 19.
PROCEDURE
Web Application Design and Implementation: Apache 2, PHP5, MySQL, JavtiScript, and
Linux/UNIX, by Steven A. Gabarr6
Copyright © 2007 by John Wiley & Sons, Inc.
1
2 WEB APPLICATION RECIPE
Step 4-Backside
Once the core of the project is up and running, you need to implement the
back end of the project. This is the section of the project that will be used by
administrators to manage the Website after it has been published, and it is a
good idea to have it up and running before the regular users start meddling
with the Web application. If you need some information on writing scripts in
PHP, check out Chapters 5-9.
Step 8-Presentation
Assuming that you are not writing the application for yourself and there is
money involved, you will need to present your final project to your project
sponsor. The key here is to be relaxed and be confident that your project
is rock-solid. If you follow the guidelines in this book, this should not be
a problem. If you are presenting to a nontechnical person, start by showing
the general features of the project, getting into details only when asked to
do so. If you are presenting to a fellow developer, go straight to the
functionalities.
Step 9-Publication
When the project has been approved, it is time to release it. Place it in your
desired host and make sure that everything is set up properly so that users
worldwide can access it. This phase should be fairly fast.
4 WEB APPLICATION RECIPE
Not that long ago, in a galaxy pretty close by, men and women used to live
without practical means of communication. Paper was the main medium used
for information sharing and horses the main carrier for that medium. But
science kept working, and in 1831 Joseph Henry invented the first electric
telegraph. Four years later, Samuel Morse invented the Morse code, and
worked on the very first long-distance electric telegraph line, which he fin-
ished in 1843. A bigger leap in communication progress was made by Alex-
ander Graham Bell, who patented the electric telephone in 1876.Long-distance
communication was finally a reality, but still archaic compared to what was
to be achieved. With the arrival of computers in the midtwentieth century,
people realized the potential of storing and processing data in those amazing
new machines. Furthermore, the United States and the Soviet Union were
deep in the Cold War, and the fear of a possible strike was constantly present
in the military's mind. One of the main concerns was the possibility that all
communication between remote locations could be interrupted by an attack.
Telephone and telegraph lines were out in the open, and could be easily
damaged, so the National Security Agency (NSA) thought of a way to
preserve communications. Emulating the principles of telephone commu-
nication, in the 1960s, the NSA thought of connecting computers through
Web Application Design and Implementation: Apache 2, PHP5, MySQL, JavaScript, and
Linux/UNIX, by Steven A. Gabarr6
Copyright © 2007 by John Wiley & Sons, Inc.
5
6 FUNDAMENTALS
wide-area networks (WANs), so that if the phone lines went down, they would
still be able to send orders to detachments across the country, through the
use of computers. In order to make this idea a reality, the Advanced Research
Project Agency (ARPA) created the first computer network in 1969, and
named it the ARPANET. It was composed of only four computers, located
in the University of California at Los Angeles (UCLA), the University of
California at Santa Barbara (UCSB), the University of Utah, and the Stan-
ford Research Institute (SRI). Three years later, in 1972, the use of routers
allowed the ARPANET to have 20 nodes and 50 host computers, which could
all communicate through tools such as the tel net and FTP (File Transfer
Protocol). In 1974 Vincent Cerf, from the SRI, and Robert Kahn, from the
Defense Advanced Research Project Agency (DARPA), presented the Trans-
mission Control Protocol/Internet Protocol (TCP/IP) basics, forever chang-
ing the waycomputers would communicate. In 1983the Defense Communication
Agency (DCA) took control of the ARPANET and separated the military
section to form the MILNET, which would be used for military purposes only.
In the mid-1980s the two main existing networks, the ARPANET and the
NSFNET (created by the National Science Foundation), merged to create a
massive computer network. That merge motivated a trend that brought more
and more computers to the network, and this network of networks was then
named "the Internet." By 1990 the Internet had 3000 subnets and over 200,000
host computers. The estimated number of host computers in the year 2004
was approximately 234 million, and growing.
After creation of the Internet, great potential could be seen way beyond the
actual work that was being done. Computers were destined to do more than
utilize telnets and FTP; it was great to be able to link one computer to
another in order to send files, but the problem of communication was not yet
totally solved. Scientists doing research had to connect to a remote computer
and send their research results one at the time through FTP. This was faster
than sending manuscripts through "snail mail," but it was still not the best
option, so in 1989 Tim Berners-Lee presented the World Wide Web project
to the Conseil Europeen de Recherche Nucleaire (CERN; European Orga-
nization for Nuclear Research, based in Switzerland). The idea was to come
up with a set of standards for information sharing that scientists. around the
world would be able to use. The goal was to be able to have all research
documents in a format and location accessible to all interested regardless of
the platform being used . In 1994 the World Wide Web Consortium (W3C)
was created to lead the World Wide Web (WWW) to its full potential by
developing common protocols that would promote its evolution and ensure
its operability. You can find out more about the W3C visiting their Website,
www.w3c.org.
THE WEB SERVERS 7
Right at this point we have seen what lead to the creation of the computer
network known as "the Internet," and the reasoning behind the apparition of
the World Wide Web. But we still have a main problem that we haven't
answered yet-how do we use all this to communicate? First the Internet
brought us the media through which the information would flow, then the
WWW provided a standard format for information formatting, but there
was still the problem of how to read that information. To solve that problem,
some tool had to be created that would use the current standards and decode
Web documents and format them in such a way that would be intelligible
to the user. The Web browsers came to the rescue and solved that pro-
blem. The first graphical user interface (GUI) with the WWW to appear
was Mosaic, created by the National Center of Supercomputer Applications
(NCSA) at the University of Illinois in 1993. In 1994 Norway entered in
the pages of Internet history by creating the still-used Opera. Soon after-
ward Netscape appeared, followed by Microsoft's Internet Explorer, which
appeared along Windows 95. From that point on, the browsing market
has done nothing but evolve and-Fortunately for us, the users-improve.
Nowadays the two main browsers used are Internet Explorer and Mozilla
Firefox.
Now that we know what the Internet is, the purpose of the World Wide Web,
and why we use Web browsers, another question may arise: "Where are all
these data stored?" It is definitely enlightening to know how we access all the
information that the World Wide Web has to offer, but where is all that infor-
mation? Well, the answer is pretty simple; it is in all the computers that form
the Internet. Some people become alarmed, believing that any computer con-
nected to the Internet will automatically make all of its files accessible to the
entire world. Not to worry, that is not how it works. In order to share informa-
tion in a specific computer, some software has to be installed on the computer,
making it a "Web server." The server creates a list of folders that will be
shared when someone attempts to connect to the computer using standard
Web protocols. There are two main competitors in the Web server market.
The first one, my personal favorite and the one used throughout this book, is
Apache, developed by the Apache Software Foundation (www.apache.or~).
Apache has the great advantage of being totally free of charge and works on
every platform. It is an open-source program, which means that you can actu-
ally see the code behind the server and even participate in the improvement
of Apache. It is reliable and vastly used around the world, and pretty much
the only reliable option on UNIX/Linux. The other main server is Microsoft's
Internet Information Services (lIS, www.microsoft.com/iis). lIS is not open-
8 FUNDAMENTALS
TCP/IP BASICS
THE TOOLBOX
To conclude this chapter, I will list some programs that I believe all Web
developers should know about. All opinions are entirely personal, and you
are more than free to disagree with me.
Browsers
As mentioned earlier, browsers are essential in the use of the Internet and
choosing the right one for you is an important decision to make. Throughout
this book we will discuss some of the differences between these browsers,
especially during the JavaScript coverage. The most commonly used by
Microsoft Windows users is obviously Internet Explorer (http://www.micro-
soft.com/ie/), since it comes with the operating system. MSIE is a very user-
friendly browser, and perfect for Mr. or Mrs. Anybody that just wants to
browse the web. As a developer you must know that it is a dangerous tool,
since no matter how disgusting your HTML code might be, MSIE will manage
to make the output look decent, especially when using tables or frames. So
do not assume your page is perfectly written just because MSIE displays it
nicely. One of the advantages of MSIE is that JavaScript works perfectly well
with it, so you will probably love it when we are working on that language. It
also contains many plug-in that are required in many websites, so you might
actually be required to use it to fully appreciate some websites. The major
flaw it has as far as I'm concerned, and a reason why I stopped using it, is the
number of security holes it contains. Granted, in most cases no one will ever
attack your computer using those security holes, but as a computer scientist,
I like being protected.
Another browser that had great influence in the world of browsing is
Netscape (http://browser.netscape.com/ns8/), which had a great growth in the
late 90s. Unfortunately for Netscape, it has been going downhill for few years
now, and personally it will never cross my mind to use it again until they
improve it greatly. I actually stopped using NS when they released their
version 6, mostly due to JavaScript incompatibilities that will be mentioned
in further chapters. But basically Netscape had a set of Netscape-specific
HTML tags that were both useful and necessary for the use of JavaScript on
that browser, but they decided to wipe those out on version 6, which pretty
THE TOOLBOX 13
FTP
If you are trying to install an FTP server on a Windows machine, I would
have to recommend Serv-U FTP (www.serv-u.com).Itis a great server soft-
ware that will probably allow you to do anything you want to with it. If you
are looking for an FTP server for UNIX, there are so many good, and free,
ones that I won't even bother mentioning them (there was probably one
included in your UNIX/Linux distribution).
If you are trying to get a nice FTP client, one of the most commonly used
(or at least it was when I discovered FTP) is Cute-FTP (www.cuteftp.com).
There are many others free and not free, but my favorite would have to be
LeechFTP, which allows the use of multiple threads, which speeds up the
transfer of multiple files. Unfortunately, the development of LeechFTP has
not been continued for over a year, so there are no really recent (as of 2006)
versions. I still like myoId version, though, since it never gave me any prob-
lems. It would seem (at the time of this writing) that the people working on
LeechFTP are now working on a new client called BitBeamer (www.bit-
beamer.com). I have never tried that software, so I cannot vouch for it, but it
is supposed to have all the features that LeechFTP had.
14 FUNDAMENTALS
Email Clients
One of the most widely used email clients is Outlook Express, which comes
standard with every copy of Windows (since Windows 95). It is simple and
works well, and is preinstalled with Windows, so no need to add extra soft-
ware if that is your platform. There is also the more complicated version
called Outlook, which does all Outlook Express does but adds in a calendar,
nicer agenda, but also heavier software to run. Personally I prefer the Express
version.
Another survivor of the old ages, and the first email client I ever used in
my life, is Eudora (www.eudora.com).Ihaven·tuseditsince19970rso.so I
am not really in a position to tell you how good the latest versions are.
Many users simply like using the clients that come with their browsers,
such as Netscape mail, or directly with Web-based email clients like Hotmail
(www.hotmail.com). or Yahoo (http://mail.yahoo.com), which allow you to
view emails directly on a browser. Personally I'd recommend you use Gmail
(www.gmail.com)createdbythepeoplefromGoogle.Itis by far the best
Web-based email tool I have used in over 10 years of Internet use, and it is
still in its Beta version, so Google can still improve it. The only problem is
that you can create an account only if you are invited to do so by a current
user.
If what you use is lJNIX or Linux, the two main email clients I know
and have used are "Pine" (Program for Internet News & Mail) and "Elm"
(Electronic Mail), but I would have to vouch for Elm. It is a very small simple
application that runs straight from your shell and lets you choose your text
editor. They are both usuallyincludedwith the major UNIX/Linux distributions.
Programming Tools
Whenever you start programming Webpages, you will have to choose which
software to use, and you might think you need a lot of money for licenses and
so on. Well, think again, because you have excellent tools that will be more
than enough to program Websites (and I strongly recommend that you use
these when working with this book). On Windows platform you have two
great tools called Notepad and Wordpad. I personally prefer the first one
because it is much simpler and does not have all the unnecessary things that
Wordpad has. On UNIX you have "vi" and "emacs," which is pretty much
like choosing between Red Sox and Yankees (or between Real Madrid and
Fe Barcelona), since in most cases people that like one hate the other. In my
case it is true: I love emacs and hate vi. But it is only a question of taste.
If you think those tools are too basic for you and you would like to see
some colors in your code when you type it, you might want to choose some-
thing like HomeSite by Macromedia (www.macromedia.com/software/home-
site). It is a simple text editor adapted to Web development, so it recognizes
the syntax and highlights special words and tags. It also allows you to preview
THE TOOLBOX 15
the page and comes with a great tool for the creation of style sheets. Similar
to HomeSite but a bit simpler is UltraEdit (www.ultraedit.com). which allows
you to import or create your own set of syntax rules and colors associated
with those rules.
Another well-known editing tool is Macromedia's DreamWeaver (www.
macromedia.com/software/dreamweaver). The basic way to use Dream-
Weaver is to simply drag and drop the elements you wish to have in the page.
You can also type directly in a "preview" of the page, having DreamWeaver
take care of all the actual coding. Because of this feature, I do not recommend
it for this course, since it promotes laziness, and adds too much useless code.
If you really want to use it, please use the split view and type in the code
directly. (The split view will allow you to see both the preview and code at
the same time).
Finally, we have Microsoft's FrontPage (www.microsoft.com/frontpage).
which is definitely not my favorite tool for Web programming. It creates a
large amount of unnecessary folders and files when you are just trying to
create a simple Website, and adds useless code in the pages that you create.
It might be a great option for people wanting to create a Webpage without
having to understand any of the code, like web designers, for example. If you
are a Web developer, code should be your number one priority, making Front-
Page my last choice. Last, and least, is Microsoft's Word "Export to HTML"
feature, which should be used only by non-Web-savvy people to quickly create
pages from Word documents. It is very problematic, and I discourage its
use.
Before I head on and start explaining the different languages available in the
Web programming market, let me stress that all the opinions stated are exclu-
sively my personal views. I tend to be very opinionated, but I will try to justify
both my criticism and praises of the different languages presented.
THE BASICS-HTML
The very first programming language that must be mentioned when discuss-
ing Web programming is obviously HTML. The WWW could not be what it
is today if it weren't for this language. The HTML (Hypetrext Markup Lan-
guage) is, as the name indicates, a "markup" language, which generally means
that it is based on the use of tags to provide functionality. The "code" in an
HTML file is simply text containing those tags that provide functionality and
different looks to the page. It is an interpreted client-side language, meaning
that for an HTML page to be viewed, a browser must first download it from
a server into a client machine and then execute the code line by line.
HTML relies strongly on the use of Universal Resource Identifiers (URI).
Each URI represents a way to refer to a page, an image, or even an email
Web Application Design and Implementation: Apache 2, PHP5, MySQL, JavaScript, and
Linux/UNIX, by Steven A. Gabarr6 .
Copyright © 2007 by John Wiley & Sons, Inc.
17
18 THE DIFFERENT APPROACHES OF WEB PROGRAMMING
mydomain.com (I)
images
t mypic.jpg
myotherpic.jpg
t
files
foobar.html
otherfile.html
yetanotherfile.html
As you noticed, relative paths usually start with "..1", which means "go to
parent directory" or "'/", which means "current directory." Relative paths
are an easy way to make a Website more portable since they are independent
of the domain that the pages are in. It is especially useful if, like me, you
test all your pages in a local computer before uploading the files to your
host.
The use of URIs is pretty much a necessity in HTML because they allow
you to embed images to a page, send information from a form to a processing
script, create an image map, link to an external style sheet, create frame docu-
ments, cite an external reference, or also refer to metadata conventions to
describe the page.
THE CREATOR-SGML
Because the output produced by browsers when opening a basic XML file
tends to provide too much information, and it does not have a flexible appear-
ance, XSL was created. The eXtensible Style sheet Language is used as a
20 THE DIFFERENT APPROACHES OF WEB PROGRAMMING
In order to link our .XML file to the XSL file, you would simply add the
following line right after the «Yxml. . . . ?> line of the XML file:
SOMETHING DIFFERENT-JavaScript
Here comes one of the greater sources of confusion among young developers.
Despite the name "JavaScript," this programming language is very different
from Java. First, it is a compact, object-based scripting language, generally
used to develop client-side scripting pages, and sometimes server Internet
applications. In many cases, JavaScript is code that is embedded directly in
the HTML code of a page, to be executed by the client. This means that the
code is downloaded at the same time as is the rest of the page, making it
entirely visible. It is then interpreted line by line at the same time as are the
HTML tags. Again, it is different from Java; some of the major differences
are listed in Table 2.1.
THE SAVIOR-PHP
Well, you are probably wondering about the title I gave this section, but let
me explain my logic behind it. I am one of those old-school developers who
believe that C language is one of the best programming languages ever,
because of its flexibility and how easy it is to learn. C is a language that, with
a small toolset, can allow you to achieve pretty much anything you wish to
achieve. Well, for me, PHP is pretty much "C for the Web." The syntax is very
similar, with less syntax restrictions, as we will see little by little, but follows
the two concepts of C that I like the most: flexibility and ease of use. It is
really easy to learn; an experienced programmer can pick it up in a couple of
days. Another great asset of PHP is the fact that it runs server-side, meaning
that the code is executed before the client has access to it, but we shall discuss
this later on. Let us talk about the basics.
PHP is a recursive acronym of Hypertext PreProcessor and, as the name
indicates, works like many preprocessors found in other languages. This
means that the code is read line by line and interpreted as it goes, or at least
that was how PHP started. It is an open-source scripting language, so you will
be able to find many sites enhancing its development. It also means that the
PHP project is created and maintained by developers who wish to invest their
free time in making the product better, yet free.
PHP was designed to work for the Web, and its code is embedded directly
in HTML pages, although, as we shall see later, it is possible to separate
HTML and PHP through the use of templates. Interestingly, PHP is not
limited to work on the Web, and can actually be used to create command-line
scripts that you could run from a shell, or even GUI (Graphical User Inter-
face) applications through the use of the PHP-GTK library.
PHP is also designed to work closely with a wide variety of databases,
including Oracle, MySQL, PostgreSQL, ODBC, and Sybase among others,
making it an excellent choice for database-driven Websites, regardless of the
database you wish to use. It also includes an extensive set of libraries that
allows developers to interact with a wide range of other technologies. PHP
developers can write applications that will generate images, PDF documents,
work LDAP authentication servers, communicate with flash animations, and
many other things that unfortunately we will not be able to discuss, since it
would probably take several volumes.
THE RIVAL-ASP.NET'
Active Server Pages (ASP) and now ASP.NET are probably among the major
sources of confusion among developers. ASP used to be an actual program-
ming language developed by Microsoft that worked similarly to PHP; it was
a server-side scripting language, hence the title "the rival." With the arrival
of the .NET platform, ASP.NET received an entirely new meaning, referring
ANOTHER BIG OPTION-Perl 23
THE MYTH-CGI
Now, here is a good source of laughter among recruiters who know about Web
programming. Many people think that CGI (Common Gateway Interface) is
an actual programming language and tend to "beef up" their resumes, adding
it to their list of known programming languages, without really understanding
what CGI is. CGI is a common gateway interface, and is definitely not a pro-
gramming language. It is a standard for interfacing external applications with
information servers, or, if you prefer, a "magical door" that will allow you to
run your normal executable files in a Webpage. CGI applications are executed
in real time, allowing a dynamic output, such as, for example, generating a
Webpage adapted to a set of received inputs. The way it works is simple; you
first write an application in your favorite language and compile it to an execut-
able rename it to "file.cgi" (note that this is technically optional, and many
developers leave script names as "file.exe"; I personally discourage this).
Some of the most common allowed programming languages are etc++,
FORTRAN, Perl, TCL, UNIX Shell script, Visual Basic, and Apple script.
Of course, to make your application more useful for the Web, it is usually
written to receive a set of parameters and produce HTML code that will be
displayed as the page's output on the browser.
Even though I used Perl only when I was a computer science student, and
considering that it is never in my list of languages to use, I have nothing nega-
tive to say about it. Perl is a very powerful programming language, and also
very flexible, if anything, it is more complicated to learn and use than PHP.
It is also open-source, and one of the best options if your application is meant
to work extensively with text manipulation. Some of the most powerful regular
expression tools were created for Perl, and then exported to other languages,
24 THE DIFFERENT APPROACHES OF WEB PROGRAMMING
THE FUTURE?-C#
C# was a language created to work with .NET as a simple yet powerful object-
oriented programming language, mixing a programming interface similar to
the old Visual Basic, yet having the object-oriented features you could find
in C++. It is Microsoft's answer to Sun's Java. Java became increasingly
popular through J2EE, so Microsoft decided to create a language following
the same principles on their version of the three-tier architecture program-
ming platform, .NET. It strongly relies on XML as information exchange
format, and it is gaining popularity for programming Web services. As do
other .NET languages, it requires code to be compiled, yet it follows the
principle of Java's byte codes, by compiling into a platform-free language,
that will be interpreted by clients.
The reason behind the question mark is that even though C# is a fairly
recent language it is meant to be the flagship in the .NET revolution-or at
least that is what Microsoft representatives were announcing when they pre-
sented .NET. The reality is that its acceptance is still growing, but many .NET
developers prefer relying on older programming languages that they are more
familiar with ..NET is still gaining importance, and who knows, maybe it will
be the most predominant platform for Web services, not only on Microsoft
applications and Websites, but as a more global solution. If that happens,
surely C# will become increasingly popular and will be the first choice of
programming language for new developers.
any calculations or actions that might take place, which allows programmers
to create Webpages that will change dynamically as the code is executed.
Server-side applications run in the server, as the term indicates. This means
that when a client attempts to access a script programmed that way, the query
is sent to the server along with any input that the script might need. The script
then runs on the server, utilizing server resources only, and then sends the
final output to the client, who can see only that result, and has no access to
the source code itself. This obviously is a great asset since it protects the code,
which is very important for security reasons. Another great advantage of
having scripts run directly on the server is that you need to worry only
whether the server knows how to run it properly. Unlike the scenario in client-
side applications, the script will run exactly the same way, producing the same
output regardless of the client's platform or browser. On the negative side,
each time you wish to do something dynamic, you must communicate back
and forth between client and server.
Now that we know the differences between both sides, it is generally the
time to choose your preference, by selecting the language to use. Most devel-
opers, and therefore most books out there, tend to choose only one side, but
not me. Even though it is possible to create Websites based on just one tech-
nology, taking advantage of server-side and client-side programming simulta-
neously gives much more flexibility and allows a greater set of functionalities.
Some features run better in client-side, some in server-side, so restricting
yourself to only one will potentially limit your final project. Throughout this
book we will learn when .it is better to use a client-side language such as
JavaScript, or a server-side language like PHP.
Now that we have seen some of the most common options that programmers
face when engaging in Web programming, we must choose which technologies
to use. In our case, the choices are obviously known. One question you might
ask is why those choices and not others.
First, we have PHP. It is one of the most powerful and flexible programming
languages for the Web. It is free, is easy to learn (making it ideal for a one-
semester course), and simplifies any database access you might want to use.
JavaScript, although I do not like it as much as a language itself as it is
much more restrictive syntaxwise than PHP, is a really useful programming
language. As we will see, it is important to have a client-side language to
couple with PHP to make our pages more lifelike, dynamically changing
without having to constantly communicate with the server, and JavaScript will
help us fulfill that need.
MySQL, even though we have not discussed it yet, is a free database that
can be installed in any platform, providing a reliable solution for information
handling. It is also extremely easy to use MySQL databases with PHP, which
26 THE DIFFERENT APPROACHES OF WEB PROGRAMMING
will make our job so much easier. My "second best" option for databases
would be PostgreSQL, similar to MySQL with even some extra features, but
again, we shall follow the path of simplicity for this book.
Finally, and pretty much most importantly, these are the languages that I
have been using for years, and I never had any problems with them. Knowing
how to properly mix these three programming languages should allow you to
create any professional database-driven Website you would like to. Also,
although you might use different technologies in the future, mastering these
three will give you the mindset needed for Web development. It is like learn-
ing how to play soccer; you must learn how to kick the ball, regardless of the
shoes you will wear or the team you will support. Web programming is much
the same; if you know how to properly design a Website, the language choice
will be only secondary.
3
Introduction to HTML
Before we start discussing HTML, let me give you a checklist of things you
should have with you when programming. First, you need a basic text editor
like Notepad or emacs. You can also use more advanced tools, like the ones
mentioned in Chapter 1, but if you really wish to learn the ins and outs of
HTML, you are better off with a basic editor. The next needed thing is a
browser, which will be used to test the pages and make sure that they look
the way you want. Third, you need, obviously, some basic HTML knowledge.
Last but not least, you need good music. People usually think I'm kidding
when I mention music as a necessity, but from my experience, the right music
can activate the brain to work more efficiently. The right music will depend
on your own personal taste, but I would recommend either classical if you
work better in a calm environment or hard rock, punk, and other fast-paced
music if, like me, you prefer the music tempo to drive your fingers into a typing
frenzy. This chapter will try to make sure you have element number three:
basic HTML knowledge.
Web Application Design and Implementation: Apache 2, PHP5, MySQL, JavaScript, and
Linux/UNIX, by Steven A. Gabarr6
Copyright © 2007 by John Wiley & Sons, Inc.
27
28 INTRODUCTION TO HTML.
Syntax Basics
HTML is a markup language and, as such, works entirely through the use of
tags. Each tag is used to define different parts of the file, different styles, links,
images, embedded elements, forms, and so on. Each tag starts with the char-
acter "<" and finishes with ">". Keep this in mind because those characters
are restricted for tags, meaning that your page might behave in a strange way
if you attempt to use it in a normal string. If you wish to use that character,
refer to the special characters table shown in Appendix A. Now, some tags
require an opening and a closing tag in order to show the area of effect of the
tag. In those cases the closing tag will always start with "«I", followed by the
name of the tag it is closing (without the attributes list) and ">".
For example, to have some text appearing in white, you could use the
FONT tag, with the attribute color set to "white." To do so, your opening tag
would be <FONT color = "white"> and your closing tag would be </FONT>.
Your final portion of code would look like this:
Note that HTML is not case-sensitive, so you can mix uppercase and lower-
case letters. Nevertheless, I strongly advise everyone to capitalize all tags
since it makes code reading much easier.
Finally, remember to name your files with either .html or .htm as their
extension.
File Structure
It is very important to understand the basic structure of an HTML file,
knowing exactly where each part of your code must be written in. It is some-
thing fairly easy to remember, but unfortunately there are still people who
claim to be Web programmers but who misuse the file's main areas. Good
Web design and programming demands efficient and effective use of the
available tools. This book is designed to avoid these pitfalls.
The first thing is the full file, which must always start with the tag <HTML>
and finish with </HTMI~>. You should never have HTML tags before the
opening tag, nor after the closing one. One of the reasons for this occasional
error is the fact that most browsers can now ignore major errors like this one
and still manage to create a proper-looking output, but please always start
your files by setting up these two tags.
The next section to know is the header, limited by the tags <HEAD> and
</HEAD>. This section holds all information related to the file, including its
author, its keywords, its title, and sometimes even some JavaScript functions
that will be used in the page. Most basic pages use the header only to specify
HOW DOES HTML WORK? 29
the title that will appear on the browser window.To do so, use the <TITLE> ...
</TITLE> tags. Any text written between the opening and closing tags will
appear in the title bar of the browser.
The final area is the body, starting with <BODY> and finishing with
</BODY>. The body of a page is the actual content of the page, meaning that
the data that will appear inside the browser window. The body tag can accept
a set of properties that allow you to set up a background image (background)
or color (bgcolor); specify font colors for text (color), links (link), visited links
(vlink), active links (alink), and even action scripts to run on load or unload
of the page. There should always be a body section in a Webpage, unless you
are using the page as a frameset definition page (see discussion later).
Here is an example of what a "Hello world" HTML page should look
like:
<HTML>
<HEAD>
<TITLE>Hello World Page</TITLE>
</HEAD>
<BODY>
HELLO WORLD!!! <BR>
And have a nice day!
</BODY>
</HTML>
Note the indentation I have used. This is not required, but will improve the
readability of your code. You will also note the use of the tag <BR>, which
forces a break of line. It is important to realize that any group of white spaces
(whether it is a tab, a new line, or basic spaces) is always translated on the
screen as a single white space. This is important to know since the appearance
your code has will not necessarily be the same as in the output. Check the
following example:
<HTML>
<HEAD>
<TITLE>Hello World Page</TITLE>
</HEAD>
<BODY>
HELLO WORLD!!!
And have a nice day!
</BODY>
</HTML>
You probably noticed that this code is almost exactly the same as the previous
one except that there is no <BR> tag after "Hello World!! L" In this example,
the text "And have a nice day!" would show on the same line as "HELLO
30 INTRODUCTION TO HTML
WORLD!!!," even though it is written a line below it, because the "new line"
will be translated into a single white space.
As a teacher I enforce the use of the basic six tags needed for an HTML
proper structure, so I would recommend everyone to make it a habit to write
them all as soon as a page is created, and then fill in the blanks.
Tag Parameters
As we saw previously with the FONT and BODY tags, it is possible to add
attributes to an opening HTML tag to make it more effective. Each attribute
will affect the area after the opening tag and will finish with the closing tag.
Remember that there is no need to write the attributes in the closing tag.
Checking the W3C website (www.w3c.orG) can get you an exhaustive list of
all the attributes that tags can use, but I will give you the ones I consider most
important for the tags that I will teach you at the end of this chapter.
There are many ways to format text in HTML, but we will discuss only the
real basics right now. There will be more details on styles in Chapter 10. The
tags I am about to show you are considered to be deprecated and should be
replaced with the use of style sheets, but as much as this is true, you probably
want to get started without having to learn advanced formatting features. In
that case, the following tags are ideal.
The first basic tool commonly used for formatting text is the <P> ... </P>
tag, which stands for "paragraph." As the name indicates, it defines an area
that works as a single block, and most browsers will automatically break a new
line at the end of a paragraph. I try not to use this tag when writing normal text
since the output on the screen might be different depending on the browser, so
I prefer to handle my paragraphs manually. On the other hand, paragraphs are
really useful when using style sheets, as we will see in Chapter 10.
A very useful tool in HTML is the different heading styles that can be
used. There are six basic: levels of headings that can be used to easily write
titles, chapters, or sections. Each heading is treated as a paragraph, so a new
line is added automatically when the tag is closed. To use a heading, simply
wrap your title with «Hn» ... <IHn>, where "n" is the level of title you wish
to use from 1 to 6 (with HI the biggest heading and H6 the smallest). If you
wish to add extra linebreaks you can use, as seen earlier, the <BR> tag.
To change the appearance of text, you can use <I» ... <II> to italicize a
text, <B> . . . </B> to make it bold, or <V> . . . <IV> to underline it. As
always, these tags affect the text only between opening and closing tags. It is
also possible to use the <FONT> tag to specify colors, fonts, sizes, and back-
ground colors, for example, but it is considered poor programming practice
to use these in your HTML code since it makes it much more difficult to read.
Instead, you should use styles, which, again, we will see in Chapter 10.
BASIC TEXT FORMATTING 31
Most tags, including <P>, accept an attribute called ALIGN that allows
setting of the horizontal alignment of a block by setting it to "left," "center,"
"right," or "justify." It is also possible to center an area of the page by using
the <CENTER> . . . </CENTER> tag. The advantage of the <CENTER> tag
is that it will act on anything between opening and closing tags, regardless of
the type of element (form input, image, paragraph, button, etc.).
To do a basic enhancement on your page's look, you can use horizontal
rules. These are horizontal lines used mostly to separate sections and para-
graphs. To use it, just write <HR> with any of the following attributes:
ALIGN (left, center, or right), NOSHADE to remove the shade under the
line, SIZE (in pixels) to specify the height of the line, and WIDTH (length
in either pixels or percentage of the page) to specify the linewidth. An example
ofa nice-looking rule could be <HRALIGN=centerSIZE=l WIDTH=75%>,
which would create a line of 750/0 of the page's width, centered in the page,
and with 1 pixel height. Note that this tag does not need to be closed.
Finally, to conclude this set of basic formatting tools, I would have to add
the <BLOCKQUOTE> . . . </BLOCKQUOTE> tag. This tag was created
to be used to quote other people in a text, but it has a nice property. Any
text inside a <BLOCKQUOTE> tag is automatically indented, which is great
for a really fast indentation solution. I personally have used it in the past to
force a blank margin at the beginning of my pages, making the output
cleaner.
Here is an example using all these tags:
<HTML>
<HEAD>
<TITLE>Formatting example</TITLE>
</HEAD>
<BODY>
<BLOCKQUOTE>
All my text will show up with an indentation!
<P ALIGN=right>This is a first paragraph with right
alignment</P>
<P ALIGN=left>And this is a separate left-aligned
paragraph with things written in <I>italic</I>, <B>bold</B>,
<U>underlined</U> and even <U><B><I>all mixed up</I></B></U></P>
<CENTER>
<HR size=l width=75%>
<Hl>Headingl</Hl>
<H2>Heading2</H2>
<H6>Heading6, and like the others I'm centered!</H6>
</CENTER>
</BLOCKQUOTE>
</BODY>
</HTML>
Random documents with unrelated
content Scribd suggests to you:
vers le milieu; supprimez la moitié de cet os; coupez le petit bout du
moignon; séparez les ailerons des ailes; coupez-en la pointe, ce
qu’on appelle le fouet; levez vos ailes dans la jointure; ménagez
l’estomac, séparez-le des reins; parez-le des deux bouts et des deux
côtés; coupez le rein en deux; parez le croupion, coupez-en la petite
pointe; supprimez le boyau adhérent au croupion; parez ce rein et
ôtez-en les poumons; mettez dans une casserole une chopine d’eau,
un oignon coupé en tranches, quatre branches de persil, un peu de
sel, et vos morceaux de poulets; faites-les blanchir, c’est-à-dire,
faites jeter un bouillon à cette eau; retirez-les, égouttez-les sur un
linge blanc; parez-les, essuyez-les; passez votre eau à travers un
tamis de soie; mettez dans une casserole un quarteron et demi de
beurre; joignez-y vos poulets, faites-les revenir légérement; singez-
les avec une pincée de farine de froment; sautez-les pour bien mêler
votre farine; mouillez-les peu à peu, en les délayant avec votre eau
de poulet; ajoutez-y un bouquet de persil et ciboules, garni d’une
demi-feuille de laurier, d’un clou de girofle et de champignons
tournés (voyez l’article G arnitures ); faites cuire votre fricassée,
dégraissez-la: sa cuisson faite, si la sauce se trouve être trop longue,
versez-en une partie ou le tout dans une autre casserole, et faites-la
réduire à consistance de sauce; remettez-la sur vos membres de
poulets; faites une liaison de trois jaunes d’œufs, avec un peu de
crême ou de lait; faites bouillir votre fricassée; retirez-la du feu, liez-
la; remettez-la sur le feu, sans la faire bouillir, pour achever de la
lier; sachez si elle est d’un bon goût; finissez-la avec un demi-pain
de beurre, un jus de citron ou un filet de verjus; dressez-la, en
commençant par mettre les pattes au fond du plat, les reins dessus,
ainsi que les estomacs; et rangez par-dessus, en les entremêlant, les
cuisses et les ailes; saucez et servez.
Vous pouvez faire la fricassée de poulets à chaud et à froid, de la
même manière qu’il est énoncé à l’article Salmi de Perdreaux chaud
ou froid, lorsque vous aurez lié votre fricassée de poulets, qu’elle
sera un peu froide, ajoutez de la gelée à la sauce; faites-la prendre
de la même manière qu’il est expliqué pour les perdreaux:
n’employez point de croûtons.
Fricassée de Poulets à la Chevalière.
Préparez deux beaux poulets gras, et faites-les cuire de la même
manière qu’il a été expliqué, excepté qu’il faut mettre de côté les
ailes, que vous piquez avec du menu lard; supprimez la peau; ôtez la
chair du bout de l’os, et grattez-le; si c’est la saison, vous piquerez
deux de ces ailes avec des truffes; faites fondre du beurre dans une
tourtière; arrangez-y vos quatre ailes, saupoudrez-les d’un peu de
sel fin, couvrez-les d’un papier beurré; mettez-les cuire dans un four
ou sous un four de campagne; votre fricassée étant finie, comme il
est dit à la précédente, dressez-la, saucez-la, décorez-la de ces
quatre ailes, mises en croix, que vous aurez glacées, avec lesquelles
vous mêlerez quatre belles écrevisses; vous mettrez une grosse
truffe au-dessus, comme pour couronner votre entrée et vous
servirez.
Kari.
Dépecez deux poulets, comme il est indiqué à l’article Fricassée
de Poulets; mettez dans une casserole un quarteron de beurre, une
même quantité de petit lard et les membres de vos poulets; passez
le tout; singez-le avec une cuiller à bouché, pleine de farine de
froment; sautez ce kari, mouillez-le peu à peu avec du bouillon;
assaisonnez-le d’un bouquet de persil et ciboules, d’une poignée de
champignons, de sel et d’une cuillerée à café de poudre de kari
(voyez l’article Poudre de Kari); laissez cuire votre kari; sa cuisson
faite, dressez-le dans un vase creux; servez-le avec du riz, que vous
préparerez ainsi:
Faites blanchir et crever votre riz avec un peu de sel et presque
sans mouillement; beurrez un vase et remplissez-le de ce riz qui doit
être bien entier, de façon à en former un pain; tenez-le chaudement
sur une cendre rouge; à l’instant de servir, retournez-le sur un plat;
si la poudre de kari n’avait pas donné assez de couleur à votre
ragoût, faites infuser dans un peu d’eau une pincée de safran du
Gâtinais; exprimez-le sur votre kari, mêlez-le bien; goûtez s’il est
d’un bon goût, s’il est assez pimenté. Vous pouvez faire, si vous le
voulez, procédant de la manière énoncée, un kari de lapereaux, de
veau, de pigeons, etc.
Poulets à l’Ivoire.
Préparez et poêlez deux poulets, comme il est dit ci-dessus,
excepté qu’il en faut supprimer les pattes; coupez les bouts des
moignons; grattez-en les os: leur cuisson faite, égouttez-les,
dressez-les et saucez-les avec une sauce à l’ivoire. (Voyez cet
article.)
Poulets à l’Estragon.
Préparez deux poulets, comme il est indiqué ci-dessus; poêlez-les
de même, et leur cuisson faite, égouttez-les, dressez-les, et saucez-
les avec une sauce à l’estragon. (Voyez cet article.)
Poulets en Lézard.
Videz et flambez deux beaux poulets; supprimez-en les pattes
ainsi que les ailerons, et conservez-en la peau jusqu’à la tête;
ouvrez-les par le dos, jusqu’au croupion; désossez-les entièrement,
étendez-les sur un linge blanc, garnissez-les en dedans d’une farce
cuite de volaille, coulez-les, et donnez-leur la forme d’un lézard, en
procédant ainsi: de la peau du cou farcie formez-en la queue du
lézard, des cuisses faites-en les jambes de derrière, et des deux
bouts des ailes les jambes de devant; de l’estomac le dos, et pour en
faire la tête, prenez une truffe, à laquelle vous donnerez la forme de
celle du lézard: si vous n’avez pas de truffe, servez-vous d’un navet,
que vous introduirez dans le corps de cette espèce de lézard;
relâchez un peu de farce cuite, avec un peu de velouté; étendez-en
une légère couche sur le dos de vos lézards; décorez-les de diverses
couleurs avec des petites omelettes, coloriées de blanc, de vert, de
rouge et de jaune; enfin imitez en tout la richesse de la peau du
lézard (voyez l’article Petites Omelettes [Tome II]): cela fait, foncez
une casserole ovale de bardes de lard; posez-y vos lézards; ayez
soin qu’ils conservent leur forme; poêlez-les comme les poulets en
entrée de broche; couvrez-les d’un fort papier et d’un couvercle;
faites-les partir; mettez-les cuire avec peu de feu dessus, pour ne
pas altérer leur décoration: la cuisson faite, égouttez-les, dressez-
les, et servez dessous une ravigote ou une hollandaise verte. (Voyez
l’article S auces .)
Poulets à la Hollandaise.
Apprêtez et faites cuire deux poulets, comme pour entrée de
broche (voyez l’article Poulets en Entrée de Broche); égouttez-les;
mettez dans une casserole quatre cuillerées à dégraisser pleines de
velouté réduit, de la glace gros comme le pouce, ou de la réduction
de veau, du vert d’épinards gros comme une noix; sautez et vannez
votre sauce: au moment de servir, exprimez le jus d’un citron, en
supprimant les pepins: mettez-la dans le fond de votre plat; dressez
dessus vos poulets; faites en sorte qu’ils soient très-blancs, et
servez.
Poulets à la Tartare.
Nettoyez et préparez deux poulets; troussez-les en poule, c’est-à-
dire, les pattes en dedans; fendez-en les reins et aplatissez-les;
cassez les os des cuisses; mettez un morceau de beurre dans une
casserole, avec sel et gros poivre; faites-y revenir et cuire ensuite
vos poulets, avec feu dessous et dessus: un quart d’heure avant de
servir, passez-les, mettez-les sur le gril à un feu doux; ayez soin de
les retourner deux ou trois fois, pour qu’ils prennent une belle
couleur, et servez dessous une sauce à la Tartare. (Voyez cette
sauce.)
Poulets à la Périgueux.
Choisissez deux beaux poulets gras, bien blancs: après les avoir
épluchés et vidés par la poche (voyez l’article Poulets en Entrée de
Broche) (vous aurez brossé et lavé deux livres de truffes, desquelles
vous supprimerez la peau des grosses; vous en ferez des petites
aussi égales que possible); mettez une livre de lard râpé dans une
casserole; ajoutez-y vos truffes et leurs parures, que vous aurez
hachées; assaisonnez-les de sel, gros poivre, une pincée d’épices
fines, un peu de muscade râpée et une feuille de laurier, que vous
ôterez à la fin; faites-les mijoter sur un feu doux l’espace d’une
demi-heure, en les remuant avec soin; retirez-les du feu; laissez-les
refroidir; mettez vos poulets sur un linge blanc; remplissez-les
également, par la poche, de votre appareil de truffes; retroussez-les
en poulets d’entrée; embrochez-les avec un hatelet; couvrez-les de
bardes de lard, de deux ou trois feuilles de papier; posez-les sur une
broche, faites-les cuire environ cinq quarts d’heure; leur cuisson
faite, déballez-les, égouttez-les, dressez-les, et servez dessus une
sauce à la Périgueux. (Voyez cette sauce.)
Poulet à la Mayonnaise.
Prenez un poulet cuit à la broche; procédez, à l’égard de cette
mayonnaise, comme pour les perdreaux. (Voyez l’article Perdreaux à
la Mayonnaise.)
Salade de Poulets.
Prenez deux poulets rôtis et froids, ou de desserte; coupez-les,
dépecez-les par membres, comme pour la mayonnaise; mettez-les
dans un vase de terre; assaisonnez-les de même qu’une salade;
ajoutez-y câpres entières, anchois et cornichons coupés en filets, de
la fourniture hachée; sautez le tout, dressez-le sur le plat, comme
une fricassée de poulets, sans y comprendre les anchois, les
cornichons et les câpres; garnissez le bord du plat de laitues
fraîches, coupées par quartiers, et d’œufs durs, coupés de même;
décorez votre salade des filets d’anchois et des câpres; saucez-la
avec son assaisonnement, et servez.
Poulets à la Crême.
Ayez deux poulets froids, cuits à la broche; levez-en les estomacs
jusqu’aux cuisses, os et chairs; supprimez-en les poumons; faites
une farce avec les chairs des estomacs, en procédant ainsi: levez ces
chairs ou blancs de poulets; après en avoir ôté les peaux, hachez-les
très-menu, et pilez-les ensuite; parez et pilez également une tetine
de veau, cuite dans la grande marmite: si vous n’aviez pas de tetine,
employez du lard râpé ou du beurre; prenez la mie d’un pain à
potage; faites-la tremper et dessécher dans de la crême double;
mettez par portions égales ces trois substances; pilez le tout
ensemble; ajoutez-y cinq jaunes d’œufs, un peu de muscade râpée,
et du sel ce qu’il en faut: essayez votre farce, goûtez si elle est d’un
bon goût, ôtez votre pilon; incorporez légérement, au fur et à
mesure, et en la remuant avec une cuiller de bois, trois blancs
d’œufs fouettés; mettez-y deux échalotes hachées très-fin, lavées et
passées dans un linge blanc, et, si vous le voulez, un peu de persil
haché; mêlez bien le tout; retirez-le du mortier; mettez deux bardes
de lard sur une tourtière; remplissez vos poulets de cette farce;
unissez-la avec votre couteau trempé dans une omelette; donnez à
cette farce la forme de l’estomac de vos poulets; dorez-la, et faites
dessus le dessin qui vous plaira; entourez ces poulets de papier
beurré, assez haut pour contenir la farce; fixez-le autour avec une
ficelle; posez vos poulets sur votre tourtière; trois quarts d’heure
avant de servir, mettez-les dans le four, faites-leur prendre une belle
couleur: leur cuisson faite, dressez-les et servez dessous une
italienne blanche, ou une sauce au suprême ou une à l’ivoire. (Voyez
l’article S auces .)
Poulets en Friteau.
Dépecez deux poulets, comme pour en faire une fricassée;
mettez-les dans un vase de terre, avec des tranches d’oignons, persil
en branche, sel, gros poivre et le jus de deux ou trois citrons;
laissez-les mariner une heure; égouttez-les; mettez-les dans un
linge, avec une poignée de farine; sassez-les et posez-les sur un
couvercle; vous aurez mis votre friture sur le feu; lorsqu’elle sera à
son degré, mettez-y d’abord les cuisses de vos poulets, peu après
les estomacs, ensuite les ailes, les reins, ainsi de suite pour le reste:
votre friture cuite et d’une belle couleur, égouttez-la, et, après l’avoir
dressée, servez-la, si vous le voulez, avec six œufs frais frits;
arrangez dessus, et servez avec une sauce poivrade. (Voyez l’article
Sauce Poivrade.)
Marinade de Poulets.
Dépecez deux poulets cuits à la broche; faites-les mariner une
demi-heure avant de les servir (voyez l’article Marinade cuite);
égouttez-les; trempez leurs membres dans une pâte à frire, légère,
c’est-à-dire, dans laquelle vous aurez mis des blancs d’œufs
fouettés; faites frire votre marinade, en procédant comme ci-dessus;
quand elle sera cuite et d’une belle couleur, égouttez-la sur un linge
blanc; dressez-la, et servez-la avec du persil frit que vous mettrez
dessous, ou seulement avec une pincée dessus.
Rissoles de Volaille.
Prenez des rognures de feuilletage (voyez Feuilletage, article
P atisserie [Tome II]); abaissez-les en long, de l’épaisseur d’une pièce
de quarante sous, et plus mince, s’il est possible; mouillez le bord de
votre abaisse avec un doroir trempé dans de l’eau; couchez de la
farce cuite de volaille, par parties et d’espace en espace, de la
grosseur d’un grain de verjus; repliez cette abaisse sur ces parcelles
de farce; donnez-leur la forme de petits chaussons: à cet effet,
coupez-les en demi-lune, avec un coupe-pâte goudronné, ou avec
votre couteau; ayez soin que la jointure de vos pâtes soit bien
soudée; farinez un couvercle; arrangez vos rissoles dessus; quand
vous serez sur le point de servir, faites-les frire, qu’elles prennent
une belle couleur; dressez-les et servez.
Poulet en Capilotade.
Dépecez un poulet cuit à la broche; mettez dans une casserole
trois cuillerées à dégraisser pleines d’italienne; à défaut de laquelle
vous employerez de la sauce hachée, et, à défaut de cette dernière,
une sauce au pauvre homme (voyez article S auces ): faites mijoter
votre poulet dans une de ces sauces; un quart d’heure avant de
servir, dressez-le; ajoutez à votre sauce quelques cornichons coupés
en liards ou en filets; saucez et servez.
Poulets à la Saint-Cloud.
Préparez deux poulets comme ceux pour entrée de broche;
prenez deux ou trois truffes bien noires, formez-en des petits clous;
décorez-en vos poulets, ce qui consiste seulement à mettre chacun
de ces clous dans les trous que vous faites, à l’estomac de vos
poulets, avec une petite lardoire; il faut que ces trous soient
également espacés; foncez une casserole de bardes de lard; mettez-
y un oignon piqué d’un clou de girofle, une carotte tournée, un
bouquet de persil et ciboules; saupoudrez l’estomac de vos poulets
de sel fin; exprimez aussi dessus un jus de citron; couvrez-les de
bardes de lard et d’un rond de papier; mouillez-les avec une poêle,
ou employez un verre de consommé ou de bouillon; joignez-y un
verre de vin blanc, une demi-feuille de laurier et une lame de
jambon; trois quarts d’heure avant de servir vos poulets, faites-les
partir; posez-les sur la paillasse, avec feu dessus et dessous: leur
cuisson achevée, égouttez-les, dressez-les, et servez dessous une
sauce aux truffes (voyez l’article Sauce aux Truffes à la Saint-Cloud
ou en petit Deuil). Si vous n’avez point de velouté, passez-le fond de
vos poulets; mettez-y un pain de beurre, manié dans une demi-
cuillerée de farine; faites bouillir votre sauce; dégraissez-la, et l’ayant
fait réduire, passez-la à l’étamine; ajoutez-y vos petits dés de truffes
(dont il sera question à la Sauce en petit Deuil) passés dans du
beurre, et finissez avec un demi-pain de beurre.
Poulets à la Ravigote.
Préparez deux poulets, comme pour entrée de broche; leur
cuisson faite, égouttez-les et servez dessous une sauce à la ravigote
(voyez l’article Sauce Ravigote).
Poulets à la Provençale.
Prenez deux poulets que vous couperez comme pour une
fricassée; ayez une douzaine d’oignons blancs; coupez-les en demi-
anneaux, avec un peu de persil; mettez vos oignons dans une
casserole ou sauteuse, dans laquelle vous ferez un lit de vos oignons
et un des membres de votre volaille, et recouvrez le tout avec un
autre lit d’oignons et de persil; ajoutez un verre d’huile, une ou deux
feuilles de laurier et du sel en suffisante quantité; mettez-les au feu,
et, lorsqu’ils seront partis, vous les laisserez aller doucement: leur
cuisson faite, glacez-les; dressez-les, en mettant vos oignons au
milieu et un peu d’espagnole pour les saucer; ensuite servez.
Chapon au Riz.
Préparez votre chapon comme le précédent; faites blanchir
environ trois quarterons de riz; égouttez-le, mettez-le dans une
marmite qui puisse aussi contenir votre chapon, que vous posez du
côté de l’estomac; mouillez le tout avec deux bonnes cuillerées à pot
de consommé ou de bouillon; faites partir votre marmite; couvrez-la;
mettez-la mijoter sur la paillasse; ayez soin de remuer de temps en
temps votre riz; sondez votre chapon, pour vous assurer s’il est cuit:
sa cuisson faite, dressez-le; dégraissez votre riz; finissez-le avec un
morceau de beurre, en y mettant sel, gros poivre, un peu de
réduction, si vous en avez, et masquez-en votre chapon: si votre riz
était trop épais, relâchez-le avec un peu de bon bouillon.
Poularde à la Maréchale.
Épluchez et flambez une belle poularde; videz-la par la poche;
ôtez-lui le brichet; remplissez-le de beurre, manié avec du sel et le
jus d’un citron; retroussez-lui les pattes en dehors; piquez-lui
l’estomac de menu lard; donnez-lui le plus de largeur possible, et
faites en sorte que votre poularde ait une belle forme; marquez-la
dans une casserole, comme les poulets en entrée de broche (voyez
cet article); excepté pourtant qu’il ne la faut couvrir qu’avec un rond
de papier beurré, afin qu’elle prenne une belle couleur; faites-la
partir et cuire avec feu dessous et dessus: sa cuisson faite, égouttez-
la, glacez-la, et servez dessous un ragoût à la financière. (Voyez cet
article[4].)
Poularde à la Saint-Cloud.
Préparez cette poularde comme celle à la maréchale, avec cette
différence qu’au lieu de la piquer de lard, il faut la piquer avec des
clous de truffes (voyez l’article Poulets à la Saint-Cloud).
Poulardes à la Bigarrure.
Prenez deux moyennes poulardes; après les avoir épluchées et
flambées, levez-en les ailes, ôtez-en les filets mignons, supprimez les
ailerons et les peaux nerveuses des ailes; piquez deux de ces ailes
d’une deuxième, et les deux autres de petits lardons de truffes, cuits
à moitié; marquez ces quatre ailes dans une casserole foncée de
bardes de lard, avec une carotte, un bouquet de persil et de
ciboules, et deux moyens oignons, dans l’un desquels vous aurez mis
un clou de girofle; mouillez vos ailes avec un peu de consommé:
ayez soin que ce mouillement n’atteigne point le lard piqué de vos
poulardes, et couvrez-les d’un rond de papier; un quart d’heure
avant de servir faites-les partir, avec feu dessous et dessus; désossez
entièrement les quatre cuisses, et remplissez-les d’un salpicon,
composé de truffes et de foies gras (voyez l’article Salpicon); cousez-
en les peaux, et donnez aux cuisses la forme d’une figue aplatie;
coupez les pattes en deux; supprimez-en le haut, et mettez le bas
dans la cuisse, en sorte qu’on ne voie que la moitié de cette patte;
piquez deux de ces cuisses de clous de truffes, en forme de rosettes,
les deux autres devant rester blanches; frottez-les de citron;
marquez ces quatre cuisses dans une casserole, entre des bardes de
lard; assaisonnez-les comme les ailes; faites-les cuire à un feu doux
environ trois quarts d’heure: au moment de servir, égouttez-les,
ôtez-en les fils; égouttez aussi vos ailes; ôtez le nerf des filets
mignons; faites-leur des entailles de distance en distance, et mettez-
y des petites crêtes de truffes, de la largeur de ces filets; donnez-
leur une forme cintrée; sautez-les dans du beurre fondu et un grain
de sel; après égouttez-les; glacez les ailes piquées; dressez-les
toutes les quatre en croix, et posez entre chacune d’elles vos cuisses
de poulardes, en mettant dessus, en forme de couronne, les petits
filets; saucez votre entrée avec une espagnole réduite et travaillée
avec le consommé que vous aurez fait des carcasses de vos
poulardes.
Poularde à l’Ivoire.
Préparez cette poularde comme il est énoncé à l’article Poulets à
l’Ivoire.
Poularde à la Tartare.
(Voyez l’article Poulets à la Tartare).
Poularde à la Périgueux.
(Voyez l’article Poulets à la Périgueux).
Mayonnaise de Poularde.
(Voyez l’article Mayonnaise de Poulets).
Poularde à la Crême.
(Voyez l’article Poulets à la Crême).
Marinade de Poulardes.
(Voyez l’article Marinade de Poulets).
Poularde en Galantine.
Ayez une belle poularde; après l’avoir épluchée, flambée et vidée,
désossez-la par le dos, étendez-la sur un linge blanc; couvrez les
chairs d’une farce cuite de volaille, à-peu-près de l’épaisseur d’un
travers de doigt (voy. l’article Farce cuite [Tome II]); faites des gros
lardons de lard, assaisonnez-les de sel, poivre, fines épices,
aromates pilés et passés au tamis, persil et ciboules hachés; ayez du
jambon cuit, faites-en des lardons aussi gros et aussi longs que ceux
de lard; posez sur votre farce ces lardons de distance en distance;
ajoutez-y, si c’est la saison, des truffes coupées en filets, de la
grosseur de vos lardons, et entremêlez-les, pour que votre pièce soit
bien marbrée; recouvrez ces lardons d’un autre lit de farce, et
continuez de remettre ainsi farce et lardons, jusqu’à ce que votre
volaille soit remplie; rapprochez les peaux, cousez-les; tâchez de
donner à votre poularde sa forme première; entourez-la de bardes
de lard, enveloppez-la d’un morceau d’étamine neuve; cousez cette
étamine, attachez-en les deux bouts avec des ficelles: foncez une
braisière avec quelques carottes, oignons, deux clous de girofle,
deux feuilles de laurier, deux ou trois lames de jambon, un jarret de
veau, et les carcasses de votre poularde coupées par morceaux:
posez, du côté du dos, votre pièce sur ce fond; appuyez un peu la
main sur son estomac, afin de l’aplatir: couvrez votre galantine de
bardes de lard; mouillez-la avec du bouillon (il faut qu’elle baigne
dans son assaisonnement); couvrez-la de papier, faites-la partir,
après lui avoir mis son couvercle; posez-la sur la paillasse, avec feu
dessous et dessus; laissez-la cuire une heure et demie ou deux
heures: sa cuisson faite, retirez-la du feu, laissez-la dans son
assaisonnement une demi-heure, retirez-la, pressez-la légérement,
aplatissez-lui de nouveau l’estomac, autant que possible, afin d’avoir
la facilité de la garnir de gelée; passez le fond de votre galantine au
travers d’une serviette mouillée à cet effet: si ce fond n’était pas
assez ambré, mêlez-y un peu de jus de bœuf ou de blond de veau;
faites-en l’essai. Si ce fond ou plutôt cette gelée se trouvait trop
délicate, faites-la réduire; cassez deux œufs entiers, jaunes, blancs
et coquilles; mettez-les dans votre gelée; fouettez-la avec un fouet
de buis, mettez-la sur le feu, ayez soin de la remuer: lorsqu’elle
commencera à bouillir, retirez-la sur le bord du fourneau; mettez sur
votre casserole un couvercle, avec quelques charbons ardens
dessus; laissez ainsi votre gelée se clarifier environ une demi-heure
ou trois quarts d’heure; passez-la dans une serviette, comme il est
indiqué à l’article Grand Aspic: laissez votre gelée se refroidir;
déballez votre galantine, ratissez le gras qui est autour, dressez-la
sur une serviette; garnissez-la de gelée, soit coupée en lames, en
diamans, ou hachée, ou les trois ensemble, et servez.
Soufflé de Poularde.
Procédez pour ce soufflé comme il est énoncé au soufflé de
Perdreaux. (Voyez cet article.)
Croquettes de Poularde.
Prenez une poularde froide, de desserte ou non; levez-en les
chairs, supprimez-en les peaux et les nerfs; coupez ces chairs en
petits dés, quelques foies gras, ainsi que des champignons et des
truffes, si c’est la saison (il faut que ces objets soient coupés de
même grosseur); mettez dans une casserole du velouté en raison de
votre appareil et faites-le réduire à demi-glace; sa réduction faite,
tirez-le du feu, liez-le avec trois jaunes d’œufs, jetez-y vos dés,
ajoutez-y un peu d’excellent beurre; mêlez bien le tout, et mettez-le
sur un couvercle bien étamé; laissez ainsi refroidir votre appareil,
séparez-le par portions égales, de la grosseur que vous voulez faire
vos croquettes; donnez-leur la forme que vous jugerez convenable:
ayez de la mie de pain, posez-la sur la table, roulez-y vos
croquettes; ayez quelques œufs cassés en omelette; trempez-les
dedans; repassez-les et achevez de perfectionner la forme que vous
leur avez donnée d’abord. Au moment de servir, jetez-les dans de la
friture un peu chaude, afin qu’elles ne se crèvent pas: aussitôt
qu’elles auront une belle couleur, égouttez-les sur un linge blanc,
dressez-les, mettez dessus un bouquet de persil, et servez.
Blanquette de Poularde.
Ayez une poularde froide, ou des débris; levez-en les chairs;
supprimez-en les peaux et les nerfs; émincez ces chairs; mettez
dans une casserole du velouté; faites-le réduire et dégraissez-le; au
moment de servir, jetez votre émincée; ne le laissez pas bouillir;
faites une liaison délayée avec un peu de crême ou de lait; finissez
votre blanquette avec un petit morceau de beurre et le jus d’un
citron. (Il faut qu’elle ne soit ni trop liée, ni trop claire.)
Quenelles de Poulardes.
Procédez, pour ces quenelles, de même qu’il est indiqué à
l’article Quenelles de Volailles [Tome II].
Our website is not just a platform for buying books, but a bridge
connecting readers to the timeless values of culture and wisdom. With
an elegant, user-friendly interface and an intelligent search system,
we are committed to providing a quick and convenient shopping
experience. Additionally, our special promotions and home delivery
services ensure that you save time and fully enjoy the joy of reading.
ebooknice.com