Showing posts with label basic. Show all posts
Showing posts with label basic. Show all posts

Visual Basic 6 Complete Review

Visual Basic 6 Complete
Average Reviews:

(More customer reviews)
Are you looking to buy Visual Basic 6 Complete? Here is the right place to find the great deals. we can offer discounts of up to 90% on Visual Basic 6 Complete. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Visual Basic 6 Complete ReviewFirst off, being an IT graduate w/out any knowledge of VB6 but with C++/Java knowledge, I wanted to learn VB6 with little fuss. Secondly, when I saw this book, I was very amazed at the book's thickness at a very affordable price. I immediately got it with minimal page flipping. Btw, its also my first VB6 book.
I went back to have a read. It starts off pretty well with basic intro of the IDE, explainations of the toolbox and so on. The code examples presented were good and easy to understand from a intermediate's point of view. Now, being a complete book, I read it halfway thru, and you would've assume they'd explain some code they used in later chapters.
This isn't the case. HOWEVER it does provide a COMPLETE language reference at the back, so some exploring is required though it shouldn't be hard. Also, this book doesn't exactly flow in the way you would want it to, mainly because its a compilation of different VB6 books of varying difficulty levels.
At times, it skips to different topics too fast, leaving many holes in between.... so be careful. On the plus side, this book does cover many topics, including the Win API, VBSCript, VBA and DB programming. So, it's definitely complete in that sense, but they're NOT completely explained.
So what's the conclusion? JUST GET IT! Regardless of your VB level, you will benefit in some form or another from this book, considering the ridiculous price it offers.Visual Basic 6 Complete Overview

Want to learn more information about Visual Basic 6 Complete?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Ready-to-Run Visual Basic(r) Algorithms, 2nd Edition Review

Ready-to-Run Visual Basic(r) Algorithms, 2nd Edition
Average Reviews:

(More customer reviews)
Are you looking to buy Ready-to-Run Visual Basic(r) Algorithms, 2nd Edition? Here is the right place to find the great deals. we can offer discounts of up to 90% on Ready-to-Run Visual Basic(r) Algorithms, 2nd Edition. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Ready-to-Run Visual Basic(r) Algorithms, 2nd Edition ReviewEven if you have been programming in VB for several years, or have taken college-level computer science data structures courses, you need this book.
This book goes way beyond simply providing code snippets that you can paste into your VB apps. The author begins by explaining such fundamental algorithm concepts as time and space complexity analysis and the trade-offs between the two. He really focuses on providing an understanding of the "Whys" in addition to the "Hows".
Simply put, if you are or aspire to be a serious VB programmer, there are 4 books that you must have by your side at all times: this book, Dan Appleman's "VB Programmer's Guide to the WIN32-API", Bruce McKinney's "Hardcore Visual Basic", and Microsoft's "Visual Basic Programmer's Guide".Ready-to-Run Visual Basic(r) Algorithms, 2nd Edition Overview

