0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (2)
  • R100 - R250 (90)
  • R250 - R500 (505)
  • R500+ (3,205)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Internet > Internet languages > General

PHP 5 Recipes - A Problem-Solution Approach (Paperback, 1st ed.): Frank M. Kromann, Jon Stephens, Nathan A Good, Lee Babin PHP 5 Recipes - A Problem-Solution Approach (Paperback, 1st ed.)
Frank M. Kromann, Jon Stephens, Nathan A Good, Lee Babin
R1,227 R1,061 Discovery Miles 10 610 Save R166 (14%) Ships in 10 - 15 working days

What you hold in your hands is the answer to all your PHP 5 needs. We have written "PHP 5 Recipes" with a number of purposes in mind.

First, this book is a source of instant solutions, including countless pieces of useful code that you can just copy and paste into your own applications, giving you answers fast and saving you hours of coding time.

Second, this book is a useful reference to the most important aspects of the PHP 5 language, including the vital functions you know and love from previous versions of PHP, as well as the functions introduced in PHP 5.

Finally, this book explains the PHP 5 functionality in detail, including the vastly improved object-oriented capabilities and the new MySQLi database extension.

We are confident "PHP 5 Recipes" will be a useful and welcome companion throughout your PHP journey, keeping you on the cutting edge of PHP development, ahead of the competition, and giving you all the answers you need, when you need them.

Lightweight Django (Paperback): Julia Elman, Mark Lavin Lightweight Django (Paperback)
Julia Elman, Mark Lavin
R954 R797 Discovery Miles 7 970 Save R157 (16%) Ships in 9 - 17 working days

How can you take advantage of the Django framework to integrate complex client-side interactions and real-time features into your web applications? Through a series of rapid application development projects, this hands-on book shows experienced Django developers how to include REST APIs, WebSockets, and client-side MVC frameworks such as Backbone.js into new or existing projects. Learn how to make the most of Django's decoupled design by choosing the components you need to build the lightweight applications you want. Once you finish this book, you'll know how to build single-page applications that respond to interactions in real time. If you're familiar with Python and JavaScript, you're good to go. Learn a lightweight approach for starting a new Django project Break reusable applications into smaller services that communicate with one another Create a static, rapid prototyping site as a scaffold for websites and applications Build a REST API with django-rest-framework Learn how to use Django with the Backbone.js MVC framework Create a single-page web application on top of your REST API Integrate real-time features with WebSockets and the Tornado networking library Use the book's code-driven examples in your own projects

Pro Eclipse JST - Plug-ins for J2EE Development (Paperback, 1st ed.): Hakeem Shittu, Christopher M. Judd Pro Eclipse JST - Plug-ins for J2EE Development (Paperback, 1st ed.)
Hakeem Shittu, Christopher M. Judd
R1,117 R951 Discovery Miles 9 510 Save R166 (15%) Ships in 10 - 15 working days

A must have for J2EE developers working on Eclipse. -- Valentin Crettaz, Val's Blog

The open source Eclipse has proven to be a best-of-class, extensible application development framework. Out of the zip file, Eclipse offers many tools for developing Java applications including wizards, unit testing, debuggers, and editors. However, these tools do not support the development of enterprise applications.

Up until this point, an enterprise developer using Eclipse had to spend a large amount of time locating and evaluating plug-ins to build a suite of enterprise tools. The Eclipse Web Tools project has changed that by providing a comprehensive tools kit for developing enterprise applications called the J2EE Standard Tools (JST). JST along with WST (Web Standard Tools) will make Eclipse a much more complete application development framework for Java developers.

"Pro Eclipse JST" will cover these J2EE Standard Tools in detail. It's essentially a wide range of plug-ins for developing and integrating Servlets, JSPs, EJBs, and more that most other enterprise Java developers use on a daily basis into the Eclipse framework and IDE for use and professional practice.

For more information about the book, check out the authors' site, http: //projst.com.

