0
Your cart

Your cart is empty

Browse All Departments
Price
Status
Brand

Showing 1 - 8 of 8 matches in All Departments

Timecop 2 (DVD): Jason Scott Lee, Thomas Ian Griffith Timecop 2 (DVD)
Jason Scott Lee, Thomas Ian Griffith 1
R53 Discovery Miles 530 Ships in 10 - 20 working days

Jason Scott Lee stars as Ryan Chang, the maverick Timecop who is assigned to prevent criminals from travelling to the past and altering the future.

The clock is ticking - and Ryan must track down the evil mastermind Branson Miller who is bent on using history as the ultimate weapon.

Timecop 2 is packed with non-stop action, special effects and thrilling martial arts sequences!

New Creative Accounting - How to Make Your Profits What You Want Them to Be (Hardcover, New Ed): Ian Griffiths New Creative Accounting - How to Make Your Profits What You Want Them to Be (Hardcover, New Ed)
Ian Griffiths
R2,923 Discovery Miles 29 230 Ships in 10 - 15 working days

Although the accounting standards regime has been tightened significantly in the 1990s, there are still a plethora of devices which can be used by businesses to show their performance in a better light. This book shows the potential for new schemes to evade the tougher rules. Illustrated with examples of corporate creativity, it demonstrates that despite the new regime, creative accounting is still possible. Ian Griffiths is the author of Creative Accounting.

The Fashion Business - Theory, Practice, Image (Hardcover, Illustrated Ed): Ian Griffiths, Nicola White The Fashion Business - Theory, Practice, Image (Hardcover, Illustrated Ed)
Ian Griffiths, Nicola White
R4,132 Discovery Miles 41 320 Ships in 12 - 17 working days

It is commonly known that fashion is big business, yet given its global significance, little has been written on the phenomenon of the fashion system. Instead, books have tended to focus on dress history, although recently the discipline has taken a more theoretical turn, with a spate of books appearing that analyze the underlying forces motivating fashion. This pioneering book unites theory and practice to provide an integrated series of snapshots taken from different perspectives of the fashion business in the second half of the twentieth century. Featuring contributions by leading experts in three main areas of important debate within the industry - the theory and culture of fashion; design and industry; and image and marketing - the book will be an essential reference for students, practitioners and theoreticians. It addresses such key issues as: the relationship between culture and clothing; the intersection of fashion and modernity; the origins of glamour; the role of creativity and the power of design; the chain store challenge; the age of the thinking designer; retail concepts; and minimalism in fashion. It is certain to be required reading on fashion courses and in related disciplines, including media, cultural and consumption studies.

Programming C# 10 - Build Cloud, Web, and Desktop Applications (Paperback): Ian Griffiths Programming C# 10 - Build Cloud, Web, and Desktop Applications (Paperback)
Ian Griffiths
R1,374 Discovery Miles 13 740 Ships in 12 - 17 working days

C# is undeniably one of the most versatile programming languages available to engineers today. With this comprehensive guide, you'll learn just how powerful the combination of C# and .NET can be. Author Ian Griffiths guides you through C# 10.0 and .NET 6 fundamentals and techniques for building cloud, web, and desktop applications. Designed for experienced programmers, this book provides many code examples to help you work with the nuts and bolts of C#, such as generics, LINQ, and asynchronous programming features. You'll get up to speed on .NET 6 and the latest C# 9.0 and 10.0 additions, including records, enhanced pattern matching, and new features designed to remove "ceremony" to improve productivity. Understand how .NET has changed in the most recent releases, and learn what it means for application development Select the most appropriate C# language features for any task Learn when to use the new features and when to stick with older ones Examine the range of functionality available in .NET's class libraries Learn how you can apply these class libraries to practical programming tasks Explore numerous small additions to .NET that improve expressiveness "Unlike books that focus on Visual Studio and technologies that interact with C#, this one covers the core language, and mastery of this core is essential to successfully building good software. It covers important concepts followed by generous code examples to explain them. It's thorough, detailed, and gets at the nooks and crannies of the language rarely covered elsewhere. It's a complete course on C#." --Jeremy Morgan Software/DevOps engineer Ian Griffiths has worked in various aspects of computing, including computer networking, embedded real-time systems, broadcast television systems, medical imaging, and all forms of cloud computing. Ian is a Technical Fellow at endjin, and a Microsoft MVP in Developer Technologies. He's the author of several O'Reilly books and has written courses on Windows Presentation Foundation (WPF) and TPL Tables. Technology brings him joy.

Programming WPF 2e (Paperback, 2nd Revised edition): Chris Sells Programming WPF 2e (Paperback, 2nd Revised edition)
Chris Sells; Contributions by Ian Griffiths
R1,354 R1,006 Discovery Miles 10 060 Save R348 (26%) Ships in 12 - 17 working days

If you want to build applications that take full advantage of Windows Vista's new user interface capabilities, you need to learn Microsoft's Windows Presentation Foundation (WPF). This new edition, fully updated for the official release of .NET 3.0, is designed to get you up to speed on this technology quickly. By page 2, you'll be writing a simple WPF application. By the end of Chapter 1, you'll have taken a complete tour of WPF and its major elements.

