0
Your cart

Your cart is empty

Browse All Departments
Price
  • R100 - R250 (36)
  • R250 - R500 (137)
  • R500+ (610)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Internet > Web design

Web Design - Introductory, International Edition (Paperback, 4th edition): Jennifer Campbell, Gary B. Shelly Web Design - Introductory, International Edition (Paperback, 4th edition)
Jennifer Campbell, Gary B. Shelly
R189 Discovery Miles 1 890 Ships in 4 - 6 working days

WEB DESIGN: INTRODUCTORY, International Edition explains the connection between a detailed design plan that considers audience expectations, sound design principles and various technical considerations to create successful Web sites.

WordPress 3 Plugin Development Essentials (Paperback): Brian Bondari, Everett Griffiths WordPress 3 Plugin Development Essentials (Paperback)
Brian Bondari, Everett Griffiths
R1,060 Discovery Miles 10 600 Ships in 18 - 22 working days

This book will provide an easy to understand, step-by-step approach to building your own WordPress plugins from scratch. We will construct a variety of plugins from the group up, demonstrating how to tap into a number of WordPress' development aspects, as well as how to prepare and release your plugin(s) to the public. This book is for WordPress users who want to learn how to create their own plugins and for developers who are new to the WordPress platform. Basic knowledge of PHP and HTML is expected, as well as a functional knowledge of how WordPress works from a user standpoint.

Symfony 1.3 Web Application Development (Paperback): Tim Bowler, Wojciech Bancer Symfony 1.3 Web Application Development (Paperback)
Tim Bowler, Wojciech Bancer
R1,040 Discovery Miles 10 400 Ships in 18 - 22 working days
OpenLayers 2.10 Beginner's Guide (Paperback): Erik Hazzard OpenLayers 2.10 Beginner's Guide (Paperback)
Erik Hazzard
R1,183 Discovery Miles 11 830 Ships in 18 - 22 working days

This is a beginner's guide with the essential screenshots and clearly explained code, which also serves as a reference. This book is for anyone who has any interest in using maps on their website, from hobbyists to professional web developers. OpenLayers provides a powerful, but easy-to-use, pure JavaScript and HTML (no third-party plug-ins involved) toolkit to quickly make cross-browser web maps. A basic understanding of JavaScript will be helpful, but there is no prior knowledge required to use this book. If you've never worked with maps before, this book will introduce you to some common mapping topics and gently guide you through the OpenLayers library. If you're an experienced application developer, this book will also serve as a reference to the core components of OpenLayers.

JBoss Portal Server Development (Paperback): Ramanujam Rao JBoss Portal Server Development (Paperback)
Ramanujam Rao
R1,053 Discovery Miles 10 530 Ships in 18 - 22 working days
WordPress 2.8 Theme Design (Paperback, New): Tessa Blakeley Silver WordPress 2.8 Theme Design (Paperback, New)
Tessa Blakeley Silver
R1,060 Discovery Miles 10 600 Ships in 18 - 22 working days

Theme design can be approached from two angles. The first is simplicity; sometimes it suits the client and/or the site to go as bare-bones as possible. In that case, it's quick and easy to take a very basic, pre-made theme and modify it. The second is "Unique and Beautiful". Occasionally, the site's theme needs to be created from scratch so that everything displayed caters to the specific kind of content the site offers. This book is going to take you through the Unique and Beautiful route with the idea that once you know how to create a theme from scratch, you'll be more apt at understanding what to look for in other WordPress themes. This book can be used by WordPress users or visual designers (with no server-side scripting or programming experience) who are used to working with the common industry-standard tools like PhotoShop and Dreamweaver or other popular graphic, HTML, and text editors. Regardless of your web development skill-set or level, you'll find clear, step-by-step instructions, but familiarity with a broad range of web development skills and WordPress know-how will allow you to gain maximum benefit from this book.

