Showing posts with label beginners guide. Show all posts
Showing posts with label beginners guide. Show all posts

Content Area Reading: Literacy and Learning Across the Curriculum (9th Edition) Review

Content Area Reading: Literacy and Learning Across the Curriculum (9th Edition)
Average Reviews:

(More customer reviews)
As a Middle and High School teacher with ESL students, and a professional developer, I have been on the look-out for texts that would deliver a practical approach and solid strategies for teaching content area literacy. The authors advocate the use of constructivist approaches to teaching as well as in the professional development of the teacher. The target audience is the pre-service teacher (grades 6-12).
I really liked how each chapter of the 9th edition opens with an overview and a map of the concepts. The figures in the books are great illustrations of the strategies and techniques, and one in particular was a particularly apt example of Guess What's in My Head (figure 7:10)that show how unproductive it is as a teaching technique. Each chapter begins with an activity that poses a set of questions that sets the stage for learning about the chapter content. The authors attempt to be thought-provoking but in chapter 6 I wonder if they and their editors were really paying attention. Here they try to show the complexity of reading by citing the adventurer David Livingstone's encounter in Africa with "preliterate natives" (p. 186) who ate a book to literally digest its contents. Its inclusion in this book makes me wonder who they think is teaching "diverse learners" in the school.
As a synoptic text, the writers try too hard to cover all the bases of content area teaching at the expense of some in-depth analysis of the effectiveness of the techniques and strategies they recommend. Many texts on teaching reading at upper K-12 levels tend to concentrate on comprehension techniques, which is fine for somewhat-proficient readers, but neglects the weaker readers and the ESL students in the heterogeneous classroom whose comprehension difficulties are compounded with de-coding challenges.
As an ESL teacher, I would have liked to know how all of these strategies for teaching in the content areas could be adapted to my students. Instead, there is a separate chapter on "Culturally and Linguistically Diverse Learners" who, as practicing ESL teachers know, do not cease to be "diverse" after they have been mainstreamed. Having tried some of these strategies with my students, I can say for sure that QARs is far too challenging for ESL novice and intermediate learners when they are asked to think beyond the text. To participate in classroom discussion they need scaffolding for the language functions and vocabulary. In my opinion, the weakest chapter of all was Assessing Students and Texts (Chapter 4). The authors have completely missed the basic point about rubrics: to make assessment more consistent. There are better books on assessment with rubrics than this chapter.

Click Here to see more reviews about: Content Area Reading: Literacy and Learning Across the Curriculum (9th Edition)

Content Area Reading remains the market-leading text in content literacy and maintains the authors' original objective—to offer an ambitious, coherent, and workable exploration of content literacy. The Ninth Edition comes at a perfect time when there is an increased focus on adolescent literacy. With the point of view that students learn with texts, not necessarily from them, respected authors Rich and Jo Anne Vacca have written this book to be an active learning tool, complete with real-world examples and research-based practices. Thoroughly updated and revised to incorporate topics that touch on contemporary issues such as content standards, assessment, diversity, struggling readers, the No Child Left Behind Legislation, Reading First, and Reading Next, the book continues to provide a framework that focuses on the ability to use reading, writing, speaking, and listening processes to learn subject matter across the curriculum. Accessible and comprehensible, this text takes students through the entire reading process using simple, jargon-free terminology. The methodology presented develops a foundation that can be applied across disciplines, meeting the needs of all students.A Letter to Readers from the AuthorsTo Our Readers: We published the first edition of Content Area Reading in 1981. Some of you may be wondering --with good reason-- why did we have to revise the same book nine times? Has education in general and content literacy in particular changed that much in nearly thirty years to warrant nine editions of the same book? While we have remained true to the original intent of the book throughout these years, our answer to these questions is an enthusiastic "Yes!" We have witnessed dramatic changes over the past three decades in the way we think about literacy, what it means to be literate, and the ways we put literacy to use to learn, enjoy, imagine, explore the world, and interact with others . Some of the revisions that we have made from the eighth to ninth edition alone reflect the rapidly changing landscape of content literacy specifically and education generally:The renewed and hotly political debate over the role of content knowledge (the "what" of teaching) and pedagogical knowledge ( the "how" of teaching);the development of highly qualified teachers;teaching, learning, and assessment in a standards-based curriculum;the role and responsibility of literacy coaches in today's schools;the crisis in adolescent literacy across ability levels;the meaning and importance of culturally responsive instruction and literacy strategies for learners who first language is other than English;the impact of assessment on instructional practices;the role of confidence, motivation, and engaged learning in literacy-related instructional practices;the ability to "work smart" in independent learning contexts;the meaning and application of "new literacies" in today's classrooms.Today, one of the hottest topics in education is adolescent literacy. Our book mainly emphasizes how adolescents use literacy to learn across the curriculum; how adolescents will approach reading with enthusiasm and confidence in their ability to make sense out of academic texts. While the focus of our book has always been on instructional strategies, we underscore in this edition the ways that content area teachers can actively engage older students in learning with all kinds of texts, whether printed or digital in nature. Perhaps somewhere in the heavens there is a Greek god of reading who breathes into human beings an intense interest in the act of reading. Perhaps not. The reality of reading school-related texts for many adolescents is simply this: Many of today's older students, regardless of ability level, would rather have root canal surgery than engage enthusiastically in academic reading tasks. Yet we believe that teachers are in a strategic position to make a difference in the way their students approach reading and learn with texts . The passion to use reading to learn requires more than supernatural or divine inspiration. Enthusiastic readers in today's classrooms are made, not born with a fervor for reading and learning. And this is where the content area teacher will make a decided difference in the literate lives of adolescents. We wish you the very best, Richard and Jo Anne Vacca