Want to learn more information about Ready-to-Run Visual Basic(r) Algorithms, 2nd Edition?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Masterminds of Programming: Conversations with the Creators of Major Programming Languages (Theory in Practice (O'Reilly)) Review

Masterminds of Programming: Conversations with the Creators of Major Programming Languages (Theory in Practice (O'Reilly))
Average Reviews:

(More customer reviews)
Are you looking to buy Masterminds of Programming: Conversations with the Creators of Major Programming Languages (Theory in Practice (O'Reilly))? Here is the right place to find the great deals. we can offer discounts of up to 90% on Masterminds of Programming: Conversations with the Creators of Major Programming Languages (Theory in Practice (O'Reilly)). Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Masterminds of Programming: Conversations with the Creators of Major Programming Languages (Theory in Practice (O'Reilly)) ReviewMost of these "masterminds" come across as rather provincial, making for an unintentionally hilarious read. Stroustrup can't go much more than a page without complaining about Java. The creator of basic opines that, because all languages are basically the same, if you've learned one you can easily learn any . . . then later talks about how he is trying (and failing) to learn objective-C. Guido van rossum asserts that you can define reduce in a couple of lines of python, which you simply cannot do in a functional language. Huh?
reduce f z [] = z
reduce f z (x:xs) = reduce f (f z x) xs
Or is haskell not a functional language in his book, just like lisp is not a functional language?
Don't get me wrong, a few of the interviews are worth reading for something other than comedic value. When creators are actually willing to talk about the mistakes and tradeoffs they made, as the team behind Awk does, the results are sometimes illuminating. The interview with charles moore is completely insane, in a good way. Adin falkoff's comments on apl are interesting, and he does a good job of taking the high road when the interviewer attempts to provoke comparisons to other languages. Unfortunately the overall tone of the book drags it down to not much more than an amusing light read - good for a plane ride, but not worth coming back to.Masterminds of Programming: Conversations with the Creators of Major Programming Languages (Theory in Practice (O'Reilly)) Overview

Want to learn more information about Masterminds of Programming: Conversations with the Creators of Major Programming Languages (Theory in Practice (O'Reilly))?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Programming for the Absolute Beginner (No Experience Required (Course Technology)) Review

Programming for the Absolute Beginner (No Experience Required (Course Technology))
Average Reviews:

(More customer reviews)
Are you looking to buy Programming for the Absolute Beginner (No Experience Required (Course Technology))? Here is the right place to find the great deals. we can offer discounts of up to 90% on Programming for the Absolute Beginner (No Experience Required (Course Technology)). Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Programming for the Absolute Beginner (No Experience Required (Course Technology)) ReviewSome will be quick to tell you that it's worthless to learn JustBASIC because you can't do much with it and you should instead learn Visual Basic. I started learning BASIC when I was about 5 or 6 (my dad is a programmer and taught me a lot!), but then never used it for a long time. 20 years later, I find myself with the desire to learn Visual Basic. I had told my dad that I wanted to learn Visual Basic to create some software for a non-profit organization that I run. I had said that I felt the best way to learn to program is to go through what I call "bootcamp" which is basically having to code EVERYTHING at first. You'll get a better grip on what's going on behind the scenes and the ability to better appreciate Visual Basic's IDE. He told me that when we went from Quick Basic (or qbasic) to Visual Basic, it was a relatively quick and easy, painless experience because so much of the code he'd been using still applied.
One of the things I wish that this book would do is give quizzes at the end. I can't even tell you how helpful those can be in making sure you understand the information. How else are you to know just how much you learned? Some of the games are a little (lot) goofy in this book, but they do what they're supposed to do: demonstrate the use of the code covered in that chapter as well as previous chapters. You also end up with a few programs that with a little modification could be quite fun to play! I'm working on a slot machine program that will pull up all of the pictures in the folder that the program is found in and display them as you win rather than basing it solely on how much money you have. That way I could cycle through family vacations, weddings, etc. in a more interactive way. While it might not be something I will use often, it's definitely one more Problem for me to try to figure out. Isn't that, after all, what programming is all about? Problem-Solving?
In the end, I'd have to say that this book is very good. Pick it up, learn it, master it and move on. You'll be a stronger programmer in five years if you keep to the simple basics of breaking down programs, using subroutines/functions to streamline your programs and using liberal use of comments all throughout the code. Definitely worth the money!Programming for the Absolute Beginner (No Experience Required (Course Technology)) Overview

Want to learn more information about Programming for the Absolute Beginner (No Experience Required (Course Technology))?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Gendered Lives: Communication, Gender and Culture Review

Gendered Lives: Communication, Gender and Culture
Average Reviews:

(More customer reviews)
Are you looking to buy Gendered Lives: Communication, Gender and Culture? Here is the right place to find the great deals. we can offer discounts of up to 90% on Gendered Lives: Communication, Gender and Culture. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Gendered Lives: Communication, Gender and Culture ReviewThis book was the best textbook that I have used during my college experience. The vivid examples that Julia Wood uses, really makes the facts come to life. The book is easy to follow and it is very interesting. I highly recommend this book to anyone who would like to see and learn about the real facts about gender,communication and culture.Gendered Lives: Communication, Gender and Culture Overview

Want to learn more information about Gendered Lives: Communication, Gender and Culture?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...