0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
Status
Brand

Showing 1 - 25 of 41 matches in All Departments

In Wild Maratha Battle (Hardcover): Michael Macmillan In Wild Maratha Battle (Hardcover)
Michael Macmillan
R932 Discovery Miles 9 320 Ships in 10 - 15 working days
Southey's Life of Nelson (Hardcover): Michael Macmillan Southey's Life of Nelson (Hardcover)
Michael Macmillan
R1,039 Discovery Miles 10 390 Ships in 12 - 19 working days
The Front Room - Diaspora Migrant Aesthetics in the Home (Paperback, Revised edition): Michael McMillan The Front Room - Diaspora Migrant Aesthetics in the Home (Paperback, Revised edition)
Michael McMillan
R870 R763 Discovery Miles 7 630 Save R107 (12%) Ships in 12 - 19 working days

The Front Room: Diaspora Migrant Aesthetics in the Home, originally published in 2009, has become a beloved and much-praised source, providing fascinating revelations into the post-war British experience of immigrants, the decoration of their living spaces and their position in society in relation to decolonisation. The 'front room' (emanating from the Victorian parlour) provides an outlet to respond to the feelings of displacement, exile and alienation and the rebuilding of a home in a strange land. Primarily concerned with Caribbean homes, The Front Room also looks at Moroccan, Surinamese, Antillean and Indonesian migrant groups in Holland-encompassing, through texts, archival documents and artistic photographs, the important cultural markers that are expressed through the domestic interiors of migrants. The author examines how this intimate space within the home raises issues of class, race, migration, aspiration, religion, family, gender, identity and alienation. He also looks at the transition from the colonial post-colonial modernity by placing the book in the context of his own family's migrant experience. While this revised edition includes updates of the original essays from leading social commentators Stuart Hall, Denise Noble, Carol Tulloch and Dave Lewis, as well as poems by Khadijah Ibrahiim and Dorothea Smartt, and paintings by Sonia Boyce, Kimathi Donkor and Njideka Akunyili Crosby. It also examines the iteration of the 'front room' in post apartheid South Africa and discusses how sound system culture emerged from the front room, as well as adding to the rich oral histories from different generations reflecting on their personal experiences of the front room and discussing the artefacts and objects found in them in terms of their cultural significance. The Front Room documents how the 'Windrush' generation's settlement in Britain contributed to the making of multicultural society, and raises questions about our lived experience and notions of the 'home', as many more people globally look for a roof over their heads in the 21st century. The book is richly illustrated with intriguing photographs of installations based on front rooms of the time and the contemporary living room and their associated objects.

Fashionable Masculinities - Queers, Pimp Daddies, and Lumbersexuals (Hardcover): Vicki Karaminas, Adam Geczy, Pamela Church... Fashionable Masculinities - Queers, Pimp Daddies, and Lumbersexuals (Hardcover)
Vicki Karaminas, Adam Geczy, Pamela Church Gibson; Christopher Breward, Vicki Karaminas, …
R3,261 Discovery Miles 32 610 Ships in 12 - 19 working days
Data Structures and Algorithms with JavaScript (Paperback): Michael McMillan Data Structures and Algorithms with JavaScript (Paperback)
Michael McMillan
R1,111 R734 Discovery Miles 7 340 Save R377 (34%) Ships in 12 - 19 working days

As an experienced JavaScript developer moving to server-side programming, you need to implement classic data structures and algorithms associated with conventional object-oriented languages like C# and Java. This practical guide shows you how to work hands-on with a variety of storage mechanisms--including linked lists, stacks, queues, and graphs--within the constraints of the JavaScript environment.

Determine which data structures and algorithms are most appropriate for the problems you're trying to solve, and understand the tradeoffs when using them in a JavaScript program. An overview of the JavaScript features used throughout the book is also included.