Web Designer's Reference - An Integrated Approach to Web Design with XHTML and CSS (Paperback, 1st Corrected ed., Corr.... Web Designer's Reference - An Integrated Approach to Web Design with XHTML and CSS (Paperback, 1st Corrected ed., Corr. 3rd printing)
Craig Grannell
R900 R789 Discovery Miles 7 890 Save R111 (12%) Ships in 10 - 15 working days

*Functions as two books in one: twelve tutorials chapters combined with thorough reference to XHTML and CSS syntax. *"Integrates design, theory, and practical exercises"-working on a modular basis, just as a real-world designer must. *Each chapter is self-contained, enabling readers to dip in and out and learn specific techniques, without necessarily reading through the entire book.

Beginning Object-Oriented ASP.NET 2.0 with VB .NET - From Novice to Professional (Paperback, 1st ed.): Brian Myers Beginning Object-Oriented ASP.NET 2.0 with VB .NET - From Novice to Professional (Paperback, 1st ed.)
Brian Myers
R854 R743 Discovery Miles 7 430 Save R111 (13%) Ships in 10 - 15 working days

"Beginning Object-Oriented ASP.NET 2.0 with VB .NET" covers all of the basics, from definition to inheritance. This book even includes a chapter on Visual Studio 2005 and Microsoft .NET Framework 2.0, enabling you to create ASP.NET 2.0 applications. Also included are chapters on creating web forms, web controls, and web services. Code samples illustrate the usage of each concept. -->Table of Contents-->An Introduction to .NET and Visual Studio 2005 Object-Oriented Programming Attributes and Actions Encapsulation Inheritance Namespaces Class Design ASP.NET Web Forms ASP.NET Controls Web Services

Learn Quantum Computing with Python and Q# - A hands-on approach (Paperback): Sarah Kaiser, Chris Granade Learn Quantum Computing with Python and Q# - A hands-on approach (Paperback)
Sarah Kaiser, Chris Granade
R1,329 Discovery Miles 13 290 Ships in 12 - 19 working days

Learn Quantum Computing with Python and Q# demystifies quantum computing. Using Python and the new quantum programming language Q#, you'll learn QC fundamentals as you apply quantum programming techniques to real-world examples including cryptography and chemical analysis. Learn Quantum Computing with Python and Q# builds your understanding of quantum computers, using Microsoft's Quantum Development Kit to abstract away the mathematical complexities. You'll learn QC basics as you create your own quantum simulator in Python, then move on to using the QDK and the new Q# language for writing and running algorithms very different to those found in classical computing. Key Features * The underlying mechanics of how quantum computers work * How to simulate qubits in Python * Q# and the Microsoft Quantum Developer Kit * How to apply quantum algorithms to real-world examples For readers with basic programming skills and some experience of linear algebra, calculus and complex numbers. About the technology Quantum computing is the next step in computing power and scalability, with the potential to impact everything from data science to information security. Using qubits, the fundamental unit of quantum information, quantum computers can solve problems beyond the scale of classical computing. Software packages like Microsoft's Quantum Development Kit and the Q# language are now emerging to give programmers a quick path to exploring quantum development for the first time. Christopher Granade completed his PhD in physics (quantum information) at the University of Waterloo's Institute for Quantum Computing, and now works in the Quantum Architectures and Computation (QuArC) group at Microsoft. He works in developing the standard libraries for Q# and is an expert in the statistical characterization of quantum devices from classical data. Previously, Christopher helped Scott Aaronson prepare lectures into his recent book, Quantum Computing Since Democritus. Sarah Kaiser completed her PhD in physics (quantum information) at the University of Waterloo's Institute for Quantum Computing. She has spent much of her career developing new quantum hardware in the lab, from satellites to hacking quantum cryptography hardware. Communicating what is so exciting about quantum is her passion, and she loves finding new demos and tools to help enable the quantum community to grow. When not at the keyboard, she loves kayaking and writing books about engineering for kids.

Pro Java Programming (Paperback, 2nd ed.): Brett Spell Pro Java Programming (Paperback, 2nd ed.)
Brett Spell
R1,427 R1,207 Discovery Miles 12 070 Save R220 (15%) Ships in 10 - 15 working days

