0
Your cart

Your cart is empty

Browse All Departments
Price
  • R100 - R250 (47)
  • R250 - R500 (141)
  • R500+ (642)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Internet > Web design

Designing a Webpage Using HTML Fundamentals (Paperback): Graceanne Capra Designing a Webpage Using HTML Fundamentals (Paperback)
Graceanne Capra
R536 Discovery Miles 5 360 Ships in 10 - 15 working days


Learn HTML quickly!
With this amazing tutorial you will learn how to quickly and easily create your own web pages and be up and running in days!

Developing with PDF (Paperback): Leonard Rosenthol Developing with PDF (Paperback)
Leonard Rosenthol
R722 R575 Discovery Miles 5 750 Save R147 (20%) Ships in 12 - 19 working days

As PDF continues to become the mandated standard for digital documents around the world, developers are frequently looking to build new tools (or improve existing ones) for creating or consuming these documents. This book will provide those developers with a deeper understanding of many aspects of the PDF file format while introducing best practices for producing, manipulating and consuming documents that comply with the international standard.

Comprehensive PHP PEAR - Db (Paperback): Blake Schwendiman Comprehensive PHP PEAR - Db (Paperback)
Blake Schwendiman
R666 Discovery Miles 6 660 Ships in 10 - 15 working days

PEAR is about code reuse. That's the primary motivation for this book. If you're a PHP programmer and you've developed any database projects, PEAR::DB is for you. Over the lifetime of PHP there have been several great database abstractions developed, some OO, some not. PEAR::DB is the standard object oriented database abstraction. As PHP continues to evolve and grow in its user base, more and more developers will be hired to maintain and modify existing code. By standardizing on PEAR, maintenance and upgrades will focus on business-specific code and not general-purpose code such as database access. In-depth coverage of: 1. Installing and configuring PEAR and PEAR::DB on Windows and Linux. 2. Using PEAR::DB to access multiple database back ends including MySQL(R), PostgreSQL, Microsoft (R) SQL Server, SQLite and others. 3. Much more...

Web Scripting in Windows(.NET) (Paperback): William R. Champion Web Scripting in Windows(.NET) (Paperback)
William R. Champion
R399 R374 Discovery Miles 3 740 Save R25 (6%) Ships in 10 - 15 working days

HTML Web pages and Cascading Style Sheets are introduced. Then the Javascript scripting language allows programming within a Web page, such as validating data from an HTML Form. Microsoft's Active Server Pages (ASP) allows Client-Server Internet interaction, and Active Data Objects (ADO) let you use a database on the Web Server from the Local Site. You are updated to the Microsoft .NET environment with ASP.NET and ADO.NET. Java Server Pages (JSP) introduces non-Microsoft Web Client-Server software that is multiplatform (Windows and Linux). JSP is equivalent to ASP, allowing you Client-Server interaction, including working with Windows databases such as SQL Server and Access 2003. Extended Modeling Language (XML) are the most current, and standardized, way of passing database data over the internet between different databases (such as SQL Server to Oracle). Modern databases, such as Access 2003, store their data in XML. Even mainframe users like XML The book uses short, meaningful examples, which the Readers can readily adapt to their own problems and run. This is an intermediate guide to working with web pages with a scripting language, not an encyclopedia

Building Custom PHP Extensions (Paperback): Blake Schwendiman Building Custom PHP Extensions (Paperback)
Blake Schwendiman
R585 Discovery Miles 5 850 Ships in 10 - 15 working days

A comprehensive guide to developing extensions for PHP. Includes detailed examples for using all of the standard atomic and complex PHP variable types. Also includes object-oriented examples and methods for exposing new internal classes. This book is intended for advanced PHP and C programmers looking to either extend PHP directly or to gain a better understanding of the PHP programming internals. Linux and Windows examples are covered.