Buy Now

Click here for more information about Content Area Reading: Literacy and Learning Across the Curriculum (9th Edition)

Read More...

Object Oriented Programming In C++ Review

Object Oriented Programming In C++
Average Reviews:

(More customer reviews)
This book covers the important aspects of OO approach as well as the STL for C++. It is definitely not suitable for those who have no programming experience in C, and indeed, I find that one actually even needs to have a little knowledge of C++ to benefit from the book. The first two chapters let the C programmer make a transition to C++, and explain clearly on input and output in C++. The next three chapters then strive to explain the OO features in C++.
Generally, the book goes at lengths to illustrate classes in C++ and their workings, and offers many tips and traps as well as certain programming styles and approaches which would produce robust programs. The worked examples were also quite comprehensive. However I feel that the concepts of OO were not well illustrated, and from my experience, a thorough understanding of OO concepts help very much in being able to manipulate classes and using the methods in C++. The chapter on MFC was not very useful, it really looked as if it was just there to fill in space. It does not teach much about MFC.
All in all, however, I would still consider it a fairly good book to keep as a reference.

Click Here to see more reviews about: Object Oriented Programming In C++

A valuable handbook/reference for professionals who need to learn C++ and master its latest updates, this exceptionally organized, #1-rated guide teaches the power and flexibility of the C++ programming language through object-oriented programming applications. Examines the most up-to-date C++ features, including new-style headers, new-style casts, type bool, type string, stringstream classes, namespaces, namespace std., exception handling, run-time type identification, operator new , the template input/output classes, and more. Offers complete coverage on STL (standard template library), including containers, iterators, algorithms, and function objects; the standard input/output library IN DETAIL; and the Microsoft Foundation Classes. Contains an extensive number of well-constructed examples, beautifully fashioned sample applications, interesting and practical programming exercises, boxed figures and vibrant illustrations. A companion web site providesthe book's source code, header files, and data files; sample syllabi; transparencies; and an errata list. For professionals in computer science and related fields.--This text refers to the Paperback edition.

Buy Now

Click here for more information about Object Oriented Programming In C++

Read More...

Build Your Own Web Site The Right Way Using HTML & CSS, 2nd Edition Review

Build Your Own Web Site The Right Way Using HTML and CSS, 2nd Edition
Average Reviews:

(More customer reviews)
I'm planning on using this book as a text for an intro to web design course. Overall, it is a great introduction.
What I like about the book are:
It's generally got a great flow [one exception below - ch.8] and has very good explanations for how HTML & CSS are used together to make well designed web pages. The text easily moves from the basic (html tags) to novice (basic CSS) and then more advanced topics like adding graphics, positioning, using tables, and implementing forms. The content is provided in a very accessible way that builds upon previous learnings. And the information is presented in a fashion that most newcomers to web design/publishing can easily understand.
The main caveats I have with the book are:
The book propounds using XHTML, which is still a hotly debated topic whether it should even be used for making public web pages. XHTML is arguably a dead standard as of Dec. 2009. It's also problematic since XHTML STILL is not properly parsed by the most widely used browser in the marketplace (MSIE) - esp. when served as "text/html" as recommended in this book. XHTML pages often "just break" or refuse to properly work with IE, and using XHMTL can break typical usage of some scripting languages, esp. JavaScript. There's even a Sitepoint XHTML vs. HTML FAQ (the publishers of this book) suggesting NEVER to use XHTML unless you have a very specific application that NEEDS to use it. Just because XHTML is popular, doesn't mean it's proper, and it can cause more headaches than it's worth. Kind of like using OOPHP - sure it has its place, but I wouldn't call it obligatory.
I would have moved the content of Chapter 8 into Chapter 1. It would be helpful for readers to know about web hosting and connecting to said host before attempting to publish their pages. To my mind this is definitely a "Setting Up Shop" activity - in fact I'd have these tasks prerequisite to those in Chapter 1. What's the point of creating web pages if you have no where to post them for others to see?
A possibly bigger issue is that Chapter 9 "Adding a Blog..." is nearly useless now that Blogger no longer supports FTP publishing (announced in Feb 2010 and unsupported as of May 2010). Including an entire chapter that has a "single point of failure," such as relying on a singular service that's avail. today to be around tomorrow doesn't seem like very good planning to me. It would've been nice if another, more generic alternative were presented (such as just linking to one's Blogger or Wordpress blog and how to configure them so they at least look similar, if not integrated).
It's still a pretty good book, and I'm going to use it for the class, with strong warnings about the fallability of XHTML. In class, we're going to use HTML 4.01 Strict.

