0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R250 - R500 (2)
  • R500 - R1,000 (7)
  • R1,000 - R2,500 (3)
  • -
Status
Brand

Showing 1 - 12 of 12 matches in All Departments

CSS3 Quick Syntax Reference - A Pocket Guide to the Cascading Style Sheets Language (Paperback, 2nd ed.): Mikael Olsson CSS3 Quick Syntax Reference - A Pocket Guide to the Cascading Style Sheets Language (Paperback, 2nd ed.)
Mikael Olsson
R1,023 Discovery Miles 10 230 Ships in 18 - 22 working days

The CSS3 Quick Syntax Reference is a 150-page syntax reference to the Cascading Style Sheets language. It presents the essentials of CSS3 in a well-organized format that can be used as a handy reference. You won't find any technical jargon, bloated samples, drawn-out history lessons or witty stories in this book. What you will find is a CSS reference that is concise, to the point, and highly accessible. The book is packed with useful information and is a must-have for any CSS programmer or web developer. What You Will Learn Use the various selectors available in CSS3 Leverage various other CSS properties Design and build web UIs using color, text, spacing, fonts, background, and more Work with lists, tables, and media in CSS3 Employ CSS3 best practices Who This Book Is For Experienced programmers and web developers new to CSS3 or even new to CSS in general.

JavaScript Quick Syntax Reference (Paperback, 1st ed.): Mikael Olsson JavaScript Quick Syntax Reference (Paperback, 1st ed.)
Mikael Olsson
R924 Discovery Miles 9 240 Ships in 18 - 22 working days

JavaScript Quick Syntax Reference is a condensed syntax reference to the JavaScript language. It presents the essentials of JavaScript in a well-organized format that can be used as a handy reference. This includes the latest ECMAScript 5, JSON (JavaScript Object Notation) and DOM (Document Object Model) specifications and implementations. You won't find any technical jargon, bloated samples, drawn out history lessons or witty stories in this book. What you will find is a JavaScript reference that is concise, to the point and highly accessible. The book is packed with useful information and is a must-have for any JavaScript programmer or Web developer. In JavaScript Quick Syntax Reference, you will find a concise reference to JavaScript programming language syntax; has short, simple and focused code examples; and includes a well laid out table of contents and a comprehensive index allowing easy review.

C++ Quick Syntax Reference (Paperback, 1st ed.): Mikael Olsson C++ Quick Syntax Reference (Paperback, 1st ed.)
Mikael Olsson
R879 Discovery Miles 8 790 Ships in 18 - 22 working days

The C++ Quick Syntax Reference is a condensed code and syntax reference to the C++ programming language. It presents the essential C++ syntax in a well-organized format that can be used as a handy reference. You won't find any technical jargon, bloated samples, drawn out history lessons, or witty stories in this book. What you will find is a language reference that is concise, to the point and highly accessible. The book is packed with useful information and is a must-have for any C++ programmer. In the C++ Quick Syntax Reference, you will find: A concise reference to the C++ language syntax. Short, simple, and focused code examples. A well laid out table of contents and a comprehensive index allowing easy review. What you'll learn How to create a C++ HelloWorld How to Compile and Run What are C++ Variables, Operators, Pointers and References What areArrays, Strings, Conditionals, Loops and more How to do Functions How to work with Constructors, Inheritance, Overridings How to use Access Levels, Static, Enum, String and Union, and more What are Custom Conversions, Namespaces, Constants, and Preprocessor How to do Event Handling What are Type Conversions, Templates, Headers, and more Who this book is for

This book is a quick, handy pocket syntax reference for experienced C++ programmers, and a concise, easily-digested introduction for other programmers new to C++. Table of Contents 1. HelloWorld 2. Compile and Run 3. Variables 4. Operators 5. Pointers 6. References 7. Arrays 8. String 9. Conditionals 10. Loops 11. Functions 12. Class 13. Constructor 14. Inheritance 15. Overriding 16. Access Levels 17. Static 18. Enum 19. String and Union 20. Operator Overloading 21. Custom Conversions 22. Namespaces 23. Constants 24. Preprocessor 25. Event Handling 26. Type Conversions 27. Templates 28. Headers

