• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

39 Property courses in Middleton

🔥 Limited Time Offer 🔥

Get a 10% discount on your first order when you use this promo code at checkout: MAY24BAN3X

INTERNATIONAL CUSTOMS

By Export Unlocked Limited

Module 10 This module aims to develop knowledge and understanding of customs procedures associated with international trade. The module includes trade agreements, tariffs and taxes, immigration, intellectual property rights, clearance procedures, transport regulations, sanitary and Phyto-sanitary measures, customs valuation, preference systems and anti-dumping measures. Agenda * Trade agreements * Immigration law * Copyright * Licences * Trademarks * Patents * Transport regulations * Health certificates * Sanitary measures * Phyto Sanitary measures * Anti-dumping * UK trade policies. * Customs entries * Preference codes * CPC codes * Certificate of origin * Rex scheme * Valuation   Examination: Certificate on completion and Pass on Multiple Choice Multiple choice questionnaire Credits: 1

INTERNATIONAL CUSTOMS
Delivered In-Person in Oldham4 hours, Jun 13th, 08:30 + 1 more
£395

IMPORTANCE OF INTERNATIONAL DOCUMENTATION

By Export Unlocked Limited

Module 11 This module aims to develop knowledge and understanding of the importance of customs documentation in the world of international trade to ensure both parties clearly understand the documentation that will be required in the import or export of goods or services. This includes evidence of delivery, proof payment, export and import documentation, customs clearance, intellectual property rights, mitigating risk and dispute resolution. Agenda * Certificate of origin * Licences * Labelling * CMR * Proof of delivery * Certificate of origin * Health certificates * Proof of customs entry * Commodity codes * Certification * WTO * Chambers of commerce * International bodies   Examination: Certificate on completion and Pass on Multiple Choice Multiple choice questionnaire Credits: 1

IMPORTANCE OF INTERNATIONAL DOCUMENTATION
Delivered In-Person in Oldham4 hours, Jun 18th, 08:30 + 1 more
£395

Understanding Corporate Real Estate (in-house)

By Property Overview Ltd

