0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (2)
  • R100 - R250 (100)
  • R250 - R500 (483)
  • R500+ (3,157)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Internet > Internet languages

Professional AngularJS (Paperback): Karpov Professional AngularJS (Paperback)
Karpov 1
R1,058 Discovery Miles 10 580 Ships in 18 - 22 working days

A comprehensive guide to AngularJS, Google's open-source client-side framework for app development. Most of the existing guides to AngularJS struggle to provide simple and understandable explanations for more advanced concepts. As a result, some developers who understand all the basic concepts of AngularJS struggle when it comes to building more complex real-world applications. "Professional AngularJS" provides a thorough understanding of AngularJS, covering everything from basic concepts, such as directives and data binding, to more advanced concepts like transclusion, build systems, and automated integration testing. In addition to explaining the features of AngularJS, this book distills real-world experience on how these features fit together to enable teams to work together more effectively in building extraordinary apps.Offers a more thorough and comprehensive approach to AngularJS than other guides to the subjectIncludes pointers to other advanced topics and further reading for those who want to take their skills even furtherLets readers build a simple application from scratch, explaining basic building blocks along way for quick hands-on learning

Learn Java with examples in BlueJ - A beginner's hands-on approach to learning Java (Paperback): G Suden Learn Java with examples in BlueJ - A beginner's hands-on approach to learning Java (Paperback)
G Suden
R633 Discovery Miles 6 330 Ships in 18 - 22 working days
Numerical Methods in Engineering with Python 3 (Hardcover, 3rd Revised edition): Jaan Kiusalaas Numerical Methods in Engineering with Python 3 (Hardcover, 3rd Revised edition)
Jaan Kiusalaas
R2,688 Discovery Miles 26 880 Ships in 10 - 15 working days

This book is an introduction to numerical methods for students in engineering. It covers solution of equations, interpolation and data fitting, solution of differential equations, eigenvalue problems and optimisation. The algorithms are implemented in Python 3, a high-level programming language that rivals MATLAB (R) in readability and ease of use. All methods include programs showing how the computer code is utilised in the solution of problems. The book is based on Numerical Methods in Engineering with Python, which used Python 2. This new edition demonstrates the use of Python 3 and includes an introduction to the Python plotting package Matplotlib. This comprehensive book is enhanced by the addition of numerous examples and problems throughout.

ASP.NET MVC 4 Recipes - A Problem-Solution Approach (Paperback, 1st ed.): John Ciliberti ASP.NET MVC 4 Recipes - A Problem-Solution Approach (Paperback, 1st ed.)
John Ciliberti
R1,422 Discovery Miles 14 220 Ships in 18 - 22 working days

ASP.NET MVC 4 Recipes is a practical guide for developers creating modern web applications, cutting through the complexities of ASP.NET, jQuery, Knockout.js and HTML 5 to provide straightforward solutions to common web development problems using proven methods based on best practices. The problem-solution approach gets you in, out, and back to work quickly while deepening your understanding of the underlying platform and how to develop with it. Author John Ciliberti guides you through the framework and development tools, presenting typical challenges, along with code solutions and clear, concise explanations, to accelerate application development. Inside you will find recipes dealing with streamlined syntax, full control over HTML, a simple API for creating RESTful web services, writing support for test driven development, and more. Solve problems immediately by pasting in code from the recipes, or put multiple recipe solutions together to overcome challenging development obstacles. Dive head first into ASP.NET MVC web development with ASP.NET MVC 4 Recipes.What you'll learnInside find recipes that cover: * automating testing and deployment of your application using Visual Studio 2012 and Team Foundation Server * designing and developing your application for Internet scale * deploying to the cloud, working with Big Data and adding resiliency to your application's components * migrating a project from ASP.NET web forms to the MVC 4 including recipes for converting DataGrids, Forms, Web Parts, Master Pages and navigation controls * Client side data binding and templating techniques using Web API, Knockout.js and jQuery * using the Web API to design web services that can be consumed by mobile devices and tablets running Android, iOS, and Windows 8 Who this book is for This book is a problem-solution guide for web developers looking for a better way to build a modern web application on the Microsoft platform. There are several types of developers that would find this material useful: * veteran ASP.NET Web Forms developers who wish to update their skillset to include ASP.NET MVC * Project teams who wish to modernize an existing application to allow it to take advantage of MVC 4, .NET 4.5, and Windows Azure * Novice web developers who are looking to expand their skill set by learning the Microsoft web development stack

Incentive-Centric Semantic Web Application Engineering (Paperback): Elena Simperl, Roberta Cuel, Martin Stein Incentive-Centric Semantic Web Application Engineering (Paperback)
Elena Simperl, Roberta Cuel, Martin Stein
R803 Discovery Miles 8 030 Ships in 18 - 22 working days

While many Web 2.0-inspired approaches to semantic content authoring do acknowledge motivation and incentives as the main drivers of user involvement, the amount of useful human contributions actually available will always remain a scarce resource. Complementarily, there are aspects of semantic content authoring in which automatic techniques have proven to perform reliably, and the added value of human (and collective) intelligence is often a question of cost and timing. The challenge that this book attempts to tackle is how these two approaches (machine- and human-driven computation) could be combined in order to improve the cost-performance ratio of creating, managing, and meaningfully using semantic content. To do so, we need to first understand how theories and practices from social sciences and economics about user behavior and incentives could be applied to semantic content authoring. We will introduce a methodology to help software designers to embed incentives-minded functionalities into semantic applications, as well as best practices and guidelines. We will present several examples of such applications, addressing tasks such as ontology management, media annotation, and information extraction, which have been built with these considerations in mind. These examples illustrate key design issues of incentivized Semantic Web applications that might have a significant effect on the success and sustainable development of the applications: the suitability of the task and knowledge domain to the intended audience, and the mechanisms set up to ensure high-quality contributions, and extensive user involvement. Table of Contents: Semantic Data Management: A Human-driven Process / Fundamentals of Motivation and Incentives / Case Study: Motivating Employees to Annotate Content / Case Study: Building a Community of Practice Around Web Service Management and Annotation / Case Study: Games with a Purpose for Semantic Content Creation / Conclusions