Programming a REAL Internet Site with ASP and HTML - Book I: HTML and Basic ASP (Paperback): Marcelo Bosque Programming a REAL Internet Site with ASP and HTML - Book I: HTML and Basic ASP (Paperback)
Marcelo Bosque
R400 R375 Discovery Miles 3 750 Save R25 (6%) Ships in 10 - 15 working days
Becoming a Web Designer... - Skilled in the Ancient Art of Llama Herding (Paperback): Aaron Wester Becoming a Web Designer... - Skilled in the Ancient Art of Llama Herding (Paperback)
Aaron Wester
R375 R352 Discovery Miles 3 520 Save R23 (6%) Ships in 10 - 15 working days
Learning Web App Development (Paperback): Semmy Purewal Learning Web App Development (Paperback)
Semmy Purewal
R1,189 R891 Discovery Miles 8 910 Save R298 (25%) Ships in 12 - 19 working days

Grasp the fundamentals of web application development by building a simple database-backed app from scratch, using HTML, JavaScript, and other open source tools. Through hands-on tutorials, this practical guide shows inexperienced web app developers how to create a user interface, write a server, build client-server communication, and use a cloud-based service to deploy the application.

Each chapter includes practice problems, full examples, and mental models of the development workflow. Ideal for a college-level course, this book helps you get started with web app development by providing you with a solid grounding in the process.Set up a basic workflow with a text editor, version control system, and web browserStructure a user interface with HTML, and include styles with CSSUse JQuery and JavaScript to add interactivity to your applicationLink the client to the server with AJAX, JavaScript objects, and JSONLearn the basics of server-side programming with Node.jsStore data outside your application with Redis and MongoDBShare your application by uploading it to the cloud with CloudFoundryGet basic tips for writing maintainable code on both client and server

Graphic Design For Everyone - Understand the Building Blocks so You can Do It Yourself (Hardcover): Cath Caldwell Graphic Design For Everyone - Understand the Building Blocks so You can Do It Yourself (Hardcover)
Cath Caldwell
R708 R651 Discovery Miles 6 510 Save R57 (8%) Ships in 10 - 15 working days
Transforms in CSS (Paperback): Eric Meyer Transforms in CSS (Paperback)
Eric Meyer
R247 R206 Discovery Miles 2 060 Save R41 (17%) Ships in 12 - 19 working days

Present information in stunning new ways by transforming CSS elements in two- and three-dimensional space. Whether you're rotating a photo, doing some interesting perspective tricks, or creating an interface that lets you reveal information on an element's backside, this practical guide shows you how to use them to great effect. Short and sweet, this book is an excerpt from the upcoming fourth edition of CSS: The Definitive Guide. When you purchase either the print or the ebook edition of Transforms in CSS, you'll receive a discount on the entire Definitive Guide once it's released. Why wait? Learn how to bring life to your web pages now. Create interesting combinations of 2D transforms and fully 3D-acting interfaces Learn two types of coordinate systems used in CSS transforms: the Cartesian coordinate system and the spherical system Use the transform property to translate, scale, rotate, and skew an element Create the illusion of depth by adding perspective to an element-or one perspective to a group of elements Reveal the back of an element with the backface-visibility property

RxJS in Action (Paperback): Paul Daniels, Luis Atencio RxJS in Action (Paperback)
Paul Daniels, Luis Atencio
R1,120 Discovery Miles 11 200 Ships in 12 - 19 working days

DESCRIPTION A growing flood of data is aimed at JavaScript applications, and they need be ready for it. As more and more data is received, applications must scale to stay operational. There's also the problem of latency when data has to be fetched from remote locations. RxJS, or Reactive Extensions for JavaScript, is a library for transforming, composing, and consuming streams of data. RxJS combines reactive and functional programming to give an extensible, asynchronous event handling system for JavaScript. RxJS in Action gives readers the development skills they need to create reactive applications with RxJS. This book is full of theory and practical examples that build on each other and help readers begin thinking in a reactive manner. The book begins by teaching the fundamentals of functional programming, and dives in to the basics of RxJS and what it means to be reactive. Next, it teaches how to build real-world applications with RxJS. The last part of the book tackles the advanced topics to take the reader's reactive programming skills to the next level, as they will learn how to deal with error handling, unit testing, and the role of RxJS when combined with frameworks such as Angular.js or Cycle.js. Examples in the book use RxJS 5, the latest version of RxJS built with an eye on performance and simplicity. KEY FEATURES * Full of practical examples using real-world applications * Creating readable, easy-to-understand event processing pipelines * Introduces the fundamentals of functional and reactive programming * Transforms bulky, untestable code into modular, testable expressions * Uses the latest version of RxJS AUDIENCE This book is for readers who are comfortable writing and building applications in JavaScript. ABOUT THE TECHNOLOGY RxJS combines reactive and functional programming to give programmers an extensible, asynchronous event handling system for JavaScript. RxJS is ideal for applications with features that have continuous data flows that have to fetch and combine multiple pieces of remote data, auto-complete text boxes, drag and drop, process user input, and more.

