example-of


Related Subjects: european
More Pages: example-of Page 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 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181
Book reviews for "example-of" sorted by average review score:

What Every Engineer Should Know About Microcomputers: Hardware/Software Design, a Step-By-Step Example (What Every Engineer Should Know, Vol 27)
Published in Hardcover by Marcel Dekker (29 November, 1990)
Authors: William S. Bennett, Carl F. Evert, and Leslie C. Lander
Amazon base price: $65.00
Used price: $5.95
Buy one from zShops for: $8.00
Average review score:

Reads like good fiction.
I checked this book out of the library today and am already halfway through the book. The material is presented in such a lucid manner that reading sections over again is not necessary. It is also thoroughly engaging in its step-by-step approach to solving a problem via hardware and software.

This is a nice companion to a weightier book like Patterson & Hennessy's; especially since it is based on Motorola's 6800 series chip. I will no doubt be adding a copy to my personal library soon.


Workplace Recognition: Step-By-Step Examples of a Positive Reinforcement Strategy
Published in Hardcover by Batsford (September, 1999)
Authors: Sue Glasscock and Kimberly Gram
Amazon base price: $26.95
Used price: $16.99
Average review score:

An excellent template for effective recognition.
As a fellow recognition professional, I know how difficult and rewarding the role is and I am grateful to Ms. Glasscock and Ms. Gram for gathering the data, outlining the process steps and creating an elegant and strategic blueprint for effective recognition, no matter what the work environment.

Organized into sections that deal with Meaning, Myths, Methods and Magic, Workplace Recognition clearly and concisely establishes the business case for recognition and cites statistical data and respected management experts as additional support for the book's premise.

Good and bad scenarios bring the messages right into the workplace we are all familiar with and help us understand the consequences of our actions and behaviors.

I wish I had this book as a resource during my tenure as manager of Cast Recognition at the Walt Disney World® Resort. Our team and over a thousand Cast Members worked many months to create the first global recognition process for over 35,000+ Cast Members. I believe that this book could have saved the organization many hours of research, benchmarking and just plain trial and error.

The book is well researched and analytical in its approach yet it speaks to the intrinsic needs we all have as co-workers, bosses and team members. It explains the how and the why of practicing positive reinforcement in straightforward, jargon-free language.

I recommend it to anyone who is interested in creating a more positive, productive workplace.