Pro ASP.NET MVC 4 (Paperback, 4th ed.): Adam Freeman, Steven Sanderson Pro ASP.NET MVC 4 (Paperback, 4th ed.)
Adam Freeman, Steven Sanderson
R1,455 R1,233 Discovery Miles 12 330 Save R222 (15%) Ships in 18 - 22 working days

The ASP.NET MVC 4 Framework is the latest evolution of Microsoft's ASP.NET web platform. It provides ahigh-productivity programming model that promotes cleaner code architecture, test-driven development, and powerful extensibility, combined with all the benefits of ASP.NET ASP.NET MVC 4 contains a number of significant advances over previous versions. New mobile and desktop templates (employing adaptive rendering) are included together with support for jQuery Mobile for the first time. New display modes allow your application to select views based on the browser that's making the request while Code Generation Recipes for Visual Studio help you auto-generate project-specific code for a wide variety of situtations including NuGet support. In this fourth edition, the core model-view-controller (MVC) architectural concepts are not simply explained or discussed in isolation, but are demonstrated in action. You'll work through an extended tutorial to create a working e-commerce web application that combines ASP.NET MVC with the latest C# language features and unit-testing best practices. By gaining this invaluable, practical experience, you'll discover MVC's strengths and weaknesses for yourselfand put your best-learned theory into practice. The book's authors, Steve Sanderson and Adam Freeman, have both watched the growth of ASP.NET MVC since its first release. Steve is a well-known blogger on the MVC Framework and a member of the Microsoft Web Platform and Tools team. Adam started designing and building web applications 15 years ago and has been responsible for some of the world's largest and most ambitious projects. You can be sure you are in safe hands. What you'll learn Gain a solid architectural understanding of ASP.NET MVC 4, including basic MVC Explore the entire ASP.NET MVC Framework Learn what's new in version 4 and how how best to apply these new features See how MVC and test-driven development work in action Capitalize on your existing knowledge quickly and easily through comparison of features in classic ASP.NET to those in ASP.NET MVC Who this book is for

This book is for web developers with a basic knowledge of ASP.NET and C# who want (or need) to start using the new ASP.NET MVC 4 Framework. Table of Contents 1. What's The Big Idea 2. Your first MVC Application 3. The MVC Pattern 4. Essential Language Features 5. Working with Razor 6. Essential Tools for MVC 7. Sports Store: A Real Application 8. Sports Store: Navigation 9. Sports Store: Cart 10. Sports Store: Admin 11. Sports Store: Security and Finishing Touches 12. Overview of MVC Projects 13. URL Routing 14. Advanced Routing Features 15. Controllers and Actions 16. Filters 17. Controller Extensbility 18. Views 19. Helper Methods 20. Templated Helper Methods 21. URL and Ajax Helper Methods 22. Model Binding 23. Model Validation 24. Bundles and Display Modes 25. Web API 26. Deployment

The Definitive Guide to Grails 2 (Paperback, 1st ed.): Jeff Scott Brown, Graeme Rocher The Definitive Guide to Grails 2 (Paperback, 1st ed.)
Jeff Scott Brown, Graeme Rocher
R1,120 R948 Discovery Miles 9 480 Save R172 (15%) Ships in 18 - 22 working days

Grails is a full stack framework which aims to greatly simplify the task of building serious web applications for the JVM. The concepts within Grails, like interceptors, tag libs, and Groovy Server Pages (GSP), make those in the Java community feel right at home. Grails' foundation is on solid open source technologies such as Spring, Hibernate, and SiteMesh, which gives it even more potential in the Java space: Spring provides powerful inversion of control and MVC, Hibernate brings a stable, mature object relational mapping technology with the ability to integrate with legacy systems, and SiteMesh handles flexible layout control and page decoration. Grails complements these with additional features that take advantage of the coding-by-convention paradigm such as dynamic tag libraries, Grails object relational mapping, Groovy Server Pages, and scaffolding. Graeme Rocher, Grails lead and founder, and Jeff Brown bring you completely up-to-date with their authoritative and fully comprehensive guide to the Grails 2 framework. You'll get to know all the core features, services, and Grails extensions via plug-ins, and understand the roles that Groovy and Grails are playing in the changing Web.

Beginning HTML5 and CSS3 - The Web Evolved (Paperback, 1st ed.): Christopher Murphy, Richard Clark, Oliver Studholme, Divya... Beginning HTML5 and CSS3 - The Web Evolved (Paperback, 1st ed.)
Christopher Murphy, Richard Clark, Oliver Studholme, Divya Manian
R1,620 R1,347 Discovery Miles 13 470 Save R273 (17%) Ships in 18 - 22 working days

HTML5 is one of the fundamental building blocks of websites for the future. Brings the exciting new features of HTML5 to web developers for the first time. Introduces the new HTML5 and CSS3 features to web developers of all levels. Shows how HTML5 and CSS3 can work together to create the next gen web sites. Written in an easy to follow, accessible tutorial style ideal for all web developers and designers. Beginning HTML5 and CSS3 is the first book to introduce developers to the new features of HTML5 and how it can work with CSS3 features to create the next generation of web sites. Using the core Apress Beginning tutorial technique, every web developer will be interested in finding out more about these fundamental building blocks behind websites for the future. Cutting-edge techniques and new technology features are introduced and allow every web developer to step into their future career projects on the web. For amateur web developers, the new HMT5 features - especially audio, video and animation - will bring a new level of sophistication to their websites. Beginning HTML5 and CSS3 brings the future of web development to all web developers right now.