TYPO3 Extbase - Modern Extension Development for TYPO3 CMS with Extbase and Fluid (Paperback): Michael Schams TYPO3 Extbase - Modern Extension Development for TYPO3 CMS with Extbase and Fluid (Paperback)
Michael Schams
R989 Discovery Miles 9 890 Ships in 18 - 22 working days
Sage Act! 2011 Dashboard and Report Cookbook (Paperback): Karen S. Fredricks, Roy Laudenslager Sage Act! 2011 Dashboard and Report Cookbook (Paperback)
Karen S. Fredricks, Roy Laudenslager
R1,035 Discovery Miles 10 350 Ships in 18 - 22 working days
Alfresco 3 Records Management (Paperback): Dick Weisinger Alfresco 3 Records Management (Paperback)
Dick Weisinger
R1,660 Discovery Miles 16 600 Ships in 18 - 22 working days
Getting Started with Audacity 1.3 (Paperback): Bethany Hiitola Getting Started with Audacity 1.3 (Paperback)
Bethany Hiitola
R1,036 Discovery Miles 10 360 Ships in 18 - 22 working days
RESTful PHP Web Services (Paperback): Samisa Abeysinghe RESTful PHP Web Services (Paperback)
Samisa Abeysinghe
R956 Discovery Miles 9 560 Ships in 18 - 22 working days

The book explains the basic concepts associated with the REST architectural style, but the emphasis is on creating PHP code for consuming and creating RESTful services in PHP. There is plenty of example PHP code to illustrate the concepts, with careful explanations of how the code works. This book targets PHP developers who want to build or make use of RESTful web services, or explore the options available to them in PHP. You will need to know the basics of PHP development, but no knowledge of REST is assumed, nor any knowledge of creating web services generally.

WCF Multi-tier Services Development with LINQ (Paperback): Mike Liu WCF Multi-tier Services Development with LINQ (Paperback)
Mike Liu
R1,108 Discovery Miles 11 080 Ships in 18 - 22 working days

If you are a C++/C# developer looking for a book to build real-world WCF services, you would have run into the huge reference tomes currently in the market. These books are crammed with more information than you need and most build simple one-tier WCF services. And if you plan to use LINQ in the data access layer, you might buy another volume that is just as huge and just as expensive. Our book is the quickest and easiest way to learn WCF and LINQ in Visual Studio 2008. It is the first book to combine WCF and LINQ in a multi-tier real-world WCF service. Multi-tier services provide separation of concerns and better factoring of code, which gives you better maintainability and the ability to split layers out into separate tiers for scalability. WCF and LINQ are both powerful yet complex technologies from Microsoft, but this book will get you through. The mastery of these two topics will quickly get you started creating service-oriented applications, and allow you to take your first steps into the world of Service Oriented Architecture without getting overwhelmed.Through this book, you will first understand WCF concepts by developing a functional service and apply these techniques to a multi-tier real-world WCF service. You will learn how to use WCF to define the contracts in the service interface layer, Plain Old C# Objects (POCO) to implement business rules in the business logic layer, and LINQ to communicate with the databases in the data access layer. Microsoft pattern and practice Web Service Software Factory is used to create the framework for this WCF service. Concurrency control and distributed transaction support are discussed and tested at the end of the book. Clear step-by-step instructions and precise screenshots will make sure you will not get lost in the new world of WCF and LINQ.

ASP.NET MVC 2 Cookbook (Paperback): Andrew Siemer, Richard Kimber ASP.NET MVC 2 Cookbook (Paperback)
Andrew Siemer, Richard Kimber
R1,291 Discovery Miles 12 910 Ships in 18 - 22 working days
Drupal 5 Views Recipes (Paperback): Marjorie Roswell Drupal 5 Views Recipes (Paperback)
Marjorie Roswell
R1,316 Discovery Miles 13 160 Ships in 18 - 22 working days

This book will give you a long list of powerful recipes. Choose the ones that suit your needs and use them through step-by-step instructions. Most of the recipes are code-free, but a number of the recipes contain code snippets. This book is primarily written for Drupal site builders, administrators, and themers who want to develop custom content displays using Views. It can be used by anyone who has a Drupal 5 web site, including original site developers as well as people who have inherited a Drupal 5 site. Some knowledge of HTML and CSS is required; PHP basics will be handy for some of the recipes.

Drupal 6 Search Engine Optimization (Paperback): Benjamin Finklea Drupal 6 Search Engine Optimization (Paperback)
Benjamin Finklea
R1,154 Discovery Miles 11 540 Ships in 18 - 22 working days

"Rank high in search engines with professional SEO tips, modules, and best practices for Drupal Web sites."

SharePoint Designer Tutorial - Working with SharePoint Websites (Paperback, New): Mike Poole SharePoint Designer Tutorial - Working with SharePoint Websites (Paperback, New)
Mike Poole
R926 Discovery Miles 9 260 Ships in 18 - 22 working days
Magento 1.3 Sales Tactics Cookbook (Paperback): William Rice Magento 1.3 Sales Tactics Cookbook (Paperback)
William Rice
R1,278 Discovery Miles 12 780 Ships in 18 - 22 working days