Search Analytics for Your Site - Conversations with Your Customers (Paperback): Louis Rosenfeld Search Analytics for Your Site - Conversations with Your Customers (Paperback)
Louis Rosenfeld
R1,503 Discovery Miles 15 030 Ships in 10 - 15 working days
Letting Go of the Words - Writing Web Content that Works (Paperback, 2nd edition): Janice (Ginny) Redish Letting Go of the Words - Writing Web Content that Works (Paperback, 2nd edition)
Janice (Ginny) Redish
R1,191 Discovery Miles 11 910 Ships in 12 - 19 working days

Web site design and development continues to become more sophisticated. An important part of this maturity originates with well-laid-out and well-written content. Ginny Redish is a world-renowned expert on information design and how to produce clear writing in plain language for the web. All of the invaluable information that she shared in the first edition is included with numerous new examples. New information on content strategy for web sites, search engine optimization (SEO), and social media make this once again the only book you need to own to optimize your writing for the web.
New material on content strategy, search engine optimization, and social mediaLots of new and updated examplesMore emphasis on new hardware like tablets, iPads, and iPhones

Getting Started with OAuth 2.0 (Paperback): Ryan Boyd Getting Started with OAuth 2.0 (Paperback)
Ryan Boyd
R545 R444 Discovery Miles 4 440 Save R101 (19%) Ships in 12 - 19 working days

Whether you develop web applications or mobile apps, the OAuth 2.0 protocol will save a lot of headaches. This concise introduction shows you how OAuth provides a single authorization technology across numerous APIs on the Web, so you can securely access users' data--such as user profiles, photos, videos, and contact lists--to improve their experience of your application.

Through code examples, step-by-step instructions, and use-case examples, you'll learn how to apply OAuth 2.0 to your server-side web application, client-side app, or mobile app. Find out what it takes to access social graphs, store data in a user's online filesystem, and perform many other tasks.Understand OAuth 2.0's role in authentication and authorizationLearn how OAuth's Authorization Code flow helps you integrate data from different business applicationsDiscover why native mobile apps use OAuth differently than mobile web appsUse OpenID Connect and eliminate the need to build your own authentication system

Head First Web Design (Paperback): Ethan Watrall Head First Web Design (Paperback)
Ethan Watrall
R1,232 R934 Discovery Miles 9 340 Save R298 (24%) Ships in 12 - 19 working days

Want to know how to make your pages look beautiful, communicate your message effectively, guide visitors through your website with ease, and get everything approved by the accessibility and usability police at the same time? Head First Web Design is your ticket to mastering all of these complex topics, and understanding what's really going on in the world of web design.

Whether you're building a personal blog or a corporate website, there's a lot more to web design than div's and CSS selectors, but what do you really need to know? With this book, you'll learn the secrets of designing effective, user-friendly sites, from customer requirements to hand-drawn storyboards all the way to finished HTML and CSS creations that offer an unforgettable online presence.

The revised two-color edition of this book includes a free online version of the chapter on web color. You can easily access this chapter at Oreilly.com once you register your book.

Your time is way too valuable to waste struggling with new concepts. Using the latest research in cognitive science and learning theory to craft a multi-sensory learning experience, Head First Web Design uses a visually rich format specifically designed to take advantage of the way your brain really works.

Web Design - A Complete Introduction (Paperback): N. Chapman Web Design - A Complete Introduction (Paperback)
N. Chapman
R1,707 Discovery Miles 17 070 Ships in 12 - 19 working days

Simply the best introduction to all aspects of the design and development of successful Web sites.

As the World Wide Web has matured, the need for high quality education in all aspects of Web design has become widely acknowledged. This book is a core text for undergraduate and masters courses that provides a complete introduction to every aspect of the building of Web pages and Web sites. A complete understanding of the basics of all aspects of Web design is essential to the development of good practice.