This book covers: Arrays and lists: the most common data structuresStacks and queues: more complex list-like data structuresLinked lists: how they overcome the shortcomings of arraysDictionaries: storing data as key-value pairsHashing: good for quick insertion and retrievalSets: useful for storing unique elements that appear only onceBinary Trees: storing data in a hierarchical mannerGraphs and graph algorithms: ideal for modeling networksAlgorithms: including those that help you sort or search dataAdvanced algorithms: dynamic programming and greedy algorithms

Southey's Life of Nelson (Paperback): Michael Macmillan Southey's Life of Nelson (Paperback)
Michael Macmillan
R764 Discovery Miles 7 640 Ships in 10 - 15 working days
In Wild Maratha Battle (Paperback): Michael Macmillan In Wild Maratha Battle (Paperback)
Michael Macmillan
R658 Discovery Miles 6 580 Ships in 10 - 15 working days
Data Structures and Algorithms Using C# (Hardcover, New): Michael McMillan Data Structures and Algorithms Using C# (Hardcover, New)
Michael McMillan
R2,712 Discovery Miles 27 120 Ships in 12 - 19 working days

C# programmers: no more translating data structures from C++ or Java to use in your programs! Mike McMillan provides a tutorial on how to use data structures and algorithms plus the first comprehensive reference for C# implementation of data structures and algorithms found in the .NET Framework library, as well as those developed by the programmer. The approach is very practical, using timing tests rather than Big O notation to analyze the efficiency of an approach. Coverage includes arrays and array lists, linked lists, hash tables, dictionaries, trees, graphs, and sorting and searching algorithms, as well as more advanced algorithms such as probabilistic algorithms and dynamic programming. This is the perfect resource for C# professionals and students alike.

Data Structures and Algorithms Using C# (Paperback): Michael McMillan Data Structures and Algorithms Using C# (Paperback)
Michael McMillan
R1,463 Discovery Miles 14 630 Ships in 12 - 19 working days

C# programmers: no more translating data structures from C++ or Java to use in your programs! Mike McMillan provides a tutorial on how to use data structures and algorithms plus the first comprehensive reference for C# implementation of data structures and algorithms found in the .NET Framework library, as well as those developed by the programmer. The approach is very practical, using timing tests rather than Big O notation to analyze the efficiency of an approach. Coverage includes arrays and array lists, linked lists, hash tables, dictionaries, trees, graphs, and sorting and searching algorithms, as well as more advanced algorithms such as probabilistic algorithms and dynamic programming. This is the perfect resource for C# professionals and students alike.

Data Structures and Algorithms Using Visual Basic.NET (Paperback, New): Michael McMillan Data Structures and Algorithms Using Visual Basic.NET (Paperback, New)
Michael McMillan
R1,769 Discovery Miles 17 690 Ships in 12 - 19 working days

This is the first Visual Basic.NET book to provide a comprehensive discussion of the major data structures and algorithms. Here, instead of having to translate material on C++ or Java, the professional or student VB.NET programmer will find a tutorial on how to use data structures and algorithms and a reference for implementation using VB.NET for data structures and algorithms from the .NET Framework Class Library as well as those which must be developed by the programmer. In an object-oriented fashion, the author presents arrays and arraylists, linked lists, hash tables, dictionaries, trees, graphs, sorting and searching as well as more advanced algorithms, such as probabilistic algorithms and dynamic programming. His approach is very practical, for example using timing tests rather than Big O analysis to compare the performance of data structures and algorithms. This book can be used in both beginning and advanced computer programming courses that use the VB.NET language and, most importantly, by the professional VB programmer.

Object-Oriented Programming with Visual Basic.NET (Paperback): Michael McMillan Object-Oriented Programming with Visual Basic.NET (Paperback)
Michael McMillan
R1,637 Discovery Miles 16 370 Ships in 12 - 19 working days