Java 17 Quick Syntax Reference - A Pocket Guide to the Java SE Language, APIs, and Library (Paperback, 3rd ed.): Mikael Olsson Java 17 Quick Syntax Reference - A Pocket Guide to the Java SE Language, APIs, and Library (Paperback, 3rd ed.)
Mikael Olsson
R949 R803 Discovery Miles 8 030 Save R146 (15%) Ships in 18 - 22 working days

Quickly gain the insight necessary to address a multitude of Java coding challenges using this succinct reference guide, Java 17 Quick Syntax Reference, Third Edition. Short, focused code examples will help you learn and master various existing and new Java source code elements. This edition includes the following additions to Java SE and OpenJDK, through Java 17: Pattern matching for switch and instanceof, Sealed classes and interfaces, Switch expressions, Text block multiline strings, Java module system, Private methods in interfaces, and Type inference for local variables. You won't find any technical jargon, bloated samples, drawn out history lessons or witty stories in this book. What you will find is a language reference that is concise, to the point and highly accessible. The book is packed with useful information and is a must-have for any Java programmer.What You Will Learn Run a Java file with a single command Learn what a switch expression is and how to use it Use pattern matching Code with Java modules Create text blocks to handle multiline strings Learn what sealed classes are and how to use these and more Who This Book Is For Those with prior experience with Java who want a quick and handy reference.

PHP 8 Quick Scripting Reference - A Pocket Guide to PHP Web Scripting (Paperback, 3rd ed.): Mikael Olsson PHP 8 Quick Scripting Reference - A Pocket Guide to PHP Web Scripting (Paperback, 3rd ed.)
Mikael Olsson
R988 R842 Discovery Miles 8 420 Save R146 (15%) Ships in 18 - 22 working days

This pocket reference has been updated with the new PHP 8 release. It is a condensed, code-rich scripting and syntax handbook for the PHP scripting language. You won't find any technical jargon, bloated samples, drawn-out history lessons or witty stories in this book. What you will find is a web scripting language reference that is concise, to the point, and highly accessible. The book is packed with useful information and is a must-have for any PHP programmer or web developer. In it, you will find a concise reference to the PHP 8 scripting language syntax. It includes short, simple, and focused code examples; a well-laid-out table of contents; and a comprehensive index allowing easy review. PHP 8 Quick Scripting Reference presents the essentials of PHP in a well-organized format, including new features in PHP 8 such as the just in time (JIT) compiler, union types, nullsafe operator, null coalescing assignment operator, match expressions, named arguments, throw expressions, static return type, non-capturing catches, reclassified engine warnings and constructor property promotion. What You Will Learn Discover what is new in PHP 8 and how to get started with it Work with variables, operators, strings, arrays, conditionals, loops, and other constructs Group and reuse code with functions, methods, and namespaces Use object-oriented features such as classes, inheritance, abstract classes, and interfaces Import files and retrieve user data Make use of type declarations and type conversions Test variables, create references, and use overloading methods Store user data with cookies and sessions Deal with errors through error handling, exception handling, and assertions Who This Book Is For Experienced PHP programmers and web developers who may be new to PHP.

C++20 Quick Syntax Reference - A Pocket Guide to the Language, APIs, and Library (Paperback, 4th ed.): Mikael Olsson C++20 Quick Syntax Reference - A Pocket Guide to the Language, APIs, and Library (Paperback, 4th ed.)
Mikael Olsson
R1,290 R1,068 Discovery Miles 10 680 Save R222 (17%) Ships in 18 - 22 working days

This quick C++ 20 guide is a condensed code and syntax reference to the popular programming language, fully updated for C++20. It presents the essential C++20 code syntax in a well-organized format that can be used as a handy reference. This edition covers topics including designated initializers, lambdas and lambda captures, the spaceship operator, pack expressions, string literals as template parameters, atomic smart pointers, and contracts. It also covers library changes including extended futures, latches and barriers, task blocks, and text formatting. In the C++20 Quick Syntax Reference, you will find short, simple, and focused code examples. This book includes a well-laid-out table of contents and a comprehensive index allowing for easy review. You won't find any technical jargon, bloated samples, drawn out history lessons, or witty stories in this book. What you will find is a language reference that is concise, to the point, and highly accessible. The book is packed with useful information and is a must-have for any C++ programmer. What You'll Learn Discover the key C++20 features Work with concepts to constrain template arguments Use modules as a replacement for header files Take advantage of the three-way comparison operator Create immediate functions using the consteval keyword Make use of constexpr, constinit and designated initializers Who This Book Is For Experienced C++ programmers. Additionally, this is a concise, easily-digested introduction for other programmers new to C++.