Click Here to see more reviews about: Build Your Own Web Site The Right Way Using HTML & CSS, 2nd Edition


Build Your Own Website The Right Way Using HTML & CSS, 2nd Edition teaches web development from scratch, without assuming any previous knowledge of HTML, CSS or web development techniques. This book introduces you to HTML and CSS as you follow along with the author, step-by-step, to build a fully functional web site from the ground up.

However, unlike countless other "learn web design" books, this title concentrates on modern, best-practice techniques from the very beginning, which means you'll get it right the first time. The web sites you'll build will:


Look good on a PC, Mac or Linux computer Render correctly whether your visitors are using Internet Explorer, Firefox, Opera, or Safari Use web standards so your sites will be fast loading and easy to maintain Be accessible to disabled users who use screenreaders to browse the Web
By the end of the book, you'll be equipped with enough knowledge to set out on your first projects as a professional web developer, or you can simply use the knowledge you've gained to create attractive, functional, usable and accessible sites for personal use.


Buy Now

Click here for more information about Build Your Own Web Site The Right Way Using HTML & CSS, 2nd Edition

Read More...

Sams Teach Yourself Visual Basic 2008 in 24 Hours: Complete Starter Kit Review

Sams Teach Yourself Visual Basic 2008 in 24 Hours: Complete Starter Kit
Average Reviews:

(More customer reviews)
I love this book! The only programming I had had was Basic back in 1984-85 so obviously I am starting from the beginning. I needed basics (like general definitions, logic of how programming works, and specifics for how the Visual Basic works) so I could understand the programmers I work with. After reading and going through the exercises in this book, I can speak the same language and I've even been able to do automation for my quality assurance testing.
BTW - took me about 2 1/2 weeks to get through it all ;-)

Click Here to see more reviews about: Sams Teach Yourself Visual Basic 2008 in 24 Hours: Complete Starter Kit

In just 24 sessions of one hour or less, you will be up and running with Visual Basic 2008. Using a straightforward, step-by-step approach, each lesson builds upon a real-world foundation forged in both technology and business matters, allowing you to learn the essentials of Visual Basic 2008 from the ground up. Step-by-step instructions carefully walk you through the most common questions, issues, and tasks. The Q&A section, quizzes, and exercises help you build and test your knowledge.By the Way notes present interesting pieces of information. Did You Know? tips offer advice or teach an easier way to do something. Watch Out! cautions advise you about potential problems and help you steer clear of disaster.Learn how to…Use the powerful design environment of Visual Studio 2008

Buy Now

Click here for more information about Sams Teach Yourself Visual Basic 2008 in 24 Hours: Complete Starter Kit

Read More...

Basic Physics: A Self-Teaching Guide (Wiley Self-Teaching Guides) Review

Basic Physics: A Self-Teaching Guide (Wiley Self-Teaching Guides)
Average Reviews:

(More customer reviews)
rating 4.5;
Dr Kuhn has made a somewhat different approach to the usual methods of teaching physics
1) Mathematically (formulas!)
2) Conceptually (no mathematics, just ideas, more like 'popular science')
Instead he has sought a pedagogically stronger middle ground (balancing act) between these two methods that don't always compliment each other: especially in the minds of those who can't do mathematics very well but commmunicate well, or do mathematics very well and not the communicating thing very well. This means he has effectively made physics more accessible and more applicable (by including optional mathematical treatments of some topics). SO you can learn the concepts and then move on to the introductory mathematics of these concepts.
Lets face it: the push with physics now, so it seems, is concept mastery before mathematical treatment (anybody can learn some equations, plug the numbers in and turn the handle...it's knowing what they meant that's far more important). Dr Kuhn does a good job of this. His language, style and setting are conducive to reading and gaining the concepts in a fairly standard progression (this can be seen in the table of contents). The level here is for the 10-11 grade student or somebody who has never seen physics before. This book will not make passing those university physics courses overly likely. But it will get you on the right track so you can confront the books that those courses require you to read (and work with mathematically). Dr Kuhn uses the tool of a small 'section' quiz - three, four five questions at the end of each section (very short!) to reinforce the point of that section. His presentation of material in small 'bite-sized' pieces is also good, as is the profusion of diagrams (albeit black and white, line diagrams for the most part).
I admire the Dr Kuhn has made 'real', formalized physics (rather than just pop science) more approachable, applicable and this can't be bad. Maybe it will take some of the tarnish of the bad name physics has as 'the geek science'. And yes, the book is mostly metric!
One annoyance (hence the loss of 0.5 stars): the answers are right after the questions so it' easy for the student to 'accidentally' catch a peak. Maybe next edition put them at the end of the chapter or in an appendix.
Another book that could be used to compliment (or follow on from) Dr Kuhn's book, having a higher level and depth and more mathematics, is Physics (Palgrave Foundations)by Jim Breithaupt (isbn: 1403900558). It is geared more toward the final year high school student/1st year university student. Followed by Physics by Hecht (isbn: 0534339859) if you want a serious physics books (and weighty one too!)
So in all, this book is a very good starting point for physics! It doesn't promise more than an introduction to the topic, but at least it will present you with enough concepts so you can move onwards and upwards through the subject (of course, with the comensurate rise in mathematics and the ability to do it). I think if I was facing learning physics from scratch (thank god I'm not -> I have an engineering degree), this is the book I would like to try with. I think it would make that both enjoyable and rewarding because making learning progress and gaining conceptual understanding is a major theme of this book.