This guide for intermediate to advanced developers focuses on the finer points of programming with Java. Although some chapters are related to technology traditionally used with the Java 2 Standard Edition (J2SE), most of the material is equally relevant to the Java 2 Enterprise Edition (J2EE) and the development of web applications. Sample topics

Pro ASP.NET 2.0 Website Programming (Paperback, 1st ed.): Damon Armstrong Pro ASP.NET 2.0 Website Programming (Paperback, 1st ed.)
Damon Armstrong
R1,340 R1,147 Discovery Miles 11 470 Save R193 (14%) Ships in 10 - 15 working days

Pro ASP.NET 2.0 Website Programming shows you how to harness the ASP.NET technology to build websites that tackle real business needs. It provides ideas and practices that help reduce maintenance costs, decrease development time, and manage user perception. It discusses not only the technical implementation but the business reasoning behind the ideas--using real business situations, drawn directly from the author's extensive consulting experience. Business application development projects routinely begin with limited resources, tight budgets, and constrained timelines. Many developers respond to this by starting their coding immediately, with the hope of maximizing their time. But it's already been proven that the best way to finish projects on time and under budget is to invest some time up front to make the development project operate more smoothly and efficiently in the long run. This book shows you how to build reusable components to reduce the overall amount of code you need to write, and to keep the user experience consistent. If you have a basic knowledge of ASP.NET, VB.NET, and Visual Studio then this book will also show you how to: Create reusable services and controls to manage common web tasks, such as logging in and displaying important customer information Manage different types of data, including files Build portals using the web parts framework Create a simple but effective reporting framework Develop a SQL tool for easy data searching Implement encryption and security strategies to protect your application and your customer's data With this book, you'll be able to exploit ASP.NET 2.0 to its full potential, and provide your users and customers with websites that are intuitive, secure, and high performing.

Pro Spring (Paperback, 1st Corrected ed., Corr. 2nd printing): Rob Harrop, Jan Machacek Pro Spring (Paperback, 1st Corrected ed., Corr. 2nd printing)
Rob Harrop, Jan Machacek
R1,348 R1,155 Discovery Miles 11 550 Save R193 (14%) Ships in 10 - 15 working days

*Readers will witness a real application being built with Spring framework, which is a very hot topic. *Aspect Oriented Programming (AOP) is most up to date at time of book's release; AOP is a hot topic right now. *Will be endorsed by Open Source Spring Framework founder and head, Rod Johnson (plus a Foreward, name on cover, and/or possible Spring logo).

PHP Web Development with Macromedia Dreamweaver MX 2004 (Paperback, Softcover reprint of the original 1st ed.): David Powers,... PHP Web Development with Macromedia Dreamweaver MX 2004 (Paperback, Softcover reprint of the original 1st ed.)
David Powers, Allan Kent, Rachel Andrew 1
R1,133 R994 Discovery Miles 9 940 Save R139 (12%) Ships in 10 - 15 working days

This is a concise, compact, no-nonsense book that teaches the reader how to develop accessible, standards compliant PHP-driven web sites using the latest technologies: PHP 5 and Macromedia Dreamweaver MX 2004 is the development tool. This book presents PHP Web development with Dreamweaver in real-world tutorials so you can expect fast results as you progress through the book. Full book support will be available online and via email.Technology involved: - PHP - The most popular open source server-side scripting language, with extensive support available in Dreamweaver MX- MySQL - One of the most popular open source RDBMSs, and the database of choice for use with dynamic PHP-driven web sites- Apache 1.3 - the most popular open source web server, and the web server of choice for serving PHP web sites - Macromedia Dreamweaver MX 2004 is Macromedias new version of their hugely popular WSIWYG web page creation tool, with much improved feature

Pro ASP.NET 1.1 in C# - From Professional to Expert (Paperback, 1st ed.): Matthew MacDonald Pro ASP.NET 1.1 in C# - From Professional to Expert (Paperback, 1st ed.)
Matthew MacDonald
R1,729 R1,481 Discovery Miles 14 810 Save R248 (14%) Ships in 10 - 15 working days

