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

56 Courses in Edinburgh

Ceramics (5 Week Class)

By Cyan Clayworks

This five week course, run by Fiona, will run on Thursday mornings from 10.30 til 1. Suitable for beginner and intermediate levels.

Ceramics (5 Week Class)
Delivered In-PersonFlexible Dates
£185

Co-working hot desk at the Art and Spirituality Centre

5.0(42)

By Art and Spirituality CIC

Art and Spirituality is a Community space for Creativity and Well-being. It is your sacred nest in Edinburgh to become an Inner Explorer and Soul Painter within your Heart. A beautiful renovated Studio Room and Therapy Room and aCafe. A space for everyone where to find healing, inspiration, self-expression and nourishment for your body and spirit through healthy food, classes, workshops and therapies run by different facilitators.  It is situated near Haymarket Station and many buses connect the city centre to Gorgie Road and Westfield: numbers 1,2,3,22,25,33,38,44 Join our creative spiritual community and come to work with us among beautiful canvasses in our studio. Find inspiration and calmness to concentrate on your work or project. We offer you the opportunity to rent a desk during the week and we offer fast connection and free tea and coffee in the studio. If you wish to have lunch or anything else in our Fusion Asian Cafe onsite, this is connected through an internal door. Orders at the cafe are not included in the rent. Other food options are available in the area of Gorgie-Dalry.  Disclaimer By booking a desk you release Giada Gaslini and Art and Spirituality CIC and Pigsy's Den (cafe) from any liability arising out of any personal injuries, emotional or physical release, death, expectations of results, theft in the venue or damages that may happen to people and objects whilein the venue.

Co-working hot desk at the Art and Spirituality Centre
Delivered In-PersonFlexible Dates
£25 to £35

Database fundamentals

5.0(3)

By Systems & Network Training

Database fundamentals training course description This three-day training course helps you prepare for Microsoft Technology Associate Exam 98-364, and build an understanding of these topics: Core Database Concepts, Creating Database Objects, Manipulating Data, Data Storage, and Administering a Database. What will you learn Describe core database concepts. Create database objects. Manipulate data. Describe data storage. Administer a database. Create a relational database consisting of 3 related tables. Database fundamentals training course details Who will benefit: Those working with databases. Prerequisites: None. Duration 3 days Database fundamentals training course contents Understanding core database concepts Flat-type databases, hierarchical databases, relational databases, database fundamentals, relational database concepts, using the SQL Server Management Studio Interface. Data Manipulation Language (DML), Data Definition Language (DDL), using DDL statements. Creating database objects Defining data types, using built-in data types, using exact numeric data types, using approximate numeric data types. Creating and using tables. Creating views. Creating stored procedures, SQL injections. Manipulating data Using Queries to select data, combining conditions, using the BETWEEN clause, using the NOT clause, using the UNION clause, using the EXCEPT and INTERSECT clauses, using the JOIN clause. Using Queries to insert data, Inserting data. Updating data and databases, Using the UPDATE statement. Deleting data, Using the DELETE statement, truncating a table with TRUNCATE TABLE, deleting a table with DROP TABLE, using referential integrity. Understanding data storage Normalising a database, normalization, first normal form, second normal form, third normal form, fourth normal form, fifth normal form. Primary, foreign and composite keys, clustered and non-clustered indexes, creating a non-clustered table. Administering a Database Securing Databases, server-level security, database-level security, Windows security, SQL authentication, database server roles, granting access to a database, fixed database roles, object permissions, managing roles, ownership chains, reviewing a sample security model. Backing up and restoring databases, recovery models, backup devices.

Database fundamentals
Delivered in Internationally or OnlineFlexible Dates
£2,367

SMPTE 2110 for engineers

5.0(3)

By Systems & Network Training