Click Here to see more reviews about: Basic Physics: A Self-Teaching Guide (Wiley Self-Teaching Guides)

The fast, easy way to master the fundamentals of physicsHere is the most practical, complete, and easy-to-use guide available for understanding physics and the physical world. Even if you don't consider yourself a "science" person, this book helps make learning key concepts a pleasure, not a chore. Whether you need help in a course, want to review the basics for an exam, or simply have always been curious about such physical phenomena as energy, sound, electricity, light, and color, you've come to the right place! This fully up-to-date edition of Basic Physics: * Has been tested, rewritten, and retested to ensure that you can teach yourself all about physics * Requires no math--mathematical treatments and applications are included in optional sections so that you can choose either a mathematical or nonmathematical approach * Lets you work at your own pace with a helpful question-and-answer format * Lists objectives for each chapter--you can skip ahead or find extra help if you need it * Reinforces what you learn with end-of-chapter self-tests

Buy Now

Click here for more information about Basic Physics: A Self-Teaching Guide (Wiley Self-Teaching Guides)

Read More...

Differentiated Instruction for the Middle School Science Teacher: Activities and Strategies for an Inclusive Classroom (Differentiated Instruction for Middle School Teachers) Review

Differentiated Instruction for the Middle School Science Teacher: Activities and Strategies for an Inclusive Classroom (Differentiated Instruction for Middle School Teachers)
Average Reviews:

(More customer reviews)
As a member of a child study team, I am always happy to refer special resources to the teachers with whom I work. In the past, Joan D'Amico's books have been met with tremendous excitement and enthusiasm so it was with great anticipation that I awaited her newest book, "Differentiated Instruction for the Middle School Science Teacher." I was certainly not disappointed. This book includes learning tools for children who are gifted, average, learning disabled and physically disabled, in a very interactive and creative format. The activities are fun and the children become so involved that they forget that the purpose is to learn, although that is exactly what they are doing. This latest book is one that I look forward to recommending and one that I know the teachers will be thrilled to use.
Anne Gunar, L.C.S.W.

Click Here to see more reviews about: Differentiated Instruction for the Middle School Science Teacher: Activities and Strategies for an Inclusive Classroom (Differentiated Instruction for Middle School Teachers)

An indispensable guide for middle school science teachers who have inclusive classrooms
The third volume in the Differentiated Instruction series, Differentiated Instruction for the Middle School Science Teacher offers teachers proven techniques for designing and delivering effective science instruction, measuring success, getting students to work together, and collaborating with other professionals. The ready-to-use activities are tied to core curriculum standards for middle school students and each lesson incorporates adaptations for students with different learning needs.
Includes strategies for teaching a standards-based science curriculum
Contains a wealth of activities that can be adapted for learners of all abilities
Offers information for delivering effective instruction, measuring success, and student collaboration

The authors, both experienced teachers, offer a range of techniques, such as station/group activities, enrichment activities, and modifications for students with specific disabilities.

Buy Now

Click here for more information about Differentiated Instruction for the Middle School Science Teacher: Activities and Strategies for an Inclusive Classroom (Differentiated Instruction for Middle School Teachers)

Read More...

SQL: A Beginner's Guide, Second Edition Review

SQL: A Beginner's Guide, Second Edition
Average Reviews:

(More customer reviews)
This book helped me get my web development project well on the way. I am using PowerBuilder to build a web based application and I needed to learn SQL programming quickly for the database component. The author was easy to understand and uses lesson plans that make it easy to learn SQL at a reasonable pace. I was able to get up and running with the basics and am becoming more proficient as I implement more of the examples in the book.
I recommend this book to anyone new to SQL. I think it may be useful to experienced SQL developers also but I cannot speak for the more advanced users since I am so new.

Click Here to see more reviews about: SQL: A Beginner's Guide, Second Edition

