File: coats.html

package info (click to toggle)
lg-issue42 2-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,324 kB
  • ctags: 231
  • sloc: makefile: 36; sh: 4
file content (77 lines) | stat: -rw-r--r-- 3,084 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!--startcut ==========================================================-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<title>Book Review LG #42</title>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#0000AF"
ALINK="#FF0000">
<!--endcut ============================================================-->

<H4>
"Linux Gazette...<I>making Linux just a little more fun!</I>"
</H4>

<P> <HR> <P> 
<!--===================================================================-->

<center>
<H1><font color="maroon">Book Review: Programming Web Graphics with Perl &amp;
GNU Software</font></H1>
<H4>By <a href="mailto:jcoats@colltech.com">Jack Coats</a></H4>
</center>
<P> <HR> <P>  
<ul>

  <li>Author:	Shawn P. Wallace
  <li>E-mail:	info@ora.com
  <li>URL:	http://www.ora.com/
  <li>Publisher:	O'Reilly &amp; Associates
  <li>ISBN:	1-56592-478-9
</ul>
<P> <HR> <P> 
While I am not a big time web developer or graphics enthusiast, I
found <i>Programming Web Graphics</i> to be very interesting reading. The
book begins with a down-to-earth explanation of graphics and file
formats. From there, it goes into how web servers serve the files and
reviews the free libraries available to develop graphics. The details of
the libraries may not be everyone's cup of tea, but understanding
what they can do helps with understanding how browsers and other utilities
can benefit you.
<p>
The graphic programming tools are not for the rookie Perl hacker,
but are explained in reasonable detail that anyone with some experience
in Perl can learn to use the available free tools.
<p>
The exciting part of writing programs to do graphics on the Web is
dynamic techniques. <i>PWG</i> covers image maps and animated GIFs, and
includes techniques on how to roll your own tools, such as web counters,
web cams and thumbnailing groups of images.
<p>
It is refreshing to see a book that does not ignore the non-graphical web
user, and reviews the good and bad of writing browser-specific web pages.
<p>
Overall this is a great book for understanding some of the more advanced
techniques and as a tool book for generating ideas and methods of your
own. If you are looking for a ``how-to'', hands-on tutorial,
for the un-initiated non-Perl coder, keep looking.

<!--===================================================================-->
<P> <hr> <P> 
<center><H5>Copyright &copy; 1999, Jack Coats <BR> 
Published in Issue 42 of <i>Linux Gazette</i>, June 1999</H5></center>

<!--===================================================================-->
<!--startcut ==========================================================-->
<P> <hr> <P> 
<A HREF="./lg_toc42.html"><IMG ALIGN=BOTTOM SRC="../gx/indexnew.gif" 
ALT="[ TABLE OF CONTENTS ]"></A>
<A HREF="../lg_frontpage.html"><IMG ALIGN=BOTTOM SRC="../gx/homenew.gif"
ALT="[ FRONT PAGE ]"></A>
<A HREF="./xemacs.html"><IMG SRC="../gx/back2.gif"
ALT=" Back "></A>
<A HREF="./tkg.html"><IMG SRC="../gx/fwd.gif" ALT=" Next "></A>
<P> <hr> <P> 
</BODY>
</HTML>
<!--endcut ============================================================-->