VIVO - A Semantic Portal for Scholarly Networking Across Disciplinary Boundaries (Paperback): Katy Borner, Ying Ding, Mike... VIVO - A Semantic Portal for Scholarly Networking Across Disciplinary Boundaries (Paperback)
Katy Borner, Ying Ding, Mike Conlon, Jon Corson-Rikert
R1,004 Discovery Miles 10 040 Ships in 18 - 22 working days

The world of scholarship is changing rapidly. Increasing demands on scholars, the growing size and complexity of questions and problems to be addressed, and advances in sophistication of data collection, analysis, and presentation require new approaches to scholarship. A ubiquitous, open information infrastructure for scholarship, consisting of linked open data, open-source software tools, and a community committed to sustainability are emerging to meet the needs of scholars today. This book provides an introduction to VIVO, http://vivoweb.org/, a tool for representing information about research and researchers -- their scholarly works, research interests, and organizational relationships. VIVO provides an expressive ontology, tools for managing the ontology, and a platform for using the ontology to create and manage linked open data for scholarship and discovery. Begun as a project at Cornell and further developed by an NIH funded consortium, VIVO is now being established as an open-source project with community participation from around the world. By the end of 2012, over 20 countries and 50 organizations will provide information in VIVO format on more than one million researchers and research staff, including publications, research resources, events, funding, courses taught, and other scholarly activity. The rapid growth of VIVO and of VIVO-compatible data sources speaks to the fundamental need to transform scholarship for the 21st century. Table of Contents: Scholarly Networking Needs and Desires / The VIVO Ontology / Implementing VIVO and Filling It with Life / Case Study: University of Colorado at Boulder / Case Study: Weill Cornell Medical College / Extending VIVO / Analyzing and Visualizing VIVO Data / The Future of VIVO: Growing the Community

DOM Enlightenment (Paperback): Cody Lindley DOM Enlightenment (Paperback)
Cody Lindley
R347 R289 Discovery Miles 2 890 Save R58 (17%) Ships in 10 - 15 working days

With "DOM Enlightenment," you'll learn how to manipulate HTML more efficiently by scripting the Document Object Model (DOM) without a DOM library. Using code examples in cookbook style, author Cody Lindley ("jQuery Cookbook") walks you through modern DOM concepts to demonstrate how various node objects work.

Over the past decade, developers have buried the DOM under frameworks that simplify its use. This book brings these tools back into focus, using concepts and code native to modern browsers. If you have JavaScript experience, you'll understand the role jQuery plays in DOM scripting, and learn how to use the DOM directly in applications for mobile devices and specific browsers that require low overhead.Understand JavaScript node objects and their relationship to the DOMLearn the properties and methods of document, element, text, and DocumentFragment objectsDelve into element node selecting, geometry, and inline stylesAdd CSS style sheets to an HTML document and use CSSStyleRule objectsSet up DOM events by using different code patternsLearn the author's vision for dom.js, a jQuery-inspired DOM Library for modern browsers

Foundation HTML5 with CSS3 (Paperback, 1st ed.): Craig Cook, Jason Garber Foundation HTML5 with CSS3 (Paperback, 1st ed.)
Craig Cook, Jason Garber
R1,053 R906 Discovery Miles 9 060 Save R147 (14%) Ships in 18 - 22 working days

If you want to get into developing web sites, the most important thing you'll need is a solid understanding of Hypertext Markup Language, or HTML--the most common language used to write web site content. The most recent version of the language is HTML5, and it contains a whole host of new features to give you more power when creating websites. Foundation HTML5 with CSS3: A Modern Guide and Reference incorporates practical examples to show how to structure data correctly using HTML5, along with styling and layout basics using the latest release of Cascading Style Sheets, CSS3. This book is forward-thinking because all the featured code and techniques are standards-compliant, and it demonstrate best practices--you won't waste your time on outdated, bad techniques. Your web pages will work properly in most web browsers and be accessible to web users with disabilities, easily located using popular search engines, and compact in file size. Even if you already know HTML5 and CSS3 basics, this book will still be useful to you. It features comprehensive reference tables, so you can look up troublesome attributes, codes, and properties quickly and easily.What you'll learn * Standards-compliant HTML5, not outdated techniques * Styling and layout basics using CSS3 Who this book is for Web designers and developers who want to bring themselves up to speed in the correct usage of HTML5 and CSS3, or those starting out in modern web development.

Beginning ASP.NET 4.5 in VB (Paperback, 1st ed.): Matthew MacDonald Beginning ASP.NET 4.5 in VB (Paperback, 1st ed.)
Matthew MacDonald
R1,971 Discovery Miles 19 710 Ships in 18 - 22 working days

This book is the most comprehensive and up to date introduction to ASP.NET ever written. Focusing solely on Visual Basic, with no code samples duplicated in other languages, award winning author Matthew MacDonald introduces you to the very latest thinking and best practices for the ASP.NET 4.5 technology. Assuming no prior coding experience, you'll be taught everything you need to know from the ground up. Starting from first principals, you'll learn the skills you need to be an effective ASP.NET developer who is ready to progress to more sophisticated projects and professional work. You'll be taught how to use object orientation and code-behind techniques to lay out your code clearly in a way other developers can easily understand. You'll learn how to query databases from within you web pages, spice up your layouts using ASP.NET AJAX and deploy your finished websites to production servers. You'll also learn how to debug your code when things go wrong and the performance and scalability issues that can affect your web projects as they grow. What you'll learn Learn everything you need to know to build ASP.NET 4.5 applications with confidence. Dive into the deepest, broadest, introductory ASP.NET coverage available. Be guided by an award winning author who will steadily progress your knowledge from first principals to advanced techniques over the course of the book. Who this book is for