Starting from a review of Web experiences, the text provides a deep and thorough introduction to Web technology, markup, stylesheets, Web graphics, Web animation and embedded video, client-side scripting, Web applications, usability, accessibility, page design and site design. At all times, the focus remains on good practice, underpinned by sound principles, in the context of the real World Wide Web. Full coverage of the essential technologies is provided: HTTP, XHTML, CSS, Javascript and the DOM, and the use of Web Standards is emphasized throughout as an essential part of the authors' forward-looking approach. Some elementary programming knowledge is required for use of this text.

Suitable for course use or self-study, this comprehensive introduction represents a complete overview of the practice of Web design, providing clear summaries and a wealth of exercises and short practical assignments, as well as a valuable survey of the most popular software tools used in Web design. An extensive glossary and a wide rage of other supplementary material are provided on the supporting Web site.

Also by Nigel and Jenny Chapman: "Digital Multimedia, 2e" (0-470-85890-7) is a coretext for undergraduate and masters courses in multimedia. It combines a broad and deep account of technology with an inside understanding of multimedia content and its practical applications. Coverage begins with the nature of multimedia, including the cultural and social context, before examining hardware and software requirements for its creation and delivery. There are chapters devoted to each media type, detailing how it is represented in digital form and what demands are placed on computer systems. Later chapters cover design principles and accessibility, XML and its applications to multimedia, creating interaction through scripting and networking media. There are end-of-chapter exercises as well as detailed suggestions for substantial projects.

Color Index XL (Paperback): J. Krause Color Index XL (Paperback)
J. Krause
R787 R629 Discovery Miles 6 290 Save R158 (20%) Ships in 12 - 19 working days

This updated, expanded and oversized inspirational resource for artists and designers working with colour presents more than 1,100 colour palettes, with light, bright, dark and muted varieties for each one, making it the most expansive palette selection tool available. Color Index XL provides aspiring designers, artists, and creative individuals who use colour in their work with an indispensable, one-stop method for reviewing and selecting current, up-to-date colour palettes for their projects. This book serves as the perfect resource for teachers, students, and professionals of all kinds in the art and design space who want to stay up-to-date on the ever-evolving trends in colour.

Dreamweaver CS5 (Paperback): David McFarland Dreamweaver CS5 (Paperback)
David McFarland
R1,272 R974 Discovery Miles 9 740 Save R298 (23%) Ships in 12 - 19 working days

Web designers, web producers, and webmasters rely on one program above all others to design, build, and manage professional websites: Adobe Dreamweaver. It provides the tools you need to create everything from simple HTML pages to database-driven PHP pages. But what makes Dreamweaver so versatile is also what makes it difficult to learn. This bestselling guide offers you with clear, jargon-free explanations to help you master this sophisticated program -- and bring stunning, contemporary websites to life. Written by veteran Dreamweaver teacher and author David McFarland, Dreamweaver CS5: The Missing Manual takes you through site creation step-by-step, from building your very first page to launching a template-driven, fully interactive site. You'll hone your skills with the help of hands-on, guided tutorials throughout the book. * Learn how to control the appearance of your web pages with CSS, from basic to advanced techniques * Design dynamic, database-driven websites, from blogs to product catalogs, and from shopping carts to newsletter signup forms * Add interactivity to your website with ready-to-use JavaScript programs from Adobe's Spry Framework * Effortlessly control the many helper files that power your website and manage thousands of pages * Examine web page components and Dreamweaver's capabilities with the book's "live examples"

3D Thinking in Design and Architecture - From Antiquity to the Future (Hardcover): Roger Burrows 3D Thinking in Design and Architecture - From Antiquity to the Future (Hardcover)
Roger Burrows
R1,286 R1,032 Discovery Miles 10 320 Save R254 (20%) Ships in 12 - 19 working days