Build a Profitable Online Business - The No-Nonsense Guide (Paperback, 1st ed.): Mikael Olsson Build a Profitable Online Business - The No-Nonsense Guide (Paperback, 1st ed.)
Mikael Olsson
R1,062 R1,001 Discovery Miles 10 010 Save R61 (6%) Ships in 18 - 22 working days

Build a Profitable Online Business: The No Nonsense Guide is a highly condensed step-by-step guide on how to build and run profitable websites. Serial web entrepreneur Mikael Olsson gives you in a nutshell all the tools, tips, and savvy you'll need to create and operate online businesses that will automatically generate streams of effortless income for you. You won't find any technical jargon, drawn-out lessons, or feel-good fluff in this book. What you will find is an expert guide that pulls no punches in serving up the clean hits of hard information that any web entrepreneur needs to succeed at all aspects of an online business: website construction, SEO, marketing, monetization, and conversion. What you'll learn From Build a Profitable Online Business you'll learn: *How to strategize, design, start up, and operate your own online business. *How to build a professional-quality website with minimal outlay. *How to attract visitors to your website and make them come back for more. *How to monetize your website in 5 different ways. *How to automate your websites to produce constant streams of passive income.Who this book is for The primary audience for this book is individual entrepreneurs who want to create successful web businesses with the least expenditure of time and money and run them as automated engines of passive income. The secondary audience is small companies, to which the strategies and techniques presented in the book apply equally well. This is not a book for people to program or use tools to build a website, so the audience is spared skipping through material that will not be helpful, or is redundant, or not at the correct level for them.

C# 10 Quick Syntax Reference - A Pocket Guide to the Language, APIs, and Library (Paperback, 4th ed.): Mikael Olsson C# 10 Quick Syntax Reference - A Pocket Guide to the Language, APIs, and Library (Paperback, 4th ed.)
Mikael Olsson
R726 R640 Discovery Miles 6 400 Save R86 (12%) Ships in 18 - 22 working days

Discover what's new in C# and .NET for Windows programming. This book is a condensed code and syntax reference to the C# programming language, updated with the latest features of version 10 for .NET 6. You'll review the essential C# 10 and earlier syntax, not previously covered, in a well-organized format that can be used as a handy reference. Specifically, unions, generic attributes, CallerArgumentExpression, params span, Records, Init only setters, Top-level statements, Pattern matching enhancements, Native sized integers, Function pointers and more. You'll find a concise reference to the C# language syntax: short, simple, and focused code examples; a well laid out table of contents; and a comprehensive index allowing easy review. You won't find any technical jargon, bloated samples, drawn-out history lessons, or witty stories. What you will find is a language reference that is to the point and highly accessible. The book is a must-have for any C# programmer. What You Will Learn Employ nullable reference types Work with ranges and indices Apply recursive patterns to your applications Use switch expressions Who This Book Is For Those with some experience in programming, looking for a quick, handy reference. Some C# or .NET recommended but not necessary.

Modern C Quick Syntax Reference - A Pocket Guide to the Language, APIs, and Library (Paperback, 2nd ed.): Mikael Olsson Modern C Quick Syntax Reference - A Pocket Guide to the Language, APIs, and Library (Paperback, 2nd ed.)
Mikael Olsson
R847 R736 Discovery Miles 7 360 Save R111 (13%) Ships in 18 - 22 working days

