0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (3)
  • R100 - R250 (103)
  • R250 - R500 (451)
  • R500+ (3,118)
  • -
Status
Format
Author / Contributor
Publisher

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

Beginning Zend Framework (Paperback, 1st ed.): Armando Padilla Beginning Zend Framework (Paperback, 1st ed.)
Armando Padilla
R1,010 R873 Discovery Miles 8 730 Save R137 (14%) Ships in 18 - 22 working days

The Zend Framework is one of today's most popular PHPbased web application development frameworks.Beginning Zend Framework is a beginner's guide to learning and using the Zend Framework. It covers everything from the installation to the various features of the framework to get the reader up and running quickly. What you'll learn Install and configure the Zend Framework. Create your first Zend Framework web application. Explore controllers and actions, views, form creation, validation, and filtering. Build and access the database layer with Zend_Db. Develop a Send/Receive email application using Zend_Mail. Integrate web services and feeds, and create and incorporate a search engine. Complete your web application by looking at performance optimization. Who this book is for

This book is for the beginning-to-intermediate Web developer who primarily uses PHP. Table of Contents Getting Started with Zend Framework The Application Writing Controllers Using Zend_Controller Views, Forms, Filters, and Validators Database Communication, Manipulation, and Display Sending and Receiving E-mail Web Services and Feeds Creating a Search Engine Using Zend_Search_Lucene Caching with Zend Framework

Web Workers (Paperback): Ido Green Web Workers (Paperback)
Ido Green
R531 Discovery Miles 5 310 Ships in 18 - 22 working days

Web apps would run much better if heavy calculations could be performed in the background, rather than compete with the user interface. With this book, you'll learn how to use Web Workers to run computationally intensive JavaScript code in a thread parallel to the UI. Yes, multi-threaded programing is complicated, but Web Workers provide a simple API that helps you be productive without the complex algorithms.

If you have an intermediate to advanced understanding of JavaScript--especially event handling and callbacks--you're ready to tackle Web Workers with the tools in this example-driven guide. Start creating Web Workers and understand what they can and can't do Determine which browser versions support the API Use dedicated Web Workers for tasks that consume a lot of CPU, such as data parsing Explore use cases for creating inline Workers, such as encapsulating a web app in one page Create a shared Worker to communicate multiple web app instances to the server, and other uses Learn best practices for debugging Web Workers Apply Web Workers within the server-side Node environment

Practical RichFaces (Paperback, 2nd ed.): Max Katz, Ilya Shaikovsky, Exadel Inc Practical RichFaces (Paperback, 2nd ed.)
Max Katz, Ilya Shaikovsky, Exadel Inc
R1,352 Discovery Miles 13 520 Ships in 18 - 22 working days

RichFaces 4 is a component library for JavaServer Faces, and an advanced framework for easily integrating AJAX capabilities into business applications.It lets you quickly develop next-generation web applications based on JSF 2/Ajax. In this definitive RichFaces 4 book, instead of using JBoss Tools, the author bases all examples on Maven so that any IDE can be usedwhether it's NetBeans, Eclipse, JBoss or even Spring. Practical RichFaces also describes how to best take advantage of RichFacesthe integration of the Ajax4jsf and RichFaces librariesto create flexible and powerful programs. Assuming some JSF background, it shows how you can radically reduce programming time and effort to create rich AJAX-based applications. What you'll learn How to build rich Internet applications with out-of-the-box RichFaces components Best strategies for implementing Ajax applications using RichFaces When best to use the two libraries How to create new skins for your app in no time How to create applications without needing to write any JavaScript code Who this book is for

Java developers with good JSF knowledge looking to build next-generation web applications using RichFaces JavaServer Faces users Java programmers wishing to add Ajax to their existing programs Old users of Ajax4jsf Table of Contents The Basics Getting Started a4j: * Tags, Features and Concepts Getting Started with Rich Components Rich Input and Select Components Rich Panel and Output Components Rich Data Iteration Components Rich Menu Components Rich Tree Components Rich Drag-and-Drop Components Rich Validation Rich Components JavaScript API, Client Functions, and Using jQuery Skins RichFaces CDK: Building Custom Components

Practical Django Projects (Paperback, 2nd ed.): James Bennett Practical Django Projects (Paperback, 2nd ed.)
James Bennett
R1,000 R853 Discovery Miles 8 530 Save R147 (15%) Ships in 18 - 22 working days

Build a Django content management system, blog, and social networking site with James Bennett as he introduces version 1.1 of the popular Django framework.

You'll work through the development of each project, implementing and running the applications while learning new features along the way.

Web frameworks are playing a major role in the creation of today's most compelling web applications, because they automate many of the tedious tasks, allowing developers to instead focus on providing users with creative and powerful features. Python developers have been particularly fortunate in this area, having been able to take advantage of Django, a very popular open-source web framework whose stated goal is to "make it easier to build better web applications more quickly with less code."

