Sebanyak 8 item atau buku ditemukan

Beginning ASP.NET in VB .NET

From Novice to Professional

Beginning ASP.NET in VB .NET guides you through Microsoft's technology for building dynamic websites. This book will enable you to build dynamic web pages on the fly, and it assumes only the most basic knowledge of Visual Basic .NET. The book provides exhaustive coverage of ASP.NET, guiding you from your first steps right up to the most advanced techniques, such as querying databases from within a web page and performance tuning your site. Within these pages, you'll find tips for “best practices” and comprehensive discussions of key database and XML principles you'll need to know in order to be effective with ASP.NET. The book also emphasizes the invaluable coding techniques of object orientation and code behind, which will start you off on the track to build real-world websites right from the beginning—rather than just faking it with simplified coding practices. By the time you've finished the book, you will have mastered the core techniques and have all the knowledge you need to begin work as a professional ASP.NET developer.

Beginning ASP.NET in VB .NET guides you through Microsoft's technology for building dynamic websites. This book will enable you to build dynamic web pages on the fly, and it assumes only the most basic knowledge of Visual Basic .NET.

Beginning Visual Web Programming in VB .NET

From Novice to Professional

Teaches the fundamentals of the Web environment, specifically how Visual Studio .NET makes it accessible to Visual Basic programmers by building a working Web site that demonstrates all the elements of a Visual Basic Web application, with a step-by-step exploration of essential technologies and how Visual Studio .NET helps to integrate them into a highly interactive, attractive Web application. Original. (Intermediate)

Teaches the fundamentals of the Web environment, specifically how Visual Studio .NET makes it accessible to Visual Basic programmers by building a working Web site that demonstrates all the elements of a Visual Basic Web application, with a ...

Beginning Object-Oriented ASP.NET 2.0 with VB .NET

From Novice to Professional

* Includes not only Object-Oriented Programming concepts but their application. * Dedicated to using VB.NET to create ASP.NET applications instead of windows applications. * Includes an introduction to Visual Studio 2005, coding samples from Visual Studio 200 and a chapter on creating web forms, a chapter on creating web controls, and a chapter on creating web services.

* Includes not only Object-Oriented Programming concepts but their application. * Dedicated to using VB.NET to create ASP.NET applications instead of windows applications. * Includes an introduction to Visual Studio 2005, coding samples ...

Beginning Visual Web Programming in VB .NET

From Novice to Professional

* How to create dynamic web pages with ASP.NET web forms and web server controls * How to display and manipulate data using ADO.NET and Visual Studio .NET components * How to persist state in different ways, within the "stateless" web environment * How to create XML files and XML schema, and how to use them for data transfer * How to integrate your web applications with others, through web services * How to make your application more secure, via the security features in ASP.NET and IIS * How to eliminate bugs and unexpected failures, through effective debugging and exception-handling techniques * How to improve the performance of your application and prepare it for release NOTE: There is an Apress title called Programming the Web with Visual Basic .NET (Torkelson, Peterson, Torkelson) but this title is aimed at a higher-level audience and is more of a ‘transition’ book than an inspirational skills improvement book.

* How to create dynamic web pages with ASP.NET web forms and web server controls * How to display and manipulate data using ADO.NET and Visual Studio .NET components * How to persist state in different ways, within the "stateless" web ...

Beginning ASP.NET in VB .NET

From Novice to Professional

* Comprehensive book— includes discussion of the key database, and XML principles you need to know in order to be effective with ASP.NET * Teaches correct techniques such as the use of "object orientation" and "code behind" from the beginning rather than fake it with simplified techniques that won’t work well in real life; Emphasizes "best practices" at all times * Most up to date and comprehensive Beginning ASP NET book out there

NET So FAR, YOU'VE DISCOVERED that ASP.NET isn't just a new way to create
modern web applications—it's also part of an ambitious multilayered strategy
called .NET, ASP.NET is only one component in Microsoft's.NET platform, which ...

Beginning PHP and MySQL

From Novice to Professional

