|
Home
Articles
|
|
 |
On September 2nd, 2010 08:38 a visitor came here looking for "web programming books" and that person was viewing the following page:
Web Programming & Scripting Books
Our store have a wide collection of books, both fiction and non-fiction. Just browse around and you will find the one you have been looking for.
|
If somehow that page does not seem relevant to you here are some products with the description/reviews matching your search term : |
 |
Python Web Programming
Price : $49.99 $24.48
Average
Customer Rating :      |
|
Editorial Review :
Python Web Programming is a practical introduction to building networked systems in the object-oriented framework of the Python language. It shows how to leverage the powerful Python libraries to build systems with less programming effort and easier maintenance. It leaves involved discussion of the Python language by itself to other books and dives right into using Python within web enables applications. This book is intended for programmers who have experience with other programming languages (such a C or C++) and has some experience with building web-based systems. It is for the serious programmer who does not want a basic introductory to the language. All code developed in the book will be available on the newriders.com website. This is an incredible asset because the Python language allows for modular programming between systems, thus readers in their projects can use code created in the book.
Customer Review :
Python Book Review
Although I bought the book for class, and would normally sell it once class is over, this book was extremely helpful and will definitely be a book to keep for my personal library. It was what title said, and helped me understand the course material better. I am not a perfect student, I am not 100% in any class, but because of this book, I still learned more then I would've attending course alone.
Rating :    
Great book somewhat let down by loss of focus at the end.
After reading positive reviews here and Amazon.co.uk decided to buy the book.
There is not much to add to positive points noted by previous reviews but they have omitted one important thing about this book. Up until Chapter 17 the content remains concise, sample code is well documented and explained but chapters 17 and 18 are let downs unless you are willing to do some research on the net and dig out original book code (now residing at holdenweb.com)
Chapter 17 that introduces AWeFUL; An Object-Oriented Web Site Framework starts well and what little is written on it, is well written, however, chapter only contains small parts of the framework and at the end of it, you won't have a working site. Several critical modules are omitted and despite of showing final site running on framework, all you'll be seeing are exactly that: the images from author's screen.
Similar problems to Chapter 17 are present on Chapter 18, the sample site is dependant on several modules not included in the book and unless you download book code from author's website (and couple addtional Python modules as well), you won't be able to build a working website.
On the whole, seems to me that the author has either lost his patience, was running out of space or has tried to write about something he hadn't planned properly and didn't finish on time for book.
Also slight disappointment was, especially, exclusion of MySQL from database usage examples. Already 2002 MySQL was widely used as a database backend for websites and excluding it from a book that deals with web development, it is somewhat disappointing.
Above flaws may sound worse than they really are, just something you should be aware of if you decide to buy this book and expect high standards throughout.
Rating :    
Too much background information
The start of the book provides a good start to understanding python. As the book progresses there are several chapters which do not relate to Python much at all. I was wanting to find out about how you connect to a database from python, but there were at least two chapters on data structures and database concepts that were general, and not really related to connecting to and using a database. A similar problem exists with the intoduction to TCP/IP. Essentially the book takes us through a very low level explanation from the ground up of how TCP/IP and HTTP work. A in depth knowlege of TCP/IP is not nessasarily important to programming a web application, as most of the actual implementation of TCP/IP can be hidden from the programmer. I also feel the author was struggling to find things to say, hence the bloat. Would have been better to have been a thinner book that kept to the subject at hand.
Rating :   
Not right on the mark
If you want to use Python to write a Web Server, this might be the book for you. If you want to use Python to write a server-side script, look elsewhere.
Rating :  
Trying to Learn Python? Check this book out!
This book will help anyone trying to learn the Python language. I have used this book many times while writing Python code and it always remains close by! The visual reference is extremely helpful and effective during the learning process and the authors provide just enough written explanation without drowning the reader with a bunch of theory. Can't think of a book I enjoyed or would recommend more!!...
Rating :     
More
reviews...
|
 |