Practical Django Projects introduces this popular framework by way of a series of realworld projects. Readers follow along with the development of each project, implementing and running each application while learning new features along the way. This edition is updated for Django 1.1 and includes an all-new chapter covering practical development tools and techniques you'll be able to apply to your own development workflow. What you'll learn Capitalize upon the welldefined and stable framework architecture of Django 1.1 to build web applications faster than ever before Learn by doing by working through the creation of three realworld projects, including a content management system, blog, and social networking site Build userfriendly web sites with wellstructured URLs, session tracking, and syndication options Let Django handle tedious tasks such as database interaction while you focus on building compelling applications Who this book is for

Web developers seeking to use the powerful Django framework to build powerful web sites. Table of Contents Welcome to Django Your First Django Site: A Simple CMS Customizing the Simple CMS A Django-Powered Weblog Expanding the Weblog Templates for the Weblog Finishing the Weblog A Social Code-Sharing Site Form Processing in the Code-Sharing Application Finishing the Code-Sharing Applications Practical Development Techniques Writing Reusable Django Applications

Beginning JSF (TM) 2 APIs and JBoss (R) Seam (Paperback, 1st ed.): Kent Ka Iok Tong Beginning JSF (TM) 2 APIs and JBoss (R) Seam (Paperback, 1st ed.)
Kent Ka Iok Tong 1
R913 R791 Discovery Miles 7 910 Save R122 (13%) Ships in 18 - 22 working days

The Enterprise Java platform, Java EE 6, has gotten a facelift ... JavaServer Faces (JSF) 2, is a big part of what's new in Java EE 6 JSF 2, a significant upgrade from JSF 1.2, includes Facelets and integration/use options with a variety of web frameworks, including the popular JBoss(r) Seam and even the Spring Framework.

Beginning JSF 2 APIs and JBoss(r) Seam gets you up to speed with the JSF 2.x API features and how they're implemented using the latest Seam web framework. This quickstart tutorial is the fastest way to get started on JSF 2, Facelets, and Seam, and with it you'll take the most useful features in the frameworks and apply them using best practices.

You'll learn to create and enhance an eShop using practical methods, and can re-purpose the template for your own personal and professional projects. What you'll learn Get started with JSF 2 and its features, including forms, validations, and more. Create an eShop. Build interactive pages with Ajax. Incorporate the JSF 2 feature, Facelets, as your standard view definition framework. Provide a common layout using Facelets. Apply and finetune your eShop application using the popular JSFbased web framework, JBoss Seam. Who this book is for

This book is primarily for Java developers who need to develop an application in JSF but are just learning it. It also can be for Java developers who know JSF but would like to learn Facelets and Seam. Table of Contents Getting Started with JSF Using Forms Validating Input Creating an E-shop Creating Custom Components Providing a Common Layout for Your Pages Building Interactive Pages with Ajax Using Conversations Supporting Other Languages Using JBoss Seam

Beginning Joomla! (Paperback, 2nd ed.): Dan Rahmel Beginning Joomla! (Paperback, 2nd ed.)
Dan Rahmel
R1,017 R871 Discovery Miles 8 710 Save R146 (14%) Ships in 18 - 22 working days

Joomla is one of the most searchedfor and hiredfor open source content management systems in the world. Since 2007, the combination of Joomla and Dan Rahmel 's bestselling Beginning Joomla , From Novice to Professional have made it so that all you have to do is read a single book to learn how to build sites that take communityauthored content and turn it instantly into published web pages with features like rich templating, content management, forums, photo management, and article commenting.

Now revised and updated for Joomla 1.5, this second edition jobinabook provides the solid core of knowhow that you'll need to get the most out of your Joomla deployment, written to fully exploit the features of latest version of Joomla More than just a simple build a toy web site guide, Beginning Joomla , Second Edition will give you a wealth of lifesaving tips, tricks, tools, and fixes that experienced Joomla developers use to build powerful, popular web sites while avoiding major headaches. This book coversHow to use add and create extensionsAccess management and how documents, photos, and other content are managed in Joomla 1.5Ecommerce integration and search engine optimization

Dan Rahmel explores the updates to Joomla 1.5 that you'll need if you already use Joomla and explains, using the latest terms, how to build a web site from scratch if you don't already use Joomla An update to the bestselling Joomla title on the market, this is the Joomla book to get. What you'll learn The best way to set up a Joomla installation and web server Creating a Joomla site, from idea to execution The latest features of Joomla and how to leverage them Who this book is for

This book is for current and prospective web developers interested in using the Joomla content management system, as well as for any web user seeking to learn how to self-publish for a community.

Pro JavaScript RIA Techniques - Best Practices, Performance and Presentation (Paperback, 1st ed.): Dennis Odell Pro JavaScript RIA Techniques - Best Practices, Performance and Presentation (Paperback, 1st ed.)
Dennis Odell
R1,016 R869 Discovery Miles 8 690 Save R147 (14%) Ships in 18 - 22 working days

Pro JavaScript RIA Techniques: Best Practices, Performance, and Presentation shows you how you can build JavaScript RIAs (rich Internet applications) with compelling user interfaces and great performance.