"Pro ASP.NET 1.1 in C#" aims to be the definitive reference for working developers in the field. Its compendium format covers every topic you are likely to come across in your day-to-day work, from handling data through to configuration and deployment.

The books goal is to act first as a tutorial guide that you can read from cover to cover, and second as a reference book that you can scan quickly to retrieve the answer to a specific problem as you work.

This comprehensive reference is ideal for seasoned ASP.NET developers who perform real work on a daily basis. This book puts to use hard-won, real-world ASP.NET and C# experience, and demonstrates it clearly through numerous diagrams, screenshots, and working code samples.

Constructing Usable Web Menus (Paperback, Softcover reprint of the original 1st ed.): Andy Beaumont, Dave Gibbons, Jody Kerr,... Constructing Usable Web Menus (Paperback, Softcover reprint of the original 1st ed.)
Andy Beaumont, Dave Gibbons, Jody Kerr, Jon Stephens
R593 Discovery Miles 5 930 Ships in 10 - 15 working days

When developing a web site, one of the most important things to consider is the navigation menu, to allow your users to find their way around it. It needs to usable, informative, and well implemented, but this can take time. This book will take all the hassle out of implementing web menus, in whatever style and technology you wish, by providing full code samples, along with walkthrough tutorials on how they work to allow easy customisation for your own needs. This book covers: a. Guidelines on designing usable web menus, with 12 common-sense rules to follow b. Information Architecture for menus (including identifying your target user), and user testing c. Easy to Follow tutorials on building menus with HTML, JavaScript, CSS and Flash d. Advanced tutorials on dynamically populating menus from XML and databases with server-side scripting, including PHP and ASP e. Extensive Web support including fully adaptable downloadable code for your own use, and a gallery of working menu examples. From the Publisher This book is for intermediate to advanced web professionals who need to implement a navigation menu on a web site as quickly as possible, with the minimum of hassle. About the Author Andy Beaumont is a freelance interactive developer/designer based in central London. As a firm believer in the "sharing of knowledge" ethos that has made the Flash community so strong, Andy writes Flash tutorials for the likes of pixelsurgeon.com and Computer Arts magazine, teaches Flash and ActionScript at Mac Uni in London, and runs a personal Flash help site. As something of an ActionScript mercenary Andy has worked with many top design agencies including magneticNorth, Conkerco and Broadsnout. Dave Gibbons is a writer and web designer from Beaverton, Oregon, US. He recently worked for five years as a writer, Web/Intranet Designer and programmer, and usability tester at Intel.When not losing sleep over proper menu design, Dave writes humor ("humour" in the rest of the English-speaking world), novels, and screenplays. Jon Stephens is a site developer, writer, and consultant living and working in Scottsdale, Arizona, Jon Stephens works with JavaScript, PHP and in producing technical documentation for area firms. He's an original member of CNET's Builder Buzz developers' site, and has served there as a Community Leader since 1998. Jon has co-authored two books on HTML and JavaScript for Wrox Press.