SMPTE 2110 training course description This course studies the new SMPTE ST 2110 suite of standards. The course covers all parts of the standard from SMPTE ST 2110-10 through to SMPTE ST 2110- 50. The course begins with an introduction to all IP studios and separating video and audio streams, then moves on to PTP and synchronisation. Video encapsulation is then followed by audio encapsulation. Handling ancillary data finishes the course. What will you learn Recognise the benefits of SMPTE ST 2110. Describe SMPTE ST 2110. Explain how the SMPTE 2110 standards work. Compare and contrast SMPTE 2110 and SMPTE 2022. SMPTE 2110 training course details Who will benefit: Anyone working in broadcast. Prerequisites: IP broadcast fundamentals Duration 1 day SMPTE 2110 training course contents Introduction The all IP studio. Review of IP and RTP. Role of SMPTE, SMPTE 2022, What is SMPTE 2110, SMPTE 2022 versus 2110, SMPTE 2110 parts, multiplex standards, 2110 separate streams, Video, Audio, ANC. Essences. Separate streams and synchronisation The old way, blackburst, time code, DARS. SMPTE 2110-10, ST2059, PTP, PTP architecture, PTP accuracy, How PTP works, Offset and delay PTP clock types, Hardware time stamping SDP. Hybrids. Uncompressed video SMPTE 2110-20, 2110-21. Image support, raster sizes, bit depth, active video and no blanking, bandwidth and bandwidth savings, pgroups. Timestamps. Packing modes. Packet sizes, pixels per packet. Audio SMPTE 2110-30, 2110-31, PCM, AES3. Allowed versus required. Channels and streams. Ancillary data SMPTE 2110-40, RFC on RTP payloads for ST 291 ancillary data.

SMPTE 2110 for engineers
Delivered in Internationally or OnlineFlexible Dates
£1,397

Complete VB.NET programming

5.0(3)

By Systems & Network Training

Complete VB.Net training course description A hands on introduction to programming in Visual BASIC .Net. What will you learn Build Visual BASIC applications. Build simple components Debug Visual BASIC programs. Examine existing code and determine its function. Complete VB.Net training course details Who will benefit: Anyone wishing to program in Visual BASIC. Anyone wishing to build Windows based applications. Prerequisites: None although experience in another high level language would be useful. Duration 5 days Complete VB.Net training course contents Writing your first program Visual Studio, forms designer, running VB programs, the UI, properties, writing the code. Toolbox Controls Basic use, input controls, ActiveX controls. Menus and Dialog Boxes Menus, Dialog Box controls, event procedures. Visual Basic .NET variables and operators Variables, I/O, data types, constants, operators, Math Methods, precedence. Decision Structures and Loops and Timers Event-Driven programming, If…Then, Select Case, For…Next Loops, Timer Control. Debugging Visual Basic .NET Programs Break Mode, watch & command windows. Structured Error Handling Try...Catch, Finally, Err Object, retry periods. Modules and Procedures Standard modules, public variables, procedures. Arrays and Collections to Manage Data Fixed-Size & dynamic Arrays, ReDim Preserve, object collections, Controls Collection. Text Files and String Processing Text Box object, Text String methods, sorting. Automating Office Applications Application objects, automation in VB, the Object Browser, the Process Component. Deploying Visual Basic .NET Applications Planning a deployment, ways to deploy an application, deployment projects, options. Managing Windows Forms Forms, positioning, manipulation, adding controls, organizing controls, Startup Object. Adding Graphics and Animation Effects System.Drawing namespace, coordinates, SystemPaint Event, animation, transparency. Inheriting Forms and Creating Base Classes Inheriting forms, inheritance picker, base classes and inheritance, classes in projects. Working with Printers PrintDocument class, Text Box object, Print Preview and Page Setup Dialog Boxes. Database programming with ADO.NET Databases, ADO.NET, Data Adapters, Datasets, Bound & Navigation Controls. Displaying database records, formatting DataGrid cells, updating the database. Displaying HTML Documents Using IE IE Object, Internet Controls, IE Events. Web Forms for Interactive Web Applications ASP.NET, Web Forms vs. Windows Forms, HTML controls, web applications, event procedures for web forms controls.

Complete VB.NET programming
Delivered in Internationally or OnlineFlexible Dates
£3,697

Administering Microsoft SQL Server

5.0(3)

By Systems & Network Training