The geometric foundations, forms and patterns in today's architecture, design and decorative arts have been deeply influenced by past cultures. From humankind's first path-like doodles on cave walls through to the higher abstractions developed to make accurate measurements and predictions, the three-dimensional forms we design and build are dependent upon available materials, human needs and the limitations of our imaginations. This unique sourcebook presents a history of the intimate relationship between geometry, mathematics and manmade design throughout human history, from the Neolithic period through the Indian, Egyptian, Babylonian, Chinese, Greek, Celtic, Islamic and Renaissance cultures, to the present and the possible future. Presenting key principles that can be applied across all design disciplines, Roger Burrows reveals fresh insights and ideas about how geometry as a visual language has evolved to meet our needs, initiated new technologies and changed the way we think about the world around us. With a wealth of original artworks by the author to explain his ideas, this book will be an essential reference resource for inspiration and information for students and design professionals.

Visual Experiences - A Concise Guide to Digital Interface Design (Paperback): Carla Viviana Coleman Visual Experiences - A Concise Guide to Digital Interface Design (Paperback)
Carla Viviana Coleman
R1,677 Discovery Miles 16 770 Ships in 12 - 19 working days

Visual Experiences: A Concise Guide to Digital Interface Design provides step-by-step examples to enable readers to create an interface, guiding them from sketching an idea to creating an interactive prototype. This creation of a visual experience is achieved in three steps: thought, design, and interaction. This book focuses on the visual experience of digital interface design from the initial idea to end-user prototype. Key Features Shows how to design visual digital interface experiences: a concise guide to creating successful prototypes without programming. Teaches the whole process of how to sketch, design, and create interactions. Unlike other books, this book does not just give a list of terminologies, but workable examples and methods. Includes a wide range of basic to advanced exercises geared towards professionals and students alike. Includes many illustrations throughout the book, guiding the reader through the process.