Michael McMillan provides a complete presentation of the object-oriented features of the Visual Basic .NET language for advanced Visual Basic programmers. Beginning with an introduction to abstract data types and their initial implementation using structures, he explains standard OOP topics including class design, inheritance, access modifiers and scoping issues, abstract classes, design and implemention of interfaces and design patterns, and refactoring in VB.NET. More advanced OOP topics are included as well, such as reflection, object persistence, and serialization. To tie everything together, McMillan demonstrates sound OOP design and implementation principles through practical examples of standard Windows applications, database applications using ADO.NET, Web-based applications using ASP.NET, and Windows service applications.

Black and Asian Plays - Anthology (Paperback): Afia Nkrumah Black and Asian Plays - Anthology (Paperback)
Afia Nkrumah; Parv Bancil, Michael McMillan, Shelley Silas, Wayne Buchanan; Summary by …
R438 Discovery Miles 4 380 Ships in 12 - 19 working days

A play collection with an introduction by Afia Nkrumah and bibliography by Susan Croft Featuring five works by prominent Black and Asian playwrights. Harvest by Manjula Padmanabhan | Under their Influence by Wayne Buchanan | Calcutta Kosher by Shelley Silas | Made in England by Parv Bancil | Brother to Brother by Michael McMillan These five plays in this collection each give us a glimpse of a different world - from the poverty of a Bombay tenement in Harvest by Manjula Padmanabhan to the world of rock and pop in Made in England by Parv Bancil, from the fading grandeur of former wealth in Calcutta Kosher by Shelley Silas to the inside of a mental institution in Under their Influence by Wayne Buchanan and many voices collide in the tales from the city in Brother to Brother by Michael McMillan. Some of these plays have been commended by critics and won awards, going on tour nationally. A few have been broadcast or adapted for film. By publishing these texts, we aim to inspire further productions, perhaps in venues where little or no work by black and Asian writers has previously been performed. In addition, the book includes a unique list of published plays by black and Asian writers, compiled by Susan Croft, so that those looking for plays to study or perform can access the considerable body of work that now exists in libraries, bookshops and archives.

Fashionable Masculinities - Queers, Pimp Daddies, and Lumbersexuals (Paperback): Vicki Karaminas, Adam Geczy, Pamela Church... Fashionable Masculinities - Queers, Pimp Daddies, and Lumbersexuals (Paperback)
Vicki Karaminas, Adam Geczy, Pamela Church Gibson; Christopher Breward, Vicki Karaminas, …
R1,316 R1,190 Discovery Miles 11 900 Save R126 (10%) Ships in 12 - 19 working days
The Globe Trotter in India Two Hundred Years Ago, and Other Indian Studies (Paperback): Michael Macmillan The Globe Trotter in India Two Hundred Years Ago, and Other Indian Studies (Paperback)
Michael Macmillan
R565 Discovery Miles 5 650 Ships in 10 - 15 working days
Tales of Indian Chivalry (Hardcover): Michael Macmillan Tales of Indian Chivalry (Hardcover)
Michael Macmillan
R932 Discovery Miles 9 320 Ships in 10 - 15 working days
The Last of the Peshwas - A Tale of the Third Maratha War (Hardcover): Michael Macmillan The Last of the Peshwas - A Tale of the Third Maratha War (Hardcover)
Michael Macmillan
R931 Discovery Miles 9 310 Ships in 10 - 15 working days
The Last of the Peshwas (Hardcover): Michael Macmillan The Last of the Peshwas (Hardcover)
Michael Macmillan
R932 Discovery Miles 9 320 Ships in 10 - 15 working days
A Journey to Java (Hardcover): Michael McMillan A Journey to Java (Hardcover)
Michael McMillan
R1,020 Discovery Miles 10 200 Ships in 10 - 15 working days
Life of Nelson... (Paperback): Robert Southey, Michael Macmillan Life of Nelson... (Paperback)
Robert Southey, Michael Macmillan
R907 R797 Discovery Miles 7 970 Save R110 (12%) Ships in 10 - 15 working days

