“Any good photography is a successful synthesis of technique and art.” – Andreas Feininger Discover the magic of Black & White Photography and learn some of the secrets the masters use to make stunning photographs. Explore the fundamentals of light and time and no longer be a slave to the Auto setting. Master the manual functions of your 35mm SLR film camera and unlock its true potential. Get to grips with the complete darkroom workflow from processing film to printing your own black & white photographs. Perfect for those with no experience or those looking for a full refresher. If you don’t have a 35mm SLR camera we have a limited number available for use during the course – please make your selection from the dropdown at time of booking. Week 1 Capture, technical notes, discussions, art context Understand the fundamentals of light and time in balancing an accurate exposure; No longer be a slave to the Auto setting! Learn how to utilise the Manual functions of your 35mm SLR camera including aperture, shutter speed, film speed and metering. Understand depth of field, composition and creative photo-making techniques; Appreciate photography within an art context – Begin to look at the work of other photographers Assignment: You will be given one roll of B&W film to be shot for the second week Week 2 Film processing Learn how to process B&W film by hand in Stills’ darkrooms. We will discuss different film types and chemistry, as well as best practice procedures for film handling. Appreciating photography within an art context-Sally Mann. Week 3 Contact Printing Gain an appreciation of general darkroom procedures;understand how to set up your enlarger and make a contact print using the traditional analogue method; learn how to make 8×10″ work prints using the single filter printing method. All paper and chemistry will be provided. Week 4 Darkroom printing This last session will allow participants to keep on printing with some one to one attention. We will also explore some basic dodging and burning and other printing techniques to get the most from your negatives and make a series of final prints. Courses are subject to minimum enrolment. Please register early, within five days of the start date, to reduce the likelihood of course cancellation. Please read our cancellation policy before booking. Students, anyone over the age of 65, and those in receipt of any form of benefits can claim the concessionary price, offering a 10% discount on the full course price. Valid proof of eligibility must be produced on the first day of the course. Please use the code CONCESSION when prompted at checkout. Stills uses ILFORD PHOTO chemicals on this course that can potentially pose a risk to pregnant and breast feeding women and asthmatics. We take every care to ensure good working practices and adequate ventilation in our darkrooms. If you feel you may be adversely affected, please visit the Health and Safety section of Ilford’s website for further information. General Guidance Notes for Pregnant and Breast Feeding Women and Asthmatics: From a risk assessment standpoint, provided all necessary control measures (such as good working practices, adequate ventilation, and the use of appropriate PPE) are in place then pregnant and breastfeeding women should be able to continue to work safely with photochemical products.Inhalation is the main route by which fumes and gases enter the body, making good ventilation a high priority. Exposure to irritant chemicals that would not affect most people may provoke an asthma attack in a person who already has asthma. For example, low levels of the gas sulphur dioxide can be produced by some ILFORD PHOTO processes. Most individuals would be unaffected but asthmatics may suffer adverse affects. ILFORD PHOTO products include no known human carcinogens, and no substances to which phrase R46 (May cause heritable genetic damage) or R64 (May cause harm to breastfed babies) applies. Most ILFORD PHOTO developers use hydroquinone, and their classification therefore includes R40 (Limited evidence of a carcinogenic effect) and R68 (Possible risk of irreversible effects). Some ILFORD PHOTO chemicals use boric acid or borates. These substances are classified as toxic for reproduction. As a result, the classification of some of the powder developers includes R60 (May impair fertility) and R61 (May cause harm to the unborn child).
Objective-C programming training course description A hands on introduction that will allow you to master Objective-C and start using it to write powerful native applications for even the newest Macs and iOS devices! Using The step-by-step approach, will let you get comfortable with Objective-C's unique capabilities and Apple's Xcode 5 development environment. Make the most of Objective-C objects and messaging. Work effectively with design patterns, collections, blocks, foundation classes, threading, Git and a whole lot more. Every session builds on what you've already learned, giving a rock-solid foundation for real-world success! What will you learn Use Xcode 5. Declare classes, instance variables, properties, methods, and actions. Use arrays, dictionaries, and sets. Expand and extend classes with protocols, delegates, categories, and extensions. Use Apple's powerful classes and frameworks. Objective-C programming training course details Who will benefit: Developers wanting to learn Objective-C. Prerequisites: Software development fundamentals. Duration 5 days Objective-C programming training course contents PART 1: GETTING STARTED WITH OBJECTIVE-C The Developer Program: Objective-C, enrolling as an Apple Developer, setting up the development environment, Xcode. Your first project. OO programming with Objective-C: OO projects, Frameworks, classes and instances, encapsulation, accessors, Inheritance. OO features in Objective-C: Messages, methods, working with id, nesting messages, method signatures and parameters. allocating and initializing objects. Using Xcode: Xcode, source code control, git and Xcode, Using a Remote Repository. Compiler Directives: Projects, Compiler Directives, Prefix headers, main.m, .h files. PART 2: OBJECTIVE-C BASICS Messaging in a Testbed App: Setting Up the Testbed Apps, Adding a Text Field and Connecting It to Your Code, Sending a Message to the Text Field, Reviewing the Message Syntax. Declaring a Class in an Interface File: Context, Creating an Instance Variable with id, What Happens When Execution Stops, dynamic binding, Creating an Instance Variable for with the Class Name and with a Superclass Name, instance variable visibility. Properties in an Interface File: Interface Variables vs Properties, Declared Properties, Using Attributes. Implementing Properties. @synthesize, @dynamic. Methods in an Interface File: Methods in a Class, class and instance methods, Method declaration, returning complex data structures from Methods. Actions in an Interface File: Actions, Actions in OS X and iOS, disconnecting actions. Routing messages with selectors: Receiver and selector objects in messages, Objective-C Runtime, SEL and @selector (), performSelector, NSInvocation, testing whether an Instance can respond to a selector. Building on the Foundation: The Foundation Framework, Foundation Classes, Foundation Paradigms and Policies; Mutability, class clusters, notifications. Defining a Class in Implementation Files: Projects, dynamic typing, creating a new App, implementing a method, expanding Classses with init Methods. Organizing Data with Collections: Collecting Objects, Property Lists, Runtime, comparing the Collection Classes, Creating a Collection, Objective-C Literal Syntax, Enumerating collections, Testing Membership in a Collection, Accessing an Object in a Collection. Managing Memory and Runtime Objects: Managing objects in memory, managing reference counts manually and with ARC, variable qualifiers, variable autorelease. PART 3: EXPANDING AND EXTENDING CLASSES Protocols and Delegates: Subclassing, Protocols, Delegates, Looking Deeper Inside Protocols. Categories and Extensions: Comparing categories and protocols, categories vs subclasses, working with categories, class extensions, informal protocols. Associative References and Fast Enumeration: Objective-C 2.0 Time-Saving Features, Extending Classes by Adding Instance Variables (Sort of), Using Fast Enumeration. Blocks: Revisiting Blocks, Callbacks, Blocks, Exploring Blocks in Cocoa, Cocoa Blocks and Memory. PART 4: BEYOND THE BASICS Handling Exceptions and Errors: Exception and Error classes: NSException, NSError, Identifying exceptions, throwing exceptions, catching exceptions. Queues and Threading: Getting Started with Concurrency, Introducing Queues, Dispatch Sources, Using Dispatch Queues. Working with the Debugger: Logging Information, Console Logs, NSLog, Smart Breakpoints, enhancing breakpoints with messages. Using Xcode Debug Gauges for Analysis: Debug Gauges, Monitoing CPU and memory utilization, monitoring energy, Using Instruments. PART 5: OPTIONAL TOPICS C Syntax Summary: Data Types, Control Structures. Apps, Packages, and Bundles: Project Bundles, lproj Files, Asset Catalogs, plist Files, Precompiled Header Files (.pch). Archiving and Packaging Apps for Development and Testing: Archiving.
Join artist Julie Galante for this in-person workshop, where we’ll take inspiration from the sweeping view of Edinburgh’s distinctive skyline as viewed from Inverleith Park. Participants of all experience levels are welcome for this friendly, small-group experience. We’ll start with some guided warm-up sketches before moving on to drawing exercises focused on composition, tone, and observation. By the end of the workshop you’ll feel more confident drawing a city skyline, no matter your previous drawing experience. Please come dressed for the weather, ready to spend two hours outside. You may also want to bring along a folding stool or a rug to sit on while you draw (there may be benches available, but this is unpredictable). Participants will also need to bring along some basic art supplies: A sketchbook and/or some drawing paper and board (A4 or larger recommended) Various drawing pens and pencils Charcoal or graphite sticks An eraser Any other favourite art supplies that you may like to use
Wild food and foraging identification workshop, near Edinburgh.
Wild food and foraging identification workshop, near Edinburgh.
The ability to identify and respond to changing trends is a hallmark of a successful business. Whether those trends are related to customers and sales, or to regulatory and industry standards, businesses are wise to keep track of the variables that can affect the bottom line. In today's business landscape, data comes from numerous sources and in diverse forms.
Overview ERMS Electronic Record Management System is basically a kind of IT based system which is developed to manage the creation, tracking, storage and disposal of all the physical and digital documents and records.