Showing posts with label Computer Networks. Show all posts
Showing posts with label Computer Networks. Show all posts

2/01/2010

Review of PHP and MySQL for Dummies with CDROM (Paperback)

I found PHP & MySQL for DUMMIES by Janet Valade to be an extremely useful starting place for practicing those tools, and if your circumstances and needs are similar to mine, then you may find it helpful as well. I have a database that I want to serve on the web. I have some experience with relatively simple programming, including C, but I am not a programmer per se. At my work, I have access to a web-server running both MySQL and PHP and an administrator to make sure that they are working. I am also someone who likes to do things themselves so that the result matches precisely what is in my head. All that this dummy needed was an introductory lesson on the syntax and structure of these two "languages" and Valade provided it.

MySQL & PHP for DUMMIES uses the example of setting up an online catalog for a pet store, demonstrating how to build a multi-table database in MySQL that employs the various necessary components, e.g. user login, querying and formatting the output. The computer operations covered are simple enough to just read on the train (i.e., I didn't need to be seated at my computer running the exercises to understand them) and provide a good primer for the kinds of that I could do... that YOU could do too.

Having praised the book for what it is, I want to make clear what it is not. The index is almost useless and the functions of both MySQL and PHP are covered in only the most superficial way, so this For DUMMIES book is a poor reference for projects beyond the advanced beginner; it does not necessarily replace more comprehensive texts. For my own rudimentary dabblings in web databases, I now rely more upon the PHP and MySQL code I have already written based on what this book taught me than the book itself. But, MySQL and PHP for DUMMIES provided the framework for me to take the first baby steps towards a really flexible web-based database.

Product Description
This is an introductory level book that provides the essential information needed to enable users to build common Web database applications.
The book is directed toward users who know HTML and have created static Web pages, but no prior experience with programming or database design or use is required.
PHP and MySQL For Dummies contains all the information necessary to create a simple Web database or fully functional E-commerce Web site.
ABOUT THE CD-ROM
Includes a CD-ROM with PHP, MySQL, and Apache software, sample Web applications from the book, code samples, and other useful utilities.

From the Back Cover
The fun and easy way™ to create a Web database application!

Get the scoop on building online catalogs and members-only sites

Take your site to the next level - no programming or database experience required

With a MySQL database and a little PHP programming, you can add a whole new level of interactivity to your site - for free. But how do you get a fix on the world of Web database applications? Don't worry! With this friendly reference (and the free software on the CD-ROM), you'll be building a MySQL database and writing PHP programs in no time.

All this on the bonus CD-Rom

  • PHP server-side scripting language
  • MySQL relational database management system
  • Apache Web server
  • Sample applications and code from the book

System Requirements: A Pentium PC or faster; Windows 9x/2000/Me/XP, Windows NT 4 or later; Linux. At least 32 MB of total RAM; a CD-ROM drive.

See CD appendix for details and complete system requirements.

Click Here to see more reviews about: PHP and MySQL for Dummies with CDROM (Paperback)

1/27/2010

Review of JSP: The Complete Reference (Paperback)

I'm currently an Internet Software Engineer, using primarily Servlets and EJB technologies, and I was hoping to find a book that could give me a good reason to consider using JSPs. THIS IS THE BOOK. I now completely understand the purpose of JSPs, and where they fit into the Java Architecture. You will too, once you read this book.

Phil Hanna has compiled a superbly organized and useful book. He builds on concepts logically, and provides awesome examples to help the info sink in. (I can't over-emphasize the usefulness of the examples in this book!) The examples of using JSP Tag Extensions are particularly wonderful. This is perhaps the most confusing and powerful part of JSPs, and Mr. Hanna makes it SO much easier to understand.

If you want to learn JSPs and add them to your arsenal of programming wizardry, look no further! I wish that all of the technical books in my library were written this well.

Product Description
(Osborne) Provides all of the information needed to program and develop powerful and efficient Web sites and applications with JSP. Readers at any skill level can learn to control the content and appearance of Web sites using JSP, servlets, Java 2 and JavaBeans to create reusable components and simplify application development. Softcover.

From the Back Cover
The Ultimate Resource on JavaServer Pages

Covers JSP 2.0, Java Servlet 2.4 & XML/XSLT

Write, deploy, and debug powerful JSP applications for a wide range of platforms. JSP 2.0: The Complete Reference covers JSP syntax and semantics, scriptlets, expressions, and declarations. You'll get details on JSP tag extensions, the JSP Standard Tag Library (JSTL), the JSP Expression Language (EL), and JSP fragments. The book also discusses how JSP works with JDBC, XML, and other major components of the Java enterprise environment. This is a must-have resource for all JSP developers.

  • Use JSP scripting elements--expressions, scriptlets, and declarations
  • Create dynamically generated Web content with Java Servlets
  • Eliminate redundancy with HTTP request dispatchers
  • Take advantage of Java's built-in support for multithreaded applications
  • Learn essential session management techniques, including URL rewriting and cookies
  • Implement application event listeners and filters
  • Use the JSP Standard Tag Library (JSTL), the JSP Expression Language (EL), and JSP fragments
  • Enable cross-platform connectivity with JDBC
  • Incorporate XML into Web applications and use the Java XML API, the Document Object Model (DOM), SAX 2.0, and XSLT
  • Test, debug, and deploy your JSP applications
--This text refers to the Paperback edition.

Click Here to see more reviews about: JSP: The Complete Reference (Paperback)

1/15/2010

Review of ASP.NET for Dummies (Paperback)

In its 420 printed pages, ASP.NET for Dummies covers the key topics to get you up and running with ASP.NET. You learn the basics of obtaining and displaying information on your sites. You learn how to use built-in functions such as date routines, math routines, and browser routines. You even learn how to work with data and databases on the server. This includes coverage of Active Data Objects (ADO) - a key way of doing database access. Building ASP.NET Web forms is covered in detail along with using server side controls ranging from radio buttons to drop down lists. Programming topics such as arrays, array lists, and hash tables are also explained as well as shown in examples.

While ASP.NET for Dummies is "for Dummies," you should already be familiar with programming concepts. As with most Active Server Page-related books, ASP.NET for Dummies uses Visual Basic .NET as its choice of programming languages. If you don't know Visual Basic .NET, don't fret. The book spends several chapters teaching the basics of what you need to know in order to program for ASP.NET. If you have never programmed before, you will most likely find that this moves too fast. However, if you know a scripting language such as JavaScript or VBScript you should have no trouble keeping up with the coverage of Visual Basic .NET in this book.

It is worth pointing out that this book doesn't stop at just covering the creation of ASP.NET pages, but it also covers creating full-fledge ASP.NET applications. The book presents a couple of ASP.NET applications that are larger and more practical than standard book examples. Within the text of the book a chat room and a classified application are both included. On the CD there is also a guest book application. Code for all three applications is on the CD.

The CD with this book is worth noting. Most ASP.NET books don't include a CD, let alone a CD with lots of useful stuff. This CD has five bonus chapters containing over a hundred additional pages. It also contains the author's source code so you don't have to hunt it down on the Web. A number of third party software products are also included. Some of these you may not find useful. Others such as the editors you may find extremely valuable.

Will ASP.NET for Dummies make you an expert ASP.NET developer? The answer is no, it won't make you an expert, however, no beginning level ASP.NET book will. What ASP.NET for Dummies will do is get you up and running with the foundational topics necessary for creating real-world ASP.NET pages. Once you are done with this book, you'll be able to create a wide variety of ASP.NET pages. If you are going to create professional-level pages, you will want to follow this book up with an intermediate advanced book.

In summary, if you have a little programming background, then you should be ready for ASP.NET. If you want a book that teaches you the basics of implementing ASP.NET in a relatively straightforward manner, then ASP.NET for Dummies accomplishes the task. With a price of only (...) including a CD containing valuable content, I have to give this book five stars. It is definitely worth the cost. In fact, I would say this book is under-priced (...) --which seems unusual for a computer book these days! If you can get a copy of this book at a discount, then this book is a steal!

One final note, a number of excellent ASP sites are not mentioned in the book. This includesASP101.com. 15seconds.com, 4GuysFromRolla.com, ASPWire.com and more.

Product Description
Ah, the wide world of the Web. You just can't do business without a Web site, and the more compelling and interactive it is, the better. In a competitive environment, keeping your Web site fresh and exciting can have a real effect on your bottom line.

If you're a corporate Web site developer or a small business owner responsible for maintaining your own site, ASP.NET is the technology that can give you that competitive edge. It's easy to use and works with other familiar languages, like Visual Basic and HTML, to help you set up cool interactive Web pages. With ASP.NET, you can

  • Add a survey or calculator to your Web site
  • Enable data retrieval
  • Create a monthly calendar
  • Send e-mail from your site
  • Set up a real-time chat room, and more

If you're familiar with earlier incarnations, ASP.NET For Dummies is a great way to get up to speed on the changes and enhancements in the .NET version.

ASP.NET For Dummies gets you going in a hurry. Instead of having to wade through pages of theory before you can actually play with the technology, you get to jump in and create your first ASP.NET page in the very first chapter! Find out how to

  • Understand ASP.NET and Visual Basic .NET terms and languages
  • Create cool elements with ASP.NET's built-in objects
  • Discover ways to let Web site users enter information and get responses
  • Validate user input
  • Use the .NET Framework Class Library to teach your applications new tricks
  • Enable users to access information from a database and keep the information up to date
  • Combine ASP.NET with other technologies to create more exciting Web applications

There's even a bonus CD-ROM packed with information for Classic ASP veterans, two great bonus applications, and a sample database. If you're a newcomer, you'll find plenty of background to get you up to speed. If you're an experienced programmer, go right to the new stuff and sample applications. Either way, ASP.NET For Dummies will help you make your Web site a sight to behold.

From the Back Cover
Free daily eTips at dummies.com

ASP.NET examples, tools, and more on CD-ROM

Create complete ASP.NET applications: Cafe Chat Room and Classy Classifieds

Harness next-generation ASP.NET features to create dynamic Web applications Whether you're a Web development newcomer or a Classic ASP veteran, this friendly guide is just what you need to tap the power of the totally revamped ASP.NET. From Visual Basic.NET fundamentals and object-oriented techniques to using Web Forms to create interactive pages and harnessing ADO.NET to retrieve information and update databases, it's just what you need to take your pages to the next level.

all this on the bonus CD-ROM Complete source code for Cafe Chat Room, Classy Classifieds, Guestbook, and many more examples Eiffellanguage plug-in for ASP.NET Controls and Components: Sax Basic Engine ASP.NET Editors: ASPEdit 2001, Helios TextPad, and Antechinus C# Editor System requirements: PC running an ASP.NET hosting service or Internet Information Server on Windows.NET/XP/2000/NT 4.0. See the About the CD appendix for details and complete system requirements.

Click Here to see more reviews about: ASP.NET for Dummies (Paperback)

1/05/2010

Review of Internet Marketing for Dummies [ILLUSTRATED] (Paperback)

Internet Marketing for Dummies Internet Marketing for Dummies is a must read book for any small business person new to online marketing. There's a lot of hype about marketing on the Internet, but the book's authors Frank Catalano and Bud Smith - do not hype your expectations. I knew that Internet Marketing for Dummies was not going to be another "let down" when I noticed that the authors included many of the online marketing resources that I frequent on a daily basis! Catalano and Smith begin their book by explaining that "Internet marketing" is "marketing" but using the Internet - and this is very important to understand. So many businesses want to rush into "online marketing", but don't have any clue about how even to market at all. The fundamentals of marketing, apply online as well as off line. Internet Marketing for Dummies walks the user through a fast over view of the Internet - explaining what AOl is, as compared to full access to the Internet. This chapter is very helpful for the many small businesses that are really not so sure what the Internet is all about. Chapter 2 and 3 of Internet Marketing for Dummies realy lays in to the nitty gritty of marketing, with a consentration in chapter two on developing an "Internet Marketing Plan" I was very impressed that the authors of this book took a whole chapter to also discuss and help the reader decide their domain name. Your business name, may indeed be "Faulkner, Grade and Berkmenstein" - however, you may wan to try out "greatlawyers.com" for a domain name! There's a lot of gems in Internet Marketing for Dummies , such as a nice section on effectively using email as a marketing tool. On page 155, chapter 8, Internet Marketing for Dummies lists "techniques for gathering visitor information" on your Web site. See, Internet marketing is more than "just" Internet marketing, but its a blend of leveraging your own Web site, reaching out to others, adveritising on Web sites, building an email list and etc. Internet Marketing for Dummies is one of those books you just keep as a guide on your desk and refer to daily. After you've launched some successful online marketing campaigns you'll be a pro and can then refine what you've learned in Internet Marketing for Dummies.

Product Description
This update to Marketing Online For Dummies includes all of the great topics from the original book, plus an additional focus, Internet advertising, a very hot topic. The right Internet advertising campaign can cost very little and make a product launch or even a company a winner; the wrong approach can be a huge waste of time and effort. The authors have hands-on experience doing both guerrilla marketing and million-dollar deals in this critical area. Also covered in this edition is a quick-start guide to getting net-savvy, a survival requirement in the Web marketing world.

From the Author
Internet Marketing For Dummies is based on our first book together, Marketing Online For Dummies. IMFD walks novice online marketers through all the key steps in developing strategy and tactics. IMFD includes new chapters on Internet advertising and public relations, plus updated information on choosing the right domain name, effective e-mail marketing, marketing on your Web site, and how to develop just enough marketing strategy to ensure your tactical marketing efforts are successful and measurable.END

Click Here to see more reviews about: Internet Marketing for Dummies [ILLUSTRATED] (Paperback)

12/16/2009

Review of Growing Up Digital: The Rise of the Net Generation (Paperback)

In this book, Don Tapscott discusses the differences between the baby boomers (those born between 1946 and 1964) and the "Net Generation" (those born between 1977 and 1997).In Growing up Digital, Tapscott reminds us that boomers consists of 85 million people in the United States and Canada and then informs us that the Net Generation now encompasses 88 million people.So not only are these kids more technologically savvy than the rest of us, they outnumber us also.Tapscott states, "To them the digital technology is no more intimidating than a VCR or toaster.For the first time in history, children are more comfortable, knowledgeable and literate than their parents about an innovation central to society."With this in mind, it is probably a good thing I read this book.

Interestingly, I have two teenage children who fit into the category of Net Generation kids, but who do not have as much in common with the kids described in the book as Tapscott would lead you to believe.The children I know in this age-group are computer literate, do have cyber-dates, are quite capable of multi-tasking, completing research via the net, and ordering products on-line.However, that is where the similarity ends.

Tapscott describes a world where children work for pay creating web sites; expect to be included in the decision-making of major purchases with their parents, (because the children have been able to download the product research that their parents could not), and speak at conferences on the use of technology.I believe there are many instances in the book where Tapscott suggests a behavior that appears more precocious than intelligent.Even given this, the book is very interesting, but at times reads more like science fiction.This is especially true when Tapscott talks about a "cyber Niki" running around the web searching for the best buys or when he gives an example of being able to order his bread from the Stone Mill bakery with just the ingredients he wants.At times, it is hard to tell whether this is currently available via the web or, if it is all part of a future vision.

Because much of the information for this book came from a chat room for teens and pre-teens called "FreeZone" it tends to preclude those children of the same age who are not growing up digital or, who have limited access to this medium.Moreover, if this is so, are we any wiser to the behaviors and thought processes of the majority of American children?I am not so sure.According to Mr. Tapscott we are.He states that, "This book is based on the belief that we can learn much about a whole generation which is in the process of embracing the new media from the children who are most advanced in their adoption of this technology."Maybe he is right, because the information gleaned from this particular group of kids is rather enlightening.

In the book, Tapscott discusses the different ways N-Gens learn, play and work.Supposedly, this group prefers interactive entertainment (video games and web surfing) to passive entertainment (television).In fact, Tapscott estimates that by the year 2000 children will be watching 100 hours less television per year than they were in 1997.Based on discussions with the kids in FreeZone, it appears that N-Gen children prefer to play video games, and spend time on the web because they can control what they see rather than having content pushed at them.Tapscott believes that this is actually good, not bad, as many would have us believe.This is probably true, because in order to navigate the web, you must be able to read and write.In the chapter on N-Gen learning, Tapscott discusses that these children will want to learn in an interactive mode rather than a broadcast mode.One- way to do this would be for these children to discover information on their own via the web instead of listening to lectures.And, when it comes to the work environment, watch out, "Just like the boomers in Michael Dell's company who are perceived as losers if they aren't media-savvy and new-enterprise-comfortable, boomers in the new economy will be left behind as the N-Gen tsunami rolls into the workforce.The message:boomers, get going and learn from the children."According to this, the workplace of the future will be highly technical and if we are not prepared, the N-Gens will leave us behind.

With so many kids already working in technology fields, how should colleges and universities prepare?Well one thing is certain, as long as kids feel the need to go to college to advance within an organization we are okay.The following quote from an 18 year old makes this perfectly clear.He states:"Right now the Internet department is doing some shuffling and I could easily become a full-time employee.My boss loves me and she knows I am more than capable for the help line, but without some kind of college degree I would not go far in the organization.I hope to return in four years."Let us all keep them thinking this way and maybe we can keep our jobs.

Overall, I found this to be an excellent book and feel it may be helpful for many who are dealing with or may soon be dealing with these kids, especially the techno-savvy ones.



Click Here to see more reviews about: Growing Up Digital: The Rise of the Net Generation (Paperback)

12/10/2009

Review of ePublishing for Dummies (For Dummies (Computer/Tech)) [ILLUSTRATED] (Paperback)

The inevitability of more publications being distributed via eBook format is pretty well conceded by any expert familiar with the dollar and time benefits of ePublishing. How soon we start seeing titles in eBook format, which subjects they cover, and which format version becomes the accepted standard depends on how easily the issues are understood and the techniques for creating eBooks explained.
"ePublishing for Dummies" makes a major contribution in that advancement. The more publishers, technical writers, and budding authors read and apply the topics covered by this book, the sooner ePublishing will take off. ePublishing does not spell the end of paper books... it simply offers another delivery medium for published content - superior for many readers. Thank you Victoria for making writing and ePublishing approachable.
ePublishing is not for the faint at heart, it is still "early adopters" territory. But this book does provide credibility, easy-to-use instructions, information, and insight - and that's a start!

Product Description
Make your dream of writing and getting published a reality using this complete guide. The ePublishing explosion has caused everyone to ask questions about electronic book formats, how to eMarket their work and if they can create their own ePublishing business. This book will show you how to effectively package knowledge for the right audience, in the correct format, and the best way to market the resulting product. This book will showcase the most effective tools for authors and publishing entrepreneurs to build an internet-based publishing business, but will also benefit students who want to start a profitable part-time enterprise or a freelance writer searching for new projects.

Click Here to see more reviews about: ePublishing for Dummies (For Dummies (Computer/Tech)) [ILLUSTRATED] (Paperback)

11/30/2009

Review of Desktop Hosting: A Developer's Guide to Unattended Communications with CDROM (Paperback)

This book was a good read for me. The author makes some good points on how the nature of desktop hosting can shape how the web can and should be utilized for unattended communication. I'd recommend this to anyone who wants good techinical information on desktop hosting as well as business owners who want to leverage more of the web for e-business.

Product Description
The first practical guide to a revolutionary Web-based front office technology
A bold new Web paradigm in-the-making, desktop hosting empowers virtually anyone to control Web communications from their personal computer. The fully-automated communication services offered by desktop hosting provide companies with a powerful new tool to help drive sales, increase customer satisfaction, and guarantee 24/7 availability. Written by a principal at one of the major players defining the desktop hosting market, this book supplies technical and non-technical readers with a practical introduction to an exciting new technology. Readers learn how to use desktop hosting tools and get valuable pointers on how to implement an array of desktop hosting solutions.
CD-ROM contains full, unrestricted versions of WebClerk and CommerceExpert, along with 150 QuickTime training clips.

From the Back Cover
Eliminate the hosting fees and gain complete control over your Web site with this revolutionary Web-based front office technology

Desktop hosting allows you to manage Web communications from your personal computer --offering limitless features, including real-time delivery and unique customization capabilities. Written by one of the principals defining the desktop hosting market, this book presents a practical introduction to this exciting new technology. Bill James explores the array of desktop hosting tools currently available and shows you how to implement a variety of solutions. He also uncovers the wide range of fully automated communication services that are available with desktop hosting. With this information, you'll be able to use this powerful tool to help drive sales, increase customer satisfaction, and guarantee 24/7 availability.

An excellent resource for both technical and nontechnical readers, James shows you how to take advantage of all the features of desktop hosting. You'll learn how to:

  • Handle all the information necessary to run an e-business
  • Improve Web site performance
  • Automate responses to individual queries
  • Dramatically decrease download time from your site
  • Add security to your site
  • Integrate messaging, voicemail, e-mail, publishing, and multimedia into a single service

The CD-ROM containsunrestricted, full versions of WebClerk and CommerceExpert, along with 150 QuickTime training clips.

Click Here to see more reviews about: Desktop Hosting: A Developer's Guide to Unattended Communications with CDROM (Paperback)

11/27/2009

Review of Music Online for Dummies [ILLUSTRATED] (Paperback)

This is darn near the best book I have ever read on this subject. It isjam packed with useful tips and treasures. After reading this book I cameaway feeling like an expert. I can't wait for the next book in this series.Wahoo!

Product Description
This timely volume, written by Spin magazine contributing author David Kushner, offers easy steps for finding, downloading, creating, and listening to music on any PC. Cybercasts, MP3, and Internet radio are among the hot trends covered in this fun and easy guide, which also includes tips on tweaking systems for optimal performance and locating the best tunes online. The CD-ROM contains links to online music sites, software for making and listening to music files, and more.

From the Back Cover
Turn your computer into a music machine!

Includes a directory of hot music sites!

Find out how to make your PC produce optimum sound
Do you want to locate hard-to-find CDs and preview them before buying? Are you interested in listening to radio broadcasts from around the world? This friendly guide gets you tuned into the hottest music trends, including MP3s, online concerts, and Net radio.

Discover how to:

  • Find and buy music online
  • Install and run RealPlayer and RealJukebox
  • Use an MP3 player
  • Download audio files fast
  • See concerts without tickets
  • Store your digital music
all this on the bonus CD-ROM
  • An evaluation version of Liquid Player
  • A freeware version of Windows Media Player
  • Sample music files
  • Links to great Web sites


Click Here to see more reviews about: Music Online for Dummies [ILLUSTRATED] (Paperback)

11/20/2009

Review of 50 Fast Dreamweaver MX Techniques (Paperback)

One of the joys of this book is that it displays practical techniques that you would use to build sites. It's not a bunch of techno babble and self centered philosophy on design. Truly gets to the point and easy to follow techniques. Great book!

Product Description
* Includes techniques for building rollovers, embedding Flash movies, creating dynamic tables, adding cool animations, and much more.
* Features 50 fast and easy, but powerful, effects that creative professionals and amateurs alike can achieve almost instantly.
* Each technique is fully-illustrated with "before" and "after" shots, and carefully described in step-by-step detail.
* The CD-ROM includes work files and finished effects from the book.

Click Here to see more reviews about: 50 Fast Dreamweaver MX Techniques (Paperback)

11/16/2009

Review of Fireworks Fast & Easy Web Development (Paperback)

Another perfect example of a technical book trying to teach too much ,
stretching more than it should trying to gather the widest of readers
possible and falling flat right on the face....I am a technical ASP
programmer building websites and for quite some time now I found
myself being pushed to handle the graphics/animation stuff.So here I
was with just having handled Paint and Brush programs (Visio to some
extent but I handled the stencils and masters thro VBA),deciding which
package I should go in for.After research I targeted Fireworks.Beleive
me its a good package. I got this book along with the Fireworks
package so I could get off on a flying start and presumed the book
would help me atleast start off with handling the basics in
fireworks.

Nope [the book] seems to be in a confusion over the
presentation of the material.Whether to target it to zero level
starters(like me) or to those who have been dabbling in
graphics/fireworks etc for some time. In the end [the book] ends up
satisfying neither of the categories. Part1 of the book = 100
pages.The section deals with exploring each and every
tool,option,button,customization in the entire fireworks window. So
[the book] dumps all the "bitter parts" in the first 100
pages and then 'Assumes' that whenever any tool / menu or action is
called for in the rest of the book the reader can just recall about
their placements/functions/locations right out of the memory? Bad
Presentation....In the computers and internet section this book falls
into the same rut - "the author is trying to thrust upon the
reader , teaching a product at a pace the author feels comfortable
with." and Ofcourse assuming the wrong things at the wrong time -
like trying to explain too much too trivial matters and finishing in
half a page important matters which leave you pulling you hair
out. Considerable time is spent in teaching how to open graphic
files.What if I dont have any graphic files.I am here to build my
first graphic file remember?....I skipped the last 40 pages of Part
1(was running short on Aspirins).Part 2.Ok this is where the action is
or was or never will come.Designing graphics.Please spend atleast 2
hours or less (if you are lucky) to try and follow the step by step
instructions on how to draw a rectangle.I struggled for 40 minutes
firstly trying to bring my screen and window appearance look like [the
book's] window snapshot....so I could exactly follow
those"step by step " instructions.... What are the other
parts in the book?

Automating With Fireworks.Sorry I have not
reached this part as yet and I dont intend to .This book goes back to
where it belongs.the amazon warehouse. To be fair...the idea of
using snapshots to teach a product was excellent,[but] fell flat at the
execution stage. Seriously, its been quite some time since a book has
frustrated me so much.

But you could give it try.Maybe this book
isnt meant for absolute beginners like me who have never handled a
Fireworks product before but hey why in the world is Look Learn and
Apply mentioned on the cover of the book?

Product Description
Fireworks allows you to design editable Web graphics in an instant, as well as automate workflow to meet the demands of constant edits, updates, and changes.It can also be integrated with other Macromedia products, popular graphics applications, and HTML editors for a complete Web solution.Fireworks Fast & Easy Web Development helps you get up and running with Fireworks even if you have no graphics experience.It includes a CD that contains cut and paste templates, which can be used to get a jumpstart in creating Web graphics.It is a great visual guide for graphics beginners, small businesses, students, or business professionals with little or no previous experience with this topic.

About the Author
Lisa Lee is a software and Web engineer/Web developer in the computer industry.She is the author of "Photoshop 6 Digital Darkroom," "Fireworks Fast & Easy Web Development," "Easy iMac," "Easy iBook," "Easy Linux," "Upgrading and Repairing the Macs," and "Teach Yourself Mac OS 8.5 in 24 Hours."

Click Here to see more reviews about: Fireworks Fast & Easy Web Development (Paperback)

11/13/2009

Review of Cisco Network Professional's Advanced Internetworking Guide (Paperback)

First of all I want to point out that this is the best guide for the current CCNP (2008/2009) I have come across so far.It is far superior to the 4 Volume "official" Cisco Press CCNP guides in terms of relevance, clarity, and general readability.

Highlights:
Chapter 3, Spanning Tree Protocol - Don't get me wrong.Spanning tree is still the most boring topic in layer 2 switching, but unfortunately it is absolutely essential that Network Professionals have a solid understanding of how to work with and design networks in terms of spanning tree.This is one of the few spanning tree chapters in ANY book, that hasn't made me want to shoot myself.

Chapter 8, Multicast - With the growing demand for video and voice on networks, Multicast routing is a needed in order to keep bandwidth utilization and overhead under control.While the concept of how multicast routing works can be difficult to grasp and the addressing mechanism seems like a nightmare, this chapter really helps the reader get their head around it.If you've never worked with multicast before you may still need to go over this chapter a couple of times.I would like to add that Dense Mode Multicast protocols are the Devil.Don't use them even if you do have a butt load of multicast on your network, all that flooding is bad ju-ju.PIM-Sparse Mode is the way to go.

Chapter 20, Wireless Management and Security - The author does such a good job on this section, but I just wish there was more of it!The security sections (encryption and authentication) are clear and easy to understand.It is an absolute must to understand the differences between the two and how to apply them in the real world in order to avoid looking/sounding like an idiot.The sections on the lightweight controllers and WCS management are also great.This book really just scratches the surface of what current controller based wireless systems are capable of (only a half page on mesh networking?, KILLING me here), but the chapter does cover the CCNP exam topics in the required level of detail.

My only complaint is that I believe the title is misleading.A main function of the book is clearly to act as a study guide for the CCNP Exams, but "CCNP" or "Study Guide" is nowhere in the title.This is a problem because people searching for a CCNP study guide are likely going to overlook this text because the name doesn't fit what they are expecting.Currently the book shows up at the bottom of the page (#12) when searchingwith the simple keyword of "CCNP".


Product Description
Ideal for any IT professional who uses Cisco technologies on a daily basis, or anyone who is preparing for their Cisco Certified Network Professional (CCNP) certification.

The topics covered will be more in depth than other introductory-level books of similar topics, and will span from layer 2 technologies such as switching, STP, etherchannel, and trunking, all the way to application layer security topics such as firewall inspection and intrusion prevention systems. Items being covered in the middle will include all the common routing protocols RIP, EIGRP, OSPF and BGP. Many other routing technologies and WAN protocols will be covered including Multicast, MPLS, Cable and DSL. Coverage of redundancy protocols such as HSRP, VRRP and GLBP will be examined. A thorough coverage of convergence topics such as how voice, video and wireless traffic affect the network, and what can be done to improve the effects such as QOS and queuing.

This book is a key component for any IT professional preparing for their CCNP certification, as it covers in-depth the topics tested on in all four CCNP exams:

  • Building Scalable Cisco Internetworks (642-901)
  • Building Cisco Multilayer Switched Networks (642-812)
  • Implementing Secure Converged Wide Area Networks (642-825)
  • Optimizing Converged Cisco Networks (642-485)

CD includes the exclusive Sybex Test Engine, with two Practice CCNP exams, as well as author code files.

From the Back Cover

Build Solid Skills in Areas That Cisco Network Professionals Face Every Day

If you're a network professional using Cisco routers or switches, or are currently preparing for your CCNP certification, this in-depth book is the ideal choice to help you broaden your skills in key areas you face in a typical day on the job. It thoroughly explores routing and switching, application layer security, common routing protocols, redundancy protocols, voice and wireless devices, and much more. In addition, the book is built around a real-world case study, so you can see where and how technologies are actually implemented.

Find out the very latest on topics you need most-and prepare for CCNP certification at the same time-with this detailed reference and guide. The book includes a CD with sample CCNP certification test questions, complete code listings, and a PDF of the book.

  • Configure, maintain, troubleshoot, and enhance Cisco routers and switches
  • Thoroughly cover Layer 2 technologies, including switching, STP, etherchannel, and trunking

  • Master application layer security, including firewall inspection, intrusion prevention, and more

  • Review common Layer 3 routing and redundancy protocols such as RIP, EIGRP, BGP, HSRP, VRRP, and GLBP

  • Explore IPv6 addressing, interoperation with IPv4, and troubleshooting

  • Set up configurations for teleworkers, including cable, DSLs, Frame-Mode MPLs, and Virtual Private Networks (VPNs)

  • Maintain security for your internetwork-exploring Layer 2 and Layer 3 devices

  • Configure and maintain converged traffic such as voice and video

  • Review DiffServ Quality of Service (QOS), pre-classify, and queuing

  • Learn, configure, and troubleshoot all of Cisco's newest wireless devices and topologies



Click Here to see more reviews about: Cisco Network Professional's Advanced Internetworking Guide (Paperback)

11/05/2009

Review of CompTIA Network+ Review Guide: (Exam: N10-004) (Paperback)

I studied this book and did the review questions at the end of each chapter, along with the flashcards and practice exams on the CD. I consistently got 85-90% on the practice exams in two weeks.I then ordered Lammle's Study guide as I wanted something more in depth. After three more weeks of study, I passed the exam with a score of 845.

I am not an IT guy by trade, but I am considering it. This review guide was a good starting point for me to learn what the exam entailed.If you are an IT person, then this may be all you need to pass the test.I wanted a little more knowledge since I don't get that as an IT person would on the job.

Product Description
Serving as a concise, focused study aid to help you prepare for the leading non-vendor-specific networking certification exam, this book features more review questions and study review features than any other guide, with over 120 review questions, two bonus exams, and electronic Flashcard, as well as a searchable Glossary of Terms database on CD-ROM. Fully updated for the first revision of the CompTIA Network+ exam since 2005, the book is organized by exam objectives and broken into six parts corresponding to the six domain areas of the Network+ exam: technologies, media and topologies, devices, management, tools, and security.

From the Back Cover

CD Included

Use the interactive CD included with the book for extra practice. It provides two bonus exams, electronic flashcards, and a searchable database of key terms.

Approach the CompTIA Network+ exam with confidence

Before you take CompTIA's Network+ exam (N10-004), reinforce your test preparation with this concise guide that reviews all six exam domains:Network Technologies, Network Media and Topologies, Network Devices, Network Management, Network Tools, and Network Security. You'll find full coverage of all exam objectives and a CD that is packed with additional study tools.

  • Easy-to-use book is organized by exam objectives for quick review

  • Flexible review guide goes hand-in-hand with any learning tool on the market, including the Sybex CompTIA Network+ Study Guide

  • "Exam Essentials" section in each chapter helps you zero in on what you need to know

  • Book includes over 120 review questions and practice tools

Coverage includes all exam objectives for the Network+ exam N10-004

Click Here to see more reviews about: CompTIA Network+ Review Guide: (Exam: N10-004) (Paperback)

10/29/2009

Review of Marketing on the Internet: Your Seven-Step Plan for Suceeding in e-Business Now That the Hype Is Over (Paperback)

Helps students or novices approach web-site strategy in a useful manner.


Product Description
This updated edition reflects the rapid changes in online marketing topics such as effective Web site design, secure payment methods, Web promotion techniques, and building relationships with online customers. Dozens of worksheets help readers sharpen the focus of the online needs and goals of their businesses, and hundreds of screen shots illustrate successful tactics. Case studies of online business successes explain the concepts in the book and illustrate how they work in real-life situations.

Click Here to see more reviews about: Marketing on the Internet: Your Seven-Step Plan for Suceeding in e-Business Now That the Hype Is Over (Paperback)

10/28/2009

Review of Dreamweaver MX Weekend Crash Course (Paperback)

I have tried several of the 5 star rated Dreamweaver books and found them of less value than this book. You must actually work with Dreamweaver to learn it and this book forces you to do this. To really work through this book will take awhile unless you have 100% free time, but it is really better this way. You will make errors and the book has some errors (which makes you think-you can work through these) and there are a few omissions. These issues are not a big deal. Peck's writing style is pleasant and down to earth. Yes, it doesn't cover everything, but it covers most aspects of Dreamweaver (I don't have MX). Actually, this is an advantage for beginners since it is not overwhelming. After you work through this book, you will be able to construct your own website. If you want advance features like transactions and databases, you will need additional references, but you must get the basics. Templates and CSS (basic aspects) are covered. Best of all, Peck has the practical experience to give you what you really need to know.

Product Description
  • Updated coverage of the new version: Enhanced and detailed coverage of all the newest features in Dreamweaver over the span of a weekend.
  • Series features: Easy to follow 30-minute sessions make learning Dreamweaver simple and fast! Each session is designed to take 30 minutes to complete, so the Crash Course is an intense 15-hour learning period beginning on Friday evening and ending on Sunday afternoon.
ABOUT THE CD-ROM:
CD includes self-assessment software so readers can test their knowledge of ActionScript, plus author source code and examples.

Click Here to see more reviews about: Dreamweaver MX Weekend Crash Course (Paperback)