This book is ideal for anyone new to .NET development who wants to learn how ASP.NET 4.5 works. No prior programming knowledge is assumed and all concepts are explained from first principals. Table of Contents Part 1: Introducing .NET 1. The .NET Framework 2. The C# Language 3. Types, Objects, and Namespace Part 2: Developing ASP.NET Applications 4. Visual Studio 5. Web Form Fundamentals 6. Web Controls 7. Error Handling, Logging, and Tracing 8. State Management Part 3: Building Better Web Forms 9. Validation 10.Rich Controls 11.User Controls and Graphics 12.Styles, Themes, and Master Pages 13.Website Navigation Part 4: Working with Data 14.ADO.NET Fundamentals 15.Data Binding 16.The Data Controls 17.Files and Streams 18.XML Part 5: Website Security 19.Security Fundamentals 20.Membership 21.Profiles Part 6: Advanced ASP.NET 22.Advanced ASP.NET Components 23.Caching 24.LINQ and the Entity Framework 25.ASP.NET AJAX 26.Deploying ASP.NET Applications

Pro HTML5 with Visual Studio 2012 (Paperback, 1st ed.): Mark Collins, Creative Enterprises Pro HTML5 with Visual Studio 2012 (Paperback, 1st ed.)
Mark Collins, Creative Enterprises
R1,151 R979 Discovery Miles 9 790 Save R172 (15%) Ships in 18 - 22 working days

Pro HTML5 with Visual Studio 2012 is written to help ASP .NET developers make the leap to the inevitable and exciting world of HTML5. The growing HTML5 specifications promises to revolutionize the way web sites are developed with an impressive set of built-in client-side features. The use of HTML5 as a preferred development language in Windows 8, along with growing support from the major browser vendors, is likely to make HTML5 the de-facto standard for all future web development. The number of HTML5-capable phones alone is estimated to top 1 billion by 2013. Many professional web developers who are firmly rooted in the Microsoft toolset such as Visual Studio, Active Server Pages, and .NET are trying to understand how HTML5 fits into their world. With this book, you'll quickly master the new HTML elements, the improved CSS features, and advanced content including audio, video, and graphic processing. You will also learn how your enterprise applications can benefit from some brand-new technology such as local storage and web sockets. Using practical hands-on demonstrations you will learn all of the really cool features that you can start using now, within your existing ASP .NET applications. Discover the future of web development with Pro HTML5 with Visual Studio 2012. * Illustrates how to integrate the new HTML5 features in an ASP .NET application. * Explains how to add active content including video and graphics. * Demonstrates the new scripting features such as application cache and local storage. What you'll learn * Take advantage of the new browser capabilities from within your ASP applications. * Use local storage and other infrastructure improvements. * Use the new CSS3 features to create dramatic web sites. * Integrate the new HTML5 features with the MVC4 framework. * Create mobile friendly web sites. * Use canvas and SVG to build some amazing web pages. Who this book is for Pro HTML5 with Visual Studio 2012 is for the professional web developer who is familiar with traditional ASP.NET web forms or the relatively new Model View Controller (MVC) framework. It is designed for the web builders who want to take advantage of the new design features or the infrastructure improvement of HTML5. It is geared toward individuals who want the practical, real-world demonstrations and not just a lot of theory.

eCommerce in the Cloud (Paperback): Kelly Goetsch eCommerce in the Cloud (Paperback)
Kelly Goetsch
R1,240 Discovery Miles 12 400 Ships in 18 - 22 working days

Is your eCommerce solution ready for the cloud? This practical guide shows experienced and aspiring web architects alike how to adopt cloud computing incrementally, using public Infrastructure-as-a-Service and Platform-as-a-Service. You will learn how to marshal as much capacity as you need to handle peak holiday or special-event traffic. Written by eCommerce expert Kelly Goetsch, this book helps architects leverage recent technological advances that have made it possible to run an entire enterprise-level eCommerce platform from a cloud. Explore cloud service models: Infrastructure-as-a-Service, Platform-as-a-Service, and Software-as-a-Service Learn about public, hybrid, and private cloud deployment models Understand the impact of omnichannel retailing on platform and deployment architectures Build an auto-scaling solution that can quickly add or subtract hardware in response to real-time traffic Re-apply what you already know about security to the cloud Run a single eCommerce platform from multiple data centers, including several forms of multi-master Build a hybrid solution or deploy your entire platform to the cloud Learn application and deployment architecture for "cloud native" through legacy eCommerce platforms Use Software-as-a-Service for eCommerce, including Content Delivery Networks and Global Site Load Balancing services

Learn HTML5 and JavaScript for Android (Paperback, 1st ed.): Gavin Williams Learn HTML5 and JavaScript for Android (Paperback, 1st ed.)
Gavin Williams
R938 R816 Discovery Miles 8 160 Save R122 (13%) Ships in 18 - 22 working days

Learn HTML5 and JavaScript for Android teaches the essential HTML5 and JavaScript skills you need to make great apps for the Android platform and browser. This book guides you through the creation of a mobile web app. You'll put the HTML5, CSS3 and JavaScript skills you learn into practice, giving you invaluable first-hand experience that will serve you well as you go on to develop your own web apps for Android smartphones and tablets. Throughout this book, you will learn new skills and bring these altogether to create a web app that runs on the Android platform as well as other mobile platforms. What you'll learn Android 4.0 compliant, this book shows you how to: How to build a HTML5 and JavaScript-based mobile Web app that runs on Android devices and browsers What is HTML5 and how to best use it for your presentation tier in your Web app What is CSS3 and how to best employ it for a richer presentation tier in your Web app What is JavaScript and how to best use for any needed logic in your web app How to make use of some of the HTML API's such as Canvas, Video and Audio for mobile to create a richer experience for users How to build a Web app, case by case, tier by tier, for your Android devices and for your prospective audience Who this book is for