Here is the foundation upon which you can build your relational database design and programming, then apply those skills to any SQL-based product. Carefully organized for beginners, you�ll learn step-by-step how to create a database, create tables, enforce data integrity, query and modify data, and implement advanced data access techniques.

Buy Now

Click here for more information about SQL: A Beginner's Guide, Second Edition

Read More...

Head First SQL: Your Brain on SQL -- A Learner's Guide Review

Head First SQL: Your Brain on SQL -- A Learner's Guide
Average Reviews:

(More customer reviews)
Before I talk about Head First SQL, let me tell you about other database books I have used in the classroom. I teach an enterprise databases sequence (DBs I and II) at a tribal college in Montana. On the course evaluations for this sequence, students have a common complaint: "Liked the class. Hated the book.", "The book was painful to read.", "Please get a different book!"
Each year my colleagues and I are on the watch for a better, more engaging database book. We have tried three books over the past five years, but the difference between those books is like the difference between shades of grey. In the classroom, most of my time is spent mediating the daunting abstractness of those books or breaking down huge lumps of difficult technical material written in plodding and pedantic prose. This year a spot of color showed up: Head First SQL!

I discovered Head First SQL too late to use it as the primary text for my Fall quarter DBs class, but I liked it so much, I added it as an optional textbook for the quarter and told my students it would be the main textbook for the Winter quarter. I did so because the energy of the class was waning rapidly, and the book I had originally chosen was not helping. I needed to add some excitement to homework and lectures. Within two days of using Head First SQL, the classroom became a far more engaging environment.

I compiled this list for anyone interested in learning databases and SQL, especially anyone who teaches it.

Eleven Things I like about Head First SQL:

1. The book starts where my students start. The first questions my students have are questions of relevance: Why do I want to know this? What have I done before that's like this? What will this material add to my career and my life? Head First SQL starts by ushering the student through those questions: What is a database? Who cares about databases? What will a database do for me?

2. My students are able to read SQL, think SQL, and write SQL after the first chapter. Head First SQL starts students on the command-line, the same command-line professional database administrators use during 80-95% of their workday. My students start out with good command-line habits like using a DESCRIBE statement to view database structure and columns before writing a SELECT statement that references those columns.

3. The book invites my students to make mistakes and anticipates the most common mistakes I see students make. On quizzes, students who've dug into the book don't make those mistakes again.

4. The book's sequence of topics fits the way I teach and the way my students learn: queries come before design and theory. Head First SQL does not set out to be a comprehensive database design book, but it does an excellent job of immersing the learner in the critical thinking that goes into database design and table design strategy. I applaud Lynn Beighley and the Head First Team. They have laid an excellent foundation for the learner to smoothly transition into abstract database design concepts such as normalization, primary and foreign keys, entity-relationship diagrams (ERDs), and E.F. Codd's 12 principles of relational design.
5. Students don't read the book. They work the book. They play the book. They do the book.

6. Like Socrates, Head First SQL pushes my class and I to ask deeper questions about data, information, table design, normalization. Three different times during fall quarter, we had substantive arguments about which data types to use for certain columns. To hear my students using critical thinking and applying it to table design strategy is rewarding.

7. Like a guide, an outfitter, a trusted companion, HF SQL walks beside the student. The books I have used before talk down to students, talk over their heads, or just plain pontificate.

8. Theater in a database classroom? Yes. My students and I act out things like "Confessions of a NULL" -- fun, mysterious, memorable -- a great way to turn an abstract concept into a concrete and palpable one.

9. At conferences, committee meetings, training seminars, my colleagues and I talk about student engagement and the new "three Rs": rigor, relationships, and relevance. Using Head First SQL in my classroom changed my class noticeably, and I attribute that change to Head First's focus on those three Rs. My students started showing up early for class, spent more time in the lab outside of class, and performed far better on quizzes.
10. My quizzes and tests consist of sample tables and data. The open-ended questions on those tests ask students to write SQL to solve problems--a daunting task but the best way to assess whether students really "get" the concepts. In the past, students scores have ranged from 10% to 87%. A score of 92% was rare. A score of 95% almost unattainable. With Head First SQL, that range increased to between 70% and 98%. If that's not proof of Head First SQL's effectiveness, I don't know what is.

11. You will laugh your [body part here] off! And be warned: no matter what body part you substitute into the brackets, you will laugh several other body parts off as well.
I highly recommend this book to anyone teaching or learning SQL, relational database design, or MySQL.


Click Here to see more reviews about: Head First SQL: Your Brain on SQL -- A Learner's Guide


Is your data dragging you down? Are your tables all tangled up? Well we've got the tools to teach you just how to wrangle your databases into submission. Using the latest research in neurobiology, cognitive science, and learning theory to craft a multi-sensory SQL learning experience, Head First SQL has a visually rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep. Maybe you've written some simple SQL queries to interact with databases. But now you want more, you want to really dig into those databases and work with your data. Head First SQL will show you the fundamentals of SQL and how to really take advantage of it. We'll take you on a journey through the language, from basic INSERT statements and SELECT queries to hardcore database manipulation with indices, joins, and transactions. We all know "Data is Power" - but we'll show you how to have "Power over your Data". Expect to have fun, expect to learn, and expect to be querying, normalizing, and joining your data like a pro by the time you're finished reading!