Essential ASP.NET With Examples in C#
Published in Paperback by Addison-Wesley Pub Co (11 February, 2003)
Author: Fritz Onion
Amazon base price: $31.49
List price: $44.99 (that's 30% off!)
Used price: $24.34
Buy one from zShops for: $29.16
The Microsoft .NET Framework is exactly what its name implies: A general system onto which a lot of application-specific technologies are stuck. Essential ASP.NET With Examples in C# assumes you know something about the .NET way of doing things, and want to know more about how you can use its ASP.NET facet to implement robust and stylish Web applications. Fritz Onion, in a manner typical of this series, introduces key ASP.NET concepts logically, and with lots of code listings that make it clear how the concepts should be translated into reality. The truth be told, Onion excels at combining conceptual information with practical examples. This is unusual among writers of technical books, who tend to be good at (at best) one or the other.

Typically, the author approaches a capability of ASP.NET--validation of submitted form data, say--by presenting a quick summary of the problem and then attacking it (or components of it) with code. The code segments (which tend not to be too long, and so relatively easy to trace and comprehend) are then dissected, and special attention called to details of particular interest to the local problem. It's a great way to learn if you already have a grasp of the basics, as you can either go hands-on with your own system or absorb the author's wisdom through the book alone. --David Wall

Topics covered: How ASP.NET works, and how to write effective software with it. Detailed coverage goes to HtmlControls, WebControls, the web.config file, form-data validation, custom controls, and state management. There's also excellent coverage of the often confusing HTTP Pipeline.

Average review score:

Not just another ASP.NET book
Having taught ASP.NET for over a year now, I think the book would
be an invaluable resource for students, I like the author's style which is really well thought-out. It is really a delight to read both the books. (There is a VB.NET title for the VB.NET folks)

More importantly the content is delivered addressing the most common student questions along the way. It is a welcome change from books that presume to discuss the subject over hundreds of pages and missing the forest for the trees in the process. For the experienced developers it cements a lot of seemingly loose and disparate concepts.

A must have for ASP.NET developers, be it beginners or the experienced. The book is even more interesting after one has done some hands on ASP.NET programming and then would like to understand what really is going under the hood.

Kudos for a job well done!

Well Written and Thorough ASP.NET Guide
This is an excellent book.

Not only did I find this book's logical and well-paced discussion of ASP.NET's architecture very valuable when I was new to ASP.NET, I have found myself going back to it again and again to find answers while I'm working. This is one of the select few books I keep where I can reach from where I work.

Note that this is *not* a book for beginners. It assumes you are already familiar with .NET, and also with the basics of how the web works. I liked that because I had been using .NET for a long time before I first wrote an ASP.NET application, so I was glad it didn't waste any paper covering ground I already knew. Readers whose first ASP.NET application is also going to be their first .NET application will probably want not want to make this the first .NET book they read. Likewise, anyone not acquainted with the basics of how web applications generally work will probably want to start elsewhere. But for experienced developers looking to understand the specifics of ASP.NET, this is the perfect book.

Great for understanding how ASP.NET works
I have several years of experience programming Microsoft Windows and I am new to developing web applications. Having read several other ASP.NET books and written a few web and web service applications, I still did not have a clear conceptual model of how ASP.NET works. In this book, Fritz Onion is able to explain the architecture and mechanism of ASP.NET clearly and concisely with illustrative code examples. This contrasts sharply with other books filled with extensive code examples but provide little unerstanding of ASP.NET itself. I highly recommend this book to anyone who has other software development experience (Windows, C++, Object-Oriented, etc) but new to web applications and ASP.NET.


Inside Relational Databases: With Examples in Access
Published in Paperback by Springer Verlag (15 January, 1998)
Authors: Mark Whitehorn and Bill Marklyn
Amazon base price: $43.95
Used price: $20.00
Buy one from zShops for: $22.70
Average review score:

What you MUST know about relational databases.
Inside Relational Databases will teach the newcomer to Access or relational databases in general, the theory needed to design and develop applications in the most efficient and professional manner.

All those theoretical questions you are asking yourself when programming in Access will suddenly be answered, and you find yourself more confident and inspired to develop the best application possible now that you passed this hurdle; at least I did.

The first 3 parts of the book will teach you the relational database model supported by examples on the enclosed CD-ROM. These examples are not to be used as "cut & paste" into your own application, but designed to turn theory into reality easy to grasp! The last part consists of standalone chapters covering essential subjects related to database theory and design, like: Normalization, SQL, Queries and Codd's Rules

You will not find another computer book on Access and relational database theory and design, or any other subject for that matter, which makes use of such clear language. I have read the book cover to cover several times, and I am still impressed. Which makes me ask if we, the readers and buyers of computer books, quietly and wrongly accept badly written books filled with errors and poor language?

If I were asked to make a list of suggested readings for Access and database developers, this would be No. 1.

Totally excellent!
The authors do a fantastic job of explaining relational databases-- in theory and in practice. Something I look for, even in a "techie" book is an easily-read, approachable style. Well this book has that in spades. There is humor, wit, and style in the pages without dumbing anything down or leaving out key info.

Perhaps the best parts of this book:
1) It builds logically from nothing to a "whole lotta good stuff" (very quickly and clearly).
2) The "translation" of Codd's rules is wonderful.

And this book is appropriate for self-taught learners as well as a classroom setting. In fact, the way this book is written lends itself to an unusually young (for the subject matter) audience.

Great work!

Understanding basic database concepts well
This book is excellent! At the time I read this book I had been working with Access, Sybase, & Oracle for 7 years. However all of my database knowledge was product-oriented and I did not have a really firm grasp of general database concepts and principles: primary & foreign keys, tables, joins, and other basic concepts were never explained thoroughly. Sure you can read about these concepts in the documentation for whatever database product you're using, but everyone glosses over these important basic concepts and assumes that "someone else covered it", when in fact no one has. This book changes all that. Although it is written for beginners, I suspect that even intermediate administrators and developers will get a lot out of this book; it's the kind of book where just when you think you already know the material, you come upon some nugget of information that clears up a concept you'd always had trouble understanding. That's what makes this book valuable. The fact that the author is british doesn't surprise me; I've noticed lately that when it comes to technical writing, English authors do an excellent job of covering the basics before going on to the more technical material, whereas American authors tend to focus more on writing books and articles that are product-specific. Now that Mark Whitehorn has covered the basics in this book, I hope he will consider writing an Oracle book.