This book is for Android and web developers needing to learn the mobile web skills needed to build reactive, dynamic and fun HTML5 and JavaScript-based Web Apps that run on Android devices and its browsers. Table of Contents 1. Introduction and Shopping list 2. Learn Your First Web App for Android 3. Learn HTML5 4. Create using HTML5 Workshop (Web app case study part I) 5. Learn CSS3 6. Create and Refine using CSS3 (Web app case study part II) 7. Learn JavaScript 8. Create using JavaScript (Web app case study part III) 9. Testing and Deploying Your First Web App

Beginning ASP.NET 4.5 in C# (Paperback, 1st ed.): Matthew MacDonald Beginning ASP.NET 4.5 in C# (Paperback, 1st ed.)
Matthew MacDonald
R2,102 R1,729 Discovery Miles 17 290 Save R373 (18%) Ships in 18 - 22 working days

This book is the most comprehensive and up to date introduction to ASP.NET ever written. Focussing solely on C#, with no code samples duplicated in other languages, award winning author Matthew MacDonald introduces you to the very latest thinking and best practices for the ASP.NET 4.5 technology. Assuming no prior coding experience, you'll be taught everything you need to know from the ground up. Starting from first principals, you'll learn the skills you need to be an effective ASP.NET developer who is ready to progress to more sophisticated projects and professional work. You'll be taught how to use object orientation and code-behind techniques to lay out your code clearly in a way other developers can easily understand. You'll learn how to query databases from within you web pages, spice up your layouts using ASP.NET AJAX and deploy your finished websites to production servers. You'll also learn how to debug your code when things go wrong and the performance and scalability issues that can affect your web projects as they grow. What you'll learn Learn everything you need to know to build ASP.NET 4.5 applications with confidence. Dive into the deepest, broadest, introductory ASP.NET coverage available. Be guided by an award winning author who will steadily progress your knowledge from first principles to advanced techniques over the course of the book. Who this book is for

This book is ideal for anyone new to .NET development who wants to learn how ASP.NET 4.5 works. No prior programming knowledge is assumed and all concepts are explained from first principals. Table of Contents 1. The .NET Framework 2. The C# Language 3. Types, Objects, and Namespaces 4. Visual Studio 5. Web Form Fundamentals 6. Web Controls 7. Error Handling, Logging, and Tracing 8. State Management 9. Validation 10.Rich Controls 11.User Controls and Graphics 12.Styles, Themes, and Master Pages 13.Website Navigation 14.ADO.NET Fundamentals 15.Data Binding 16.The Data Controls 17.Files and Streams 18.XML 19.Security Fundamentals 20.Membership 21.Profiles 22.Advanced ASP.NET Components 23.Caching 24.LINQ and the Entity Framework 25.ASP.NET AJAX 26.Deploying ASP.NET Applications

Foundation Website Creation with HTML5, CSS3, and JavaScript (Paperback, 1st ed.): Joe Lewis, Jonathan Lane, Meitar Moscovitz,... Foundation Website Creation with HTML5, CSS3, and JavaScript (Paperback, 1st ed.)
Joe Lewis, Jonathan Lane, Meitar Moscovitz, Tom Barker
R867 R756 Discovery Miles 7 560 Save R111 (13%) Ships in 18 - 22 working days

Foundation Website Creation with HTML5, CSS3, and JavaScript shows the entire process of building a website. This process involves much more than just technical knowledge, and this book provides all the information you'll need to understand the concepts behind designing and developing for the Web, as well as the best means to deliver professional results based on best practices. Of course, there is far more to building a successful website than knowing a little Hypertext Markup Language (HTML). The process starts long before any coding takes place, and this book introduces you to the agile development process, explaining why this method makes so much sense for web projects and how best to implement it. We also make sure you're up to date by using the latest HTML5 features. Planning is vital, so you'll also learn to use techniques such as brainstorming, wireframes, mockups, and prototypes to get your project off to the best possible start and help ensure smooth progress as it develops.An understanding of correct, semantic markup is essential for any web professional; this book explains how HTML5 should be used to structure content so that the markup adheres to current web standards. You'll learn about the wide range of HTML5 elements available to you, and you'll learn how and when to use them through building example web pages. Without creative use of Cascading Style Sheets (CSS), websites would all look largely the same. CSS enables you to set your website apart from the rest, while maintaining the integrity of your markup. We'll showcase the new features of CSS3 and how you can use them. You'll learn how CSS3 works and how to apply styles to your pages, allowing you to realize your design ideas in the browser. JavaScript can be used to make your website easier and more interesting to use. This book provides information on appropriate uses of this technology and introduces the concepts of JavaScript programming. You'll also see how JavaScript works as part of the much-hyped technique Ajax, and in turn, where Ajax fits into the wider Web 2.0 picture.While a website is being built, it needs to be tested across multiple browsers and platforms to ensure that the site works for all users, regardless of ability or disability, and this book explains how best to accomplish these tasks. Then, it discusses the process of launching and maintaining the site so that it will continue to work for all its users throughout its life cycle. Foundation Website Creation with HTML5, CSS3, and JavaScript concludes by covering server-side technologies, acting as a guide to the different options available. With insights from renowned experts such as Jason Fried of 37signals, Daniel Burka of Digg and Pownce, and Chris Messina of Citizen Agency, Foundation Website Creation with CSS, XHTML, and JavaScript provides invaluable information applicable to every web project--regardless of size, scope, or budget.What you'll learn * See how the Web has developed and the role of web standards * Learn how to plan and manage the building of a website * Learn how to separate content from presentation with HTML5 and CSS3 * See how JavaScript can be used to enhance your website * Learn how best to test, launch, and maintain a website Who this book is for Web developers and designers starting out in HTML5 and CSS3.

