With this book and Web Matrix, you'll be developing your own powerful ASP.NET websites in no time.
We'll start at the beginning, learning how to create graphical web pages in Web Matrix. Then we'll use Visual Basic .NET and databases to add the dynamic features usually seen in expensive commercial websites. We'll finish by looking at some of the expert ASP.NET features - writing our own controls and web services.
Even if you've never programmed before, this book will take you right into the world of professional web development. You'll be amazed at how easy it is, and how much you can do.
Publisher:
Wrox Press
Authors:
David Sussman, Colt Kwong, John West
Release Date: 2003-01
ISBN/EAN: 1861007922 / 9781861007926
For intermediate to advanced ColdFusion developers, the Certified Macromedia ColdFusion MX Developer Study Guide serves one important purpose: To prepare developers to take (and pass!) the test to become certified ColdFusion MX developers. How, then, to explain the fact that more copies of the previous edition have been sold than there are certified ColdFusion developers?! Could it be that the coverage is so thorough, the topics presented in such concise, clear terms that the popular study guide has become the de facto desk reference of choice for ColdFusion pros¿ regardless of whether they plan to take the test?
Whatever the case, one thing is clear: If you need to get certified in ColdFusion MX development, this is the place to start. Written by ColdFusion product evangelist Ben Forta with input from the team that developed the exam, the study guide is organized as a series of tightly focused review sessions that follow the same subject divisions as the test itself. Each chapter of this thoroughly revised volume¿including new chapters on application security, XML, Web services, and Flash remoting¿is short and to the point with well-explained code examples. At the end of each review section are tips and sample exam questions, and a companion Web site rounds out the package. Best of all, the book includes a coupon for the exam, so if you take the test, the book is essentially free! Get this volume, and get certified¿it¿s as simple as that!
This text is for individuals and entrepreneurs who are unable or unwilling to spend money on setting up a website. The book removes two of the major stumbling blocks to creating an online presence - expense and know-how! It shows readers where to find free Internet tools for creating a Web site, including ISPs, graphics, and performance tools. The book covers how to maximize the promotion and profitability of the created Web sites on the cheap by teaching effective Web design, various methods of site promotion, and affiliate programs. Features include special $-designated icon sections describing when and how the reader might want to upgrade from a free method to an alternate one with a fee.
Macromedia Generator 2 is the next step for the Web, providing automatically updated, graphically dynamic content. Generator is an ideal solution for companies who need to deliver dynamic, graphical content to customers who require fast downloads and personalized content. Free authoring templates in the development environment allow Flash designers to work with Generator, the dynamic graphics server, to access content from any database and display information graphically. Companies such as Ford, iCast, CBS, and FitforAll.com have used Generator and Flash to create constantly updated and personalized charts, maps, banners, and headlines.Flash and Generator Demystified is the complete resource for mastering the intricacies of Flash and Generator. Users will learn how to create designs in Flash, create authoring templates, and how to serve them up with Generator. The companion CD contains demo versions of both Generator and Flash, along with sample tutorials, templates, and images.
Publisher:
Macromedia Press
Authors:
Phillip Torrone, Chris Wiggins, Mike Chambers
Release Date: 2001-05-23
ISBN/EAN: 0201725843 / 9780201725841
If you're a web developer, you know that you can use Ajax to add rich, user-friendly, dynamic features to your applications. With the Google Web Toolkit (GWT), a new Ajax tool from Google that automatically converts Java to JavaScript, you can build Ajax applications using the Java language.
GWT in Practice is an example-driven, code-rich book designed for web developers already familiar with the basics of GWT who now want hands-on experience. After a quick review of GWT fundamentals, GWT in Practice presents scores of handy, reusable solutions to the problems you face when you need to move beyond "Hello World" and "proof of concept" applications. This book skips the theory and looks at the way things really work when you're building. I also shows you where GWT fits into the Enterprise Java Developer's toolset. Written by expert authors Robert Cooper and Charlie Collins, this book combines sharp insight with hard-won experience. Readers will find thorough coverage of all aspects of GWT development from the basic GWT concepts to in depth real world example applications.
The first part of the book is a rapid introduction to the GWT methodology The second part of the book then delves into several practical examples which further demonstrate core aspects of the toolkit The book concludes by presenting several larger GWT applications including drag and drop support for UI elements, data binding, processing streaming data, handling application state, automated builds, and continuous integration.
Along the way GWT in Practice covers many additional facets of working with the toolkit. Various development tools are used throughout the book, including Eclipse, NetBeans, IDEA, Ant, Maven, and, of course, the old fashioned command line. The book also addresses integrating GWT with existing applications and services along with enterprise and team development.
Publisher:
Manning Publications
Authors:
Robert Cooper, Charlie Collins
Release Date: 2008-05-12
ISBN/EAN: 1933988290 / 9781933988290
Shows you how to impose needed discipline on even the most complex Web & client/server development projects. Discover specific ways to mitigate the risks that lead so many Web & client/server projects to fail. Paper. DLC: Client/server computing.
Publisher:
Prentice Hall PTR
Authors:
Roger Fournier, Yourdon Press
Release Date: 1998-09-01
ISBN/EAN: 0135984262 / 9780135984260
With the explosive growth of the Internet, people everywhere are bringing their dreams and schemes to life as Web sites. In "net.people, get up close and personal with the creators of 36 of the world's most intriguing online ventures. For the first time, these entrepreneurs and visionaries share their personal stories and hard-won secrets of Webmastering. You'll learn how each of them launched a home page, increased site traffic, geared up for e-commerce, found financing, dealt with failure and success, built new relationships--and discovered that a Web site had changed their life forever.
Publisher:
Cyberage Books
Authors:
Thomas E. Bleier, Eric C. Steinert
Release Date: 2000-06
ISBN/EAN: 0910965374 / 9780910965378
A comprehensive overview about using Ulead's PhotoImpact 6 Web Studio Pro. This book, aimed at beginning to intermediate users of PhotoImpact 6, is filled with "Active Learning Exercises" which will help readers put the information in the book to practical use. It is written by Stephanie Baker-Thomas, whose tutorials have helped thousands of PhotoImpact enthusiasts learn to use the program.
Publisher:
East of the Sun Publishing
Author:
Stephanie Baker-Thomas
Release Date: 2001-05
ISBN/EAN: 0966855922 / 9780966855920
Provides all the information you need to begin developing integrated applications for the Web. Includes a detailed tutorial to SSJS containing real-world code, examples, tips, and tricks from the authors' projects. Softcover. CD-ROM included. DLC: Javascript (Computer program language).
This brief 316-page guide, authored by two technology gurus intimately familiar with Netscape servers, covers the essentials of server-side JavaScript (SSJS)--the flavor of the scripting language that enables sophisticated Web applications on Netscape servers. Organized in a simple, topical manner, Server-Side JavaScript: Developing Integrated Web Applications is a quick read for developers with previous scripting experience.
In the opening chapters, the authors discuss the three-tier server architecture, the client and server versions of JavaScript, and how SSJS fits into the Netscape architecture and its companion technology, LiveWire. They present a sample SSJS application early in the book to give the reader a taste of how the language works in a real-world environment. In succeeding chapters, the book illustrates how to manage state, forms, and databases using SSJS--with a very generous collection of sample code. Local file I/O and interfacing with external Java applications through LiveConnect are also presented in a straightforward "here's how you do it" style.
The excellent mail facilities of SSJS are addressed in their own chapter with plenty of examples. Advanced topics such as interfacing with the Lightweight Directory Access Protocol (LDAP) and Netscape Application Servers are covered as well, though existing knowledge in those areas is helpful. A companion CD-ROM contains the source code, plus reference material to round out this practical guide for Webmasters. --Stephen Plain
Publisher:
Addison-Wesley (C)
Authors:
Robert Husted, J. J. Kuslich, J.J. Kuslich
Release Date: 1999-05
ISBN/EAN: 020143329X / 9780201433296
Organized by type application - text, headlines, subheadings, breakouts, captions and five more categories - this work provides information for designers and editors that can be applied to all print and non-print media. Alex White has dissected typography into its most logical components, basing his approach on more than 15 years of teaching designing and lecturing.
Publisher:
W. W. Norton & Company
Author:
Alex White
Release Date: 1999-06
ISBN/EAN: 0393730344 / 9780393730340