Beginning PHP and MySQL: From Novice to Professional, Fourth Edition is a major update of W. Jason Gilmore's authoritative book on PHP and MySQL. The fourth edition includes complete coverage of PHP 5.3 features, including namespacing, an update of AMP stack installation and configuration, updates to Zend Framework, coverage of MySQL Workbench, and much more. You'll not only receive extensive introductions to the core features of PHP, MySQL, and related tools, but you'll also learn how to effectively integrate them in order to build robust data-driven applications. Gilmore has seven years of experience working with these technologies, and he has packed this book with practical examples and insight into the real-world challenges faced by developers. Accordingly, you will repeatedly return to this book as both a valuable instructional tool and reference guide. What you’ll learn How to install and configure Apache, PHP 5.3, and MySQL PHP and object-oriented programming basics New PHP 5.3 features and how to use them How to move beyond basic PHP, including using the Zend Framework How to use MySQL to securely store your website's data How to use MySQL Workbench to manage your database Who this book is for Developers who want to harness PHP and MySQL to create powerful web applications Table of Contents Introducing PHP Configuring Your Environment PHP Basics Functions Arrays Object-Oriented PHP Advanced OOP Features Error and Exception Handling Strings and Regular Expressions Working with the File and Operating System PEAR Date and Time Forms Authenticating Your Users Handling File Uploads Networking PHP and LDAP Session Handlers Templating with Smarty Web Services Secure PHP Programming Integrating jQuery and PHP Building Web Sites for the World MVC and the Zend Framework Introducing MySQL Installing and Configuring MySQL The Many MySQL Clients MySQL Storage Engines and Datatypes Securing MySQL Using PHP with MySQL Introducing PDO Stored Routines MySQL Triggers MySQL Views Practical Database Queries Indexes and Searching Transactions Importing and Exporting Data

What you’ll learn How to install and configure Apache, PHP 5.3, and MySQL PHP and object-oriented programming basics New PHP 5.3 features and how to use them How to move beyond basic PHP, including using the Zend Framework How to use ...

Beginning Portable Shell Scripting

From Novice to Professional

Portable shell scripting is the future of modern Linux, OS X, and Unix command–line access. Beginning Portable Shell Scripting: From Novice to Professional teaches shell scripting by using the common core of most shells and expands those principles to all of scripting. You will learn about portable scripting and how to use the same syntax and design principles for all shells. You’ll discover about the interaction between shells and other scripting languages like Ruby and Python, and everything you learn will be shown in context for Linux, OS X, bash, and AppleScript. What you’ll learn This book will prime you on not just shell scripting, but also the modern context of portable shell scripting. You will learn The core Linux/OS X shell constructs from a portability point of view How to write scripts that write other scripts, and how to write macros and debug them How to write and design shell script portably from the ground up How to use programmable utilities and their inherent portability to your advantage, while pinpointing potential traps Pulling everything together, how to engineer scripts that play well with Python and Ruby, and even run on embedded systems Who this book is for This book is for system administrators, programmers, and testers working across Linux, OS X, and the Unix command line. Table of Contents Introduction to Shell Scripting Patterns and Regular Expressions Basic Shell Scripting Core Shell Features Explained Shells Within Shells Invocation and Execution Shell Language Portability Utility Portability Bringing It All Together Shell Script Design Mixing and Matching

What you’ll learn This book will prime you on not just shell scripting, but also the modern context of portable shell scripting.

Beginning XSLT 2.0

From Novice to Professional

This followup to Jeni Tennison's Beginning XSLT has been updated to accomodate the revised XSLT standard. Part one of this book introduces XML and XSLT at a comfortable pace, and gradually demonstrates techniques for generating HTML (plus other formats), from XML. In part two, Tennison applies theory to real-life XSLT capabilities—including generating graphics. Each chapter includes step-by-step examples (with code available online), plus review questions at the end, to help you grasp the discussed features. In fact, all of the examples and exercises revolve around an interesting common theme: making TV listings available online. This book lives up to its name, and will definitely take you from a novice to a professional, in no time!

In fact, all of the examples and exercises revolve around an interesting common theme: making TV listings available online. This book lives up to its name, and will definitely take you from a novice to a professional, in no time!