DevOps for Developers (Paperback, 1st ed.): Michael Huttermann DevOps for Developers (Paperback, 1st ed.)
Michael Huttermann
R1,151 Discovery Miles 11 510 Ships in 18 - 22 working days

DevOps for Developers delivers a practical, thorough introduction to approaches, processes and tools to foster collaboration between software development and operations. Efforts of Agile software development often end at the transition phase from development to operations. This book covers the delivery of software, this means the last mile, with lean practices for shipping the software to production and making it available to the end users, together with the integration of operations with earlier project phases (elaboration, construction, transition). DevOps for Developers describes how to streamline the software delivery process and improve the cycle time (that is the time from inception to delivery). It will enable you to deliver software faster, in better quality and more aligned with individual requirements and basic conditions. And above all, work that is aligned with the DevOps approach makes even more fun * Provides patterns and toolchains to integrate software development and operations * Delivers an one-stop shop for kick-starting with DevOps * Provides guidance how to streamline the software delivery process What you'll learn * Know what DevOps is and how it can result in better and faster delivered software * Apply patterns to improve collaboration between development and operations * Introduce unified processes and incentives to support shared goals * Start with or extend a tool infrastructure that spans projects roles and phases * Address pain points in your individual environment with appropriate recipes * Break down existing walls that make up an unnecessarily sluggish delivery process Who this book is for DevOps for Developers is for motivated software engineers, particularly programmers, testers, QA, system admins, database admins, both beginners and experts, who want to improve their software delivery process. It's the perfect choice for engineers who want to go the next step by integrating their approaches for development and delivery of software.This book is for engineers who want to shape their processes and decide on and integrate open source tools and seek for guidance how to integrate standard tools in advanced real world use cases.

Murach's JavaScript & JQuery (Paperback, New): Zak Ruvalcaba Murach's JavaScript & JQuery (Paperback, New)
Zak Ruvalcaba
R1,511 R1,314 Discovery Miles 13 140 Save R197 (13%) Ships in 10 - 15 working days

Today, jQuery is used by over half of the 10,000 most-visited web sites, and jQuery is one of the technologies that every web developer should master. The trouble is that jQuery is difficult to learn, especially for programming novices. Now, this new book makes it easier than ever to learn jQuery, jQuery UI (User Interface), and jQuery Mobile. In essence, sections 2 and 3 of this book present all of the jQuery and jQuery UI skills that you need for developing professional jQuery applications. With those skills, you will be able to add all of the popular jQuery applications to your web pages: image swaps, image rollovers, collapsible panels, slide shows, accordions, tabs, carousels, and more. Beyond that, though, you will have all the skills that you need for developing unique jQuery applications of your own. But that's just two of the five sections in the book. Because you need to know JavaScript in order to use jQuery, section 1 presents the least you need to know about JavaScript to get the most from jQuery. This is essential for programming novices, but this is also valuable for experienced programmers who may not remember how a specific JavaScript statement or method works. In short, this section makes this book a complete reference for jQuery programmers. In contrast, section 4 takes jQuery to a new level by showing you how to use Ajax and JSON to get data from a web server and add it to a web page without reloading the page. It also shows how to use Ajax and JSON with the APIs for popular web sites like Blogger, YouTube, Twitter, Flickr, and Google Maps. These are powerful skills for enhancing a web site. To complete this package, section 5 presents a complete course in jQuery Mobile, which offers an exciting, new way to develop web sites for mobile devices. Today, the best web sites are available in both full and mobile versions, so this section also shows how to use a JavaScript plugin to redirect a mobile device from the full version of a web site to its mobile version.

RaphaelJS (Paperback): Chris Wilson RaphaelJS (Paperback)
Chris Wilson
R656 Discovery Miles 6 560 Ships in 18 - 22 working days

Create beautiful, interactive images on the Web with RaphaelJS, the JavaScript library that lets you draw Scalable Vector Graphics (SVG) right in the browser. With this concise guide, you'll quickly learn how to paint the screen with shapes and colors that you can turn into lively, animated graphics and visualizations. Author Chris Wilson (Time.com) shows you how to create Raphael objects and manipulate them with animation, transformations, and other techniques, using just a few lines of code. Packed with working examples, sample code, and cool hands-on projects, RaphaelJS is ideal for new and experienced JavaScript programmers alike. Create images that work on browsers new and old, as well as mobile devices Start with the basics - shapes, colors, transformations, sets, and text Learn how to build custom curves and shapes with paths Code animations that move through space, follow paths, or change direction Make your artwork come alive through user interaction Bind a dataset to a collection of visual objects - the basis of data visualization Learn techniques to make your detailed visuals stand out on screens of any size

Getting Started with OpenShift (Paperback): Steve Pousty, Katie Miller Getting Started with OpenShift (Paperback)
Steve Pousty, Katie Miller
R447 R366 Discovery Miles 3 660 Save R81 (18%) Ships in 10 - 15 working days

Intrigued by the possibilities of developing web applications in the cloud? With this concise book, you get a quick hands-on introduction to OpenShift, the open source Platform as a Service (PaaS) offering from Red Hat. You'll learn the steps necessary to build, deploy, and host a complete real-world application on OpenShift, without having to read long, detailed explanations of the technologies involved.