Administering Microsoft SQL Server course description This course provides students with the knowledge and skills to maintain a Microsoft SQL Server database. The course focuses on how to use SQL Server 2016 product features and tools related to maintaining a database. Note: This course is designed for customers who are interested in learning SQL Server 2014 or SQL Server 2016. It covers the new features in SQL Server 2016, but also the important capabilities across the SQL Server data platform. What will you learn Describe core database administration tasks and tools. Configure SQL Server databases and storage. Import and export data. Monitor SQL Server. Trace SQL Server activity. Manage SQL Server security. Audit data access and encrypt data. Administering Microsoft SQL Server course details Who will benefit: Individuals who work with SQL Server databases. Individuals who develop applications that deliver content from SQL Server databases. Prerequisites: Introduction to data communications & networking. Duration 3 days Administering Microsoft SQL Server course contents Introduction to SQL Server administration Database administration, SQL Server platform, database management tools and techniques. Hands on SQL Server Management Studio, sqlcmd Windows PowerShell with SQL Server. Working with databases and storage Data storage with SQL Server, managing storage for system databases, managing storage for user databases, moving database files, configuring the buffer pool extension. Hands on Configuring tempdb storage, creating databases, attaching a database. Importing and exporting data Transferring data, importing and exporting table data, copying or moving a database. Hands on import and export wizard, bcp utility, BULK INSERT statement, OPENROWSET function. Monitoring SQL Server 2014 Monitoring SQL Server, dynamic management views and functions, performance monitor. Hands on Baseline metrics, monitoring a workload. Tracing SQL Server activity Tracing workload activity, using traces. Hands on Capturing a trace in SQL Server profiler, generating tuning recommendations. Managing SQL Server security SQL Server security, server-level security, database-level principals, database permissions. Hands on SQL Server security. Testing access.

Administering Microsoft SQL Server
Delivered in Internationally or OnlineFlexible Dates
£2,367

22nd December FREE: MAKE YOUR YULE CANDLE

5.0(42)

By Art and Spirituality CIC

Celebrate Yule with us at our Candle-Making Workshop, guided by artist and facilitator Eugenia Rosa, on Sunday 22nd December from 1-3 PM at the Art & Spirituality Centre in Edinburgh. With her knowledge of folk traditions and ritual, Eugenia will lead you in crafting your own beeswax candles—perfect for bringing light and warmth into your home as we welcome the winter solstice. Each candle you create can be infused with your own wishes and intentions for the season, making it a truly personal addition to your holiday rituals. Why make candles for Yule? In ancient traditions, Yule marks the rebirth of the sun and the gradual return of longer days. Lighting a handmade candle symbolises calling forth new beginnings, peace, and protection during the colder months. What to Expect: Craft with Intention: Use natural beeswax and wicks to make beautifully scented candles, personalised with essential oils or symbolic colours. Relaxing & Festive Atmosphere: Embrace a cosy winter setting with other warm-hearted community members. Symbolic Touches: Feel free to bring along small items to press into your candles or attach as a keepsake, making them even more meaningful. Spaces are limited; book your spot early for a radiant start to the season at the Art & Spirituality Centre. This class is sponsored by The Volant Charitable Trust Small Grants Programme, administered by Foundation Scotland. It is FREE and is aimed at WOMEN only from ETHNIC MINORITY BACKGROUNDS living in Edinburgh as per this funding application . This means “international”, from every foreign country. (Irish, any other white background, mixed ethnic, Asian/Asian British, Black/African/Caribbean, Black British, Arabic or other ethic groups) However we do welcome locals too so just sign up. We prioritize the area of Gorgie-Dalry-Saughton where our studio is based.  By attending this class you release the teacher, Giada Gaslini and Art and Spirituality Cic, from any liability arising out of any personal injuries, emotional or physical release, death, expectations of results, theft in the venue or damages that may happen to people and objects while attending.

22nd December FREE: MAKE YOUR YULE CANDLE
Delivered In-Person in Edinburgh
FREE

PORTRAIT PHOTOGRAPHY

5.0(2)

By Creative Photography By Dean Photography

Sometimes, the simplest photos are the hardest ones to take. How do you make an impeccable portrait of a loved-one or of a friend on the spot, and with only the help of natural lighting? Basically, how do you manage without a studio and all its controllability, and end up satisfied with an expressive and successful portrait?It is essential to take the environment into consideration when composing a portrait. Managing the background's colours and graphics, choosing the point of view, directing the model - these are all points that will be covered during the course.Light control is an equally important aspect; in particular, analysing a given moment's light and using it wisely are elements that will be explained to help you make a successful portrait.This workshop will teach you:- How to observe the environment so as to guide your aesthetic choices: point of view, directing a model- How to "read" light and place your subject accordingly- How to correctly define parameters in your camera according to your desired result- How to frame and compose an image to highlight the subjectThe workshop includes a theoretical explanation, a main "practical" part, as well as a class debriefing at the end. Pre-requisites for this workshop:

PORTRAIT PHOTOGRAPHY
Delivered In-Person in Birmingham or UK WideFlexible Dates
£150 to £250

FIRST DANCE WEDDING LESSON

5.0(62)

By Club Azucar - Latin Dance