With the best practices and optimization techniques you'll learn in this book, you can optimize performance without sacrificing a rich user interface. Using a combination of innovative ideas and intelligent use of HTML, CSS, JavaScript, and plugins, this book shows you how to make decisions based on best web standard development practices and realworld browser data.

Through practical examples, you'll see how to optimize both design and performance with an eye toward future enhancements and efficient maintenance. Starting with the essential principles and techniques of semantic markup, build efficient, responsive web applications based on web standard best practices and realworld experience. Apply practical techniques and see how to reuse examples of broadly relevant page components to improve the interface and performance of existing sites. Explore ways to push the boundaries of the possible with existing browser technology. What you'll learn Best practices for building web applications using JavaScript and web standards Optimization techniques for high performance in browsers How to create richer user interfaces Advanced Ajax techniques How to optimize graphic performance by drawing in the browser with SVG Integrating accessibility into rich web applications Who this book is for

This book is aimed at web developers and designers who need to improve the user experience of their sites by making their code more efficient and their sites more responsive, and incorporating more complexity all at the same time. It is for Internet professionals ready to go beyond Web 2.0 to a newer, more streamlined vision of rich user experiences. Table of Contents Building a Solid Foundation JavaScript for Rich Internet Applications Understanding the Web Browser Performance Tweaking Smoke and Mirrors: Perceived Responsiveness Beautiful Typography Multimedia Playback Form Controls Offline StorageWhen the Lights Go Out Binary Ajax Drawing in the Browser Accessibility in Rich Internet Applications

Beginning Python Visualization - Crafting Visual Transformation Scripts (Paperback, 1st ed.): Shai Vaingast Beginning Python Visualization - Crafting Visual Transformation Scripts (Paperback, 1st ed.)
Shai Vaingast
R1,683 Discovery Miles 16 830 Ships in 18 - 22 working days

We are visual animals. But before we can see the world in its true splendor, our brains, just like our computers, have to sort and organize raw data, and then transform that data to produce new images of the world.Beginning Python Visualization: Crafting Visual Transformation Scripts discusses turning many types of small data sources into useful visual data. And, you will learn Python as part of the bargain. -->What you'll learn-->Write ten lines of code and present visual information instead of data soup. Set up an open source environment ready for data visualization. Forget Excel: use Python. Learn numerical and textual processing. Draw graphs and plots based on textual and numerical data. Learn how to deal with images. -->Who this book is for-->

IT personnel, programmers, engineers, and hobbyists interested in acquiring and displaying data from the Web, sensors, economic trends, and even astronomical sources.

Web Development with Java - Using Hibernate, JSPs and Servlets (Paperback, 2007 ed.): Tim Downey Web Development with Java - Using Hibernate, JSPs and Servlets (Paperback, 2007 ed.)
Tim Downey
R1,518 Discovery Miles 15 180 Ships in 18 - 22 working days

Web development is simpler than it seems, especially with the software tools freely available on the Web. This book breaks from the tradition of teaching a history of Web development and jumps to the good stuff from the outset so that students can start writing real applications.

This comprehensive textbook introduces readers to the three-tiered, Model-View-Controller architecture by using Hibernate, JSPs, and Java Servlets. These three technologies all use Java, so that a student with a background in programming will be able to master them with ease, with the end result of being able to create web applications that use MVC, validate user input and save data to a database.

Features and topics:

a [ Presents the many topics of web development in small steps, in an accessible, easy-to-follow style; focusing on the most important information first, and allowing the reader to gain basic understanding before moving forwards

a [ Uses existing powerful technologies that are freely available on the web to speed up web development, such as JSP, JavaBeans, Annotations, JSTL, Java 1.5, Hibernate and Tomcat

a [ Starts with the simplest technology for web development (JSP) and gradually introduces the reader to more complex topics

a [ Core technologies are introduced from the outset, such as the Model-View-Controller architecture

a [ Includes many helpful pedagogical tools for students and lecturers such as, an introduction to each topic, questions and exercises at the end of each chapter, detailed illustrations and chapter summaries

a [ By using Hibernate as the database tool in this book, there is no need for the reader to know SQL

Written for novice developers with asolid background in programming, but who do not have any database training, this thorough, easy-to-use book provides an exemplary introductory course in web development for undergraduates, as well as web developers. With its straightforward and systematic style this text is also ideal for self-study.

Tim Downey has over ten years experience teaching web development, and has won Outstanding Teaching Awards in 1997, 2002, 2006 and 2007. He maintains the following active website which contains many complete examples and tutorials: http: //www.bytesizebook.com/

Practical CakePHP Projects (Paperback, 1st ed.): Cheryl Miller, John Omokore, Kai Chan Practical CakePHP Projects (Paperback, 1st ed.)
Cheryl Miller, John Omokore, Kai Chan
R985 R848 Discovery Miles 8 480 Save R137 (14%) Ships in 18 - 22 working days

If you've been using PHP for sometime now and would like to start using a web framework, you'll want to try CakePHP, which is an open source rapid development web framework built on PHP.

PHP experts Kai Chan and John Omokore guide you through a variety of practical CakePHP applications. You will work on projects such as a video gallery, unit testing application, an ecommerce app, a blog site, and much more. Practical CakePHP Projects covers the key architectural concepts as well as including mini projects that you can use to enhance your own applications. A friendly introduction for any web programmer looking to choose a PHP framework Realworld projects based on current and future trends Practical CakePHP techniques that you can use right away What you'll learn Painlessly create a secure and dynamic web site with CakePHP and MySQL. Discover how CakePHP can be used in highlevel and demanding applications using CakePHP builtin components as well as methods such as Smarty, caching, and unit testing. See how CakePHP integrates with technologies such as Ajax and web services. Integrate your own components into CakePHP's framework. Apply CakePHP to mainstream technologies such as Google Video, blogging, mash-ups, and ecommerce. Work through the few pitfalls of some of the CakePHP framework, for example, Access Control Lists. Who this book is for

Aimed primarily at CakePHP novices to professionals and PHP programmers seeking to build web applications easily using CakePHP and related web technologies, this book will also appeal to programmers using other frameworks in other languages, for example, Ruby on Rails and Java Spring.

Groovy and Grails Recipes (Paperback, 1st ed.): Bashar Jawad Groovy and Grails Recipes (Paperback, 1st ed.)
Bashar Jawad
R1,048 R902 Discovery Miles 9 020 Save R146 (14%) Ships in 18 - 22 working days

Groovy and Grails Recipes is the busy developer's guideto developing applications in Groovy and Grails. Rather than boring you with theoretical knowledge of yet another language/framework, this book delves straight into solving reallife problems in Groovy and Grails using easytounderstand, wellexplained code snippets. Through learning by example, you will be able to pick up on Groovy and Grails quickly and use the book as an essential reference when developing applications. What you'll learn Discover elegant and efficient solutions to common programming problems and web development tasks. Get and reuse practical examples for both Groovy language and Grails framework, using the latest stable versions of each. Perform a wide range of development tasks that cover all of the web development tiers, from View Layer to Service Layer to Domain Layer. Access the wide range of available Grails framework plugins. Obtain the recipes to integrate Spring, Hibernate, SiteMesh, and more with the Grails web framework. Who this book is for

This book is for Java and web developers who are interested to learn more about Groovy and/or Grails and are looking for real-life, working examples of how to achieve common programming tasks in Groovy and Grails. Table of Contents Getting Started with Groovy From Java to Groovy Groovy Data Types and Control Structures Object-Oriented Groovy Closures Builders Working with Databases Testing with Groovy Miscellaneous Recipes Getting Started with Grails The Web Layer The Data Layer Scaffolding Security Testing Miscellaneous Recipes

The Definitive Guide to Pylons (Paperback, 1st ed.): Scott Gardner The Definitive Guide to Pylons (Paperback, 1st ed.)
Scott Gardner
R1,136 R979 Discovery Miles 9 790 Save R157 (14%) Ships in 18 - 22 working days

Spurred by the enormous popularity of Ruby on Rails, web frameworks have revolutionized the way developers of all programming languages tackle the often complex task of web application development. Some of the most exciting activity in this area can be seen in the Python community, one of the wildly popular frameworks to enter the fray being Pylons http: //www.PylonsHQ.com).Co-founder and lead developer James Gardner brings you a comprehensive introduction to Pylons, the web framework that uses the best of Ruby, Python, and Perl and the emerging WSGI standard to provide structure and flexibility. With expert guidance from the author, you'll learn how to create your own Pylonsdriven web site using SQLAlchemy and FormEncode and attain the mastery of advanced Pylons features, such as internationalization and localization, packaging and deployment. What you'll learn Install and configure Pylons, and create your first Pylonsdriven web applicationTake advantage of Pylons' builtin support for advanced features such as session management, web services, and AjaxDevelop your web applications in the most efficient way possible through testdriven development, logging, testingWield the true power of Pylons through its extension capabilities, unique support for WSGI, and the ability to integrate with other popular frameworks such as Django Who this book is for

Python developers seeking to take advantage of a web framework.

Foundation Rails 2 (Paperback, 1st ed.): Eldon Alameda Foundation Rails 2 (Paperback, 1st ed.)
Eldon Alameda
R1,014 R877 Discovery Miles 8 770 Save R137 (14%) Ships in 18 - 22 working days

You've heard about this amazing web framework called Ruby on Rails that's taken the world by storm, but thought it was way too complex for you? Think again.

Foundation Rails 2 takes you through your first steps in Rails, explaining in plain English how to start building dynamic web applications. And there's never been a better time to jump in to the Rails world, as the release of Rails 2 was a major evolutionary leap forward from previous versions.

Unlike other Rails books, this book doesn't throw you into the deep end right away in the hopes that you'll learn to swim. Instead, we'll start out with the basics and continually expand your knowledge until, by the end of the book, we're building a Rails application with dynamic features such as user registration, geocoding, filtering results with AJAX, RSS feeds, and an XML interface. Meanwhile, we'll talk about the important issues that other books often leave out such as testing your application's code, securing your application from hackers, optimizing your code for the best performance, and of course, deploying your application.

This book takes a focused approach to guiding you through understanding how the pieces of Rails work individually and how they fit together. Instead of emphasizing boring theoretical discussions, Foundation Rails 2 lets you get your hands dirty with the framework and learn the hows and whys of Rails faster than ever.

We start with a tour of what makes Rails special and why you need to learn it, move into a gentle introduction to the high points of programming in Ruby, and then take a tour of a sample Rails application. Next, we dig deeper into the core components of Rails before building a complete Rails application together. By the end of this book, not only will you know how to build Rails applications but you'll understand the reasons behind what you do.

The Definitive Guide to Spring Web Flow (Paperback, 1st ed.): Erwin Vervaet The Definitive Guide to Spring Web Flow (Paperback, 1st ed.)
Erwin Vervaet
R1,045 R898 Discovery Miles 8 980 Save R147 (14%) Ships in 18 - 22 working days

Spring Web Flow is an exciting open-source framework for developing Java web applications. The framework improves productivity by addressing three major painpoints facing web application developers: user interface navigation control, state management, and modularity.

The Definitive Guide to Spring Web Flow covers Spring Web Flow in detail by explaining its motivation and feature set, as well as providing practical guidance for using the framework to develop web applications successfully in a number of environments. What you'll learn How to get started with Spring Web Flow Leveraging Spring Web Flow's powerful features Extending the framework to take it beyond its outofthebox feature set Best practices and realworld use cases Insights into the design and implementation of the framework Who this book is for

This book is for Java-based web developers looking to build web applications using Spring Web platform. It is also for those looking to integrate other Java web frameworks and applications with Spring.

Practical Dojo Projects (Paperback, 1st ed.): Frank Zammetti Practical Dojo Projects (Paperback, 1st ed.)
Frank Zammetti
R1,110 R954 Discovery Miles 9 540 Save R156 (14%) Ships in 18 - 22 working days

The era of professional JavaScript development has arrived Gone are the days when writing all the clientside code for your applications by hand yourself was the norm. Gone are the days when scrounging around the Internet to find a snippet of code to do something you need could lead to either decent code or utter garbage that you'd surely regret using later.

No, writing highquality JavaScript these days is a whole lot easier with the advent of topnotch libraries that save you time and effort, and one that stands out from most others is Dojo.

Dojo is a library like few others: written by some of the best JavaScript coders around today, providing nearly everything you'll need to write modern rich Internet applications, all in one place. From Ajax to widgets, to clientside persistence and language extensions, and many points in between, Dojo has it all.

In Practical Dojo Projects, you'll learn all about what Dojo has to offer. You'll see it in action in the form of five fully functional applications, which include A contact manager for storing info for all the important people in your life A code cabinet: a place to store, index, and get code snippets from A stock tracker to keep track of your stock portfolio A message forum for open discussions on topics you define Even a fun little game

By the time you've finished reading, you'll have a firm grasp on what Dojo is all about, and you'll have the preparation you need to begin to use it yourself in your own projects. See you inside What you'll learn Uncover the fundamentals of Dojo, its core, Dojo Widgets, and DojoX. Build sophisticated JavaScript/Ajaxbased applications starting with a Dojo contact manager. Create a code cabinet, a place to store snippets of code for later reuse using Dojo and Dojo Offline (based on Google Gears). See how to build an interactive and fun came application using Dojo. Build a stock watcher application, which allows you to enter ticker symbols and will show you realtime updates using some available web service; show net gain/loss over various time periods (hourly/daily/weekly/monthly/yearly) with various charts and graphs. Take Dojo into social networking by building a messaging forums application. Who this book is for

Web application developers, senior projects leads, and application architects.

Bandit Algorithms for Website Optimization (Paperback): John Myles White Bandit Algorithms for Website Optimization (Paperback)
John Myles White
R539 Discovery Miles 5 390 Ships in 18 - 22 working days

This book shows you how to run experiments on your website using A/B testing - and then takes you a huge step further by introducing you to bandit algorithms for website optimization. Author John Myles White shows you how this family of algorithms can help you boost website traffic, convert visitors to customers, and increase many other measures of success. This is the first developer-focused book on bandit algorithms, which have previously only been described in research papers. You'll learn about several simple algorithms you can deploy on your own websites to improve your business including the epsilon-greedy algorithm, the UCB algorithm and a contextual bandit algorithm. All of these algorithms are implemented in easy-to-follow Python code and be quickly adapted to your business's specific needs. You'll also learn about a framework for testing and debugging bandit algorithms using Monte Carlo simulations, a technique originally developed by nuclear physicists during World War II. Monte Carlo techniques allow you to decide whether A/B testing will work for your business needs or whether you need to deploy a more sophisticated bandits algorithm.

Beginning Google Web Toolkit - From Novice to Professional (Paperback, 1st ed.): Bram Smeets, Uri Boness, Roald Bankras Beginning Google Web Toolkit - From Novice to Professional (Paperback, 1st ed.)
Bram Smeets, Uri Boness, Roald Bankras
R900 R779 Discovery Miles 7 790 Save R121 (13%) Ships in 18 - 22 working days

The open source, lightweight Google Web Toolkit (GWT) is a framework that allows Java developers to build rich Internet applications (RIAs), more recently called Ajax applications, in Java. Typically, writing these applications requires a lot of JavaScript development. However, Java and JavaScript are very distinctively different languages (although the name suggests otherwise), therefore requiring a different development process.

In Beginning Google Web Toolkit: From Novice to Professional, you'll learn to build rich, userfriendly web applications using a popular Javabased Ajax web framework, the Google Web Toolkit. The authors will guide you through the complete development of a GWT front-end application with a nononsense, downtoearth approach.

You'll start with the first steps of working with GWT and learn to understand the concepts and consequences of building this kind of application. During the course of the book, all the key aspects of GWT are tackled pragmatically, as you're using them to build a realworld sample application. Unlike many other books, the inner workings of GWT and other unnecessary details are shelved, so you can focus on the stuff that really matters when developing GWT applications. What you'll learn Get a solid foundation to develop RIAs. Understand the basics of the GWT Framework and its components. Fit GWT into your application's life cycle and development process. Develop rich web frontend GUIs using widgets, composite widgets, panels, and much more. Integrate with remote procedure call (RPC) and various other data formats. Reinforce principles learned throughout the book by working through a realworld sample application created with GWT from scratch. Who this book is for

Beginning Google Web Toolkit: From Novice to Professional is written for Java developers of all levels who want to start building rich Internet applications. The book assumes no prior knowledge of developing Ajax applications and/or working with JavaScript.

Pro Java  EE Spring Patterns - Best Practices and Design Strategies Implementing Java EE Patterns with the Spring Framework... Pro Java EE Spring Patterns - Best Practices and Design Strategies Implementing Java EE Patterns with the Spring Framework (Paperback, 1st ed.)
Dhrubojyoti Kayal
R1,025 R879 Discovery Miles 8 790 Save R146 (14%) Ships in 18 - 22 working days

The Java landscape is littered with libraries, tools, and specifications. What's been lacking is the expertise to fuse them into solutions to realworld problems. These patterns are the intellectual mortar for J2EE software construction. John Vlissides, coauthor of Design Patterns: Elements of Reusable ObjectOriented Software

Pro Java EE Spring Patterns focuses on enterprise patterns, best practices, design strategies, and proven solutions using key Java EE technologies including JavaServer Pages, Servlets, Enterprise JavaBeans, and Java Message Service APIs.

This Java EE patterns resource, catalog, and guide, with its patterns and numerous strategies, documents and promotes best practices for these technologies, implemented in a very pragmatic way using the Spring Framework and its counters. This titleIntroduces Java EE application design and Spring framework fundamentals Describes a catalog of patterns used across the three tiers of a typical Java EE application Provides implementation details and analyses each pattern with benefits and concerns Describes the application of these patterns in a practical application scenario What you'll learn Get an introduction to enterprise Java/Java EE application design patterns. Simplify enterprise Java design using the popular Spring framework. Examine presentation, business, web, and integration tier design patterns and best practices, including crosscutting design patterns, aspect-oriented programming, etc. See how the enhanced and uptodate pattern catalog compares to core J2EE design blueprints. Learn how to use comprehensive source code and configuration information. Develop order management system requirements for the first indepth enterprise application case study. Design your order management system application using the final case study. Who this book is for

This book is for Java EE application architects, designers, and developers using or planning to use the Spring Framework. Table of Contents Introducing Enterprise Java Application Architecture and Design Simplifying Enterprise Java Applications with the SpringFramework Exploring Presentation Tier Design Patterns Exploring Business Tier Design Patterns Exploring Integration Tier Design Patterns Exploring Crosscutting Design Patterns Case Study: Building an Order Management System

ASP.NET MVC Framework Preview (Paperback, 1st ed.): Steven Sanderson ASP.NET MVC Framework Preview (Paperback, 1st ed.)
Steven Sanderson
R728 Discovery Miles 7 280 Ships in 18 - 22 working days

The ASP.NET MVC framework is the latest evolution of Microsoft's ASP.NET web platform. It introduces a radically new high-productivity programming model, promotes cleaner code architecture, supports test-driven development, and provides powerful extensibility, combined with all the benefits of ASP.NET 3.5.

ASP.NET MVC Framework Preview is a first look at this technology's main features, designed to give you a head start getting to grips with this powerful new technology. What you'll learn A solid architectural background to ASP.NET MVC, including Model-View-Controller and REST concepts 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 framework. Table of Contents What's the Big Idea Your First ASP.NET MVC Application Architecture

Practical Cross-Platform Charts and Graphics with ASP.NET Core MVC (Paperback): Jack Xu Practical Cross-Platform Charts and Graphics with ASP.NET Core MVC (Paperback)
Jack Xu
R1,912 Discovery Miles 19 120 Ships in 18 - 22 working days
Beginning Database-Driven Application Development in Java EE - Using GlassFish (Paperback, 1st ed.): Yuli Vasiliev Beginning Database-Driven Application Development in Java EE - Using GlassFish (Paperback, 1st ed.)
Yuli Vasiliev
R1,054 R908 Discovery Miles 9 080 Save R146 (14%) Ships in 18 - 22 working days

Beginning Database-Driven Application Development in Java EE: Using GlassFish focuses on the open source GlassFish persistence engine. This book shows Java programmers how to develop applications utilizing relational database technologies with examples using Oracle and MySQL and the GlassFish application development framework and deployment platform all based on Java EE.The book explains in detail how you can organize your Java EE solution into a multilayer architecture, placing most emphasis on how to implement the persistence and database tiers of an application. Through many examples, this book shows how you can efficiently use the Java Persistence features available in the Java EE platform. Find out how you can greatly simplify the task of building the persistence layer of your Java EE application by moving some application logic into the underlying database, utilizing database views, stored programs, and triggers. The book also explains how to deploy Java EE applications to GlassFish, a free, open source Java EE 5compliant application server. What you'll learn Use the GlassFish persistence layer in conjunction with GlassFish Java EE application server. Organize the database and persistence tiers of a Java EE application and utilize MySQL or Oracle database applications when building the database tier. Work with EJB 3 JPA object/relational mapping features, plug JPA into Java EE transactional environment, and implement persistence with the EJB 3 EntityManager. Integrate and use JSF (webtier) using GlassFish JSF Framework (Scales) and other JSF tools/frameworks. Deploy applications to GlassFish Application Server. Who this book is for

The book is appropriate for Java developers who want to learn how to develop Java EE applications interacting with a relational database via the Java Persistence API (JPA) and then deploy them to the open source GlassFish Application Server.

Practical HTML5 Projects (Paperback, 1st ed.): Adrian W. West Practical HTML5 Projects (Paperback, 1st ed.)
Adrian W. West
R959 R838 Discovery Miles 8 380 Save R121 (13%) Ships in 18 - 22 working days

Practical HTML5 Projectsis a collection of valuable web techniques that any developer or designer can use. This book is all about saving time.Busy web developers should not have to plow through pages of theory or history only to discover that no practical applications are provided, nor should they have to read a paragraph five times to extract some meaning from it. All of the techniques within this book are explained using fully worked examples that you can immediately apply to your own projects. With each technique the book provides: A practical and useful example (and a screen shot of the end result where applicable). The markup for a fully worked example. A downloadable template to adapt for use in your own websites. With Practical HTML5 Projects, you can dive straight into the book at the required chapter and immediately find answers to your websiteproblems, and find the sample code you can use to get it right. Start creating websites using the practical examples, summaries, and templates. What you'll learn Discover new techniques for creating interesting, attractive and accessible websites Save time spent researching poorly documented techniques Avoid lengthy trial-and-error testing andhours spent reading single topic manuals Download templates and quickly adapt them for your own use Keep pace with the latest developments and recommendations in web design Accumulate a useful tool kit of resources and templates Who this book is for

Practical HTML5Projects acknowledges the fact that designers, teachers, and students would rather produce something than spend hours researching how to produce it. Web developers and designers can dive right into the book, take a template and adapt it. IT teachers can set student projects based on the techniques and templates revealed in the book. Table of Contents Moving to HTML5 A Rollover Picture Gallery Backgrounds RolloverMenus Moving to CSS3 Adding Audio, Video andSlide Shows Rounded Corners Drop Shadows Create Collages and Galleries Add PayPal Secure Feedback Methods Monitor Mayhem Appearance and Usefulness Accessibility Dump those Deprecated Items Search Engine Optimization Printing, Counting, and Redirecting Validation Troubleshooting Appendix

Beginning Silverlight 5 in C# (Paperback, 4th ed.): Robert Lair Beginning Silverlight 5 in C# (Paperback, 4th ed.)
Robert Lair
R939 R818 Discovery Miles 8 180 Save R121 (13%) Ships in 18 - 22 working days

The growing popularity of Web 2.0 applications is increasing user expectations for high-quality website design, presentation, and functionality. It is into this climate that Microsoft is releasing Silverlight 5, thelatest iteration of its cross-browser web presentation technology. Beginning Silverlight 5 in C#brings you to the cutting edge of Web 2.0 application design and includes plenty of practical guidance to get you started straight away. Silverlight design tools have important differences comparedwith those used to create Ajax and JavaScript functionality. Robert Lair takes you on a tour of all the tools, including: Microsoft Expression Design, which plays an important role in creating Silverlight assets Microsoft Expression Blend, which is used to build user interaction for Silverlight elements Microsoft Visual Studio, which manages the interaction between designers and developers, providing the coding environment for nuts and bolts wiring What you'll learn Discover the tools needed for Silverlight 5 development, the roles each plays, and how they interact to produce a seamless result Understand the fundamental concepts and techniques that lie at the heart of every successful Silverlight application and how to apply them to your own projects Explore the new features and coding practices which Silverlight gives you, setting it apart from other web development tools Who this book is for

This book is for anyone with an interest in web development. A basic familiarity with web development and simple C# coding is useful, but by no means a requirement. This book will teach you everything that you need to know. Table of Contents Welcome to Silverlight 5 Introduction to Visual Studio 2010 Layout Management in Silverlight Silverlight Controls Data Binding and Silverlight List Controls Silverlight Toolkit Data Access and Networking Navigation Framework Isolated Storage in Silverlight System Integration in Silverlight Introduction to Expression Blend Styling in Silverlight Transformations and Animation Custom Controls Printing in Silverlight Deployment

Pro ASP.NET 3.5 Server Controls and AJAX Components (Paperback, 1st ed.): Dale Michalk, Rob Cameron Pro ASP.NET 3.5 Server Controls and AJAX Components (Paperback, 1st ed.)
Dale Michalk, Rob Cameron
R1,365 R1,169 Discovery Miles 11 690 Save R196 (14%) Ships in 18 - 22 working days

Pro ASP.NET 3.5 Server Controls and AJAX Components is a reference for the serious ASP.NET developer who understands the benefits of objectoriented development and wants to apply those principles to ASP.NET 3.5, ASP.NET AJAX, and server control development. This book also covers SharePoint and targets the latest version of Visual Studio (2008) and the .NET Framework (3.5). Highlights include the following: Covers the new features in ASP.NET 3.5 and ASP.NET AJAX technology Describes the ASP.NET server control architecture in Visual Studio 2008/ASP.NET 3.5 covering state management, events, rendering, cross-platform support, control life cycle, localization, and deploymentDemonstrates how to integrate clientside development technologies such as DHTML and JavaScript with server control technology to create powerful interactive controls What you'll learn Create a powerful suite of interactive controls using ASP.NET 3.5 and ASP.NET AJAXEnrich the designtime experience when building custom server controlsIntegrate clientside development technologies such as DHTML and JavaScript with server control technologyDevelop SharePoint server controlsLearn the background on user controls as compared to server controlsWork with the new mobile controls in ASP.NET 3.5 Who this book is for

The serious ASP.NET developer who understands the benefits of object-oriented development and wants to apply those principles to ASP.NET 3.5 and server control development.

AdvancED Flex Application Development - Building Rich Media X (Paperback, 1st ed.): Chris Charlton, R. Blank, Omar Gonzalez,... AdvancED Flex Application Development - Building Rich Media X (Paperback, 1st ed.)
Chris Charlton, R. Blank, Omar Gonzalez, Hasan Otuome
R1,297 R1,100 Discovery Miles 11 000 Save R197 (15%) Ships in 18 - 22 working days

Many Flex books cover the basicsthis book does something different, and goes far further. The authors, leading Flash platform developers at Almer/Blank, working with Adobe User Group communities, are the creators of the Rich Media Exchange (RMX), a social media network for Adobe developers. In covering just how the RMX was built, this book contains all the knowledge you need to build similar large-scale rich Internet applications with Adobe Flex.

From the inception of the idea through to deployment, the authors show the techniques needed to plan and build advanced applications. You'll learn how to use forms, styles, validators, video, sound analysis, and framework caching, ensuring you make the most of the features introduced in Flex 3.

Powerful applications require solid back ends. This book shows how to hook up a Flex application to PHP back-end systems such as Drupal and OpenAds. You'll learn how various parts of the RMX were built, including the blogs, event calendar, jobs board, and advertising systemelements that come together to really showcase the power of Flex.

The RMX is built by Adobe developers for Adobe developersa rewarding community relationship that guarantees results. The same spirit is carried into this book, with the authors wanting and helping to take you to the next level of Flash application development.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
My Stryd Met ADHD - Die Onsigbare Oorlog
Hykie Berg Paperback  (1)
R285 R255 Discovery Miles 2 550
The Lifegiving Home - Creating A Place…
Sally Clarkson Paperback R444 R417 Discovery Miles 4 170
Uit die Beek 2025 - 365 Dagstukkies
Barend Vos Paperback R265 R249 Discovery Miles 2 490
The Pilgrim Legacy
Derek Prince Paperback R338 R315 Discovery Miles 3 150
Sala Kahle, District Six
Nomvuyo Ngcelwane Paperback R236 Discovery Miles 2 360
Three Wise Monkeys
Charles Van Onselen Paperback R1,500 R1,194 Discovery Miles 11 940
Born In Chains - The Diary Of An Angry…
Clinton Chauke Paperback  (1)
R252 Discovery Miles 2 520
Native Boy - Confessions Of A Maplazini…
Thabo Molefe Paperback R294 Discovery Miles 2 940
Genesing Vir Elke Vrou - 90 Oordenkings
Joyce Meyer Paperback R280 R210 Discovery Miles 2 100
Oregon Wildland Firefighting - A History
Sean Davis Paperback R501 R468 Discovery Miles 4 680

 

Partners