Core Web Programming (Core Series)
Price : $49.95 $4.99
Average
Customer Rating :      |
|
Customer Review :
Outdated, unfriendly
I would be the first person to say that Marty Hall is a gifted writer. His books on Servlets and JSP are my favorite computer books, but this book is far from great. The style is cold, the material delivered too fast with too little explanations and all in all, the attempt to cover everything in one fell swoop fails. I was using the book in a class that tried to cover the material the book does, and as a learning resource it is way too shallow for thorough knowledge, more as an 'In a Nutshell' style instead. If you want a good Javascript book, get 'Practical JavaScript for the Usable Web'; if you want a good Java book, well, look someplace else. Spare yourself a book you will not enjoy reading (and get Marty Hall's 'Core Servlets' instead!).
Rating :  
A standard
This was used in an MBA-level course on "Development of Web-Based Applications." The course centered on the management of application development, and the actual web-development component of the course was pretty light. However, I've used this book as a resource before and if you use Java this is a must-have.
Rating :    
Superceded by better books
Agreed that Marty Hall knows how to write and produces great books. Knowing this, I can heartily recommend his more recent "More Servlets and JSPs" as it provides more relevant up to date information. For the Java side of things, this offers the most bang for your buck.
When this book first came out, it was attempting to cover the gamut of web development technology, and tried to go from CGI up through JSPs and the coverage was ultimately spotty. For a more focused approach to servlets and JSPs, read Hall's later books. For a better historical perspective on the evolution of web programming, look at "Web Application Architecture - Principles, Protocols and Practices" by Leon Shklar and Richard Rosen.
Rating :  
Almost perfect, more JavaScript needed...
Before I bought this book: I knew about html basic elements such as head, body, p, and a few more. I had to use tools to create web pages and I never knew how it really works, and I didn't use any advanced elements. Now I can do web pages much better, use CSS and many other cool things.
This book is so well organized it has good approach, from easy elements to harder elements. It covers very interesting topics starting with text elements (for beginning), frames, css, java introduction, java programming, basic 2d & 3d graphics, mouse and keyb. events, layout managers, awt components, swing, threads, network programming (excellent one), and finally server side stuff (java server pages, servlets,jdbc...).
My wish would be to remove java programming sections, since java programming is too big and to complex to show it in 2 or 3 sections, also there are plenty java programming books around. However this is just my opinion.
*All* of the examples are SHORT and INDEPENDENT: you don't have to read all chapters in a row to be able to understand the example. Each topic has it's own nice and small example which exactly points out the essential things. I really hate reading a book from beginning to the end, therefore I hate when whole book is based on one example which grows as you go further - THIS BOOK IS NOT LIKE THAT, althow more examples would be even better.
Finally, this is one of the best books I own, the only negative mark is that java programming should be removed, as well as awt, and instead more java script should be present, however this problem is easy to overcome by buying one of numerous java script books (recomended: JavaScript Bible by Danny Goodman).
Sorry for typos, good luck to all, bye !
Rating :    
Outstanding, Real life examples!
This book is great for a beginner. It covers the basic of HTML, Java 2, JSP's, Servelts, and some javascript. Examples are clear and easy to understand.
Rating :     
More
reviews...
|
 |
Semantic Web Programming
Price : $45.00 $24.57
Features
: - ISBN13: 9780470418017
- Condition: New
- Notes: BUY WITH CONFIDENCE, Over one million books sold! 98% Positive feedback. Compare our books, prices and service to the competition. 100% Satisfaction Guaranteed
Average
Customer Rating :      |
|
Editorial Review :
The next major advance in the Web?Web 3.0?will be built on semantic Web technologies, which will allow data to be shared and reused across application, enterprise, and community boundaries. Written by a team of highly experienced Web developers, this book explains examines how this powerful new technology can unify and fully leverage the ever-growing data, information, and services that are available on the Internet. Helpful examples demonstrate how to use the semantic Web to solve practical, real-world problems while you take a look at the set of design principles, collaborative working groups, and technologies that form the semantic Web. The companion Web site features full code, as well as a reference section, a FAQ section, a discussion forum, and a semantic blog.
Customer Review :
Brought me from clueless to confident in a month
I was tasked earlier in the year with investigating ontologies and semantic web technologies, with the expectation of producing a working application (demo) by the year's end (for a mobile R&D group). I spent a few months reading white papers as well as a book "Semantic Web for the Working Ontologist". Neither was of much use to an absolute novice. Luckily, my manager dropped this book off on my desk in July, which was an absolute godsend. Over the next month or so, I worked my way through all of the well-written chapters and example code. It took a while, but I am now confident with my work tasks ahead. I could not say that at the beginning of July. If you devote the time, I'm positive that you'll get a firm grasp of the subject matter.
Rating :     
OK, but you need some foundations
The other reviews are basically correct, this is a good, broad overview and will get you up and running quickly. Beware, however, that the examples are poorly edited: for example, the namespaces used the text, the illustrations, and the source code are frequently different. This isn't too big a deal if you have some background w/RDF concepts in general and know how to debug these inconsistencies, but if you're truly a noob, you may run into some trouble.
Rating :   
Clear conceptual explanations, helpful examples
Semantic Web Programming is the best book on the market. I flipped through two or three other textbooks before being recommended this book by a colleague. I am so glad I found this book.
The differentiating feature of Semantic Web Programming is the frequency of visual images that help to explain the core programming concepts. The examples are also very helpful.
This book gets my highest recommendation. I am sure you will find it useful.
Rating :     
Broad coverage and lots of code examples
This book will help you acquire knowledge or skills in: the Semantic Web approach to Information Modeling, the use of rules to augment such models when needed, where to find data sets already formatted for Semantic Web usage or ontologies that you could adapt for your application if you don't want to create one from scratch, how to interrogate the Semantic Web using special browsers or browser plugins, search engines, or a query language such as SPARQL, how to use an open-source tool such as Protege from Stanford University to create Semantic Web Information Models, an open-source reasoning engine like Pellet for making inferences flowing from your data sets, and an open-source development framework like Jena from Hewlett Packard for creating Semantic Web applications.
This is not the only book written for software developers but it is the best available so far, especially if you are a Java Developer. Toby Segaran et al's "Programming the Semantic Web" uses Python as the main programming language and has more limited coverage of Semantic Web topics. Both books, however, are quite readable even if you are not a programmer. If you're really looking to learn just the concepts, however, you might want to consider "A Semantic Web Primer 2nd Edition" by Grigoris Antoniou and Frank van Harmelen, or "Introduction to the Semantic Web and Semantic Web Services" by Liyang Yu, instead.
I like this book very much not only because it is very well-written and thought out, but also for its up-to-date and broad coverage. It covers Version 2 of the Web Ontology Language used for Information Modeling, so new features such as property chains, keys, and custom data types are discussed. It has a good tutorial on SPARQL, and the chapter on Patterns and Best Practices include architectural recommendations and useful tips for managing URIs and annotations. It provides references to important concept papers, and to popular open-source and commercial tools.
I do hope that future editions of this book will include: more concrete discussions of the challenges involved in modeling and using Semantic Web data due to the paradigm's adherence to the Open World rather than the Closed World Assumption, and recommendations on potential approaches to model versioning and addressing security concerns such as role-based viewing of Semantic Web data. Overall, however, an excellent book!
Rating :     
Best Semantic Web Book to Date
As a programmer, it's sometimes frustrating to consistently books written in research/ academic vernacular when you are trying to enhance your knowledge base from a functional standpoint. Semantic Web Programming was recommended to me by someone who swore it was the "real deal", as it were. I have to admit, I was dubious, since many of the other books "written for programmers" were either far too basic, or far too based in theory rather than practicality. I am extremely pleased to report that Semantic Web Programming is precisely what it claims to - an excellent tool for learning semantic web with the programmer in mind. I can't recommend this book enough, quite frankly, and found it to be an excellent purchase.
Rating :     
More
reviews...
|
|
Questions & Answers Powered by Yahoo! Answers
Question : Do you feel there is a need for a series of books on getting kids into programming computers and web design
In case there is intrest in such a series, I am capable of writing it and plan to.I am thinking of including the following topics into the series: Web Design(HTML, XHTML, CSS), Perl, Windows, and maybe some more titles.
Answer:
You could probably do better working up curricula for schools. Computers are everywhere in schools, but the average school teacher has been serving longer than personal computers have been commonplace in homes (20+ years). Therefore, there's tremendous demand for instructional materials about computers -- especially since most school teachers don't know much about them.
|
Question : Do you know if there are any books on the WEB DESIGN program NVU
i thought i came across a book on NVU a few weeks ago... online..but now i cant find it...
Answer:
amazon.com has a $6 article on it....http://www.amazon.com/NVU-authoring-authoring-Evaluation-Technology/dp/B000E6EQ9G/sr=8-1/qid=1 169848564/ref=pd_bbs_sr_1/102-2498119-6180143I haven't seen any books on this, I was just recently in a store looking at book titles for a web project I have and I don't recall seeing the name.
|
|
|