Hire us for the first dance at your wedding, any Salsa or Latin Dance rhythm private class at your venue or at our premises in Hammersmith. We have a vast experience on building up confidence in couples who want to make even more glamorous their wedding day. You can have this lesson at our premises, on Zoom, Pre-recorded or home visit, the choice is yours!!! The Program includes: 5 or 10 Lesson 1on1 lesson  Walking & Leading techniques Female & Male Teachers Footwork & Upper body techniques Steps & routines names (brain method) Body posture and language Tempo & beat music technique Fully equipped dance studio Ownership of your footage work progress & Docs Music library via dropbox or Spotify Salsa or any Latin Dance (Tango, Bachata, Merengue, etc) wedding class in London for couples who want to make the wedding day even more glamorous and stand out forever, 5 minimum pack lesson book, Taught by the native instructor We have been training couples for almost 12 years in salsa, Tango, Samba, and many other Latin rhythms in London

FIRST DANCE WEDDING LESSON
Delivered in London or UK Wide or OnlineFlexible Dates
£120 to £1,200

Programming in HTML5 with CSS

5.0(3)

By Systems & Network Training

Programming in HTML5 with CSS course description This course provides an introduction to HTML5, CSS3, and JavaScript. It is an entry point into both the Web application and Windows Store apps training paths. The course focuses on using HTML5 / CSS3 / JavaScript to implement programming logic, define and use variables, perform looping and branching, develop user interfaces, capture and validate user input, store data, and create well-structured application. What will you learn Create and style HTML5 pages. Use JavaScript. Style HTML5 pages by using CSS3. Use common HTML5 APLs in interactive Web applications. Create HTML5 Web pages that can adapt to different devices and form factors. Enhance the user experience by adding animations to the HTML5 page. Programming in HTML5 with CSS course details Who will benefit: Website developers. Prerequisites: HTML5 development fundamentals. Duration 5 days Programming in HTML5 with CSS course contents Overview of HTML and CSS Overview of HTML, Overview of CSS, Creating a Web Application by Using Visual Studio 2012. Hands on Exploring the Contoso Conference Application. Creating and Styling HTML5 Pages Creating an HTML5 Page, Styling an HTML5 Page. Hands on Creating and Styling HTML5 Pages. Introduction to JavaScript Overview of JavaScript Syntax, Programming the HTML DOM with JavaScript, Introduction to jQuery. Hands on Displaying Data and Handling Events by Using JavaScript. Creating Forms to Collect and Validate User Input Overview of Forms and Input Types, Validating User Input by Using HTML5 Attributes, Validating User Input by Using JavaScript. Hands on Creating a Form and Validating User Input. Communicating with a Remote Data Source Sending and Receiving Data by Using XMLHTTPRequest, Sending and Receiving Data by Using jQuery AJAX operations. Hands on Communicating with a Remote Data Source. Styling HTML5 by Using CSS3 Styling Text, Styling Block Elements, CSS3 Selectors, Enhancing Graphical Effects by Using CSS3. Hands on Styling Text and Block Elements using CSS3. Creating Objects and Methods by Using JavaScript Writing Well-Structured JavaScript, Creating Custom Objects, Extending Objects. Hands on Refining Code for Maintainability and Extensibility. Creating Interactive Pages using HTML5 APIs Interacting with Files, Incorporating Multimedia, Reacting to Browser Location and Context, Debugging and Profiling a Web Application. Hands on Creating Interactive Pages by Using HTML5 APIs. Adding Offline Support to Web Applications Reading and Writing Data Locally, Adding Offline Support by Using the Application Cache. Hands on Adding Offline Support to a Web Application. Implementing an Adaptive User Interface Supporting Multiple Form Factors, Creating an Adaptive User Interface. Hands on Implementing an Adaptive User Interface. Creating Advanced Graphics Creating Interactive Graphics by Using Scalable Vector Graphics, Programmatically Drawing Graphics by Using a Canvas. Hands on Creating Advanced Graphics. Animating the User Interface Applying CSS Transitions, Transforming Elements, Applying CSS Key-frame Animations. Hands on Animating User Interface Elements. Web Sockets for Real-Time Communications Introduction to Web Sockets, Sending and Receiving Data by Using Web Sockets. Hands on Implementing Real-Time Communications by Using Web Sockets. Creating a Web Worker Process Introduction to Web Workers, Performing Asynchronous Processing by Using a Web Worker. Hands on Creating a Web Worker Process.

Programming in HTML5 with CSS
Delivered in Internationally or OnlineFlexible Dates
£3,697