Enterprise Java Development on a Budget - Leveraging Java Open Source Technologies (Paperback, Softcover reprint of the... Enterprise Java Development on a Budget - Leveraging Java Open Source Technologies (Paperback, Softcover reprint of the original 1st ed.)
Brian Sam-Bodden, Christopher M. Judd
R1,544 R1,296 Discovery Miles 12 960 Save R248 (16%) Ships in 10 - 15 working days

Enterprise Java Development on a Budget is an annotated roadmap covering every major aspect of Open Source enterprise Java development on a budget. This book allows a programmer or programming team to develop complex applications for enterprises using as little money as possible. Open Source has had a profound effect on the Java Community. Many Java Open Source projects have even become de-facto standards. The principal purpose of this book is to guide the reader through the development of a real enterprise Java application(s) using nothing but Open Source Java Tools, Projects and Frameworks. Each chapter will deal with an aspect of the design and development of the application as they relate to a specific tool or framework being used. In areas of the application where there may be implementation choices in terms of which Open Source project to use, we will show one more possible paths and explain why, in the context of the application we chose one project/tool versus competing/similar ones. This book is intended to define the role of Open Source on the Java Community. It will provide information on how, when and why to use Open Source. Projects/Products making an impact. The catalog provides information and examples necessary for managers, developers and architects to make decisions on whether to use or evaluate specific projects.

Pro J2EE 1.4: From Professional to Expert (Paperback, Softcover reprint of the original 1st ed.): Sue Spielman Pro J2EE 1.4: From Professional to Expert (Paperback, Softcover reprint of the original 1st ed.)
Sue Spielman; As told to Neil Ellis, James L. Weaver; Meeraj Kunnumpurath
R1,544 R1,324 Discovery Miles 13 240 Save R220 (14%) Ships in 10 - 15 working days

This new edition completely covers the new version of J2EE: 1.4 and is written for experienced Java developers who are looking to get quickly up to speed with the Java 2 Platform, Enterprise Edition (J2EE). This new edition contains revisions to all the major sub-specification J2EE incorporates (JSP, Servlets, EJB) and also incorporates a series of new specifications for building web services into J2EE.

Jump Start PHP (Paperback): Callum Hopkins Jump Start PHP (Paperback)
Callum Hopkins
R705 R621 Discovery Miles 6 210 Save R84 (12%) Ships in 10 - 15 working days

Get a Jump Start on PHP today

PHP is a key server-side technology in web development, enabling you to quickly and simply develop interactive, usable and engaging websites and applications.

In just one weekend with this SitePoint book, you'll learn how to: Install all of the software you need to begin developing PHP applicationsUnderstand PHP functions and syntaxBuild a complete, working PHP application from scratch: a simple social networking app

Plus you'll discover how to use modern techniques such as MVC and REST

Foundations of JSP Design Patterns (Paperback, Softcover reprint of the original 1st ed.): Andrew Patzer Foundations of JSP Design Patterns (Paperback, Softcover reprint of the original 1st ed.)
Andrew Patzer
R988 R849 Discovery Miles 8 490 Save R139 (14%) Ships in 10 - 15 working days

"Foundations of JSP Design Patterns "gives you the tools to build scalable enterprise applications using JSP. While other books merely provide instruction on basic JSP and servlet development, this insightful guide goes a step further to offer a variety of best practices and design principles, enabling you to build your own scalable and extensible enterprise Java applications quickly and easily. Through the application of enterprise design patterns, JSP technology can be used to build complex enterprise applications in a highly reusable manner. Table of Contents JSP Foundations Using JSP Role Separation with JavaBeans Role Separation with Custom Tags Development Using Patterns The Decorating Filter Pattern The Front Controller Pattern The View Helper Pattern Testing Techniques Deployment Techniques Application Frameworks Putting It All Together

Dreamweaver MX 2004 Design Projects (Paperback, Softcover reprint of the original 1st ed.): Allan Kent, Rachel Andrew, Craig... Dreamweaver MX 2004 Design Projects (Paperback, Softcover reprint of the original 1st ed.)
Allan Kent, Rachel Andrew, Craig Grannell, Christopher Schmitt 1
R996 R858 Discovery Miles 8 580 Save R138 (14%) Ships in 10 - 15 working days

* Thoroughly covers Dreamweaver MX 2004, providing real-world examples, and delving more deeply than the competition. * Covers Mac and PC, and both server-side and client-side technologies. * The four "design projects" may be adapted by a reader, to suit his or her own specific needs (like saving time on coding, developing a portfolio, or just gaining inspiration).

Beginning Visual Web Programming in C# - From Novice to Professional (Paperback, Softcover reprint of the original 1st ed.):... Beginning Visual Web Programming in C# - From Novice to Professional (Paperback, Softcover reprint of the original 1st ed.)
Daniel Cazzulino, Victor Garcia Aprea, James Greenwood, Chris Hart
R1,119 R980 Discovery Miles 9 800 Save R139 (12%) Ships in 10 - 15 working days

"Beginning Web Programming in C#: From Novice to Professional" will teach you the fundamentals of the web environment and how Visual Studio .NET (VS .NET) makes it accessible to C# programmers. You'll build a working website that demonstrates all the elements of a C# web application, through step-by-step examples that explore the essential technologies and how VS .NET helps you integrate them into a highly interactive, attractive web application.

CSS Floating (Paperback): Eric Meyer CSS Floating (Paperback)
Eric Meyer
R196 R162 Discovery Miles 1 620 Save R34 (17%) Ships in 12 - 19 working days

While flowing text around images is certainly nothing new, with CSS you can float any element, from images to paragraphs to lists. In this practical guide, author Eric Meyer reveals some interesting-and surprising-ways to use CSS floats in your web design, including the latest capability to flow content past non-rectangular float shapes. Short and sweet, this book is an excerpt from the upcoming fourth edition of CSS: The Definitive Guide. When you purchase either the print or the ebook edition of CSS Floating, you'll receive a discount on the entire Definitive Guide once it's released. Why wait? Learn how to bring life to your web pages now. Learn the characteristics of floated elements, and CSS rules for using them Be aware of certain rule exceptions when applying floats to your design, including the use of negative margins Use the clear property to prevent floats from affecting elements in the next section of the document Create floating boxes in non-rectangular shapes, including rounded corners, circles, ellipses, and even polygons Define float shapes with transparent or opaque images

UML Applied - A .NET Perspective (Paperback, Softcover reprint of the original 1st ed.): Martin L. Shoemaker UML Applied - A .NET Perspective (Paperback, Softcover reprint of the original 1st ed.)
Martin L. Shoemaker
R1,305 R1,112 Discovery Miles 11 120 Save R193 (15%) Ships in 10 - 15 working days

"UML Applied" cuts through the mystique and gets straight to problem of Unified Modeling Language (UML). Readers will soon see the immediate benefits of the language and the "process." By the end of the book, they will have a firm grasp on analyzing and designing their own systems.

Beginning JSP 2 - From Novice to Professional (Paperback, Softcover reprint of the original 1st ed.): Sathya Narayana... Beginning JSP 2 - From Novice to Professional (Paperback, Softcover reprint of the original 1st ed.)
Sathya Narayana Panduranga, Vikram Goyal, Peter den Haan, Krishnaraj Perrumal, Lance Lavandowska
R1,052 R914 Discovery Miles 9 140 Save R138 (13%) Ships in 10 - 15 working days

* Knowledge building, confidence building - Takes the reader further and quicker than they thought possible - from a little HTML knowledge to the essentials of the Java language, JSP, MySQL, SQL, Struts. * Practical - Contains case studies that show the reader how to use JSP to build common types of web sites using tools used in production applications (such as the Struts Framework) that the reader can then extend as they explore JSP further. * Career building-provides a way into the real world of programming for readers with no previous programming experience.

The Ultimate VB .NET and ASP.NET Code Book (Paperback, Softcover reprint of the original 1st ed.): Karl Moore The Ultimate VB .NET and ASP.NET Code Book (Paperback, Softcover reprint of the original 1st ed.)
Karl Moore
R1,240 R1,046 Discovery Miles 10 460 Save R194 (16%) Ships in 10 - 15 working days

You know all those hidden techniques and amazing features you spent months discovering in Visual Basic 6? Imagine you could read just one book and regain all of that knowledge. Imagine a book that clearly shows you how to do practically everything you want in .NET the basics, yet doesnt get bogged down in detail, a book that will save you hours. Thats what this book is all about; it is the number one book for all your VB.NET code demands.

Beginning ASP.NET 1.1 E-Commerce - From Novice to Professional (Paperback, Softcover reprint of the original 1st ed.): Karli... Beginning ASP.NET 1.1 E-Commerce - From Novice to Professional (Paperback, Softcover reprint of the original 1st ed.)
Karli Watson, Cristian Darie
R1,108 R970 Discovery Miles 9 700 Save R138 (12%) Ships in 10 - 15 working days

Field experts -->Cristian Darie--> and -->Karli Watson--> will teach you to build e-commerce websites using ASP.NET technology. The authors walk you comfortably through the processfrom design to deploymentand illustrate a complete e-commerce programming solution. Take a peek at an actual -->example from the book!

You will learn to make use of third-party shopping-cart and payment facilities (especially suitable for small e-commerce operations). Further into the book, you will learn to supplement your site with greater functionality, eventually crafting a complete online shopping and order processing system.

This book teaches by example and features real-world code. Also included are updates for Visual Studio .NET 2003, and .NET 1.1. Upon reading this book, you will be able to quickly design and run a fully functioning online store. Further, you'll learn techniques to maintain flexibility in your sites design, so it can grow right along with your business.

Pro ASP.NET 1.1 in VB .NET - From Professional to Expert (Paperback, 1st ed.): Laurence Moroney, Matthew MacDonald Pro ASP.NET 1.1 in VB .NET - From Professional to Expert (Paperback, 1st ed.)
Laurence Moroney, Matthew MacDonald
R1,567 R1,347 Discovery Miles 13 470 Save R220 (14%) Ships in 10 - 15 working days

"Pro ASP.NET 1.1 in VB.NET" aims to be the definite reference for working developers in the field. Its compendium format covers every topic you are likely to come across in your day-to-day work, from handling data through to configuration and deployment.

The books goal is to act firstly as a tutorial guide that can be read from cover-to-cover, then secondly as a reference book that you can scan quickly to retrieve the answer to a specific problem as you work.

This book puts to use hard-won, real-world VB .NET experience, and demonstrates it clearly through numerous diagrams, screenshots, and working code samples. -->What you'll learn-->-->Who this book is for-->

This comprehensive reference is ideal for seasoned ASP.NET developers who perform real work on a daily basis.

ASP.NET Web Development with Macromedia Dreamweaver MX 2004 (Paperback, Softcover reprint of the original 1st ed.): Kevin... ASP.NET Web Development with Macromedia Dreamweaver MX 2004 (Paperback, Softcover reprint of the original 1st ed.)
Kevin Marshall, Costas Hadjisotiriou, Rachel Andrew
R1,032 R894 Discovery Miles 8 940 Save R138 (13%) Ships in 10 - 15 working days

This is a concise, compact, no-nonsense book that teaches the reader how to develop accessible, standards compliant ASP. NET-driven web sites using the latest technologies: ASP. NET and Macromedia Dreamweaver MX 2004 is the development tool. This book presents ASP. NET Web development with Dreamweaver in real-world tutorials so you can expect fast results as you progress through the book. Full book support will be available online and via email. Technology involved: - Microsoft . NET Framework/Microsoft ASP. NET - Microsofts . NET Framework, their new revolutionary web development framework - Microsoft IIS/PWS - the server needed to serve ASP (. NET) pages on the Internet - Macromedia Dreamweaver MX 2004 is Macromedias new version of their hugely popular WSIWYG web page creation tool, with much improved features

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Visual Analysis of Behaviour - From…
Shaogang Gong, Tao Xiang Hardcover R4,392 Discovery Miles 43 920
From Gestalt Theory to Image Analysis…
Agnes Desolneux, Lionel Moisan, … Hardcover R1,550 Discovery Miles 15 500
Ridges in Image and Data Analysis
D. Eberly Hardcover R3,002 Discovery Miles 30 020
Computer Visualization - Graphics…
Richard S. Gallagher, Solomon Press Hardcover R7,651 Discovery Miles 76 510
Curvature Scale Space Representation…
F. Mokhtarian, M. Bober Hardcover R1,618 Discovery Miles 16 180
Machine Vision Algorithms in Java…
Paul F. Whelan, Derek Molloy Hardcover R4,524 Discovery Miles 45 240
Finite Frames - Theory and Applications
Peter G Casazza, Gitta Kutyniok Hardcover R4,955 Discovery Miles 49 550
Gentzen Calculi for Modal Propositional…
Francesca Poggiolesi Hardcover R4,233 Discovery Miles 42 330
Bayesian Approach to Image…
Sunil K. Kopparapu, Uday B. Desai Hardcover R4,428 Discovery Miles 44 280
Fuzzy Models and Algorithms for Pattern…
James C. Bezdek, James Keller, … Hardcover R8,748 Discovery Miles 87 480

 

Partners