This book is written with the business owner in mind. Each of the recipes in the book supports a business objective, and is designed to increase the success of your Magento storefront. Magento beginners will find the recipes easy to follow. They are written in plain language. When special jargon is needed, it is clearly explained. The techniques are illustrated with many screenshots, showing you exactly what you must do. An example storefront is used throughout the book, so you can see exactly what effect each technique will have on your storefront. Most of these techniques stand alone, so you can jump into the book at any time and implement the techniques that are best for your storefront at this time. If you are a Magento store owner or store designer who wants to boost sales, then this book is for you

New Perspectives on Microsoft (R) Expression (R) Web 3.0 - Comprehensive, International Edition (Paperback, International Ed):... New Perspectives on Microsoft (R) Expression (R) Web 3.0 - Comprehensive, International Edition (Paperback, International Ed)
Henry Bojack
R189 Discovery Miles 1 890 Ships in 4 - 6 working days

NEW PERSPECTIVES ON MICROSOFT EXPRESSION WEB 3.0, International Edition offers a critical-thinking approach to teaching Web design within the Expression Studio suite. This text explains and reinforces Expression Web concepts through the New Perspectives' signature case-based, problem-solving pedagogy. You will learn how to design and maintain Web pages with Microsoft's WYSIWYG Expression Web 3.0 software.

The Art of the Global Gateway - Strategies for Successful Multilingual Navigation (Paperback): John Yunker The Art of the Global Gateway - Strategies for Successful Multilingual Navigation (Paperback)
John Yunker
R536 Discovery Miles 5 360 Ships in 18 - 22 working days

Think Beyond "Select Language." Web globalization opens your web site to the world; it also opens you up to new challenges, like directing users to their localized content. The Art of the Global Gateway is your guide to the best practices in multilingual navigation. You'll learn from the global gateways used by companies such as GE, IKEA, and Facebook. You'll also learn how to apply global gateway concepts to mobile apps and social media. Who this book is for This book is for web designers, copywriters, marketers, localization vendors, project managers, and developers. In other words, this book is for those who create web sites and applications and those who take them global. Increase traffic to your country web sites This book will help you direct more web users to local content, resulting in increased traffic, leads, and sales. Whether your company offers 5 localized web sites or 100, this book will provide the information you need.

JDBC 4.0 and Oracle JDeveloper for J2EE Development (Paperback, New): Deepak Vohra JDBC 4.0 and Oracle JDeveloper for J2EE Development (Paperback, New)
Deepak Vohra
R1,205 Discovery Miles 12 050 Ships in 18 - 22 working days

Being a quick reference guide, this book has a focused approach. You will learn to develop J2EE applications with JDBC and JDeveloper in no time. The book covers lot of practical examples, which makes it developer-friendly learning material. The book is suitable for Java/J2EE and Oracle JDeveloper beginners. If you are a J2EE developer and want to use the JDeveloper IDE for J2EE development, this book is for you. JDeveloper developers who are new to J2EE will also benefit from the book. Most J2EE applications have a database component and the book is specially suited for database-based J2EE development in Oracle JDeveloper. You can also use this book if you are interested in learning how to utilize the new features offered in JDBC 4.0 for Java/J2EE development.

