0
Your cart

Your cart is empty

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

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

Building on SugarCRM (Paperback): John Mertic Building on SugarCRM (Paperback)
John Mertic
R535 Discovery Miles 5 350 Ships in 18 - 22 working days

In the crowded field of customer relationship management (CRM) systems, SugarCRM stands out--not only for its modular design, but also for the ease with which you can develop, customize, and extend your CRM applications. This concise book provides a thorough overview of the development tools and APIs available in SugarCRM 6.2, showing both developers and nondevelopers alike how to use them to build a sample application step-by-step.

You'll learn how to bend and twist SugarCRM's extensible MVC framework to create custom applications, including solutions for automating your business that go beyond traditional CRMs.Learn how SugarCRM modules interact with one another through data relationships Build your CRM application with SugarCRM's GUI developer tools--without touching code Use built-in design templates with Module Builder to design new CRM modules Customize modules with the Studio tool to add new fields or additional relationships between modules Automate common and tedious tasks within your application, using custom PHP code with SugarCRM's powerful API Integrate external applications into your CRM solution through SugarCRM's web services API

Functional Programming for Java Developers (Paperback): Dean Wampler Functional Programming for Java Developers (Paperback)
Dean Wampler
R605 Discovery Miles 6 050 Ships in 18 - 22 working days

Software development today is embracing functional programming (FP), whether it's for writing concurrent programs or for managing Big Data. Where does that leave Java developers? This concise book offers a pragmatic, approachable introduction to FP for Java developers or anyone who uses an object-oriented language.