This is a reproduction of a book published before 1923. This book may have occasional imperfections such as missing or blurred pages, poor pictures, errant marks, etc. that were either part of the original artifact, or were introduced by the scanning process. We believe this work is culturally important, and despite the imperfections, have elected to bring it back into print as part of our continuing commitment to the preservation of printed works worldwide. We appreciate your understanding of the imperfections in the preservation process, and hope you enjoy this valuable book. ++++ The below data was compiled from various identification fields in the bibliographic record of this title. This data is provided as an additional tool in helping to ensure edition identification: ++++ Life Of Nelson Robert Southey, Michael MacMillan Macmillan and Co., 1892

The Person-Centred Approach to Therapeutic Change (Paperback): Michael McMillan The Person-Centred Approach to Therapeutic Change (Paperback)
Michael McMillan
R1,401 Discovery Miles 14 010 Ships in 9 - 17 working days

"From the Foreword

"

It is an honour to be asked to write a foreword for this new book by Michael McMillan. I have been excited about this book ever since I read early drafts of its first two chapters some time ago at the birth of the project. At different times thereafter I have read other parts and my consistent impression has been that this is an author who has both a sophisticated academic understanding of the material and a great skill in communicating that widely. Those two qualities do not often go together

The book is about change. After a first chapter in which the author introduces us to the person-centred concept of the person, chapter two is devoted to the change process within the client, including a very accessible description of Rogers' process model. Chapter three goes on to explore why and how change occurs in the human being, while chapter four introduces the most up-to-date person-centred theory in relation to the nature of the self concept and its changing process. Chapters five and six explore why change occurs in therapy and the conditions that facilitate that change, while chapter seven looks beyond the core conditions to focus on the particular quality of presence, begging the question as to whether this is a transpersonal/transcendental quality or an intense experiencing of the core conditions themselves.

This is an intensely modern book particularly in its postmodern emphasis. Rogers is sometimes characterised as coming from modernist times but he can also be seen as one of the early post modernists in his emphasis on process more than outcome and relationship more than personal striving. The modern nature of the book is also emphasised by a superb analysis of the relationship between focussing and person-centred therapy in Chapter five, linking also with Polanyi's notion of indwelling in this and other chapters. In suggesting that in both focussing and person-centred therapy the therapist is inviting the client to 'indwell' himself or herself, the author provides a framework for considering many modern perceptions of the approach including notions such as 'presence' and ' relational depth'. Also, the link with focussing is modern in the sense that the present World Association for the approach covers a fairly broad family including traditional person-centred therapists, experiential therapists, focussing-oriented therapists and process-guiding therapists. Important in this development is the kind of dialogue encouraged by the present book' - "Dave Mearns, Strathclyde University "

The belief that change occurs during the therapeutic process is central to all counselling and psychotherapy. The Person-Centred Approach to Therapeutic Change examines how change can be facilitated by the counsellor offering empathy, unconditional positive regard and congruence.

The Person-Centred Approach to Therapeutic Change outlines the main theoretical cornerstones of the person-centred approach and then, applying these, describes why change occurs as a result of a person-centred therapeutic encounter. The author explores the counselling relationship as an environment in which clients can open themselves up to experiences they have previously found difficult to acknowledge and to move forward.

Integral to the person-centred approach is Carl Rogers' radical view that change should be seen as an ongoing process rather than an alteration from one fixed state to another. In Rogers' view psychological health is best achieved by the person who is able to remain in a state of continual change. Such a person is open to all experiences and is therefore able to assimilate and adapt to new experiences, whether 'good' or 'bad'.

By focusing explicitly on how change is theorized and facilitated in counselling, this book goes to the heart of person-centred theory and practice, making it essential reading for trainees and practitioners alike.

The Promotion of General Happiness (Paperback): Michael Macmillan The Promotion of General Happiness (Paperback)
Michael Macmillan
R700 Discovery Miles 7 000 Ships in 10 - 15 working days