Though the book uses Python, application examples in other languages are available on GitHub. If you can build web applications, use a command line, and program in Java, Python, Ruby, Node.js, PHP, or Perl, you're ready to get started.Dive in and create your first example application with OpenShiftModify the example with your own code and hot-deploy the changesAdd components such as a database, task scheduling, and monitoringUse external libraries and dependencies in your applicationDelve into networking, persistent storage, and backup optionsExplore ways to adapt your team processes to use OpenShiftLearn OpenShift terms, technologies, and commandsGet a list of resources to learn more about OpenShift and PaaS

Pro Spring 3 (Paperback, 1st ed.): Rob Harrop, Clarence Ho Pro Spring 3 (Paperback, 1st ed.)
Rob Harrop, Clarence Ho
R1,334 R1,163 Discovery Miles 11 630 Save R171 (13%) Ships in 18 - 22 working days

The agile, lightweight, open-source Spring Framework continues to be the de facto leading enterprise Java application development framework for today's Java programmers and developers. It works with other leading open-source, agile and lightweight Java technologies like Hibernate, Groovy, MyBatis, and more. Spring now also works with Java EE and JPA 2 as well. Pro Spring 3 updates the bestselling Pro Spring with the latest that the Spring Framework has to offer: version 3.1. At 1000 pages, this is by far the most comprehensive Spring book available, thoroughly exploring the power of Spring. With Pro Spring 3, you'll learn Spring basics and core topics, and gain access to the authors' insights and real world experiences with remoting, Hibernate, and EJB. Beyond the basics, you'll learn how to leverage the Spring Framework to build various tiers or parts of an enterprise Java application like transactions, the web and presentations tiers, deployment, and much more. A full sample application allows you to apply many of the technologies and techniques covered in this book and see how they work together. After reading this definitive book, you'll be armed with the power of Spring to build complex Spring applications, top to bottom. What you'll learn * How to get started with the Spring Framework and its latest features * What Inversion of Control (IoC) and dependency injection (DI) are * Aspect-oriented programming techniques with Spring, and why they're important * Data access and persistence using Spring and Hibernate, MyBatis, JPA 2 and more * How to build transaction engines for your enterprise application and take advantage of other middle-tier features in Spring * How to build Spring-based web applications using Spring MVC and more * How to build Spring-based front ends * How the Spring Framework can work with scripting languages like Groovy to provide enhanced functionality for your applications * How to benefit from the Spring IDE Who this book is for This book is for experienced Java developers who may be learning Spring for the first time or have minimal exposure to the Spring Framework. It's aimed at those who are active in or plan on getting into enterprise Java application development.

Beginning Facebook Game Apps Development (Paperback, 1st ed.): Wayne Graham Beginning Facebook Game Apps Development (Paperback, 1st ed.)
Wayne Graham
R952 R831 Discovery Miles 8 310 Save R121 (13%) Ships in 18 - 22 working days

Today's Facebook is emerging to become tomorrow's operating system, according to some.Certainly, a WebOS. Web standards-based apps using HTML5, JavaScript, CSS3 and more are now possible on Facebook. Why not get started with developing and selling Facebook game apps on Facebook's App Store?

Beginning Facebook Game Apps Development gets you started with building your first game apps that run on Facebook.Become your own "Zynga" and create your own "Civilization" or "Farmville" and more. Build rich Web-based apps that you can sell on Facebook's App Store.

Because these apps are built on Web standards, you can build and run on many browsers andmore interestinglymore computers, tablets, smartphones and even other devices and appliances that are Web-connected or enabled. What you'll learn Build your first Facebook game apps What HTML5 and JavaScript techniques, tools and frameworks have to offer to do this Enhance your first Facebook game app with social media, location-based services, etc. Obtain a basic framework for a Facebook game app that you can build upon and customize for your own specific app design and development needs Package, deploy and sell your first Facebook game app on Facebook's new App Store Who this book is for

This book is for those new to Facebook apps development and even for those new to apps development. Readers should have some basic knowledge of HTML5, JavaScript, CSS and PHP.

For the latest source code, please check out the book site on GitHub.

Table of Contents Your First Steps in Facebook Development A JavaScript Boot Camp It's All About Context: Canvas Basics The Plan: Idea to Design Essential Game Components Your First Game: "Alien Turtle Invasion" Going Social With Games Introducing the Facebook Platform Facebook Developer Tools Launching Your Games Your First Facebook Game: "Social Alien Turtle Invasion" HTML5 Game Engines Using All the Tools: Your Future Facebook Games The Marketplace: Project Spartan (Facebook App Store)

Pro HTML5 Accessibility (Paperback, 1st ed.): Joshue O. Connor Pro HTML5 Accessibility (Paperback, 1st ed.)
Joshue O. Connor
R2,024 Discovery Miles 20 240 Ships in 18 - 22 working days

Pro HTML5Accessibility helps designers come to grips with building exciting, accessible and usable web sites and applications with HTML5. The book covers how to use HTML5 in order to serve the needs of people with disabilities and older persons using assistive technology (AT). It aims to be a useful go-to' guide, providing practical advice. It takes several approaches, including a look at the new semantics of HTML5 and how to combine its use with authoring practices you know from using earlier versions of HTML. It also demonstrates how HTML5 content is currently supported (or not) by assistive technologies such as screen readers, and what this means practically for accessibility in your web projects. The HTML5 specification is huge, with new APIs and patterns that can be difficult to understand. Accessibility can also seem complex and nuanced if you have no experience interacting with people with disabilities. This book walks you though the process of designing exciting user interfaces that can potentially be used by everyone, regardless of ability. Accessibility is really a quality design issue, and getting it right is often more a matter of approach than having sophisticated, cutting-edge tools at your disposal. This book will be your companion in your journey to understand both HTML5 and accessibility, as the author has many years of experience as a designer and web developer working directly with people with all types of disabilities. He has been involved with the development of HTML5 from an accessibility perspective for many years, as a member of the W3C WAI Protocols and Formats working group (which is responsible for ensuring W3C specifications are serving the needs of people with disabilities) as well as the HTML5 Working Group itself. Introduces the new HTML5 specification from an accessibility perspective Shows how incorporating accessibility into your interfaces using HTML5 can have benefits for all users Explains how HTML5 is currently supported by assistive technologies like screen readers, and how to work around these limitations when developing What you'll learn Gain an overview of assistive technologies and how they work with web content, as well as how to approach accessibility in your design projects Learn how HTML5 differs from HTML4 and earlier Understand how to practically apply HTML5 to your web projects in order to design accessible content. See what works and what doesn't Learn the new semantics and structures within HTML5, and how to use them to build more accessible websites and applications See which HTML5 elements and attributes are supported by browsers and assistive technologies, and what this means for the user experience of people with disabilities Understand which parts of HTML5 are not well supported by browsers and assistive technology Get a snapshot of current support, its limitations, and how to design and code in a way that will support older assistive technologies and browsers as well as more feature-rich, newer technologies Learn how CSS, JavaScript, and WAI-ARIA can be used with HTML5 to support the development of accessible web content Who this book is for

