economics-software
More Pages: economics-software Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219

List price: $29.99 (that's 30% off!)
Used price: $2.67
Collectible price: $2.67
Buy one from zShops for: $13.68
Strangely, the Customer Center receives no mention, but Ivens covers practically everything else, making it easy for you to flip right to a discussion of whatever is confusing you at the moment. You'll usually find the discussion organized around standard business procedures rather than the software's design and terminology.
Ivens is at her best when she explains how to reconcile the inflexibilities of QuickBooks with the realities of business: for example, how to deal with a customer who pays after 20 days but takes the three percent discount that was supposed to be good for only 10 days. (QuickBooks wants to stick the customer with the remaining three percent, but Ivens shows how to account for your own generosity.) She also explains such mysteries as how to create a template that yields warehouse pick lists along with invoices, and how to properly collect sales tax from customers in multiple states. Overall, this is a highly practical guide to using QuickBooks 2000 as a management tool for small and medium-size businesses. --David Wall
Topics covered: Intuit QuickBooks 2000 and QuickBooks Pro 2000 as accounting and management tools. This book documents these features of the programs completely, touching on initial setup before explaining payables, receivables, payroll, taxes, inventory, time tracking, and paper forms.

No better than the User's Guide
Goes beyond all other similar booksHer writing is clear as crystal and very conversational, so it's a pleasure to read the book. My accountant loved the fact that she explained what QuickBooks is doing in the background with the General Ledger when you create transactions. He went out and bought himself a copy, and is now recommending it to all his clients.
This book, filled with great tricks to get more out of Quickbooks, is also a good basic primer on understanding bookkeeping. This is the only book you need if you're running a business with Quickbooks - you can throw away the books that came with the software.
A life saverThe next best thing about the book is all the tricks to get the software to do things exactly the way you need it to. If you're not a bookkeeper (and most small business owners aren't), some things aren't self-explanatory, such as how do I handle sales tax in more than one state. Not only does this book show you how to set up your books to handle these problems, but the writer walks you through the steps, explaining why you do it the way you do it.This is a bookkeeping education in addition to learning the ins and outs of Quickbooks.

Used price: $19.99
Buy one from zShops for: $32.95
Authors Stephen Asbury and Scott R. Weiner provide information on seven Java technologies: Java Database Connectivity (JDBC), Java Naming and Directory Interface (JNDI), JavaServer Pages (JSPs), Remote Method Invocation (RMI), Enterprise JavaBeans (EJBs), Java Messaging Service (JMS), and Java servlets. Throughout the book, the authors demonstrate an awareness of the latest Java developments, including aspects of the core packages that first appeared in Java 2.
The authors use prose to explain the technologies from an architectural point of view, detailing what each is good for and why you'd want to use it. They then provide illustrative programs that show how the technology works from a practical perspective. While these illustrations aren't enough to provide a full working knowledge of the Java Enterprise APIs, they are enough to get programmers oriented. After studying these examples, it's possible to ask intelligent questions about the various technologies and do effective research.
Despite the sequential approach to the APIs, Developing Java Enterprise Applications does a fair job of explaining how multiple enterprise technologies can be used together for maximum effect. Concluding chapters present some fairly elaborate applications--including a neat online store--that integrate elements from several of the covered packages. --David Wall