WPF is the new presentation framework for Windows Vista that also works with Windows XP. It's a cornucopia of new technologies, which includes a new graphics engine that supports 3-D graphics, animation, and more; an XML-based markup language, called XAML, for declaring the structure of your Windows UI; and a radical new model for controls.

This second edition includes new chapters on printing, XPS, 3-D, navigation, text and documents, along with a new appendix that covers Microsoft's new WPF/E platform for delivering richer UI through standard web browsers -- much like Adobe Flash. Content from the first edition has been significantly expanded and modified. Programming WPF includes: Scores of C# and XAML examples that show you what it takes to get a WPF application up and running, from a simple "Hello, Avalon" program to a tic-tac-toe gameInsightful discussions of the powerful new programming styles that WPF brings to Windows development, especially its new model for controlsA color insert to better illustrate WPF support for 3-D, color, and other graphics effectsA tutorial on XAML, the new HTML-like markup language for declaring Windows UIAn explanation and comparison of the features that support interoperability with Windows Forms and other Windows legacy applications

WPF represents the best of the control-based Windows world and the content-based web world. Programming WPF helps you bring it all together.

Programming C# 4.0 (Paperback, 6th edition): Ian Griffiths Programming C# 4.0 (Paperback, 6th edition)
Ian Griffiths
R1,349 R1,002 Discovery Miles 10 020 Save R347 (26%) Ships in 12 - 17 working days

With dynamic typing and many other new features, C# 4.0 has already piqued the interest of .NET developers worldwide. This bestselling tutorial for beginning to intermediate programmers teaches you how to use the new version of the C# language to build web, desktop, and rich Internet applications with the .NET 4.0 Framework. In this sixth edition, .NET experts Ian Griffiths and Matthew Adams cover the latest enhancements to the language, as well as the fundamentals of both C# and .NET. The book explains concurrent programming with C# 4.0, and teaches you how to use C# with .NET tools such as the Entity Framework for easier data access, and the Silverlight platform for browser-based RIA development. With "Programming C# 4.0", you will: learn C# and .NET programming with a comprehensive tutorial that also serves as a useful reference; find many more useful code examples than in previous editions; learn basic language and framework features, from classes to assemblies; get details on new C# 4.0 features and capabilities, from optional and named arguments to dynamic and concurrent programming; and, learn about LINQ, anonymous delegates, and lambda expressions. "Programming C# 4.0 " provides a clear and concise way for programmers to learn C# 4.0 quickly and thoroughly. No prior .NET experience is required for you to get started.

Activate Your Life - 30 Transformational Exercises From Coaches Around The World (Volume II) (Paperback): Diane Hopkins, Aoifa... Activate Your Life - 30 Transformational Exercises From Coaches Around The World (Volume II) (Paperback)
Diane Hopkins, Aoifa Gaffney, Ian Griffith
R534 Discovery Miles 5 340 Ships in 10 - 15 working days
The Fashion Business - Theory, Practice, Image (Paperback): Ian Griffiths, Nicola White The Fashion Business - Theory, Practice, Image (Paperback)
Ian Griffiths, Nicola White
R1,247 Discovery Miles 12 470 Ships in 10 - 15 working days

It is commonly known that fashion is big business, yet given its global significance, little has been written on the phenomenon of the fashion system. Instead, books have tended to focus on dress history, although recently the discipline has taken a more theoretical turn, with a spate of books appearing that analyze the underlying forces motivating fashion. This pioneering book unites theory and practice to provide an integrated series of snapshots taken from different perspectives of the fashion business in the second half of the twentieth century.
Featuring contributions by leading experts in three main areas of important debate within the industry - the theory and culture of fashion; design and industry; and image and marketing - the book will be an essential reference for students, practitioners and theoreticians. It addresses such key issues as: the relationship between culture and clothing; the intersection of fashion and modernity; the origins of glamour; the role of creativity and the power of design; the chain store challenge; the age of the thinking designer; retail concepts; and minimalism in fashion. It is certain to be required reading on fashion courses and in related disciplines, including media, cultural and consumption studies.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Mercury: Act 1
Imagine Dragons CD R64 Discovery Miles 640
Christmas Nativity Wood Finish Set Of 11
R1,199 R977 Discovery Miles 9 770
Odell On Square Rose, Brushed Satin…
R430 Discovery Miles 4 300
Loot
Nadine Gordimer Paperback  (2)
R205 R168 Discovery Miles 1 680
Loot
Nadine Gordimer Paperback  (2)
R205 R168 Discovery Miles 1 680
Nintendo Switch OLED Edition Console…
R9,299 Discovery Miles 92 990
The Walking Dead - Season 7
Andrew Lincoln, Norman Reedus, … DVD R135 Discovery Miles 1 350
Staedtler Twister Wax Crayon (12…
R79 Discovery Miles 790
Efekto Karbadust Insecticide Dusting…
R56 Discovery Miles 560
White Glo Floss Charcoal Mint
R50 Discovery Miles 500

 

Partners