Discover how C's efficiency makes it a popular choice in a wide variety of applications and operating systems with special applicability to wearables, game programming, system level programming, embedded device/firmware programming and in Arduino and related electronics hobbies in this condensed code and syntax guide. This book presents the essential C syntax in a well-organized format that can be used as a quick and handy reference. In this book, you will find short, simple, and focused code examples; and a well laid out table of contents and a comprehensive index allowing easy review. You won't find any technical jargon, bloated samples, drawn out history lessons, or witty stories. What you will find is a language reference that is concise, to the point and highly accessible. The book is packed with useful information and is a must-have for any C programmer. What You Will Learn Code for some of today's modern and popular firmware and systems How to do embedded programming found in Arduino and related hardware boards Program microcontrollers for robots and boards Handle low-level programming and memory management Leverage operating systems such as Linux and Unix Who This Book Is For Those with experience in programming, particularly C programming, looking for a quick, handy reference.

Handbook of Success - How to Make your Life What you Want it to Be (Paperback): Mikael Olsson Handbook of Success - How to Make your Life What you Want it to Be (Paperback)
Mikael Olsson
R351 Discovery Miles 3 510 Ships in 18 - 22 working days

A Concise Handbook in Personal Development The Handbook of Success is a concise manual on finding success, happiness and quality of life. It contains a wealth of knowledge and wisdom on how to improve your life and make it into what you want it to be.

Handbook of The Game - How to Attract and Seduce Beautiful Women (Paperback): Mikael Olsson Handbook of The Game - How to Attract and Seduce Beautiful Women (Paperback)
Mikael Olsson
R356 Discovery Miles 3 560 Ships in 18 - 22 working days

A Concise Handbook in the Art of Seduction The Handbook of The Game is a highly condensed manual on seduction and courtship. It contains a comprehensive guide on how to improve your love life and make it into what you want it to be.

Josef Frank: Villa Carlsten (Hardcover): Mikael Bergquist Josef Frank: Villa Carlsten (Hardcover)
Mikael Bergquist; Photographs by Mikael Olsson
R683 Discovery Miles 6 830 Ships in 9 - 17 working days

Between 1924 and 1936, Austrian-born architect Josef Frank built five holiday homes on the Falsterbo Peninsula in southern Sweden. Conceived as summer houses for friends and relatives of Frank's Swedish wife, the Falsterbo Villas constitute a key part of Frank's architectural work and demonstrate the principles at the core of his housing designs. In 2016, Villa Carlsten, the smallest of the Falsterbo houses, underwent an extensive restoration. Published on the occasion of its completion, Josef Frank: Villa Carlsten is the first book to comprehensively document the building. As with all of Frank's housing designs, Villa Carlsten sees the architect paying special attention to the connection between interior and exterior, to the availability of daylight, and to inhabitants' movements through the building. A particular part of Villa Carlsten's charm is its scale, as everything is of slightly smaller dimensions than one would expect. Despite its intricate layout, however, Villa Carlsten is also one of Frank's most accessible homes, and the design is full of wit, combining comfort with modern refinement. Beautifully designed with seventy-five full-colour photographs by Mikael Olsson, who adeptly highlights the home's qualities and relationship with its surroundings, the book also includes an essay by Mikael Bergquist, who realised the renovation and places Villa Carlsten in context with the other Falsterbo Villas and Frank's broader work.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Sprawl, Justice, and Citizenship - The…
Thad Williamson Hardcover R2,891 Discovery Miles 28 910
Food and Urbanism - The Convivial City…
Susan Parham Hardcover R4,970 Discovery Miles 49 700
Five Miles Away, A World Apart - Two…
James Ryan Hardcover R1,294 Discovery Miles 12 940
Suburban Century - Social Change and…
Mark Clapson Hardcover R4,198 Discovery Miles 41 980
Urban Ecologies - City Space, Material…
Christopher Schliephake Hardcover R3,524 Discovery Miles 35 240
Township Economy - People, Spaces And…
Andrew Charman, Leif Petersen, … Paperback  (1)
R420 R388 Discovery Miles 3 880
The Death and Life of the Urban…
Margaret Kohn Hardcover R3,564 Discovery Miles 35 640
Humbugs of New-York - Being a…
David Meredith Reese Paperback R501 Discovery Miles 5 010
Blockchain for Smart Cities
Saravanan Krishnan, Valentina E. Balas, … Paperback R2,535 Discovery Miles 25 350
Song For Sarah - Lessons From My Mother
Jonathan Jansen, Naomi Jansen Hardcover  (3)
R100 R93 Discovery Miles 930

 

Partners