Just Like Jesus :
Published in Hardcover by Word Publishing (11 September, 1998)
Author: Max Lucado
Amazon base price: $13.99
List price: $19.99 (that's 30% off!)
Used price: $2.50
Collectible price: $3.49
Buy one from zShops for: $4.25
"What if for 24 hours Jesus wakes up in your bed, walks in your shoes, lives in your house, assumes your schedule?... What if for one day Jesus lives your life with his heart?

Within these opening lines lies the premise of Max Lucado's book about the possibility of becoming "just like Jesus." In recounting the biblical stories of Jesus' life and deeds, Lucado then explains how Jesus' acts of compassion, forgiveness, honesty, and faith can be reflected in anyone's everyday life. Lucado's concrete analogy of "just like Jesus" helps many readers grasp the fundamentals of Christianity in a new and inspiring way. Furthermore, in taking on the values, heart and deeds of Jesus, Lucado believes, Christians can expect a richer, more accessible relationship with God. "Jesus had unbroken communion with his father," writes Lucado. "Do you suppose the Father desires the same for us? Absolutely ... God has the same abiding intimacy with you that he had with his son."

One of the reasons that Lucado's popularity has soared is that he combines straightforward storytelling skills with simple, unfettered theology to explain how Christianity influences modern life, from marriage and career to golf games and traffic jams. Fans will also appreciate his companion study guide at the end of the book, which offers provocative questions relating to the themes of each chapter. --Gail Hudson

Average review score:

"Suspended Literary Work"
A well of pondering this book brought out in me. Max Lucado suspended the time of Christ applyed it into my life today. The book "Just like Jesus" revealed the "not so good" in the "pretty darn good person" and how to evolve into a Christ like figure. I would give this book to my best friend and my worst enemy. A Superb peice of material to read, especially if one is a first time reader of this author.

A must read ..
If you are looking for a book to read then you had better read "Just like Jesus"! Since I have read it , I have changed some things in my life . Max touches the heart of the reader and shows passages in the Bible that leads to a path we as Christians should take . The book is well written and as you read this wonderful book you will become more alert with your standings in life . The only way Max could write this book is with the pen in our Lord's hand . Read this one book and I promise it will touch your hearts forever . The small stories are things we have all taken for granted at one time or another . This book will make you see that the smallest of things are the greatest gifts from God . Buy the book and have your Bible by your side to learn the lessons in life . A wonderful book indeed for anyone seeking a closer walk with Jesus ...

Healing for the Troubled Heart
There are times when you wonder how God could love us. We are so very human. This book starts with the premise that God loves you just the way you are, but he refuses to leave you in the state he found you in.

Jesus felt no guilt.
He didn't have any bad habits.
He had no fears.
Jesus wasn't afraid to die.

If you are a Christian you will at times feel very troubled. As if you are changing and sometimes you just want to stay the same. You reach a comfortable place and then your heart seems troubled.

Max Lucado says God is just remodeling your heart.

"What if, for one day Jesus were to become you?"

What would you be like? Would anyone notice a change in your behavior.

The Contents Includes:

A Heart Like His
Loving the People You are Stuck With (A Forgiving Heart)
The Touch of God (A Compassionate Heart)
Hearing God's Music (A Listening Heart)
Being Led by an Unseen Hand (A God-Intoxicated Heart)
A Changed Face and a Set of Wings (A Worship-Hungry Heart)
Golf Games and Celery Sticks (A Focused Heart)
Nothing but the Truth (An Honest Heart)
The Greenhouse of the Mind (A Pure Heart)
Finding Gold in the Garbage (A Hope-Filled Heart)
When Heaven Celebrates (A Rejoicing Heart)
Finishing Strong (An Enduring Heart)

One sentence really stood out about Jesus Christ:

"He spent over three decades wading through the muck and mire of our sin yet still saw enough beauty in us to die for our mistakes." -pg. 6

Being like Jesus is a real challenge. It seems you can become like him in some areas and then you struggle like crazy with other issues.

It is a good thing God loves me, because I have a way to go and he is sure doing a job on my heart.

Dear God: "Do we get coffee breaks?"

Sometimes I wish Jesus was still on earth and he could
just give you a big hug. I see him that way.

By reading this book, you will figure out which
room God is trying to remodel.

I guess you can't really lock any doors, cause
God has all the keys.


Java Examples in A Nutshell
Published in Paperback by (15 January, 1997)
Author: David Flanagan
Amazon base price: $9.99
List price: $24.95 (that's 60% off!)
Used price: $13.95
Aimed at those who have some previous Java experience, Java Examples in a Nutshell, 2nd Edition provides an outstanding collection of code samples that are designed to help you improve your programming skills--by studying code that works. With over 150 expert examples that illustrate a wide range of Java APIs, this volume definitely can bring your knowledge of Java to the next level.

Many programming titles rely on code excerpts to illustrate key programming concepts. This book reverses that approach by emphasizing the code itself, enhancing it with introductory material and explanations. While some short examples illustrate simple algorithms (such as random-number generation and sorting), many of the examples are substantial: for example, how to create a multithreaded Web server, a proxy server, and even a simple Web browser (by using built-in Swing classes for a user interface). These longer examples occupy several pages; generally, they're well-commented models of coding clarity.

This second edition adds extensive support for the Java 2 JDK 1.3 standard. Later sections provide sample code on most recent developments in enterprise APIs, including Swing, JDBC, and XML. This text concludes with one of the best short tutorials that you're likely to find anywhere on JSP and servlet programming, including excellent detail on deploying JSP-based Web applications.

Although it's designed to be a companion title to Java in a Nutshell and other O'Reilly Java offerings, there's little doubt that this book stands on its own quite well. And, given the short exercises at the end of every chapter that help you expand your command of Java features and APIs, this is a worthy and up-to-date resource for all levels of Java programmers. --Richard Dragan

Topics covered:
  • Library of Java 2 code samples
  • A "Hello world" example
  • Mathematical calculations and algorithms (the Fibonacci Series, factorials, prime-number generation, sorting, exception handling)
  • Basic class design (classes for graphics, random numbers, and a linked list)
  • Java file I/O (including opening, reading, and writing files)
  • Filtering file streams
  • Java threads and multitasking techniques
  • Java networking classes (URLs and connections, sending e-mail)
  • Sample code for custom Web servers and proxy servers
  • Security and cryptography
  • Basic internationalization
  • The Java reflection APIs

  • Object serialization
  • Swing user-interface design
  • Code for a simple Web browser, based on Swing
  • Tutorial for AWT and Java 2-D graphics
  • Printing techniques
  • Cutting and pasting data in Java
  • JavaBeans (custom components, bean property editors, customizers)
  • Applet basics (including JDK 1.0 event handling and JAR files)
  • Remote Method Invocation (RMI)
  • Sample code for a Multiuser Domain (MUD) server
  • Database and JDBC programming
  • Servlet and JavaServer Pages (JSPs) tutorial
  • XML and Java (including JAXP, SAX 1 and 2, and JDOM)
  • Average review score:

    Great companion to any JAVA curriculum
    I learned JAVA using the Core Java books and found that I wasnt learning anything from just typing in the examples in the book. I wasnt "thinking" JAVA. I saw a friend of mine at work with this book and picked up a copy for myself. First of all it contains source for several concepts for each of the various language topics. Then it gives exercises to complete. They were challenging, but not overly challenging that I needed to spend an entire day writing UML diagrams to do it. Good companion to any learning method you are using.

    The VERY BEST Java book available!
    When I started to learn Java, I think I purchased ten differentintro books. It seems that it just wasn't "clicking" withthose other books. I happened to pick this one up as well thinking that it would be a great tool after I learned the language. Boy, was I ever wrong!

    This book is a GREAT book to learn Java!Over and over again, you'll see a "master java programmer" (in my opinion) create simple programs and explain every step. The book goes into more detail, but only a little at a time, nothing overwhelming.

    This book taught me Java - PERIOD. Leave it to O'Reilly to once again create a phenomenal book like Java Examples in a Nutshell.

    If I could give it 10 stars, I would. This is still my #1 favorite Java book.

    Good book
    The examples of this book are high-applicable, clearly. Essential step-by-step for beginners and handbook for developers. Readers will find everything they need to help them on learning and understand Java generally. If you are new to Java technologies, you will find thoroughly grounded in the basic pieces.


    Accelerated C++: Practical Programming by Example
    Published in Paperback by Addison-Wesley Pub Co (15 January, 2000)
    Authors: Andrew Koenig and Barbara E. Moo
    Amazon base price: $39.99
    Used price: $31.68
    Buy one from zShops for: $31.87
    If you don't have a lot of time, but still want to learn the latest in C++, you don't have to learn C first. You might learn more by digging into current language features and classes from the very beginning. That's the approach that's offered by Accelerated C++, a text that delves into more advanced C++ features like templates and Standard Template Library (STL) collection classes early on. This book arguably can get a motivated beginning programmer into C++ more quickly than other available tutorials.

    What separates this title from the rest of the pack is that it jumps right in with samples that take advantage of the Standard C++ of today--from streams to built-in container classes, such as vectors and linked lists. Early examples are more complex than in other books, but the thoroughness and relaxed pace of the explanations will bring the novice up to speed. (Although it ships at a slender 350 pages, Accelerated C++ is packed with samples, tips, and example problems; about 10 per chapter.)

    After a tour of basic C++, the book looks at more advanced C++ features, such as templates, including built-in support for containers. Besides tapping the strength of Standard C++, you also will learn to design with your own templates. (Other tutorials would defer this material until later on.) The authors have tested the approach in the book in their own teaching, and honed a set of worthwhile examples that will help anyone get familiar with these powerful language features. All examples make use of the command line and console (without GUI programs), but the advantage is that this code should run on any of today's operating systems and compilers. Later sections cover the basics of class design, which include good coverage of operator overloading and inheritance.

    With its innovative approach to teaching the language, Accelerated C++ will challenge readers in the right way. It suggests that you don't need to learn C to be productive in C++. Written in an approachable style, it deserves a close look from any C++ novice. --Richard Dragan

    Topics covered:

    • Introduction to C++
    • Console I/O with stream classes
    • Basic string handling
    • Loop and flow-control statements
    • Arrays
    • Using functions and methods
    • Using Standard Template Library (STL) containers (vectors, linked lists, and maps)
    • Iterators
    • Sorting and generic functions
    • Basic class design
    • Pointers and arrays
    • File I/O
    • Memory-management techniques, including statically and dynamically allocated memory
    • Adding stream support to custom classes
    • Conversion operators
    • Operator overloading
    • Friend functions
    • Inheritance
    • Polymorphism and virtual functions
    • Handle idioms for classes, including reference counting
    • Quick reference to the C++ language
    Average review score:

    Very effective alternative to other C++ books.
    I'll start by saying that I probably would not have understood this book as well as I have, if I had not already been teaching myself C++ through other forums (primers and online). The thing that most of these other forums have in common is that they start with the basics and build up slowly to the more abstract concepts. The problems come during the switchovers (char* to string, procedural programming to object oriented, pointers to iterators, linked lists to containers, etc). In almost all cases you learn the more basic, and paradoxically more difficult concepts first. Then you have to 'unlearn what you have learned' in order to use the more advanced concepts.

    So what's different about this book? It teaches a mix of syntax and 'advanced' concepts right from the beginning. You learn the basics of loops and choice statements while using the Standard Library. You also use them in specific examples that have real world uses (the grading program in the first few chapters for example). The Standard Library is _easy_ compared to arrays, char*, rolling your own linked list, using pointers, etc. Since it takes far less time to learn, you can be writing useful programs very quickly. _Then_ the authors go on to describe some of the more 'basic' concepts, usually in terms of how they implement some of the ideas behind the Standard Library. Since you have that understanding already, things like pointers become easier not only to learn, but to understand how they can be used.

    I have one complaint about the book, and that's with the grading program, specifically how it appears in Chapter 4. As written, it's very confusing to actually enter data to get it to run correctly. A minor complaint though, considering how many times I thought to myself 'Aha! This is what I could use to solve this problem I've been having.' Or 'Aha! So this is what those other books were trying to say.'

    In a nutshell, it's a refreshing look at C++ and if not able to stand on its own, is a must have supplement for anyone learning or using the language. At the very least, it's made me question the seeming SOP of giving the Standard Library one or two chapters and calling fundamentally harder concepts 'basic' and the concepts that make programming in C++ easier being considered 'advanced'.

    great book with a unique approach to teaching the language
    After having read this book I very much regret coming to C++ from a self-taught Pascal and C background - it could have been so much easier. Many introductory texts on C++ assume a background in one of the procedural languages and consequently start teaching the C subset of C++ first. This is, according to the authors' experience, counterproductive to understanding 'proper' C++ and programming true to it's paradigms and design. Thus they follow the radically new approach of discussing whatever (sometimes advanced) facilities C++ offers to solve a particular problem instead of going from one isolated language feature to the next. This leads to the somewhat unorthodox chapter sequence, which teaches the design of user types (classes) after introducing template functions (a feature many seasoned C++ programmers still don't know how to use effectively) or even stranger: the explanation of pointers and arrays (chapter 10) in terms of the standard library iterators and containers, which have been introduced as early as chapter 3. What I particularly liked are the useful and real world examples, although the book does cover the omni-present 'hello world' program, it otherwise fully delivers on it's promise of teaching 'practical programming by example' (subtitle). Due to this approach and the well constructed exercises at the end of each chapter the book gets the student writing non-trivial, useful programs taking full advantage of advanced C++ library features almost from day one. The authors also lead by example and show proper commenting and programming for flexibility techniques even in the smallest code fragments. This is in refreshing contrast to many an author's crime of showing the 'quick and easy' way first and the 'proper' way later.
    If you read The Design and Evolution of C++ you'll soon notice the repeated mentioning of Koenig and Moo as two of the key players in the development of the language. Their in-depth knowledge and experience really shows in this work. Although the book is mainly aimed at beginners, veteran C++ programmers can still profit from it, even if only by loosing some more bad old C habits.

    The fastest way to learn C++
    There is a running debate as to weather this book is a book for beginners. The answer is yes and no. If you're an experienced "professional" programmer looking to learn C++ then this book is excellent. If you are new to programming and want to learn your 1st language then this book will be over your head. This is NOT an introduction to programming. It's a solid introduction to C++.

    I'm a 16 year developer who has worked in COBOL, Visual Basic, Delphi and Java. I ordered this book on the recommendation of a colleague and I started reading it on a Saturday morning. By mid afternoon I had completed the entire book and had a firm grasp on C++. The book is clear, concise and effective. After reading this book, your C++ foundation will be laid and anything else you need can be looked up on a reference basis. It's an excellent way to learn the language and get up to speed quickly.


    Resume Catalog: 200 Damn Good Examples
    Published in Paperback by Ten Speed Press (October, 1996)
    Author: Yana Parker
    Amazon base price: $13.97
    List price: $19.95 (that's 30% off!)
    Used price: $5.95
    Buy one from zShops for: $4.03
    Average review score:

    THIS IS THE BEST RESUME GUIDE!
    i think that yana parker's damn good resume guides are DAMN good there the best around and anyone looking for help at writing a resume or anything to do with a resume should definitly look at the damn good resumes, whether your in high school just graduating or your 60 looking for a new job and new resume yana parkers book are the place to go!

    It's a damn good book, indeed!
    As a career counselor who has helped hundreds of students and career transitioners market themselves through their resumes, I constantly refer to this book for layout and content ideas. The resume is often the first impression a potential employer has of a candidate and it can be the difference between getting an interview or not. This book has great examples of how to showcase one's skills & experience in an easy-to-read, attractive manner. It's the most used book on my book shelf!

    A great resume book even for a novice like myself.
    This book breaks down what makes a resume great; title, skills, and all the things you need to know on how to write a damn good resume is in this book. It covers everything from IT technician, to Administrative assistance. It gives you examples on how to go for the job, and get it on the spot, and shows what to put, and what not to put on a resume.
    This book is a definite get for anyone wondering on how to write a functional resume and make you feel like you are the king of the world. The books gives MANY examples for people who dont know how to write good resume's, and trust me it is HARD!
    This book takes your hand, and shows you that you can write a good resume, and it is great for someone who is looking for a job, but dont know how to write a good resume, this book is a MUST GET for a employer.


    Learn to Program Visual Basic 6 Examples
    Published in Mass Market Paperback by APress (May, 1999)
    Author: John Smiley
    Amazon base price: $19.99
    Used price: $10.00
    Written for the beginning Visual Basic programmer, John Smiley's Learn to Program with Visual Basic Examples provides 100 examples of common Visual Basic problems and gotchas. A supplement to the author's excellent VB primer Learn to Program with Visual Basic 6, this book can certainly deepen the knowledge of any novice VB programmer.

    The book is cast in the format of a fictitious VB cable TV show in which the author as TV personality answers questions from 100 users calling in from around the world. Though this format will not please readers who are in a hurry for technical information, it allows the author to explore each VB issue at length with great patience and depth. Notable for its patient teaching style and uniquely imaginative format, Learn to Program with Visual Basic Examples provides dozens of tips on getting more out of Visual Basic. --Richard Dragan

    Average review score:

    Learn to program with visual basic examples
    Just wanted to take a moment to say I have all of Mr. Smiley's books. I have yet to say thanks to Mr. Smiley. These books are written in a manner that relaxes on while reading. He has a program (the China shop) that you follow along with throughout his series. This book (Examples) is the exception to that series. Mr. Smiley does a dialog as if he is on a TV show where he will answer caller's questions. I am working on several programs for my college and I can not tell you how many time I have used this book as a reference. It answers many common sense questions. If you are a beginner, get this book. Thanks, for your effort John.

    8 stars (yes, out of 5)
    I will again add mine to another list of great reviews for one of John Smiley's books. As I mentioned in my review of his initial work "Learn to Program with Visual Basic 6", I was not familiar with John's writing until I read that first volume of the LTP series. But I am now hooked on "Learn To Program". "LTP Visual Basic 6 EXAMPLES" is another gem by this author. He is the first, in my opinion, to put great effort into anticipating all the questions novice programmers will ask as they write their earliest programs. As a result, the reader finds himself asking "Why can't other authors and their distributors be this thorough? I can actually learn this all on my own."

    So many programming writers and their publishers seem interested in only "Rapid Publication Development" with their titles. Guess it says something about how interested they really are in helping the average person flatten the programming learning curve. Gee! $$Wonder$$ what their real motivation is. Well wake up and smell the coffee all of you. Take a page from John Smiley's book/books and truly learn how to write a self-help guide. He is the best author in this sector of the technical books market - by far.

    Visual Basic Examples
    This text book is laid out in a very relaxing format, unlike so many text books that leave you tense after studying them.
    The book is a "talk show", question and answer format. John Smiley answers each "callers'" question with detailed examples and references to topics already learned or covered if they relate. I would highly recommend this textbook.


    English As A Second F*cking Language : How To Swear Effectively, Explained In Detail With Numerous Examples Taken From Everyday Life
    Published in Paperback by St. Martin's Press (15 June, 1996)
    Author: Sterling Johnson
    Amazon base price: $6.95
    Used price: $3.22
    Buy one from zShops for: $3.22
    Average review score:

    Take it for what it's worth
    The book is a good chuckle for a couple 30 minutes rides on the exercize bike.

    It's written in a very serious an authoritative tone. It writes about what the esteemed panel recommends for alternatives to sh*t and f*ck. It talks about the grammer of swearing. Seriously.

    Will it really teach anyone to swear? No - you should know this by now.

    Is it really aimed at teaching someone swearing jargon? No on that front too.

    Is it good humor for someone who asks their friends to pull their finger? Absolutely!

    One of the f*cking f*nniest b**ks I h*ve ever r**d!
    I first stumbled across Sterling Johnson's "English as a Second F*cking Language" summer of 2001 in a second-hand bookstore in Monterey, California. As I casually skimmed its pages, my giggles began drawing annoyed glances and assorted 'harumphs' from the other patrons, so I quickly picked up five or six copies and headed toward the cashier.

    To those of you fearful of lacking humorous anatomical components (aka "funny bones"), I say "Balderdash!", not to mention "Oh, c'mon!" Anyone who doesn't see the inherent silliness of assigning so much emotional baggage to f*cking WORDS for G*d's s*ke just n**ds to g*t out a b*t more.

    As an English teacher by trade, it's possible I suppose that I am predisposed to see the humor in it, having struggled mightily and often to explain the nuances of myriad words self-contentedly tucked away within our mother-tongue's gargantuan lexicon.

    But you don't have to be a TESOL-er to appreciate Johnson's sterling tongue-in-cheek mockery of academic pretense; it seeps and oozes from between every line. "English as a Second F*cking Language" is the ideal birthday, Ramadan, Chanukah, Kwanzaa, Christmas, (etc.) gift for any of your favorite speakers of English as a Second Language.

    Please contact me if you are still undecided about the wisdom of such a purchase. I can assure you that I have no business or personal relationship with the author, although admittedly, I should very much like to chat with this Johnson fellow, if that is indeed his [her?] real name.

    English as a second...
    It's 'funny'how people come with various ideas to make money.

    I'm so sorry that "english as a second..." is considered a book.
    It's extremely rude to be published but it has. I wonder people who bought it and have children in their families - did they throw this book in garbage or are waiting their children to flip the pages of this book and learn non-sense.

    I'd recommend you give the money - you were to spend on this book, to Salvation Army.


    Related Subjects: european
    More Pages: example-of Page 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 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181