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
R950 Discovery Miles 9 500 Ships in 12 - 17 working days
Southey's Life of Nelson (Hardcover): Michael Macmillan Southey's Life of Nelson (Hardcover)
Michael Macmillan
R1,058 Discovery Miles 10 580 Ships in 12 - 17 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
R886 R777 Discovery Miles 7 770 Save R109 (12%) Ships in 12 - 17 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.

Data Structures and Algorithms with JavaScript (Paperback): Michael McMillan Data Structures and Algorithms with JavaScript (Paperback)
Michael McMillan
R1,153 Discovery Miles 11 530 Ships in 10 - 15 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
R800 Discovery Miles 8 000 Ships in 10 - 15 working days
In Wild Maratha Battle (Paperback): Michael Macmillan In Wild Maratha Battle (Paperback)
Michael Macmillan
R688 Discovery Miles 6 880 Ships in 10 - 15 working days
Data Structures and Algorithms Using C# (Paperback): Michael McMillan Data Structures and Algorithms Using C# (Paperback)
Michael McMillan
R1,430 Discovery Miles 14 300 Ships in 12 - 17 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# (Hardcover, New): Michael McMillan Data Structures and Algorithms Using C# (Hardcover, New)
Michael McMillan
R2,674 Discovery Miles 26 740 Ships in 12 - 17 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,743 Discovery Miles 17 430 Ships in 12 - 17 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,608 Discovery Miles 16 080 Ships in 12 - 17 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 …
R447 Discovery Miles 4 470 Ships in 12 - 17 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.

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
R623 R590 Discovery Miles 5 900 Save R33 (5%) 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
R976 Discovery Miles 9 760 Ships in 10 - 15 working days
The Last of the Peshwas (Hardcover): Michael Macmillan The Last of the Peshwas (Hardcover)
Michael Macmillan
R977 Discovery Miles 9 770 Ships in 10 - 15 working days
Tales of Indian Chivalry (Hardcover): Michael Macmillan Tales of Indian Chivalry (Hardcover)
Michael Macmillan
R977 Discovery Miles 9 770 Ships in 10 - 15 working days
A Journey to Java (Hardcover): Michael McMillan A Journey to Java (Hardcover)
Michael McMillan
R1,069 Discovery Miles 10 690 Ships in 10 - 15 working days
The Person-Centred Approach to Therapeutic Change (Paperback): Michael McMillan The Person-Centred Approach to Therapeutic Change (Paperback)
Michael McMillan
R1,428 Discovery Miles 14 280 Ships in 9 - 15 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.

Life of Nelson... (Paperback): Robert Southey, Michael Macmillan Life of Nelson... (Paperback)
Robert Southey, Michael Macmillan
R955 R835 Discovery Miles 8 350 Save R120 (13%) 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

Tales of Indian Chivalry (Large print, Paperback, Large type / large print edition): Michael Macmillan Tales of Indian Chivalry (Large print, Paperback, Large type / large print edition)
Michael Macmillan
R634 Discovery Miles 6 340 Out of stock

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.

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,232 Discovery Miles 12 320 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

The Promotion of General Happiness (Paperback): Michael Macmillan The Promotion of General Happiness (Paperback)
Michael Macmillan
R733 Discovery Miles 7 330 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.

Tales Of Indian Chivalry (1901) (Paperback): Michael Macmillan Tales Of Indian Chivalry (1901) (Paperback)
Michael Macmillan; Illustrated by Paul Hardy
R790 Discovery Miles 7 900 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
R985 Discovery Miles 9 850 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.

In Wild Maratha Battle - A Tale Of The Days Of Shivaji (1905) (Paperback): Michael Macmillan In Wild Maratha Battle - A Tale Of The Days Of Shivaji (1905) (Paperback)
Michael Macmillan
R845 Discovery Miles 8 450 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

Selections From Catullus (1920) (Paperback): Gaius Valerius Catullus Selections From Catullus (1920) (Paperback)
Gaius Valerius Catullus; Edited by Michael Macmillan
R645 Discovery Miles 6 450 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!

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Commutative Algebra - Recent Advances in…
Marco Fontana, Sophie Frisch, … Hardcover R3,783 Discovery Miles 37 830
Bangladesh at Fifty - Moving beyond…
Mustafa K. Mujeri, Neaz Mujeri Hardcover R3,370 Discovery Miles 33 700
The Hard Ticks of the World - (Acari…
Alberto A. Guglielmone, Richard G. Robbins, … Hardcover R7,891 Discovery Miles 78 910
The Cooperative Business Movement, 1950…
Patrizia Battilani, Harm G Schroeter Hardcover R2,611 Discovery Miles 26 110
Pot-Honey - A legacy of stingless bees
Patricia Vit, Silvia R. M. Pedro, … Hardcover R8,087 Discovery Miles 80 870
Issues, Theory, and Research in…
K. Kelley Hardcover R2,120 Discovery Miles 21 200
Ergonomics in Design - Methods and…
Marcelo M. Soares, Francisco Rebelo Paperback R1,750 Discovery Miles 17 500
Human Activity, Social Practices and…
Marc Durand Paperback R1,326 Discovery Miles 13 260
How To Fix (Unf*ck) A Country - 6 Things…
Roy Havemann Paperback R310 R139 Discovery Miles 1 390
Terrorism - Documents of International…
Robert A Friedlander Hardcover R3,955 Discovery Miles 39 550

 

Partners