Dean Wampler, Java expert and author of "Programming Scala" (O'Reilly), shows you how to apply FP principles such as immutability, avoidance of side-effects, and higher-order functions to your Java code. Each chapter provides exercises to help you practice what you've learned. Once you grasp the benefits of functional programming, you'll discover that it improves all of the code you write.Learn basic FP principles and apply them to object-oriented programming Discover how FP is more concise and modular than OOP Get useful FP lessons for your Java type design--such as avoiding nulls Design data structures and algorithms using functional programming principles Write concurrent programs using the Actor model and software transactional memory Use functional libraries and frameworks for Java--and learn where to go next to deepen your functional programming skills

Building Web Apps for Google TV (Paperback): Andres Ferrate Building Web Apps for Google TV (Paperback)
Andres Ferrate; Contributions by Amanda Surya, Paul Carff, Shawn Shen, Steven Hines
R762 Discovery Miles 7 620 Ships in 18 - 22 working days

By integrating the Web with traditional TV, Google TV offers developers an important new channel for content. But creating apps for Google TV requires learning some new skills--in fact, what you may already know about mobile or desktop web apps isn't entirely applicable. "Building Web Apps for Google TV" will help you make the transition to Google TV as you learn the tools and techniques necessary to build sophisticated web apps for this platform.

This book shows you how Google TV works, how it fits into the web ecosystem, and what the opportunities are for delivering rich content to millions of households.Discover the elements of a compelling TV web app, and what comprises TV-friendly navigation Learn the fundamentals for designing the 10-foot user experience Work with the Google Chrome browser on a TV display, and migrate an existing site Use examples for developing a TV web app, including the UI, controls, and scrolling Understand how to optimize, deliver, and protect video content for Google TV Help users discover your content by optimizing your site for Search--especially videos

Introduction to Web Interaction Design - With HTML and CSS (Paperback): Michael Macaulay Introduction to Web Interaction Design - With HTML and CSS (Paperback)
Michael Macaulay
R2,125 Discovery Miles 21 250 Ships in 10 - 15 working days

This book introduces standard and new HTML5 elements and attributes and CSS3 properties commonly used in Web design as well as design guidelines for their effective use. Its approach of explaining every line of code in the examples it uses to show the usage of the HTML elements and CSS properties introduced makes it an invaluable Web design resource for beginners as well as intermediates looking to fill in gaps in their knowledge. In addition, the inclusion of user-centered design process stages and how they are best managed in website development makes the book unique in its area. Also, the book's approach of including challenges after each topic to help refresh readers' knowledge, as well as make them think, ensures that there are ample activities to keep learners motivated and engaged. Key Features Comprehensively covers standard and new HTML5 elements and attributes and CSS3 properties. Includes a lot of challenges/exercises; one after each HTML element or CSS property introduced and demonstrated with examples. Example codes can be copied and pasted as-is to implement and experiment with. For every HTML element or CSS property introduced, guidelines are provided, where relevant, on how to best use them in a design to enhance usability and accessibility. Includes comprehensive explanation of flexible box and grid layout models and how to use them to create responsive and adaptive Web design. Covers the importance of visual aesthetics in design, including design elements and principles and examples of how they can be applied in Web design to produce good user experience. Includes comprehensive guidelines on how to design for standard and mobile screens, including discussion of touch gesture interaction design and standard gestures and the functions for which they are most commonly used. Introduces the stages of user-centered design process, including Web accessibility and user-experience testing, and managerial aspects of Web development, including intellectual property. Provides a brief introduction on how to make HTML and CSS codes more compact and more efficient and how to combine them with other languages commonly used in Web design and development, such as JavaScript, AJAX, and PHP.

Data Mashups in R (Paperback): Jeremy Leipzig Data Mashups in R (Paperback)
Jeremy Leipzig; Contributions by Xiaoyi Li
R405 Discovery Miles 4 050 Ships in 18 - 22 working days

How do you use R to import, manage, visualize, and analyze real-world data? With this short, hands-on tutorial, you learn how to collect online data, massage it into a reasonable form, and work with it using R facilities to interact with web servers, parse HTML and XML, and more. Rather than use canned sample data, you'll plot and analyze current home foreclosure auctions in Philadelphia.

This practical mashup exercise shows you how to access spatial data in several formats locally and over the Web to produce a map of home foreclosures. It's an excellent way to explore how the R environment works with R packages and performs statistical analysis.Parse messy data from public foreclosure auction postings Plot the data using R's PBSmapping package Import US Census data to add context to foreclosure data Use R's lattice and latticeExtra packages for data visualization Create multidimensional correlation graphs with the pairs() scatterplot matrix package

JavaScript : The Good Parts (Paperback): D Crockford JavaScript : The Good Parts (Paperback)
D Crockford
R670 R583 Discovery Miles 5 830 Save R87 (13%) Ships in 9 - 17 working days

Most programming languages contain good and bad parts, but JavaScript has more than its share of the bad, having been developed and released in a hurry before it could be refined. This authoritative book scrapes away these bad features to reveal a subset of JavaScript that's more reliable, readable, and maintainable than the language as a whole-a subset you can use to create truly extensible and efficient code. Considered the JavaScript expert by many people in the development community, author Douglas Crockford identifies the abundance of good ideas that make JavaScript an outstanding object-oriented programming language-ideas such as functions, loose typing, dynamic objects, and an expressive object literal notation. Unfortunately, these good ideas are mixed in with bad and downright awful ideas, like a programming model based on global variables. When Java applets failed, JavaScript became the language of the Web by default, making its popularity almost completely independent of its qualities as a programming language. In JavaScript: The Good Parts, Crockford finally digs through the steaming pile of good intentions and blunders to give you a detailed look at all the genuinely elegant parts of JavaScript, including: * Syntax * Objects * Functions * Inheritance * Arrays * Regular expressions * Methods * Style * Beautiful features The real beauty? As you move ahead with the subset of JavaScript that this book presents, you'll also sidestep the need to unlearn all the bad parts. Of course, if you want to find out more about the bad parts and how to use them badly, simply consult any other JavaScript book. With JavaScript: The Good Parts, you'll discover a beautiful, elegant, lightweight and highly expressive language that lets you create effective code, whether you're managing object libraries or just trying to get Ajax to run fast. If you develop sites or applications for the Web, this book is an absolute must.

Decentralized Applications (Paperback): Siraj Raval Decentralized Applications (Paperback)
Siraj Raval
R824 R707 Discovery Miles 7 070 Save R117 (14%) Ships in 18 - 22 working days

Take advantage of Bitcoin's underlying technology, the blockchain, to build massively scalable, decentralized applications known as dapps. In this practical guide, author Siraj Raval explains why dapps will become more widely used-and profitable-than today's most popular web apps. You'll learn how the blockchain's cryptographically stored ledger, scarce-asset model, and peer-to-peer (P2P) technology provide a more flexible, better-incentivized structure than current software models. Once you understand the theory behind dapps and what a thriving dapp ecosystem looks like, Raval shows you how to use existing tools to create a working dapp. You'll then take a deep dive into the OpenBazaar decentralized market, and examine two case studies of successful dapps currently in use. Learn advances in distributed-system technology that make distributed data, wealth, identity, computing, and bandwidth possible Build a Twitter clone with the Go language, distributed architecture, decentralized messaging app, and peer-to-peer data store Learn about OpenBazaar's decentralized market and its structure for supporting transactions Explore Lighthouse, a decentralized crowdfunding project that rivals sites such as Kickstarter and IndieGogo Take an in-depth look at La'Zooz, a P2P ridesharing app that transmits data directly between riders and drivers

Essential Angular for ASP.NET Core MVC 3 - A Practical Guide to Successfully Using Both in Your Projects (Paperback, 2nd ed.):... Essential Angular for ASP.NET Core MVC 3 - A Practical Guide to Successfully Using Both in Your Projects (Paperback, 2nd ed.)
Adam Freeman
R1,132 R754 Discovery Miles 7 540 Save R378 (33%) Ships in 9 - 17 working days

Combine the strengths of Angular, the leading framework for developing complex client-side applications, and ASP.NET Core MVC 3, the latest evolution of Microsoft's framework for server-side applications. This new edition offers updated Angular, ASP.NET Core 3, Entity Framework Core 3 examples, an all-new chapter on interoperability with Blazor, and more! Best-selling author Adam Freeman brings together these two key technologies and explains how to use ASP.NET Core MVC 3 to provide back-end services for Angular applications. This fast-paced and practical guide starts from the nuts and bolts and gives you the knowledge you need to combine Angular and ASP.NET Core MVC 3 in your projects. Each topic is covered clearly and concisely and is packed with the essential details you need to learn to be truly effective. What You Will Learn Gain a solid understanding of how ASP.NET Core MVC 3 and Angular can work together Utilize both Visual Studio and Visual Studio Code to develop Angular/ASP.NET Core MVC projects Create ASP.NET Core RESTful web services to support Angular applications Expose data from Entity Framework Core to Angular applications Use ASP.NET Core Identity to provide security services to Angular applications Understand how Angular and Blazor applications can work together Who This Book Is For This book is for developers with knowledge of ASP.NET Core MVC who are introducing Angular into their projects.

Developing Large Web Applications (Paperback): Kyle Loudon Developing Large Web Applications (Paperback)
Kyle Loudon
R782 R686 Discovery Miles 6 860 Save R96 (12%) Ships in 18 - 22 working days

As web applications grow, so do the challenges. These applications need to live up to demanding performance requirements, and be reliable around the clock every day of the year. And they need to withstand frequent modifications by many different programmers. If you're building a mission-critical site, this book will help you achieve the same rigor in web applications that developers have traditionally applied to other types of software. Written by a manager at Yahoo who has substantial experience with the techniques presented in this book, "Developing Large Web Applications" provides you with practical steps for building sites that remain effective as they add features, functions, and users. Avoid the usual coding and maintenance headaches when small websites evolve and add pages, code, and programmers. Learn the virtues of modularity, encapsulation, abstraction, and loosely coupled components. Get comprehensive coverage of issues involving HTML, CSS, PHP, JavaScript and Ajax, and database interaction. Learn solid techniques in code management and software engineering that are often unknown or forgotten by web developers.

Css - Basic Fundamental Guide for Beginners (Paperback): M G Martin Css - Basic Fundamental Guide for Beginners (Paperback)
M G Martin
R362 Discovery Miles 3 620 Ships in 18 - 22 working days
AWS for Non-Engineers (Hardcover): Hiroko Nishimura AWS for Non-Engineers (Hardcover)
Hiroko Nishimura
R1,181 Discovery Miles 11 810 Ships in 10 - 15 working days

This friendly, fast-paced guide is perfect for anyone puzzled by the cloud! Learn the fundamentals of Amazon Web Services, and be ready to ace your AWS Certified Cloud Practitioner Exam. In AWS for Non-engineers you will learn: How cloud computing and AWS are different from "legacy" systems Prepare for the AWS Certified Cloud Practitioner Exam When cloud computing is the right option for your organization Core AWS services including storage services, database services, and security services How billing and pricing work on AWS, and how to pick for your budget Security and compliance concepts for building in AWS AWS for Non-engineers is written for anyone just starting with Amazon Web Services or cloud computing in general. It's written by Hiroko Nishimura, and is based on her acclaimed video course that has been taken by over 250,000 learners. In this reader-friendly book, you'll learn how to talk about cloud concepts with engineers, what the cloud could do for your business, and how to start using AWS's amazing services for your own IT tasks. When you're finished, you'll be comfortable with the basics of cloud computing on AWS and you'll be prepared to take the AWS Certified Cloud Practitioner Exam! about the technology Modern IT systems run in the cloud. Whether you're in customer service, marketing, or a technical role, cloud technologies like Amazon Web Services (AWS) have become as important to your job as spreadsheets, CRMs, and databases. Knowing AWS fundamentals will help you speak the language of developers and software engineers, and eventually create your own products, services, and projects.

SEO Warrior (Paperback): John I. Jerkovic SEO Warrior (Paperback)
John I. Jerkovic
R1,064 R918 Discovery Miles 9 180 Save R146 (14%) Ships in 18 - 22 working days

How can you make it easier for people to find your website? And how can you convert casual visitors into active users? "SEO Warrior" shows you how it's done through a collection of tried and true techniques, hacks, and best practices. Learn the nuts and bolts of search engine optimization (SEO) theory, the importance of keyword strategy, and how to avoid and remedy search engine traps.

You'll also learn about search engine marketing (SEM) practices, such as Google AdWords, and how you can use social networking to increase your visibility. Ideal for web developers, savvy marketers, webmasters, and anyone else interested in SEO, this book serves not only as an SEO tutorial, but also as a reference for implementing effective SEO techniques. Create compelling sites with SEO that can stand the test of time Optimize your site for Google, Yahoo , Microsoft's Bing, as well as search engines used in different parts of the world Conduct keyword research to find the best terms to reach your audience--and the related terms they'll respond to Learn what makes search engines tick by utilizing custom scripts Analyze your site to see how it measures up to the competition

Multimedia-Technologie - Grundlagen, Komponenten Und Systeme (German, Hardcover, 3rd ed.): Ralf Steinmetz Multimedia-Technologie - Grundlagen, Komponenten Und Systeme (German, Hardcover, 3rd ed.)
Ralf Steinmetz
R2,305 Discovery Miles 23 050 Ships in 10 - 15 working days

In dem Buch Multimedia-Technologie werden Grundlagen, Komponenten und Systeme multimedialer Datenverarbeitung beschrieben. In diesem Werk werden die integrierte digitale Speicherung, Kommunikation, Verarbeitung und Darstellung kontinuierlicher (z.B. Audio, Video) und diskreter Mediendaten (z.B. Grafik, Text) umfassend erlAutert. Schwerpunkte bilden Kompressionsverfahren, optische Speicher, Medienserver, DienstgA1/4te, Kommunikation, Dokumente, Design und Sicherheitsaspekte bei multimedialen Systemen.
Die dritte Auflage ist A1/4berarbeitet und aktualisiert.

The New Community Rules (Paperback): Tamar Weinberg The New Community Rules (Paperback)
Tamar Weinberg
R625 R579 Discovery Miles 5 790 Save R46 (7%) Ships in 18 - 22 working days

Blogs, networking sites, and other examples of the social web provide businesses with a largely untapped marketing channel for products and services. But how do you take advantage of them? With "The New Community Rules", you'll understand how social web technologies work, and learn the most practical and effective ways to reach people who frequent these sites. Written by an expert in social media and viral marketing, this book cuts through the hype and jargon to give you intelligent advice and strategies for positioning your business on the social web, with case studies that show how other companies have used this approach. "The New Community Rules" will help you: explore blogging and microblogging, and find out how to use applications such as Twitter to create brand awareness; learn the art of conversation marketing, and how social media thrives on honesty and transparency; manage and enhance your online reputation through the social web; tap into the increasingly influential video and podcasting market; and, discover which tactics work - and which don't - by learning about what other marketers have tried. Many consumers today use the Web as a voice. "The New Community Rules" demonstrates how you can join the conversation, contribute to the community, and bring people to your product or service.

XMPP (Paperback): Peter Saint-Andre XMPP (Paperback)
Peter Saint-Andre; Contributions by Kevin Smith, Remko Troncon
R901 R779 Discovery Miles 7 790 Save R122 (14%) Ships in 18 - 22 working days

This practical book provides everything you need to know about the Extensible Messaging and Presence Protocol (XMPP). This open technology for real-time communication is used in many diverse applications such as instant messaging, Voice over IP, real-time collaboration, social networking, microblogging, lightweight middleware, cloud computing, and more. XMPP: The Definitive Guide walks you through the thought processes and design decisions involved in building a complete XMPP-enabled application, and adding real-time interfaces to existing applications. You'll not only learn simple yet powerful XMPP tools, but you'll also discover, through real-world developer stories, how common XMPP "building blocks" can help solve particular classes of problems. With this book, you will:

Learn the basics of XMPP technologies, including architectural issues, addressing, and communication primitives Understand the terminology of XMPP and learn about the wealth of XMPP servers, clients, and code libraries Become familiar with the XMPP concepts and services you need to solve common problems Construct a complete business application or real-time service with XMPP

Every day, more software developers and service providers are using XMPP for real-time applications, and with the help of XMPP: The Definitive Guide, you can, too.

Build Awesome Command-line Applications in Ruby - Control Your Computer, Simplify Your Life (Paperback): David B. Copeland Build Awesome Command-line Applications in Ruby - Control Your Computer, Simplify Your Life (Paperback)
David B. Copeland
R750 R305 Discovery Miles 3 050 Save R445 (59%) Ships in 10 - 15 working days

As Ruby pro David Copeland explains, writing a command-line application that is self-documenting, robust, adaptable and forever useful is easier than you might think. Ruby is particularly suited to this task, since it combines high-level abstractions with "close to the metal" system interaction wrapped up in a concise, readable syntax. Moreover, Ruby has the support of a rich ecosystem of open-source tools and libraries. Ten insightful chapters each explain and demonstrate a command-line best practice. You'll see how to use these tools to elevate the lowliest automation script to a maintainable, polished application. You'll learn how to use free, open source parsers to create user-friendly command-line interfaces as well as command suites. You'll see how to use defaults to keep options simple for everyday users, while giving advanced users options for more complex tasks. There's no reason a command-line application should lack documentation, whether it's part of a help command or a man page; you'll find out when and how to use both. Your journey from command-line novice to pro ends with a look at valuable approaches to testing your apps, and includes some fun techniques for outside-the-box, colorful interfaces that will delight your users. With Ruby, the command line is not dead. Long live the command line. What You Need: All you'll need is Ruby, and the ability to install a few gems along the way. Examples written for Ruby 1.9.2, but 1.8.7 should work just as well.

Facebook Cookbook (Paperback): Jason Goldman Facebook Cookbook (Paperback)
Jason Goldman
R911 R790 Discovery Miles 7 900 Save R121 (13%) Ships in 18 - 22 working days

Want to build Facebook applications that truly stand out among the thousands already available? In addition to providing easy-to-follow recipes that offer practical ways to design and build scalable applications using the Facebook Platform and its new profile design, this Cookbook also explains proven strategies for attracting users in this highly competitive environment. With plenty of examples and practical solutions, Facebook Cookbook answers some of the hardest questions Facebook application developers contend with -- including how and where to get started. This Cookbook will help you: * Learn to build an application that scales to accommodate a sudden influx of users * Explore changes from Facebook's old profile design to the new look and feel * Take advantage of new integration points in the new profile design * Get tips for designing applications with hosting and deployment costs in mind * Discover which widgets and controls to use for building the most attractive user interface design * Learn the differences between standard HTML, JavaScript, and SQL, and the versions used on the Facebook Platform * Target large, defined groups on Facebook, including those who want to find jobs, hire employees, market a business, advertise, and more If you can build simple web applications with HTML, Facebook Cookbook will help you build applications with the potential to reach millions of users around the globe. Learn what it takes to design applications that stand above the rest.

MediaWiki (Paperback): Daniel J. Barrett MediaWiki (Paperback)
Daniel J. Barrett 1
R902 R781 Discovery Miles 7 810 Save R121 (13%) Ships in 18 - 22 working days

'A good book! It's a nice overview of wiki editing and administration, with pointers to handy extensions and further online documentation' - Brion Vibber, Chief Technical Officer, Wikimedia Foundation. 'This book is filled with practical knowledge based on experience. It's not just spouting some party line' - Rob Church, a developer of MediaWiki. MediaWiki is the world's most popular wiki platform, the software that runs Wikipedia and thousands of other websites. Though it appears simple to use at first glance, MediaWiki has extraordinarily powerful and deep capabilities for managing and organizing knowledge. In corporate environments, MediaWiki can transform the way teams write and collaborate. This comprehensive book covers MediaWiki's rich (and sometimes subtle) features, helping you become a wiki expert in no time.You'll learn how to: find your way around by effective searching and browsing; create and edit articles, categories, and user preferences; use advanced features for authors, such as templates, dynamic lists, logical parser functions, and RSS, to organize and maintain large numbers of articles; install and run your own wiki, and configure its look and behavior; and, develop custom wiki features, called extensions, with the PHP programming language and MySQL database. This book also provides special guidance for creating successful corporate wikis. For beginners who want to create or work on collaborative, community-driven websites with this platform, "MediaWiki" is the essential one-stop guide. 'I was a MediaWiki newbie before reading this book. Now, many aspects of the platform that were murky before are crystal clear' - JP Vossen, author of O'Reilly's "Bash Cookbook".

Praxisguide Wissensmanagement - Planung, Umsetzung, Controlling Von E-Learning Im Unternehmen (German, Book, 2011 ed.): Michael... Praxisguide Wissensmanagement - Planung, Umsetzung, Controlling Von E-Learning Im Unternehmen (German, Book, 2011 ed.)
Michael Brossmann, Wilfried Moedinger
R1,705 Discovery Miles 17 050 Ships in 18 - 22 working days

Wissen zu managen steht auf Grund des enormen Wissenszuwachses und der stetig sinkenden Wissenshalbwertzeit in der Fort- und Weiterbildung unverandert vor schwierigen Anforderungen. Hinzu kommt, dass nahezu gleichzeitig alternative Wissensvermittlungsinstrumente, -prozesse und -methoden entstehen und damit Unternehmen und Bildungswillige vor immer neuen Herausforderungen stehen. Ziel dieses Buches ist es, einen UEberblick uber die Methoden und Prozesse des Wissensmanagements zu geben und gleichzeitig einen Blick auf die Qualifizierungswelt von morgen zu wagen. Anwendungsszenarien aus der Sicht von Bildungsnachfragern und -anbietern sollen zur Veranschaulichung der heutigen und der zukunftigen Lernwelt dienen.

Rails Pocket Reference (Paperback): E. Berry Rails Pocket Reference (Paperback)
E. Berry
R336 R312 Discovery Miles 3 120 Save R24 (7%) Ships in 18 - 22 working days

Rails 2.1 brings a new level of stability and power to this acclaimed web development framework, but keeping track of its numerous moving parts is still a chore. Rails Pocket Reference offers you a painless alternative to hunting for resources online, with brief yet thorough explanations of the most frequently used methods and structures supported by Rails 2.1, along with key concepts you need to work through the framework's most tangled corners. Organized to help you quickly find what you need, this book will not only get you up to speed on how Rails works, it also provides a handy reference you can use anywhere, anytime. Inside, you'll find essential information on how to: Install Rails with RubyGems Build, compile, and process files with Rake Test Rails applications using assertions and fixtures Use Rails with Ajax Connect objects to a database using ActiveRecord Make web requests with the Action Controller framework Use REST web service APIs

And much more. Save yourself hours of frustration: If you use Rails daily and just want the facts -- fast -- this is your book.

Sams Teach Yourself Java in 21 Days (Covers Java 9) (Paperback, 8th Edition): Rogers Cadenhead Sams Teach Yourself Java in 21 Days (Covers Java 9) (Paperback, 8th Edition)
Rogers Cadenhead
R969 R816 Discovery Miles 8 160 Save R153 (16%) Ships in 10 - 15 working days

In arenas ranging from enterprise development to Android app programming, Java remains one of the world's most popular programming languages. Sams Teach Yourself Java in 21 Days helps the serious learner gain true mastery over the new Java 9.

In this book's straightforward, step-by-step approach, each lesson builds on everything that's come before, helping readers learn Java's core features and techniques from the ground up.

Friendly, accessible, and conversational, this book offers a practical grounding in the language, without ever becoming overwhelming or intimidating.

Week 1 introduces the basic building blocks of the Java programming language: keywords, operators, class and object definitions, packages, interfaces, exceptions, and threads.

Week 2 covers the Swing graphical user interface class libraries and the important classes that support data structures, string handling, dates and times.

Week 3 ventures into the hottest areas of Java programming: web services, Java servlets, network programming, database programming and Android development.

Java Made Simple (Paperback, 2nd edition): P.K. McBride Java Made Simple (Paperback, 2nd edition)
P.K. McBride
R1,013 Discovery Miles 10 130 Ships in 10 - 15 working days

Java is a programming language designed for use on networks, in particular the Internet, and can also be used to write full-scale applications. It is based upon C++ and is very similar in its style and structure. Java Made Simple 2nd edition concentrates on getting the reader started and assumes no prior programming knowledge. Once the essentials have been mastered, it provides the confidence to go deeper into the language and broaden and develop invaluable programming skills.

Introduction to JavaScript Object Notation (Paperback): Lindsay Bassett Introduction to JavaScript Object Notation (Paperback)
Lindsay Bassett
R647 R576 Discovery Miles 5 760 Save R71 (11%) Ships in 18 - 22 working days

What is JavaScript Object Notation (JSON) and how can you put it to work? This concise guide helps busy IT professionals get up and running quickly with this popular data interchange format, and provides a deep understanding of how JSON works. Author Lindsay Bassett begins with an overview of JSON syntax, data types, formatting, and security concerns before exploring the many ways you can apply JSON today. From Web APIs and server-side language libraries to NoSQL databases and client-side frameworks, JSON has emerged as a viable alternative to XML for exchanging data between different platforms. If you have some programming experience and understand HTML and JavaScript, this is your book. Learn why JSON syntax represents data in name-value pairs Explore JSON data types, including object, string, number, and array Find out how you can combat common security concerns Learn how the JSON schema verifies that data is formatted correctly Examine the relationship between browsers, web APIs, and JSON Understand how web servers can both request and create data Discover how jQuery and other client-side frameworks use JSON Learn why the CouchDB NoSQL database uses JSON to store dat

Building a Web 2.0 Portal with ASP.NET 3.5 (Paperback): Omar Al Zabir Building a Web 2.0 Portal with ASP.NET 3.5 (Paperback)
Omar Al Zabir
R1,002 R855 Discovery Miles 8 550 Save R147 (15%) Ships in 18 - 22 working days

If you think you're well versed in ASP.NET, think again. This exceptional guide gives you a master class in site building with ASP.NET 3.5 and other cutting-edge Microsoft technologies. You learn how to develop rock-solid web portal applications that can withstand millions of hits every day while surviving scalability and security pressures -- not just for mass-consumer homepages, but also for dashboards that deliver powerful content aggregation for enterprises. Written by Omar AL Zabir, co-founder and CTO of Pageflakes, Building a Web 2.0 Portal with ASP.NET 3.5 demonstrates how to develop portals similar to My Yahoo!, iGoogle, and Pageflakes using ASP.NET 3.5, ASP.NET AJAX, Windows Workflow Foundation, LINQ and .NET 3.5. Through the course of the book, AL Zabir builds an open source Ajax-enabled portal prototype (available online at www.dropthings.com), and walks you though the design and architectural challenges, advanced Ajax concepts, performance optimization techniques, and server-side scalability problems involved. You learn how to: Implement a highly decoupled architecture following the popular n-tier, widget-based application model Provide drag-and-drop functionality, and use ASP.NET 3.5 to build the server-side part of the web layer Use LINQ to build the data access layer, and Windows Workflow Foundation to build the business layer as a collection of workflows Build client-side widgets using JavaScript for faster performance and better caching Get maximum performance out of the ASP.NET AJAX Framework for faster, more dynamic, and scalable sites Build a custom web service call handler to overcome shortcomings in ASP.NET AJAX 1.0 for asynchronous, transactional, cache-friendly web services Overcome JavaScript performance problems, and help the user interface load faster and be more responsive Solve scalability and security problems as your site grows from hundreds to millions of users Deploy and run a high-volume production site while solving software, hardware, hosting, and Internet infrastructure problems Building a Web 2.0 Portal with ASP.NET 3.5 also presents real-world ASP.NET challenges that the author has solved in building educational and enterprise portals, plus thirteen production disasters common to web applications serving millions of users. If you're ready to build state-of-the art, high-volume web applications, this book has exactly what you need.

It-Projektrecht - Vertragliche Gestaltung Und Steuerung Von It-Projekten, Best Practices, Haftung Der Geschaftsleitung (German,... It-Projektrecht - Vertragliche Gestaltung Und Steuerung Von It-Projekten, Best Practices, Haftung Der Geschaftsleitung (German, Hardcover, 2007 ed.)
Frank Koch
R1,552 Discovery Miles 15 520 Ships in 18 - 22 working days

IT-Projekte mussen durch Projektvertrage auf allen Stufen gezielt gesteuert und kontrolliert werden, um erfolgreich zu sein. Der Autor geht auf die Verantwortlichkeit des Managements fur die Projektfuhrung ein und erlautert die aktuellen Normvorgaben fur IT-Projekte aus ISO 20.000 und ITIL. Behandelt werden auch Outsourcing und ASP sowie IT-Security, gewissermassen Dauerprojekte, ebenso die Sanierung von Projekten und die Anwenderrechte bei Anbieterinsolvenz.

Ausfuhrliche Checklisten fur CIOs und Geschaftsleitungen sollen schliesslich aus deren Blickwinkel die Projektkontrolle erleichtern. In dieser Themenkombination gibt es am Buchmarkt gegenwartig keine gleichartige Darstellung."

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
The Homeland Is the Arena - Religion and…
Ousmane Kane Hardcover R1,919 Discovery Miles 19 190
A Tango With Death - Tolletjie Botha And…
Giancarlo Coccia Paperback R339 Discovery Miles 3 390
Boereverneukers - Afrikaanse…
Izak du Plessis Paperback  (1)
R245 Discovery Miles 2 450
What Makes Them Great? - 50 Ways To…
Douglas Kruger Paperback R273 Discovery Miles 2 730
Emigreer Of Bly - Is Die Gras Werklik…
Stephan Joubert Paperback R220 R197 Discovery Miles 1 970
Firebird - The Fire That Binds: Book 1
Juliette Cross Paperback R285 R258 Discovery Miles 2 580
Januaries - Stories of Love, Magic…
Olivie Blake Paperback  (1)
R385 R189 Discovery Miles 1 890
Wild Reverence
Rebecca Ross Paperback R440 R393 Discovery Miles 3 930
The Enchanted Greenhouse - The…
Sarah Beth Durst Paperback R385 R299 Discovery Miles 2 990
Home Again - Stories of Migration and…
Celia Sorhaindo, Polly Pattullo Paperback R291 R267 Discovery Miles 2 670

 

Partners