Pro HTML5 Accessibility is for the intermediate to advanced web designer and developer who is already building websites and applications but needs some help in understanding accessibility and how it relates to HTML5. The book can be read as a basic introduction to HTML5 and accessibility, but may be more suited to the professional or experienced designer who already has knowledge of HTML4 (or earlier) as well as CSS, WAI-ARIA and JavaScript. While no detailed knowledge of CSS, WAI-ARIA or scripting is really required, it will help the reader to understand some of the design patterns and examples discussed in the book. Table of Contents Introduction to HTML5 Acessibility Understanding Disability and Assistive Technology JavaScript Isn't a Dirty Word, and ARIA Isn't Just Beautiful Music API andDOM HTML5, the New Semantics and New Approaches to Document Markup Images, Rich Media, Audio and Video in HTML 5 HTML5 and Accessible Data Tables HTML5 and Accessible Forms HTML5, Usability and User-Centered Design Tools, Tips, and Tricks: Assessing Your Acessible HTML5 Project WCAG 2.0 Client-Side Scripting Techniques Definition of WAI-ARIA Roles

Pro Business Applications with Silverlight 5 (Paperback, 2nd ed.): Chris Anderson Pro Business Applications with Silverlight 5 (Paperback, 2nd ed.)
Chris Anderson
R1,545 Discovery Miles 15 450 Ships in 18 - 22 working days

Silverlight5 has the potential to revolutionize the way we build business applications. With its flexibility, web deployment, cross-platform capabilities, rich .NET language support on the client, rich user interface control set, small runtime, and more, it comes close to the perfect platform on which to build business applications. It's a very powerful technology, and despite its youth, it's moving forward at a rapid pace and is gaining widespread popularity. This book guides you through the process of designing and developing enterprise-strength business applications in Silverlight5 and C#. You'll learn how to take advantage of the power of Silverlight to develop rich and robust business applicationsfrom getting started to deployment, and everything in between. In particular, this book will serve developers who want to learn how to design business applications. It willintroducethe patternsyou'll use, the issues you'll face, and how to resolve them. Author Chris Anderson, who has been building line-of-business applications for years, demonstrates his expertise through a candid presentation of how to tackle real-life issues, rather than just avoiding them. Developers will benefit from his hard-won expertise through business application design patterns that he shares throughout the book. With this book in hand, you will: Create a fully-functional business application in Silverlight Discover how to satisfy the general requirements that most business applications need Develop a business application framework What you'll learn How to structure your project to ensure a robust and maintainable application How to create user interfaces with XAML and bind controls to data How to communicate securely between the server and the client How to view and maintain data within a Silverlight user interface How to design unique user experiences and use advanced styling techniques How to implement standard business application paradigms in Silverlight Who this book is for

This book is for developers experienced in other .NET technologies, such as WinForms or ASP.NET, looking to translate their existing skills to developing business applications with Silverlight. Patterns and methodologies associated with building robust applications will be introduced and are not prerequisite knowledge. Table of Contents Getting Started with Silverlight An Introduction to XAML The Navigation Framework Exposing Data from the Server Consuming Data from the Server Implementing Summary Lists Building Data Entry Forms Securing Your Application Styling Your Application Advanced XAML Advanced Data Binding Creating Custom Controls The Model-View-View Model (MVVM) Design Pattern An Introduction to Prism and MEF Printing and Reporting Out of Browser Mode and Interacting with the Operating System Application Deployment

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
The Original - Living Life Through…
Norm Beaudin, Kim Passante Hardcover R594 Discovery Miles 5 940
Knights of Winter - Hockey in British…
Craig H. Bowlsby Hardcover R1,351 R1,108 Discovery Miles 11 080
The Hartford Whalers
Brian Codagnone Paperback R562 R516 Discovery Miles 5 160
Seattle Totems
Jeff Obermeyer Hardcover R719 R638 Discovery Miles 6 380
DNA Arrays - Methods and Protocols
Jang B. Rampal Hardcover R2,802 Discovery Miles 28 020
Genetic Recombination - Reviews and…
Alan S. Waldman Hardcover R2,680 Discovery Miles 26 800
The Dynamic Genome - A Darwinian…
Antonio Fontdevila Hardcover R3,589 Discovery Miles 35 890
DNA and Biotechnology
Molly Fitzgerald-Hayes, Frieda Reichsman Hardcover R1,913 Discovery Miles 19 130
Hockey in Cleveland
Jon Sladek Hardcover R719 R638 Discovery Miles 6 380
Genomics of GC Rich Gram-positive…
Antoine Danchin Hardcover R5,209 Discovery Miles 52 090

 

Partners