Written by Java dilettantesteach others as well. If you're not fascinated by the topic you talk about - how do you expect
to write a good book ?! I think that this book was written by someone who learned Enterprise Java
just to pay his rent. Writing a book seemed just another possible income ..
Why do I think so ?
Well, topics are explained on the very primitive level and I can actually "smell" that authors
just don't know the material good enough to dig in - they repeat the same basic ideas many times
but leave lot's of questions unanswered (like "Why do some methods in this table return a variable
of a primitive type and others their object wrappers ? Is it just typo or something else ?"),
their code examples take pages but contain only couple of useful (and, again, trivial) lines and ..
typos everywhere (make up your mind already - is it "javax.naming" or "java.naming" ?).
Whatever I look at - I see Java dilettantes, not Java geeks and not even Java professionals
(excuse me, but one who compares two Strings for equality using compareTo() instead of equals()
doesn't have a clue about Java for me !).
I think it is still useful for getting the idea about major J2EE technologies (JDBC, JNDI, servlets,
JSP, RMI, EJB, JMS and JTA) but *on the very basic level*. That's what I keep it for.
P.S.
The title should be changed to "Developing Java Enterprise Applications *for dummies*" because
authors DO treat their readers like a 14-year old kiddies - "type
Folks, who do you think you're talking to in this book that you need to remind me about pressing ENTER ?
Good book to get started with Enterprise JavaThe books covers JDBC, RMI, JNDI, JTS, JMS, JSP, EJB, and a few other technologies. The book tends to alternate between explanatory and example chapters. So first, JDBC is discussed and then the next chapter walks through an example.
Given the number of topics in this book, each topic is not covered in full detail as most of the topics are worthy of a book all their own (and many of them already have one). However, this book's goal is to cover just enough so you can understand the technology and get started using its core features.
Therefore, this makes the book excellent for trying to figure what these technologies do. In fact, this book is readable by managers as well as developers, if the managers skip the example chapters.
From reading this book, you get the impression that the authors have quite a bit of experience, have used the technologies discussed, and know what they are talking about. On the whole, this is a great book for getting your feet wet with Enterprise Java.
Enterprise Development with Java 2Each topic has several chapters dedicated to that subject as well as an application chapter which builds on previous chapters. Each chapter shows the needed diagrams and code samples to build the required implementation. Chapter 11 shows how to create a basic JSP Bug Tracking tool, which is one of my future projects that I am interested in doing.
This book will make a great reference manual because it is well laid out and the index is extremely accurate. The book does have a lot of tables, diagrams, and code samples. The tables describe the methods, properties, attributes and packages covered in the book.
** I would highly recommend this book to an intermediate to advanced Java Programmer looking to do enterprise level development work. I rate this book at 4.5 stars.
Jerry
Member of Colajug - www.colajug.org

Used price: $8.79
Buy one from zShops for: $12.42

you don't learn anything
A good general guide
Illuminating Read!
Used price: $2.15
Buy one from zShops for: $8.57

Not a cookbook
I didn't like it, but you mightThe book uses a lot of case studies, which seems like a good idea, but the book uses too many, and not enough concrete examples.
Too much common sense, not enough innovation.
Used price: $2.14
Collectible price: $7.95
Buy one from zShops for: $5.89
Alex St. John, Eric Engstrom, and Craig Eisler started at Microsoft as evangelists, the guys who persuade companies to create products to run on Microsoft operating systems. All three, separately and together, would end up giving the company fits with their cockiness and contrarian ways. Eventually, they would team up on a project called Chrome, a revolutionary technology designed to bring three-dimensional graphics to the Web. While these three bigger-than-life characters are vividly portrayed, this is mostly a story about technology: where the ideas come from, how it's developed, how internal company politics affects its development, and how outside companies are courted and cajoled to participate. Drummond, a skillful writer and dogged journalist, thoroughly explains all the technology--but, in the end, the acronyms take over. This makes for a tough read if you're not technologically inclined. Still, anyone with the slightest tech background should enjoy this peek behind Microsoft's silicon curtain. --Lou Schuler

Pass on this One
A Must-Read For Anyone Who's Ever Used DirectXIt's all here: the creation of the wildly successful DirectX software platform; the humiliating WinG fiasco; Alex St. John's outrageous publicity stunts to promote DirectX (including the crisis with the cancelled alien spacecraft, or when he convinced several game industry executives to streak through Seattle GameWorks); the obnoxious coders who began the OpenGL wars; and St. John's raucous but ultimately career-limiting final letter to Gates & Co.
Although the book reads at times like an Alex St. John biography, the book's mix of wild stunts, software eccentrics, and high technology is enough to keep any reader thoroughly entertained.
Perhaps the most astonishing and terrifying revelation of all is how long it took Microsoft to take the multi-billion-dollar computer game industry seriously, even after the conception of DirectX . . . a mistake the company surely won't make again.
How to Fight the system in 10 (not-so-easy) stepsYes the book is a little disjointed in places, but if you are familiar with the industry you'll find a lot that rings true in here. If you've read "Microsoft Secrets" which details the order then read this book which details the chaos.
My only real criticism is that the book is told solely from the perspective of the renegades and doesn't go into as much depth as I'd like on the part of the poor managers who had to "herd these cats".
If for no other reason, buy this book for the some of the funny anecdotes. I found myself laughing out loud many times while reading this.
Bottom Line: Not a classic but still a darn good read.

List price: $21.99 (that's 30% off!)
Used price: $3.50
Collectible price: $13.95
Buy one from zShops for: $3.68
The author gives equal time to basic functions, such as creating and viewing client records, and more advance features, such as working with statistical analysis and synchronizing data. The shift from the more mundane tasks to the increasingly difficult ones is a bit abrupt, but Scott is adept at explaining even the most difficult concepts. The best sections explain how to work with e-mails, faxes, and linked documents--the features GoldMine users will most take advantage of.
As far as contact managers are concerned, GoldMine is one of the more intuitive programs available for novices. But if you find yourself blanching at its more advanced features, or if you need to get up to speed on the basics, GoldMine for Dummies will ease the transition. --John Frederick Moore

Goldmine - not for single usersYou will find the only real solution to any problem beyond the GoldMine Unknowledgeable Base (which I believe they purposely do not update) or their Customer ...Department is as basic as it gets. FrontRange (owner of Goldmine) constantly refers you to Goldmine Certified Consultants. It is obvious that FrontRange is leaving individuals and small business owners...
Just doesn't make it....I miss the old 3 inch thick "Que" books and wish there was a manual of that nature available for GM. This one only scratches the surface and that will leave you hanging. If you have an inclination to buy this book, look at ACT! or MS Outlook instead of Goldmine, or hire a Goldmine Certified Consultant.
Excellent Beginner Book (and more) On Goldmine
Used price: $0.95
Collectible price: $2.95
Buy one from zShops for: $3.60
Young, whose company packages and sells Linux software and services, and Goldman Rohm, a technology journalist and author of The Microsoft File, provide a unique glimpse at a bevy of colorful computer cowboys who helped shape Linux: Richard Stallman, the "mad prophet" of the open-source movement; Linus Torvalds, the self-effacing Linux creator ("I am your god") swamped with 200 e-mails a day suggesting code revisions to his creation; and Eric Raymond, a Linux programmer and author of The New Hacker's Dictionary. The book includes rollicking anecdotes about how Young persuaded giants such as Intel and Dell Computer to invest in Red Hat and the "bizarre notion" that his company could topple Microsoft, or at least provide a strong alternative. He writes, "If you move into an industry playing by existing rules, you'll just become another player. You won't revolutionize that industry unless you change the paradigm." Well-written and entertaining, Under the Radar is for anyone who has come under the spell of the open-source movement, as well as those who wonder where the software industry might be headed. --Dan Ring

BoringRobert Young styles himself as a salesman, not a technical type, and it shows.
Meanwhile the real story goes untold.
Important, I suppose, but almost unreadable
Insights into Linux's Appeal for Computer Industry LeadersLinux is an operating system for computers that offers many advantages for users by typically being faster, more reliable, less expensive, and easier to improve. It is an open source program, which means that you get all of the software (including the source code) for free and you are licensed to make any changes you want to it for your own use and to share or resell. Unlike other operating systems, this one was developed by the volunteer work by thousands of contributors around the world. Their motivation came from the desire to have a better computer environment to work in, to be able to do their own work better, an altruistic desire to help others, and for personal recognition. Through Red Hat and other Linux providers, Linux is becoming the major alternative operating system to Windows in personal computers.
Think of Linux as being somewhat like creating the world's largest free electronic library for accessing information, by having people with the copyrights on all of the most valuable information share it for free on-line with volunteer librarians to put it all into shape and to create the Web site.
I strongly urge you to read Eric Raymond's excellent book, The Cathedral and the Bazaar, before reading this book. Although the open source software movement is accurately summarized in Under the Radar, you will not fully understand its development and potential power without more background. With that background, this book deserves four stars. Without that background, this is a three star book.
If you are like me, what interests you about Linux is whether it will spread beyond advanced users in scientific laboratories. The first sign that that could happen was when ISPs (Internet Service Providers) began favoring Linux for their servers.
In Under the Radar, you will learn a great deal about the reactions at Microsoft, Intel, Netscape, Dell, and other major computer industry companies to the news of Linux's success in these environments. To me, this information confirmed that Linux's best days are ahead of it, as Microsoft's are behind it. While most people are focusing on the Department of Justice's case against Microsoft, the real action is in the development of Linux-based competition for Microsoft. That is where the break-up of the Microsoft monopoly will come from. Now that you can get personal computers with Linux preloaded from Dell and others (and a Windows clone of Linux is just down the road), the monopoly is doomed. That will be good for us all.
What will even be better for us is if Linus Torvald's vision of eliminating all software patents occurs. Then open source will become the standard for software rather than the exception.
I also learned a lot about how Red Hat will be important in taking Linux into the corporate market by making people feel comfortable with its reliability and predictability. I wish the book had spent more time in discussing how current and potential customers evaluate Red Hat's version of Linux. That would have made this a five star book, assuming you already had the open source software background to understand how the development process works.
Where else is secrecy delaying human progress? (I call this the trade secret stall.) Could it be that this will be the case with patents on genes? How can the equivalent of open source development of gene therapies be pursued to accelerate healthy progress?
Open your mind to the full potential for cooperation!

Used price: $28.00
Buy one from zShops for: $49.95

An Ok text book. Gets the general principles across.
Better than the previous Editions
Weak for construction managment
Used price: $24.00
Buy one from zShops for: $50.00

Nothing to do with Excel or How ToThe book provides ANSWERS. It does not provide any how-to; it does not provide any Excel formulas/etc. But is does provide the answers to all of the even-numbers problems in the companion text book. That's the only reason it got as much as a "3 stars" rating from me -- it was helpful for feedback.
Is this really an EXCEL based book?
Excellent Undergraduate-Level Stats/Excel BookI will agree with the reviewers that mentioned the errors. There ARE some errors in this book, but overall compared to most other texts there are NOT a lot of them relatively speaking.
Overall, an excellent textbook for students taking a beginning undergraduate level Stats course.

Used price: $118.90
Buy one from zShops for: $118.90

Too many words and little content
Depends what you want this book forIn each case the authors describe the principles behind the tool, its strengths and weaknesses and applications were it is applicable. The authors give tips on what data preparation is required for the tool, both in terms of data "massaging", (which is required for neural nets) and indicate were it is important to select training sets that have approximately equal proportions of "good" & "bad" outcomes, in order for the tool to predict correctly.
The descriptions include simple examples of the tool to give an overview of how the tool works. But as the title indicates, this book is for users who are considering using data mining tools. It does not describe how to use particular applications, neither does it include code examples (pseudo or actual) if you are interesting in developing your own tools.
The book is easy to read and includes many examples from their experience of data mining in the real world.
Good Introduction book, not limited to Marketing