Contemporary Topics in Computer Graphics and Games - Selected Papers from the Eurasia Graphics Conference Series (Paperback,... Contemporary Topics in Computer Graphics and Games - Selected Papers from the Eurasia Graphics Conference Series (Paperback, New edition)
Veysi Isler, Hasmet Gurcay, Guven Catak, Hasan Kemal Suher
R1,403 Discovery Miles 14 030 Ships in 12 - 19 working days

This book provides an introduction and overview of the rapidly evolving topics of computer graphics and games, presenting the new perspectives employed by researchers and the industry, highlighting the recent empirical findings. Bringing selected papers from the Eurasia Graphics conference series together, the book aims to discuss issues, solutions, challenges, and needs for a better understanding of computer graphics and games. The Games and Simulation section of this book covers the topics of game user experience, game narrative, playability heuristics, human computer interaction and various computer simulations. The Computer Graphics section deals with 3D modelling, procedural content generation, visualization, and interaction techniques.

Responsive Web Design with Adobe Photoshop (Paperback): Dan Rose Responsive Web Design with Adobe Photoshop (Paperback)
Dan Rose
R1,003 R196 Discovery Miles 1 960 Save R807 (80%) Ships in 9 - 17 working days

For a couple of decades now, designers have used Photoshop to mock up Web page designs. However, that work generally results in a static graphic of the page, which has to be translated by a developer into the components of a Web page: HTML files and Web-compatible image files. Our multi-device world has shown us that this approach to web design, including full-page comps done in Photoshop, is increasingly problematic. Modern web designers are adopting a new approach: creating flexible web pages whose layout can adapt to suit the screen on which they are displayed. This is "Responsive Web Design" [RWD]. Until now, books on designing responsive Web sites have focused on HTML and CSS - in other words, they've been very code-centric, and visual creativity seems to take a back seat. This new book is aimed at the visual Web designer who's accustomed to working in Photoshop. Adobe Photoshop CC contains many new features that help streamline the process of converting a static page design to a set of components for a responsive web page. Dan Rose is one of the best-known advocates of this new way of working in Photoshop. He's observed that only a few people are talking about Photoshop for RWD constructively, yet a majority (63% as of his last informal poll) of web designers are using Photoshop for more than simple asset creation. This transition is a pain point for many designers. His new book will balance coverage of conceptual issues (how to fit tools like Photoshop to the design workflow rather than fitting a workflow to the tools) with practical design exercises tailored to help communicate the overall design direction of the page while respecting the needs of the fluid Web. In addition, he will introduce methods for taking HTML back into Photoshop for further refinement.

Foundation Expression Blend 4 with Silverlight (Paperback, 1st ed.): Victor Gaudioso Foundation Expression Blend 4 with Silverlight (Paperback, 1st ed.)
Victor Gaudioso
R1,001 R862 Discovery Miles 8 620 Save R139 (14%) Ships in 10 - 15 working days

Foundation Expression Blend 4 with Silverlight takes you through your first steps in creating rich Internet applications (RIAs) using the latest release of Microsoft's technology. You'll explore features such as custom user controls that you can reuse throughout your projects and the media element that allows you to easily add sound and video to your applications. Silverlight 4 enables you to rapidly develop compelling, cross-platform RIAs using the extensive .NET 4 libraries, the powerful, design friendly Blend 4 integrated development environment (IDE), and an enhanced workflow that allows designers and developers to work on the same set of files at the same time. At the end, you'll put everything you have learned together to create a sample Silverlight 4 website. Whether you're an experienced .NET or web developer, or you're just starting out, this book will provide you with all you need to create RIAs with Expression Blend 4. Develop stunning RIAs in a short time using Blend 4 and Silverlight 4. Learn basic object-oriented programming principles. Get familiar with the Blend 4 development environment.

Ultimate Guide to Link Building - How to Build Website Authority, Increase Traffic and Search Ranking with Backlinks... Ultimate Guide to Link Building - How to Build Website Authority, Increase Traffic and Search Ranking with Backlinks (Paperback, 2nd edition)
Garrett French, Eric Ward
R510 Discovery Miles 5 100 Ships in 9 - 17 working days

Link. Rank. Profit.Web marketing pioneers Eric Ward and Garrett French explain the complicated world of link building and the art of backlinks in this second edition of their groundbreaking guide to the business of web links. The web has changed from a web of things to a web of people. And it's all about connections, about the way we're all linked together by one thing or another. From content development and integrated marketing techniques to purely tactical link bait, this is a comprehensive guide, with examples and templates, from the masters of link marketing. Link building expert Eric Ward and online marketer Garrett French teach you how to wisely: Execute a link audit and competitor analysis Develop a structured, long-term link-building strategy Identify and approach quality, top-ranking websites with a value proposition Differentiate links for traffic from links for ranking Keep on the right side of search engine guidelines

Researching UX: Analytics (Paperback): Luke Hay Researching UX: Analytics (Paperback)
Luke Hay
R907 Discovery Miles 9 070 Ships in 10 - 15 working days

Good UX is based on evidence. Qualitative evidence, such as user testing and field research, can only get you so far. To get the full picture of how users are engaging with your website or app, you'll need to use quantitative evidence in the form of analytics. This book will show you, step by step, how you can use website and app analytics data to inform design choices and definitively improve user experience. Offering practical guidelines, with plenty of detailed examples, this book covers: why you need to gather analytics data for your UX projects getting set up with analytics tools analyzing data how to find problems in your analytics using analytics to aid user research, measure and report on outcomes By the end of this book, you'll have a strong understanding of the important role analytics plays in the UX process. It will inspire you to take an "analytics first" approach to your UX projects.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Learn to Design a Website for Your…
Michael Nelson, David Ezeanaka Hardcover R502 Discovery Miles 5 020
Website Visibility - The Theory and…
Melius Weideman Paperback R1,653 Discovery Miles 16 530
The Complete Website Planning Guide…
Darryl King Hardcover R986 Discovery Miles 9 860
The Big Book of Font Combinations…
Douglas N Bonneville Hardcover R1,180 Discovery Miles 11 800
Handbook of Research on Multimedia…
Sumit Kumar Mahana, Rajesh Kumar Aggarwal, … Hardcover R6,114 Discovery Miles 61 140
Service Design
Andy Polaine, Ben Reason Paperback R1,374 Discovery Miles 13 740
The Complete Website Planning Guide - A…
Darryl King Hardcover R609 Discovery Miles 6 090
The User Experience Team of One
Leah Buley Paperback R1,958 R1,526 Discovery Miles 15 260
GirlBoss Notebook - Notebook
Michelle Christie Hardcover R668 Discovery Miles 6 680
$1,000,000 Web Designer Guide - A…
Rob Anthony O'rourke Hardcover R446 Discovery Miles 4 460

 

Partners