This scarce antiquarian book is included in our special Legacy Reprint Series. In the interest of creating a more extensive selection of rare historical book reprints, we have chosen to reproduce this title even though it may possibly have occasional imperfections such as missing and blurred pages, missing text, poor pictures, markings, dark backgrounds and other reproduction issues beyond our control. Because this work is culturally important, we have made it available as a part of our commitment to protecting, preserving and promoting the world's literature.

Southey's Life of Nelson (1892) (Paperback): Robert Southey Southey's Life of Nelson (1892) (Paperback)
Robert Southey; Edited by Michael Macmillan
R996 Discovery Miles 9 960 Ships in 10 - 15 working days
In Wild Maratha Battle - A Tale of the Days of Shivaji (1905) (Hardcover): Michael Macmillan In Wild Maratha Battle - A Tale of the Days of Shivaji (1905) (Hardcover)
Michael Macmillan
R1,174 Discovery Miles 11 740 Ships in 10 - 15 working days

This scarce antiquarian book is a selection from Kessinger PublishingA AcentsAcentsa A-Acentsa Acentss Legacy Reprint Series. Due to its age, it may contain imperfections such as marks, notations, marginalia and flawed pages. Because we believe this work is culturally important, we have made it available as part of our commitment to protecting, preserving, and promoting the world's literature. Kessinger Publishing is the place to find hundreds of thousands of rare and hard-to-find books with something of intere

Tales Of Indian Chivalry (1901) (Paperback): Michael Macmillan Tales Of Indian Chivalry (1901) (Paperback)
Michael Macmillan; Illustrated by Paul Hardy
R754 Discovery Miles 7 540 Ships in 10 - 15 working days

This scarce antiquarian book is a selection from Kessinger Publishing's Legacy Reprint Series. Due to its age, it may contain imperfections such as marks, notations, marginalia and flawed pages. Because we believe this work is culturally important, we have made it available as part of our commitment to protecting, preserving, and promoting the world's literature. Kessinger Publishing is the place to find hundreds of thousands of rare and hard-to-find books with something of interest for everyone

Scott's Marmion - A Tale of Flodden Field, in Six Cantos (1899) a Tale of Flodden Field, in Six Cantos (1899) (Paperback):... Scott's Marmion - A Tale of Flodden Field, in Six Cantos (1899) a Tale of Flodden Field, in Six Cantos (1899) (Paperback)
Walter Scott; Edited by Michael Macmillan
R939 Discovery Miles 9 390 Ships in 10 - 15 working days

This scarce antiquarian book is a facsimile reprint of the original. Due to its age, it may contain imperfections such as marks, notations, marginalia and flawed pages. Because we believe this work is culturally important, we have made it available as part of our commitment for protecting, preserving, and promoting the world's literature in affordable, high quality, modern editions that are true to the original work.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Sugarproof - The Hidden Dangers of Sugar…
Michael Goran, Emily Ventura Hardcover R861 R222 Discovery Miles 2 220
Jakkals en Wolf 1 - 6 Lekkerlag Stories…
Wendy Maartens Paperback R230 R216 Discovery Miles 2 160
Lincoln Cents 1909-1958 - Collector's…
Warman's Hardcover R196 R176 Discovery Miles 1 760
A History of the Speake families in…
John D. Speake Paperback R721 Discovery Miles 7 210
Medals Awarded to the Canadian Indians…
R W. 1845-1926 Mclachlan Hardcover R718 Discovery Miles 7 180
Matej's Legacy - A Czech Family's…
Donald F. Chmelka Hardcover R773 Discovery Miles 7 730
Quinn's Principles and Practice of Nurse…
Suzanne Hughes, Francis Quinn Paperback R1,101 R1,020 Discovery Miles 10 200
Nexx Flexicurve Ruler (50cm)
R106 Discovery Miles 1 060
Juta's manual of nursing: Volume 2 - The…
S.M. Mogotlane, I.M. Manaka Mkwanazi, … Paperback R683 R627 Discovery Miles 6 270
KohI-Noor - Kneaded Eraser in Plastic…
R54 Discovery Miles 540

 

Partners