Buy Now

Click here for more information about Head First SQL: Your Brain on SQL -- A Learner's Guide

Read More...

Chinese in a Flash, Vol. 1 (Tuttle Flash Cards) Review

Chinese in a Flash, Vol. 1 (Tuttle Flash Cards)
Average Reviews:

(More customer reviews)
These are really wonderful aids and do all that a flashcard can be asked to do. Also, they DO provide a very detailed stroke order- I am puzzled why so many reviews comment that there is no stroke order. Perhaps there was an earlier edition? I will take and upload a photo, so other customers can see for themselves.
I find them superior to "Chinese Character Flashcards 888" and wish I would have saved my money as I purchased both sets. There is another review comparing them that is incorrect. These flashcards are more sturdy, have a more detailed stroke order (they break down every single stroke while the 888 set often groups them), provide a sample sentence as well as additional words using the character (888 only has a few sample words), and provide the traditional character along with the simplified when applicable (888 does too, but it's very small). They are superior in every way to the 888 set- I haven't even looked at the other set since the Tuttle set arrived. In fact, this is the first Amazon review I've written, and I do so to correct the misinformation I based my purchasing decision upon.
Another useful feature is that the first 500 flashcards in the set coincide exactly with the two Tuttle Language Library volumes "250 Essential Chinese Characters". So, if you're working your way through these books, these flashcards are the ideal study aid. (The labeling numbers coincide exactly...if learning character number 115 in the book, you can refer to flashcard 115.)
I am very happy with the cards and encourage their use as part of a well-rounded study program. It has been commented that individual characters have no real "meaning", so these cards have limited use. I disagree. Individual characters do have meaning and are used to represent a particular sound and tone. You must learn what sound goes with which character since characters are written individually with equal spacing- when reading Chinese, you need to pronounce each sound as you go along since characters are not grouped together to signal they are being used to build a particular word. Thus, each character needs to be learned individually since it can be used with many different characters to build different words. For example, "pengyou", meaning "friend", is written with two characters: one representing the sound "peng" (which means friend) and one representing "you" (which also means friend). But the character for "you" can also be combined with the character for "yi" which result in "youyi", meaning "friendship".
As far as the samples sentences go, they may potentially be confusing since they do not provide an exact word-for-word translation, but for someone with moderate experience (I've been studying Mandarin for 3 months now) they are very easy to understand. An exact translation wouldn't be very comprehensible anyway. I rarely find myself confused over which word represents which meaning, and if uncertain, it's easy enough to look up a troublesome word in the dictionary. It's all part of the learning process.


Click Here to see more reviews about: Chinese in a Flash, Vol. 1 (Tuttle Flash Cards)

Whether on a train from Beijing to Shanghai or sitting under a tree in Berkeley, you can be practicing your Chinese with this quick and easy-to-use set of flashcards. Chinese in a Flash Volume 1 has a full range of features to help beginners and intermediate learners through character recognition, vocabulary recognition, revision, and testing.It includes indexes by radical, stroke count, and alphabetically by pinyin romanization.

Buy Now

Click here for more information about Chinese in a Flash, Vol. 1 (Tuttle Flash Cards)

Read More...

Head First Java, 2nd Edition Review

Head First Java, 2nd Edition
Average Reviews:

(More customer reviews)
When I first saw "Head First Java", it reminds me of the colorful "conversational English" books I had when I started to learn English years ago. The casual, humorous books have turned out effective for English language learning. Is that style good for the Java language learners as well? Is this type of books for beginners only?
With those questions in mind, I started to read "Head First Java". Since I consider myself a Java expert (I wrote a Java book myself, after all), I decided that I would NOT read the book from cover to cover. Instead, I would randomly flip through the book for the humorous stories and photos. I figured that if I cannot learn much new about Java from a "beginner" book, I can at least have some fun.
Geez, I was wrong. I was ADDICTED to the book's short stories, annotated code snippets, mock interviews, puzzle games and brain exercises. They are not only entertaining but also informative. It may be a beginner's book but the stuff they cover are definitely deep enough for expert readers as well (e.g. multiple inheritance, polymorphism, inner classes, threads, RMI, ... just to name a few). The best of all is that I can actually remember the things I learned from the book because I associate them with the stories and pictures. I guess it has something to do with the fact that both sides of my brain are active when reading this book: The right side is for the stories and the left side is for the technical and logic stuff.
There are other great Java books (e.g. "Thinking in Java" by Bruce Eckel) in the market. But they are all very serious and require the readers to spend hours to read entire chapters. The great thing about "Head First Java" is that the bite-size code snippets and stories allow me to learn something about Java in my 5-10 minutes spare time, one piece a time.
The overall writing style is casual and enlightened. The presentation style (fonts and placements of graphical elements) fits the content very well. The book covers a wide variety of Java topics including: basic code structure and language syntax, OOP concepts, math and numbers, exception handling, the Swing GUI library, serialization, network, and distributed computing.
Of course, the casual style is not for everyone. I know people who love the re-assuring feeling from "serious" books. But I can re-assure you that Kathy and Bert are authoritative figures in the Java training community. The content is absolutely first class. I highly recommend "Head First Java" for both Java beginners and expert readers.

Click Here to see more reviews about: Head First Java, 2nd Edition



Buy Now

Click here for more information about Head First Java, 2nd Edition

Read More...

Integrated Korean: Beginning Level 1 Textbook (KLEAR Textbooks in Korean Review

Integrated Korean: Beginning Level 1 Textbook (KLEAR Textbooks in Korean
Average Reviews:

(More customer reviews)
I have been trying to self-study Korean for a fairly long time now and I definitely agree with the other reviewers that the currently available Korean language materials are not of the highest quality. This fact becomes particularly apparent when one wishes to learn the language on his/her own. Every publication that I have encoutered so far seems to have some severe deficiency ("College Korean" - not enough exercises and small vocabulary; "Teach Yourself Korean" - oversimplification; "Elementary Korean" - too many dialogs, not enough prose; etc.) The KLEAR series with "Beginning Korean" as its specific representative appears not to contain any of these shortcomings, as it provides a large (and useful) vocabulary to master, a wide selection of readings, and the workbooks provide ample practice in terms of the grammar as well as reading and writing. Furthermore, the book contains exhaustive cultural notes that provide a truly solid introduction to the intricacies of the Korean culture. However, the series contains one exceptionally annoying flaw - it does not have tapes coming along (at least as far as I know). In the classroom environment it may not be a problem but this deficiency makes the series quite awkward for self-study. Once one knows hangul it may be possible to cover the material but the sound of the language is necessary to reinforce learning and to reduce the accent - attempting to learn any language with a limited contact with its sound inevitably leads to an incorrect pronounciation, bad speaking habits, and additionally deprives the language learning process of its most fundamental and enjoyable dimenstion. To summarize, I find the KLEAR series to be the most thorough Korean language publication so far but have to agree with one of the previous reviewers that it is more appropriate for classroom use, and leaves self-learners nothing else but to grind and gnash their teeth.

Click Here to see more reviews about: Integrated Korean: Beginning Level 1 Textbook (KLEAR Textbooks in Korean

The Beginning Level texts and workbooks are the first of a four-level series (Beginning 1 and 2, Intermediate 1 and 2, Advanced Intermediate, and Advanced) developed collaboratively by leading classroom teachers and linguists of Korean. All series volumes have been developed in accordance with performance-based principles and methodology-learner-centeredness, contextualization, use of authentic materials, function/task-orientedness, balance between skill getting and skill using, and integration of speaking, listening, reading, writing, and culture. Grammar points are systematically introduced with simple but adequate explanations and abundant examples, exercises, and drills.Each situation/topic-based lesson of the main texts consists of two or three model dialogues, narration, new words and expressions, pronunciation notes, vocabulary notes, culture, grammar, task/function, and English translation of dialogues. The workbooks provide students with extensive skill-using activities based on the skills learned from the main texts.Integrated Korean is a project of the Korean Language Education and Research Center (KLEAR) with the support of the Korea Foundation. In addition to the four-level textbooks and workbooks, forthcoming volumes include instructor's manuals, Chinese Character Studies, Korean Composition, Selected Readings in Korean, Readings in Modern Korean Literature, Korean Language in Culture and Society, and A Dictionary of Korean Grammar and Usage.

Buy Now

Click here for more information about Integrated Korean: Beginning Level 1 Textbook (KLEAR Textbooks in Korean

Read More...

Bringing Words to Life: Robust Vocabulary Instruction Review

Bringing Words to Life: Robust Vocabulary Instruction
Average Reviews:

(More customer reviews)
This book is by far the best resource on vocabulary instruction available today. In my work with teachers, this book has had the best reception with practicing teachers of any book I have used. I has been a very popular selection for professional book clubs.
The authors use common-sense language to explain how to make vocabulary instruction meaningful--and why many commonly used techniques are ineffective. Of the essential elements of reading instruction, vocabulary has easily been the most neglected, despite its clear connection with reading comprehensioin. This book provides teachers with real, usable methods that have been proven effective.
Every teacher should read this book. I cannot recommend it highly enough.

Click Here to see more reviews about: Bringing Words to Life: Robust Vocabulary Instruction

Exciting and engaging vocabulary instruction can set students on the path to a lifelong fascination with words. This book provides a research-based framework and practical strategies for vocabulary development with children from the earliest grades through high school. The authors emphasize instruction that offers rich information about words and their uses and enhances students' language comprehension and production. Teachers are guided in selecting words for instruction; developing student-friendly explanations of new words; creating meaningful learning activities; and getting students involved in thinking about, using, and noticing new words both within and outside the classroom. Many concrete examples, sample classroom dialogues, and exercises for teachers bring the material to life. Helpful appendices include suggestions for trade books that help children enlarge their vocabulary and/or have fun with different aspects of words.

Buy Now

Click here for more information about Bringing Words to Life: Robust Vocabulary Instruction

Read More...

Basic Course in American Sign Language Review

Basic Course in American Sign Language
Average Reviews:

(More customer reviews)
I used this book in an adult evening course at The American School for the Deaf in West Hartford, Connecticut. ASD is the oldest school for deaf people in the US, as well as, the birthplace of American Sign Language(ASL). The book combines both basic sentence struture and useful vocabulary words. An example is Lesson 1, which covers sentences with predictive adjectives and 40 vocabulary words. So at the end of lesson 1, I was able to sign sentences such as She is beautiful. & I am tired.
The book also gives a good introduction into the deaf community and culture. As a parent of a hearing impaired son, this book gave me the ability to see useful results at the end of each lesson. I found this book very effective.

Click Here to see more reviews about: Basic Course in American Sign Language



Buy Now

Click here for more information about Basic Course in American Sign Language

Read More...

Spanish for Dummies Review

Spanish for Dummies
Average Reviews:

(More customer reviews)
I like this book. A lot. It's one of my favorites for learning and reviewing bite sized pieces of Spanish.
I agree with the reviewer who said that it should not be used alone. Actually, what I am finding after trying to learn Spanish for business for about a year, is that there is NO single resource that can be used alone.
I travel a lot on business to various Spanish speaking countries and this is the book that I take along most often. It deserves a place in your Spanish-learning library.
My experience has been that to learn Spanish on your own, you need books, tapes, dictionaries, videos, Spanish TV, newspapers, PLUS you have to practice, practice, practice with native speakers. Every type of resource you can think of. If you want to learn quickly, move to a Spanish speaking country for a year and devote the year to learning Spanish. Otherwise, it will require persistence and patience.

Click Here to see more reviews about: Spanish for Dummies

Spanish For Dummies is the fun and easy way to learn Spanish quickly and painlessly! Written by the experts at the renowned Berlitz school, this hands-on resource shows you the ins and outs of the Spanish language and culture, acting as both a guidebook and a reference. Soon you will have all the tools you need to:
Master the nuts and bolts of grammar
Greet others and introduce yourself
Get to know people with small talk
Order in restaurants
Shop anywhere
Go out on the town
Enjoy yourself with local recreation
Have a conversation on the phone
Work in an office and around the house
Ask for directions
Check in and out of a hotel
Use transportation
Call for help in an emergency

This guide features ways to start speaking Spanish quickly, as well as common expressions, important holidays, and phrases that'll make you sound fluent. Complete with an audio CD that allows you to hear actual Spanish conversations by native Spanish speakers, Spanish for Dummies is the ultimate guide for speaking Spanish quick and easy!
Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.

Buy Now

Click here for more information about Spanish for Dummies

Read More...

Madrigal's Magic Key to Spanish: A Creative and Proven Approach Review

Madrigal's Magic Key to Spanish: A Creative and Proven Approach
Average Reviews:

(More customer reviews)
I got decent grades in college Spanish; two "A-‘s" and a "B+." However, when I needed to actually speak Spanish, I was lost. I couldn't say much except "Mas cervezas, por favor (More beer, please)!"
"Madrial's Magic Key", along with the expensive (but quite worth it) Pimsleur tapes, have corrected the "mis-education" I was subjected to. The drills Ms. Madrigal presents are easy to remember and fun to do, not like those tedious translations and verb conjugations that college texts are so fond of. In two months, studying this book in my spare time, I retained more Spanish than I did in an entire academic year. And, for the first time, I can actually say that I understand Spanish.
I would supplement this book with a comprehensive book on Spanish grammar (I have the Barron's, but I suppose any would work) and a dictionary. I would definitely recommend "Breaking Out of Beginner's Spanish" by Joseph Keenan for an in depth take on colloquial Spanish as well. Further, if you have the money, buy the "Pimsleur Comprehensive" series as well. Get vol.'s 1-3, even though they are pricey. If you are an audio/tactile learner like me, I guarantee that you will retain more Spanish idioms using the Pimsleur method than any other.

Click Here to see more reviews about: Madrigal's Magic Key to Spanish: A Creative and Proven Approach

Anyone can read, write, and speak Spanish in only a few short weeks with this unique and proven method, which completely eliminates rote memorization and boring drills.

Buy Now

Click here for more information about Madrigal's Magic Key to Spanish: A Creative and Proven Approach

Read More...