Get to grips with what drives large-scale occupiers -------------------------------------------------------------------------------- WHO COULD BENEFIT?   Corporate occupiers can be much more powerful than the landlords or investors they deal with. As long as they have a Corporate Real Estate department fighting their corner and coordinating and controlling the estate of space they occupy, whether leased or owned. Corporate Real Estate Managers keep an eye on productivity and performance of the entire ‘estate’. Business plans take in short term tactical allocations and long-term structural plans. Corporate Real Estate Managers are essential in enabling a large corporate or governmental occupier to get the most out of the space they occupy. This on-line course gives a solid grounding to those who work in Corporate Real Estate departments for occupiers and service / data / software providers, as well as those who work for investors and want to understand the considerations from the occupiers’ point of view (as occupiers are in fact their tenant, and their main source of income). -------------------------------------------------------------------------------- MODULES UNDERSTANDING CORPORATE REAL ESTATE The course “Understanding Corporate Real Estate” offers a foundation knowledge course. Perfect for those working in the real estate departments of large corporate and government-related occupiers, or those working with/for Corporate Real Estate occupiers. We explain the main drivers in the property market seen from an occupier perspective. Have you always been keen to understand better what a Corporate Property Managers does? How does this fit into the bigger picture? What factors are most important in deciding whether to Lease or Buy? Where to locate and for how long? What factors ought to drive disposal decisions, and what drives it in reality? Are you curious to understand what the main lease considerations are for a corporate occupier? How do various processes work, how do you factor in strategic and tactical objectives, changes to the business plan, the economy and the business environment? Along the way we explain lots and lots of jargon and how it all fits together. Taught by Cléo Folkes, CEO of Property Overview. See content [https://www.propertyoverview.co.uk/training_courses/understanding-corporate-real-estate/#] Next Date Available: Enquire for a date | Location: UK, abroad or in-line -------------------------------------------------------------------------------- PRICING FIND THE BEST PRICE.   Property Overview offers competitively priced training courses with unique practitioner-led content, which means we can tailor our in-house courses around your requirements. Applied, relevant content leads to greater impact and value-for-money. Pricing below is shown for on-line public courses for individual bookings (left), and for on-line in-house courses (right). For bookings of 4 or more staff an on-line in-house course is recommended, also as the content can be tailored around your needs and your products or services. To book one or two individual places please fill in our booking form [https://www.propertyoverview.co.uk/course-booking-form/], otherwise please email kaushik@propertyoverview.co.uk [kaushik@propertyoverview.co.uk] -------------------------------------------------------------------------------- UNDERSTANDING CORPORATE REAL ESTATE -------------------------------------------------------------------------------- £3,025/DAY IN-HOUSE – INCL. 6 ATTENDEES • 1-day training course, can be split over 2 half days • 6 hours of CPD in total • UK VAT @ 20% applies • In-house course includes up to 6 attendees (£60pp + VAT surcharge applies thereafter)

Understanding Corporate Real Estate (in-house)
Delivered in-person, on-requestDelivered In-Person in Brighton & 1 more
£3025

Principles and Practices of Cyber Security

5.0(10)

By GBA Corporate

OVERVIEW -------------------------------------------------------------------------------- Cyber Security plays an important role in every business as it encompasses everything that relates to protecting sensitive data, personal information, intellectual property, data, and governmental and industry information systems from theft and damage attempted by criminals and adversaries. This course is designed to understand and gain practical skills to plan, deliver and monitor IT/cyber security to internal and external clients understanding a complete, knowledge in the areas of IT policies, Security-Operational-Run-Book, security/penetration testing, ethical hacking and black hat hacking including understanding the basics of Kali Operating System and its tools and techniques. It will also cover WiFi security, Website security, human factors, cyber forensics, and cyber security team management, including all other areas in relation to Cyber Security.

Principles and Practices of Cyber Security
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£1718 to £3626

Complete JavaScript

5.0(3)

By Systems & Network Training

COMPLETE JAVASCRIPT TRAINING COURSE DESCRIPTION A hands on course covering JavaScript programming. Core JavaScript is covered first, including the basics, arrays, functions, classes, modules and Regular expressions. Client side JavaScript is then covered including JavaScript in browsers, Scripting CSS, the jQuery library and HTML APIs. WHAT WILL YOU LEARN * Read JavaScript. * Write JavaScript. * Debug JavaScript. COMPLETE JAVASCRIPT TRAINING COURSE DETAILS * Who will benefit: Anyone wishing to learn JavaScript. * Prerequisites: None. * Duration 3 days COMPLETE JAVASCRIPT TRAINING COURSE CONTENTS * CORE JAVASCRIPT * Lexical structure: Character set, comments, literals, identifiers, and reserved words, optional semicolons.. * Types, values and variables: Numbers, text, boolean values, null and undefines, the global object, wrapper objects, immutable primitive values and mutable object references, type conversions, variable declaration, variable scope. * Expressions and operators: Primary expressions, object and array initializers, function definition expressions, property access expressions, invocation expressions, object creation expressions, operator overview, arithmetic expressions, relational expressions, logical expressions, assignment expressions, evaluation expressions, miscellaneous operators. * Statements: Expression statements, compound and empty statements, declaration statements, conditionals, loops, jumps, miscellaneous statements, summary of JavaScript statements. * Objects: Creating objects, querying and setting properties, deleting properties, testing properties, enumerating properties, property getters and setters, property attributes, object attributes, serializing objects, object methods. * Arrays: Creating arrays, reading and writing array elements, sparse arrays, array length, adding and deleting array elements, iterating arrays, multi-dimensional arrays, array methods, FCMAScript 5 array methods, array type, array-like objects, strings as arrays. * Functions: Defining functions, invoking functions, function arguments and parameters, functions as values, functions as namespaces, closures, function properties, methods and constructor, functional programming. * Classes and modules: Classes and prototypes, classes and constructors, Java-style classes in JavaScript, augmenting classes, classes and types, object oriented techniques in JavaScript, subclasses, classes in ECMAScript 5, modules. * Pattern matching and regular expressions: Defining regular expressions, string methods for pattern matching, the RegExp object. * JavaScript subsets and extensions: JavaScript subsets, constants and scoped variables, destructuring assignment, iteration, shorthand functions, multiple catch clauses, E4X: ECMAScript for XML. * Server-side JavaScript: Scripting Java with Rhino, asynchronous I/O with node. * CLIENT SIDE JAVASCRIPT * JavaScript in web browsers: Client side JavaScript, embedding JavaScript in HTML, execution of JavaScript programs, compatibility and interoperability, accessibility, security, client side frameworks. * The Window object: Timers, browser location and navigation, browsing history, browser screen information, dialog boxes, error handling, document elements as window properties, multiple windows and frames. * Scripting Documents: Overview of the DOM, selecting document elements, document structure and traversal, attributes, element content, creating, inserting and deleting nodes. Example: generating a table of contents, document and element geometry and scrolling, HTML forms, other document features. * Scripting CSS: Overview of CSS, important CSS properties, scripting inline styles, querying computed styles, scripting CSS classes, scripting stylesheets. * Handling events: Types of events, registering event handlers, event handler invocation, document load events, mouse events, mousewheel events, drag and drop events, text events, keyboard events. * Scripted HTTP: Using XMLHttpRequest, HTTP by <script>: JSOMP, Comet with server-sent events. * The jQuery library: jQuery basics, jQuery getters and setters, altering document structure, handling events with jQuery, Animated effects, Ajax with jQuery, Utility functions, jQuery selectors and selection methods, Extending jQuery with plug-ins. The jQuery UI library. Client side storage: localStorage and sessionStorage, Cookies, IE usingData persistence, Applicatioin storage and offline webapps. * Scripted media and graphics: Scripting images, Scripting audio and video, SCG:scalable vector graphics, Graphics in a <canvas>. * Scripted HTTP: Using XMLHttpRequest, HTTP by <script>: JSOMP, Comet with server-sent events. * The jQuery library: jQuery basics, jQuery getters and setters, altering document structure, handling events with jQuery, Animated effects, Ajax with jQuery, Utility functions, jQuery selectors and selection methods, Extending jQuery with plug-ins. The jQuery UI library. * Client side storage: localStorage and sessionStorage, Cookies, IE usingData persistence, Applicatioin storage and offline webapps. * Scripted media and graphics: Scripting images, Scripting audio and video, SCG:scalable vector graphics, Graphics in a <canvas>. * HTMLS APIs: Geolocation, history management, cross-origin messaging, web workers, type arrays and ArrayBuffers, blobs, the filesystem API, client side databases, web sockets.

Complete JavaScript
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£2367

Dreamweaver

5.0(3)

By Systems & Network Training

DREAMWEAVER TRAINING COURSE DESCRIPTION Dreamweaver is a web authoring program that allows you to build professional quality websites. This course starts with a tour of Dreamweaver and customising your workspaces, moving onto HTML and CSS basics. Page layouts, templates and interactive pages are also covered. The final session covers how to use Dreamweaver as a HTML editor. Hands on session follow all the major theory chapters. WHAT WILL YOU LEARN * Use Dreamweaver to create websites. * Customise Dreamweaver. * Use templates. * Add interactivity to web pages. * Use Dreamweaver to edit HTML code. DREAMWEAVER TRAINING COURSE DETAILS * Who will benefit: Anyone wishing to create or edit websites. * Prerequisites: None. * Duration 3 days DREAMWEAVER TRAINING COURSE CONTENTS * Getting started Installing the programme, Updating to the latest version,, Online content, On first launch, Choosing the program colour theme, Setting up the workspace, Defining a Dreamweaver site, Checking for updates, Additional resources. * Customizing your workspace Touring the workspace, Using the start screen, Exploring new feature guides, Setting interface preferences, Switching and splitting views, Selecting a workspace layout, Personalising Dreamweaver, Working with extract, Creating custom keyboard shortcuts, Using the Property inspector, Using the Related Files interface, Using tag selectors, Using the CSS Designer, Using the Visual Media Query (VMQ) interface, Using the DOM viewer, Using Element dialogs, displays and inspectors, Setting up version control in Dreamweaver, Exploring experimenting and learning. * HTML Basics What is HTML? Where did HTML begin? Frequently used HTML elements, What's new in HTML5. * CSS Basics What is CSS? HTML vs. CSS formatting, HTML defaults, CSS box model, Applying CSS styling, Multiples, classes and ids. * Web design basics Developing a new website, Scenario, Working with thumbnails and wireframes, * Creating a page layout Evaluating page design options, Working with predefined layouts, Styling an existing layout, Styling elements using the Extract panel, Extracting text from a Photoshop mockup, Troubleshooting CSS styling, Extracting text styling from a Photoshop mockup, Creating a gradient background using Extract, Extracting image assets from a mockup, Adding CSS background effects in code, Finishing up the layout. * Working with templates Creating a template from an existing layout, Inserting editable regions, Inserting editable regions, Inserting HTML entities, Inserting metadata, Validating HTML code, Producing child pages, Moving CSS styles to linked file, Updating a template. * Working with text, lists and tables Previewing the completed file, Creating and styling text, Creating lists, Creating and styling tables, Spell-checking webpages, Finding and replacing text. * Working with images Web image basics, Previewing completed files, Inserting an image, Controlling image positions with CSS classes, Working with the Insert panel, Using the Insert menu, Inserting non-web file types, Working with Photoshop Smart Objects, Copying and pasting images from Photoshop, Inserting images by drag and drop, Optimizing images with the Property inspector. * Working with navigation Hyperlinks, previewing the completed file, creating internal and external hyperlinks, setting up email links, Creating image-based links, Targeting page elements, Locking an element on the screen, Styling a navigation menu, Checking your page, Adding destination links. * Adding interactivity Dreamweaver behaviours, Previewing the completed file, Working with Dreamweaver behaviours, Working with jQuery Accordion widgets, Inserting a jQuery Accordion widget, Styling a jQuery Accordion. * Publishing to the web Defining a remote site, Cloaking folders and files, Wrapping things up, Putting your site online, Synchronizing local and remote sites. * Working with code Creating HTML code, multicursor support, commenting your code, Working with CSS preprocessors, Selecting code, Collapsing code, Expanding code, Accessing Split code view, Previewing assets in Code View.

Dreamweaver
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£2367

Intellectual property - the business perspective (In-House)

By The In House Training Company

This one-day programme explores the role of intellectual property (IP) in relation to innovation and creativity. It examines the different forms as well as the key processes, together with some of the oddities and idiosyncrasies of the legal regime that protects IP. It delves into the various IP models you should be aware of as well as key IP facts and figures and current IP trends across the global economy. This session is designed to give you a deeper understanding of: * The main forms of intellectual property * The importance of IP - both to your organisation and to the wider economy * The key processes in the creation, commercial exploitation, and legal protection of IP * The different models for the use of IP * Some more advanced concepts for reviewing, valuing and managing IP 1 MAIN FORMS OF INTELLECTUAL PROPERTY (IP) * Patents * Trademarks * Copyright * Design * Trade secrets 2 GLOBAL IP BUSINESS CONTEXT * Global IP facts and figures * Figures for key jurisdictions * Analysis of a company using IP data * IP trends * Overview of the key entities in the IP sector 3 KEY IP PROCESSES * IP creation * IP portfolio management * IP enforcement * IP exploitation * IP risk management 4 IP MODELS * IP models explained * IP licensing * IP litigation 5 IP CONCEPTS * The IP maturity ladder * Relative IP value and risk * Axis of control 6 IP AS AN ASSET CLASS * Costs * Valuation * Financial perspective

Intellectual property - the business perspective (In-House)
Delivered in-person, on-request, onlineDelivered Online & In-Person in Harpenden
Price on Enquiry

Level 7 NVQ Diploma in Construction Senior Management

By Dynamic Training and Assessments Ltd

Level 7 NVQ Diploma in Construction Senior Management

Level 7 NVQ Diploma in Construction Senior Management
Delivered in-person, on-requestDelivered In-Person in Nottinghamshire
£1650

Objective-C programming

5.0(3)

By Systems & Network Training

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.

Objective-C programming
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£4997

BA (HONS) FILM BUSINESS & PRODUCTION

By Screen and Film School

Are you passionate about the business side of film? Do you have an entrepreneurial mindset and ambitions to pave a career in a fast-growing creative industry? The BA (Hons) Film Business & Production degree reflects current demands for professionally ready graduates equipped with the vital creative, business and entrepreneurial skills to navigate the modern film, screen and media environment.

BA (HONS) FILM BUSINESS & PRODUCTION
Delivered in-person, on-requestDelivered In-Person in Birmingham & 2 more
£9250 to £15950

Educators matching "Property"

Show all 19
Healds Green Gallery

healds green gallery

5.0(4)

Oldham

After leaving art college with a diploma in Art and Design, I left the world of art and spent the next 20 years working in marketing and account management, and bringing up my son. I didn't have much time to dedicate to my love of art, but now my son is much older, so I have more time on my hands to create the art that I love. I started out painting flowers and landscapes, which I shipped all over the UK and USA and a few even went to Australia! My love of animals has always been there, I've had horses and so many dogs and cats from being really young, so it was only natural that animals feature regularly in my art. My artwork has more recently turned towards painting dancers, landscapes, and the beach too. I love to paint in watercolour, in acrylics or in oils, and regularly create different collections in these different mediums. I set up Healds Green Gallery, named after the converted church that we currently live in, and run workshops from the gallery in Chadderton and also from locations in Cheshire too. We have classes starting in January in Tatton Park in Knutsford which is such a beautiful place to visit! We run watercolour and acrylic classes and sometimes branch out by getting other expert tutors in to provide glass craft and pottery workshops too. All of our classes are perfect for beginners or people who have always wanted to try painting but don't have the equipment, or never get round to it at home. Having had young children, it sometimes feels quite self-indulgent to spend time doing something that is just for you, but you deserve that time. I love every minute I spend drawing and painting, its time spent solely concentrating on just that, and not worrying about other things. My aim is to share my love of art to everyone and to make you all feel good enough to come along and try it out. You don't have to be the next Rembrandt, just come along and enjoy the time. I hope I can tempt you to want to try it out yourself and join us on one of our workshops!

The Apprentice Academy

the apprentice academy

4.9(115)

Manchester

A Multi-Award Winning Apprenticeship Training Provider The Apprentice Academy delivers a range of apprenticeships, qualifications and recruitment services, to support employers throughout the UK with all their talent planning, succession and workforce development needs, from trainee right up to director level. Employers and Learners select us for the following reasons: Multi Award Winning Training Provider (National Delivery) Ofsted ‘Good’ Rating & High Success Rates Online Learning Which is Climate Friendly & Minimises Carbon Footprint Multiple Starting Points Throughout the Year – So Learners Can Start Quickly All Our Coaches & Trainers are Industry Specialists 96% of Employers & Learners Rate Our Services as Excellent Check out all our latest Google Reviews. The Apprentice Academy mission is simple: To help employers develop a highly skilled productive workforce To help individuals develop their confidence, competence and career capability Apprenticeship Programmes that Increase Confidence, Competence and Career Capability Apprenticeships available include Leadership & Management, Accounting & Finance, Business Administration, Data Insight, Procurement & Supply, Project Management and Housing & Property Management. These programmes run throughout the year and are designed to fit around busy working schedules. Delivery options include classroom and Academy LIVE sessions, which are delivered online, in real time. It’s about enjoying the learning journey, enhancing work-based skills, meeting like-minded people, increasing performance and achieving personal and professional success.