The Yahoo! Style Guide - The Ultimate Sourcebook for Writing, Editing and Creating Content for the Web (Paperback, Main Market... The Yahoo! Style Guide - The Ultimate Sourcebook for Writing, Editing and Creating Content for the Web (Paperback, Main Market Ed.)
Yahoo! 1
R221 Discovery Miles 2 210 Ships in 4 - 6 working days

Is it Web site, website or web site? What's the best on-screen placement for a top story? How can I better know my site's audience? The rapid growth of the Web has meant having to rely on style guides that are intended for print publishing and do not address writing for the Internet. The Yahoo! Style Guide does. Writers and programmers at Yahoo!, faced with a lack of industry guidance fifteen years ago, began creating a set of guidelines for web writing. The seeds of The Yahoo! Style Guide were planted with their first in-house reference, which has been added to ever since, making it the go-to manual inside Yahoo! Polished and expanded for its public debut, this resource will cover the basics of grammar and punctuation as well as Web-specific ways to perfect a site. It includes: identifying the audience and making the site accessible to everyone; constructing a clear and compelling story; developing a site's unique voice; streamlining text for mobile devices; optimizing webpages to increase the changes of appearing in search results; streamling text so it can be read at Internet speed.

The Yahoo! Style Guide (Paperback): Yahoo! The Yahoo! Style Guide (Paperback)
Yahoo!
R912 R806 Discovery Miles 8 060 Save R106 (12%) Ships in 18 - 22 working days

WWW may be an acronym for the World Wide Web, but no one could fault you for thinking it stands for wild, wild West. The rapid growth of the Web has meant having to rely on style guides intended for print publishing, but these guides do not address the new challenges of communicating online. Enter "The Yahoo Style Guide." From Yahoo , a leader in online content and one of the most visited Internet destinations in the world, comes the definitive reference on the essential elements of Web style for writers, editors, bloggers, and students. With topics that range from the basics of grammar and punctuation to Web-specific ways to improve your writing, this comprehensive resource will help you:

- Shape your text for online reading

- Construct clear and compelling copy

- Write eye-catching and effective headings

- Develop your site's unique voice

- Streamline text for mobile users

- Optimize webpages to boost your chances of appearing in search results

- Create better blogs and newsletters

- Learn easy fixes for your writing mistakes

- Write clear user-interface text

This essential sourcebook--based on internal editorial practices that have helped Yahoo writers and editors for the last fifteen years--is now at "your" fingertips.

Tomcat 6 Developer's Guide (Paperback): Damodar Chetty Tomcat 6 Developer's Guide (Paperback)
Damodar Chetty
R1,195 Discovery Miles 11 950 Ships in 18 - 22 working days

This book taps into the author's wide experience as an architect and programmer to explore Tomcat from the ground up. Each major component of Tomcat is covered in careful detail, both from a conceptual and an implementation perspective. Written with detailed explanations and lots of screenshots, the book covers its topics in a concise, practical, and understandable manner. This book is intended for web developers who want to take their programming skills to the next level, and for server administrators who want to get a better understanding of the container software they manage. This book will give you an expert's understanding of every component that contributes to the overall request processing capabilities of Tomcat. In addition, the concepts you learn will be general enough to be carried over to other servlet containers. This book is also a good starting point for developers who want to understand how high availability and high performance software, such as Tomcat, are designed. If you wish to contribute to the Tomcat project, then this is an ideal book for you. Prior knowledge of the Java programming language, and web development on the Java platform is assumed.

Lighttpd (Paperback): Andre Bogus Lighttpd (Paperback)
Andre Bogus
R1,048 Discovery Miles 10 480 Ships in 18 - 22 working days

This book is for System Administrators or Web Developers seeking a lean deployment platform for web applications or who want to switch to a "lighter" web server than Apache.

Alfresco Developer Guide (Paperback): Jeff Potts Alfresco Developer Guide (Paperback)
Jeff Potts
R1,581 Discovery Miles 15 810 Ships in 18 - 22 working days

This book will guide you through the steps necessary to add image, video, and audio elements into your Drupal sites. For each topic, you start with simple techniques and move on to more advanced techniques. By the time you've completed this book, you should have a firm ground from which to tackle most multimedia needs, and enough of an understanding to creatively solve more complex problems. This book will provide information for administrators and professional site developers who are required to embed multimedia into a Drupal site. The reader needs basic knowledge of Drupal operation, but no experience of how Drupal handles multimedia items is expected.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
The Big Book of Font Combinations…
Douglas N Bonneville Hardcover R1,093 Discovery Miles 10 930
Handbook of Research on Multimedia…
Sumit Kumar Mahana, Rajesh Kumar Aggarwal, … Hardcover R5,638 Discovery Miles 56 380
Surveys That Work - A Practical Guide…
Caoline Jarrett Paperback R1,423 Discovery Miles 14 230
Photoshop - Real life Project Examples…
John Slavio Hardcover R727 Discovery Miles 7 270
Graphical Thinking for Science and…
Anna Ursyn Hardcover R6,163 Discovery Miles 61 630
The Complete Website Planning Guide…
Darryl King Hardcover R914 Discovery Miles 9 140
The Story - Volume II: Storytelling
Mario Garcia Hardcover R899 R788 Discovery Miles 7 880
Advances in Universal Web Design and…
Hardcover R2,489 Discovery Miles 24 890
From Solo to Scaled - Building a…
Natalie Marie Dunbar Paperback R828 Discovery Miles 8 280
Make Money Blogging - How to Start a…
James Ericson Hardcover R658 R587 Discovery Miles 5 870

 

Partners