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

110 Form F courses

Access 2016 Intermediate

By iStudy UK

This Access 2016 Intermediate is specially designed for you if you are thinking to take your Microsoft Access skills to the next level. Through the course, you'll master more advanced techniques for this powerful database program and build an entire database project from scratch.  From building reports to using conditional formatting, you'll see how to present your data and gain techniques for using Visual Basic to automate common tasks. You will learn to design tables for improved accuracy in data entry by setting default values and restricting data entry, review the various options to share data with other applications, including Word and Excel, learn about Action Queries to automate updating, appending and deleting table data, and review various advanced query techniques such as using Query Joins, Parameter queries, working with totals and Crosstab queries. Finally, you'll build a navigation form to make it easy for your users to find their way around your database.  What Will I Learn? Design Tables for Better Data Entry Share Data with Other Applications Work with Action Queries Advanced Query Techniques Automate Processes with Macros Advanced Forms Advanced Report Techniques Requirements Access 2016 Introduction or equivalent experience. Who is the target audience? Students who want to take Access to the next level and improve their database design skills. Introduction Introduction FREE 00:01:00 Designing Tables for Better Data Entry Reviewing Table Design Principles 00:04:00 Setting Field Size, Formats and Captions 00:06:00 Setting Default Value and Required Fields 00:03:00 Restricting Data Entry Using Data Validation 00:02:00 Restricting Data Entry Using Input Masks 00:06:00 Sharing Data with Other Applications Exporting Tables and Queries to Excel 00:03:00 Importing Data from a TXT File 00:03:00 Importing Data from Excel 00:02:00 Exporting Data to a TXT File 00:02:00 Linking External Data Sources 00:03:00 Using Word Merge 00:02:00 Working with Action Queries What are Action Queries 00:02:00 Creating an Update Query 00:02:00 Creating an Append Query 00:03:00 Creating a Delete Query 00:02:00 Creating a Make Table Query 00:02:00 Changing the Start Number of an Auto Number Field 00:03:00 Advanced Query Techniques Creating Query Joins 00:05:00 Creating Find Unmatached and Find Duplicate Queries 00:03:00 Creating Parameter Queries 00:04:00 Using -Like- Keyword in Parameter Queries 00:02:00 Creating a Top X Query 00:02:00 Reviewing Calculated Query Fields 00:03:00 Summarizing Query Data with Totals 00:03:00 Inserting Where Statements in Summary Queries 00:01:00 Creating a Crosstab Query 00:03:00 Automating Processes with Macros Understanding Macro Basics 00:06:00 Creating Macros to Open Forms by Record 00:04:00 Validating Data Entry with Macros 00:04:00 Creating a Macro to Automate Data Entry 00:03:00 Advanced Data Entry Using Macros and DLOOKUP Function 00:06:00 Advanced Form Using Conditional Formatting 00:02:00 Organizing Form Fields with Tab Controls 00:03:00 Creating a Combo Box Control 00:02:00 Creating an Option Group Control 00:03:00 Using a Subform to Show Data from a Related Table 00:03:00 Advanced Report Techniques Inserting a Chart on a Report 00:03:00 Showing Data in Columns 00:02:00 Inserting a Subreport 00:02:00 Configuring Reports with Parameter Queries 00:04:00 Sending Reports 00:02:00 Conclusion Course Recap 00:01:00 Resources Resources - Access 2016 Intermediate 00:00:00 Course Certification

Access 2016 Intermediate
Delivered Online On Demand2 hours 7 minutes
£25

Excel 365 VBA Expert

By iStudy UK

Learning Objectives Introduction , Getting Started with VBA , Working with Variables , Working with Conditional Logic , Working with Strings and String Functions , Working with Loops , Working with Sub Procedures Options and Functions , Working with User Forms , Debugging your Code , Conclusion   Pre-Requisites Intermediate Microsoft Excel training or equivalent experience is recommended.   Description This course will teach students proper Visual Basic programming techniques along with an understanding of Excel's object structure. Students will learn how to work with variables, how to use various conditional logic statements such as If and Else, and how to work with string functions. Students will also learn how to work with various loops such as next loops and each loops, as well as how to create user forms. Finally, students will get an in-depth understanding of the debugging tools available and how to effectively debug their code. Course Introduction Introduction 00:03:00 Section 01 Lesson 1-Adding the Developer Toolbar 00:05:00 Lesson 2-Understanding the VBA Editor 00:11:00 Lesson 3-Recording a Macro in Personal 00:10:00 Lesson 4-Understanding the Elements of the VBA Language 00:07:00 Lesson 5-Understanding Methods 00:05:00 Lesson 6-Understanding Comments 00:06:00 Lesson 7-Working with the Range Property and Worksheet Object 00:07:00 Lesson 8-Adding a Macro Button to a Spreadsheet 00:03:00 Lesson 9-Working with the ActiveCell Object 00:02:00 Lesson 10-Working with the Offset Property 00:08:00 Section 02 Lesson 1-Understanding Variables 00:07:00 Lesson 2-Working with Integer Variables 00:03:00 Lesson 3-Understanding Option Explicit 00:05:00 Lesson 4-Working with Other Variable Types 00:07:00 Section 03 Lesson 1-Working with IF Statements 00:04:00 Lesson 2-Working with ELSE 00:03:00 Lesson 3-Working with ELSEIF 00:03:00 Lesson 4-Understanding Conditional Operators 00:06:00 Lesson 5-Working with NOT, AND, and OR 00:07:00 Lesson 6-Working with Nested IF 00:04:00 Lesson 7-Working with Select Case 00:06:00 Lesson 8-Working with WITH and END WITH 00:05:00 Section 04 Lesson 1-Working with Text Strings 00:05:00 Lesson 2-Working with LCASE and UCASE Functions 00:05:00 Lesson 3-Working with LEN and TRIM Functions 00:07:00 Lesson 4-Working with LEFT, RIGHT, and MID Functions 00:07:00 Section 05 Lesson 1-Understanding Loops 00:02:00 Lesson 2-Working with For Next Loops 00:07:00 Lesson 3-Working with For Each Loops 00:06:00 Lesson 4-Working with Cells Property 00:08:00 Lesson 5-Working with Do Until Loops 00:09:00 Lesson 6-Working with Do While Loops 00:05:00 Section 06 Lesson 1-Calling Sub Procedures 00:05:00 Lesson 2-Working with Exit Sub 00:04:00 Lesson 3-Working with Message Boxes 00:08:00 Lesson 4-Working with Input Boxes 00:08:00 Lesson 5-Working with VBA Functions 00:12:00 Lesson 6-Working with Object Variable and Set 00:06:00 Section 07 Lesson 1-Understanding and Creating a User Form 00:08:00 Lesson 2-Adding Controls to a User Form 00:16:00 Lesson 3-Adding Code for a User Form 00:10:00 Lesson 4-Launching a User Form from Excel 00:05:00 Section 08 Lesson 1-Getting Started with Debugging 00:10:00 Lesson 2-Stepping Through Your Code 00:06:00 Lesson 3-Working with Breakpoints 00:03:00 Lesson 4-Working with the Immediate Window 00:05:00 Lesson 5-Working with the Locals Window 00:05:00 Lesson 6-Working with the Err Object 00:06:00 Lesson 7-Getting Help-v2 00:07:00 Course Recap Recap 00:02:00 Additional Materials Resource - Excel 365 VBA Expert 00:00:00 Final Exam Final Exam - Excel 365 VBA Expert 00:20:00

Excel 365 VBA Expert
Delivered Online On Demand5 hours 34 minutes
£25

UX Design for Beginners

By iStudy UK

User experience design or UX is the method of increasing the user satisfaction by improving the usability, accessibility, and pleasure provided in the interaction with the product. The UX Design for Beginners course is designed to teach you the latest techniques of UX design. Throughout the course, you will learn the principles and behaviour of the human being while hey using a website, mobile app or others. This understanding will help you to design and develop a better digital product that will satisfy your customers. The course shows you the practical examples and screenshots of UX problems that are faced by many designers, developers, and product managers while making their product. In this way, you will learn how to solve UX problems in Mobile and Web Apps. In short, the course covers the common UX mistakes, implementing UX and Usability Principles for improving your digital product, the role of UX developers, and more. By finishing the course, you will be able to make any Website's or Apps Usability better. What Will I Learn? Develop Skills needed to be a great UX Designer Start your career in UX Upgrade your current job position with UX Concepts Apply Mental Models and Mapping to your products Know Affordances and Signifiers and how to apply them to any product How we Perceive things and how our Memory works CASE STUDY ASSIGNMENTS: Find and Solve UX problems in Mobile and Web Apps Make any Website's or Apps Usability better Learn about all common UX mistakes designers and developers make Apply the knowledge of UX to user interfaces or Apps you are coding Improve any Product's User Experience What role Developers play in UX? Apply UX and Usability Principles to Improve UX of any Digital Product Requirements Just a curious mind Pencil and a notepad No need of Experience at all Introduction to User Expericne, UX Roles and how to be a UX Designer What Is UI FREE 00:05:00 Can I be a Ux Designer-updated 00:03:00 Different Role of Ux Designer 00:06:00 Major Parts of Ux Design 00:05:00 Human Centered Design, Double Diamond Model of Design and Root Cause analysis Human Centered Design 00:03:00 DoudIbe Diamond 00:05:00 Root Cause Analysis 00:02:00 Seven Stages of Actions FREE 00:05:00 Five second test firstusability test FREE 00:02:00 06. Assignment 00:03:00 What is Agile UX FREE 00:06:00 Principles & Concepts of User Experience, Usability and Interaction Design Affordance And Signfiers 00:06:00 Affordance And Signifiers-examples-fix-video 00:06:00 Afforadances explained headshot 00:05:00 Natural Mapping with examples FREE 00:09:00 Mentalmodels conceptual models 00:06:00 Working Memory 00:05:00 Working Memory Example 00:07:00 06. Recognition And Recall 00:04:00 Recognition examples 00:07:00 User Expectations 00:04:00 User Expectations examples FREE 00:08:00 User expectation headshot FREE 00:02:00 Peripheral Vision 00:05:00 Peripheral Vision examples 00:07:00 Context of Use 00:05:00 Context of use headshot FREE 00:02:00 Why-stakeholders are important 00:04:00 Information Architecture 00:05:00 Information Architecture Examples 00:11:00 Human Behavior Patterns, Decision making, scanning patterns and Change Blindness Humans Lazy Behavior decision Paralsis And Scanning FREE 00:05:00 Human Decisions-Old And New Brain 00:03:00 Humans Hate Change FREE 00:03:00 Our Goals And Change Blindness 00:03:00 Human behavior decision Paralysis hate change Examples FREE 00:08:00 F-z Patterns Cart Abondomnment, Form Field Conversions 00:07:00 Designing for Humans - How to design better products for humans Discoverability 00:06:00 Discover assignment 00:01:00 Learability 00:04:00 Feedback-4.MP4 00:03:00 Feedback Within Context Walmart FREE 00:03:00 Feedback examples 00:08:00 Constraints With Examples 00:06:00 Consistancy With Examples.mp4 00:06:00 Slips And Mistakes With Examples 00:04:00 Designing For Errors With Examples 00:04:00 User In Control with Examples 00:05:00 Grouping And chunking with Examples FREE 00:04:00 Humans Have Limits 00:07:00 How Developers can improve User Experience? Using desgin patters dont reinvent the wheel 00:05:00 Dont let users think do heavy calculation yourself FREE 00:08:00 Speed and Delays 00:06:00 Smart Defaults FREE 00:06:00 Guiding And Training Users 00:04:00 Barriers To Entry 00:05:00 Natural Language with Examples 00:08:00 Natural Language Forms 00:03:00 Google Analytics 00:05:00 Notification 00:07:00 Anticipatory Desgin 00:04:00

UX Design for Beginners
Delivered Online On Demand5 hours 4 minutes
£25

Microsoft InfoPath for Beginners

4.3(43)

By John Academy

Description:  InfoPath 2010 is created by Microsoft to help you and other professionals to have a software application for designing, distributing, filling and submitting electronic forms containing structured data. In this course, you will learn the necessary skills, knowledge, and information about InfoPath Designer 2010 which will teach you how to operate the slide show while you deliver your presentation. Know how to use InfoPath's Available Form Templates window and the interface. Who is the course for? Professionals who want to learn about the basic features of Microsoft InfoPath 2010 People who have an interest in knowing the essentials in Microsoft InfoPath 2010 Entry Requirement: This course is available to all learners, of all academic backgrounds. Learners should be aged 16 or over to undertake the qualification. Good understanding of English language, numeracy and ICT are required to attend this course. Assessment: At the end of the course, you will be required to sit an online multiple-choice test. Your test will be assessed automatically and immediately so that you will instantly know whether you have been successful. Before sitting for your final exam you will have the opportunity to test your proficiency with a mock exam. Certification: After you have successfully passed the test, you will be able to obtain an Accredited Certificate of Achievement. You can however also obtain a Course Completion Certificate following the course completion without sitting for the test. Certificates can be obtained either in hardcopy at a cost of £39 or in PDF format at a cost of £24. PDF certificate's turnaround time is 24 hours and for the hardcopy certificate, it is 3-9 working days. Why choose us? Affordable, engaging & high-quality e-learning study materials; Tutorial videos/materials from the industry leading experts; Study in a user-friendly, advanced online learning platform; Efficient exam systems for the assessment and instant result; The UK & internationally recognised accredited qualification; Access to course content on mobile, tablet or desktop from anywhere anytime; The benefit of career advancement opportunities; 24/7 student support via email. Career Path: The Microsoft InfoPath for Beginners course would be beneficial for any type of professions or careers such as: Administrative Assistant Executive Assistant Office Administrator Office Manager Personal Assistant Secretary Senior Manager. Microsoft InfoPath for Beginners Module One - Getting Started 00:30:00 Module Two - Opening and Closing InfoPath 01:00:00 Module Three - Using the InfoPath Filler 2010 01:00:00 Module Four - Designing a Form Framework 01:00:00 Module Five - Adding Labels 01:00:00 Module Six - Adding Controls 01:00:00 Module Seven - Formatting Controls 01:00:00 Module Eight - Working with Data Sources 01:00:00 Module Nine - Creating a View 01:00:00 Module Ten - Finishing the Form 01:00:00 Module Eleven - Distributing Your Form 01:00:00 Module Twelve - Wrapping Up 01:00:00 Activities - Microsoft InfoPath for Beginners 00:00:00 Mock Exam Final Exam Order Your Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Microsoft InfoPath for Beginners
Delivered Online On Demand11 hours 30 minutes
£21

Microsoft Office 2007 Word Advanced - Complete Video Course

4.3(43)

By John Academy

Description: In this Microsoft Office 2007 Word Advanced - Complete Video Course you will use Word to create, manage, revise, and distribute long documents and forms. Reorganize a document outline. With this advanced level you will also learn to work with templates, find the most appropriate word, research information and translate text, save a file in a different format, create and modify a web document, create an xml document, send a document directly from word, track and manage document changes, compare and merge documents, add hyperlinks, add sources and compile a bibliography, understand mail merge, prepare data for mail merge, prepare a form letter, merge a form letter with its data source, send a personalized e-mail message to multiple recipients, create and print labels, change default program options, make favorite word commands easily accessible, create a custom keyboard shortcut, and more. Before joining this course you should keep the basic and intermediate knowledge of Microsoft Word 2007. Assessment: At the end of the course, you will be required to sit for an online MCQ test. Your test will be assessed automatically and immediately. You will instantly know whether you have been successful or not. Before sitting for your final exam you will have the opportunity to test your proficiency with a mock exam. Certification: After completing and passing the course successfully, you will be able to obtain an Accredited Certificate of Achievement. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. Who is this Course for? Microsoft Office 2007 Word Advanced - Complete Video Course is certified by CPD Qualifications Standards and CiQ. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic background. Requirements Our Microsoft Office 2007 Word Advanced - Complete Video Course is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. Career Path After completing this course you will be able to build up accurate knowledge and skills with proper confidence to enrich yourself and brighten up your career in the relevant job market. Mail Merge Form Letters FREE 00:18:00 Data Sources for the Recipient List 00:11:00 Mailing Labels and Envelopes 00:08:00 Objects and Backgrounds Objects 00:09:00 Document Backgrounds 00:16:00 Forms Form Fields 00:11:00 Form Protection 00:08:00 Sharing and Securing Documents 00:15:00 Macros Recording and Running Macros 00:11:00 Modifying and Deleting Macros 00:06:00 Toolbar and Keyboard Customization Customizing the Quick Access Toolbar 00:09:00 Customizing Keyboard Shortcuts 00:05:00 Long Documents Master Documents 00:12:00 Tables of Contents and Figures 00:10:00 Indexes, Bibliographies, and other References 00:22:00 Bookmarks and Cross-referenceses 00:08:00 Web Frames 00:09:00 XML Features Working with XML 00:20:00 Mock Exam Mock Exam- Microsoft Office 2007 Word Advanced - Complete Video Course 00:20:00 Final Exam Final Exam- Microsoft Office 2007 Word Advanced - Complete Video Course 00:20:00 Order Your Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Microsoft Office 2007 Word Advanced - Complete Video Course
Delivered Online On Demand4 hours 8 minutes
£21

Microsoft Internet Explorer 6,7,8 Training

4.3(43)

By John Academy

Description: Are thinking to improve your skills and knowledge on Windows system? Then you are welcome to join this course! Microsoft Internet Explorer 6,7,8 Training is a combined course and designed especially for your benefit. Microsoft Internet Explorer 6 is the sixth major revision of Internet Explorer for Windows operating systems. In the course, you will be introduced to Internet Explorer basics, the Internet Explorer interface, ways to access a website, printing from the web, working with data, set your options, security features and so much more. You will get the basic knowledge of Windows functions, and how to use the mouse and keyboard. Following that, Microsoft Internet Explorer 7 will help you to understand the basics of Internet Explorer, Internet Explorer interface and windows, toolbar, using tabs, searching the web, managing information and history, RSS feeds and much more. Windows Internet Explorer 8 is the latest version of Microsoft's broadly used Windows operating system. With the help of this course, you will get a complete overview of the new start screen, a comprehensive look at touch gesture, an introduction to the default applications and information on using the desktop and its uses. Learning Outcomes: Learn how to understand secure sites Get knowledge of accessing the protected sites Get to know the Internet Explorer's security features Learn to keep yourself safe Learn to manage the information Know of setting your options Learn of managing history Get additional components Commence with Internet Explorer 7 Learn to browse the Internet Know how to set up favourites Learn how to be safe as you are browsing Realise the advanced features Understanding the requirements of internet connection, different types of connections, and opening, setting up and closing Internet Explorer Get an overview of the user interface by using the command area, menu bar, explorer bar, search bar and status bar Discover the application window by learning how to minimize, maximize, restore, and manually resize the window; differences between full screen vs. normal mode; and using zoom feature Enabling, disabling and locking toolbars, along with customizing the command toolbar Get help from help menu, help file, using the table of contents, searching the help file, taking internet explorer tour and online support Learn how to use the navigation buttons, understand parts of web addresses, access your homepage, access websites using address bar and/or hyperlink, and opening page in a new window Opening and closing tabs, switching between tabs, access tabbed help, using tabbed thumbnails and tab list Search the web using search boxes, search engines, within a page, and get some general tips for searching and change the search options Copying text and pictures from the web, saving pictures and web pages, and sending page, link or picture using emails Examine the print preview, page setup, printing page or selection options Understand Favourites; opening, pinning and closing favourites centre; and accessing favourites without Internet Explorer Marking pages or multiple tabs, deleting, maintaining and accessing favourites Organise your favourites by renaming them, adding folders to favourites, and saving and moving them into the folders Understand and manage accelerators, use and get new ones Get to know what are web slices, and how to get, use and find them See the differences between secure and non-secure sites, learn about encryption, digital signatures, cookies, browser cache, and display options Protect your sites using passwords, form filling, learning about the Password Manager, and CAPTCHA Discover more about information bar, pop-up blocker, phishing filter, InPrivate browsing and filtering, and finally managing add-ons Get safety tips and learn about antiviral software, anti-spam software, and firewalls Import and export favourites and cookies Understand and open dialog boxes, set up your homepage, delete temporary internet files, setup parental filtering, automatically disconnect, and set internet explorer as default browser Manage browser history by understanding what it is, access history from address bar, manually delete history items, clear entire history, and set up history options Discover the meaning of RSS Feed, how to view it, subscribing and using feeds, changing feed properties and unsubscribing from feeds Explore HTML, JavaScript, and ActiveX; view and edit HTML source code, more plugins and add-ons, and reset options for internet explorer Assessment: At the end of the course, you will be required to sit for an online MCQ test. Your test will be assessed automatically and immediately. You will instantly know whether you have been successful or not. Before sitting for your final exam you will have the opportunity to test your proficiency with a mock exam. Certification: After completing and passing the course successfully, you will be able to obtain an Accredited Certificate of Achievement. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. Who is this Course for? Microsoft Internet Explorer 6,7,8 Training is certified by CPD Qualifications Standards and CiQ. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic background. Requirements Our Microsoft Internet Explorer 6,7,8 Training is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. Career Path After completing this course you will be able to build up accurate knowledge and skills with proper confidence to enrich yourself and brighten up your career in the relevant job market. Module : 1 DEFINITIONS 00:30:00 INTERNET EXPLORER BASICS 00:30:00 THE INTERNET EXPLORER INTERFACE 00:30:00 MORE ABOUT TOOLBARS 00:30:00 GETTING HELP 00:30:00 ACCESSING A WEB SITE 00:30:00 SEARCHING THE WEB 00:30:00 WORKING WITH DATA 00:30:00 PRINTING FROM THE WEB 00:30:00 FAVOURITE BASICS 00:30:00 CREATING AND USING FAVOURITES 00:30:00 ORGANIZING FAVOURITES 00:30:00 THE LINKS TOOLBAR 00:30:00 SECURE SITES 00:30:00 ACCESSING PROTECTED SITES 00:30:00 SECURITY FEATURES 00:30:00 KEEPING YOURSELF SAFE 00:30:00 MANAGING INFORMATION 00:30:00 SETTING YOUR OPTIONS, PART ONE 00:30:00 SETTING YOUR OPTIONS, PART TWO 00:30:00 MANAGING YOUR HISTORY 00:30:00 ADDITIONAL COMPONENTS 00:30:00 Module : 2 Definitions to Microsoft Internet Explorer 7 00:15:00 Internet Explorer Basics 00:15:00 The Internet Explorer Interface 00:15:00 The Internet Explorer Window 00:15:00 More About Toolbars 00:15:00 Getting Help 00:30:00 Access a Web Site 00:15:00 Using Tabs 00:15:00 Searching the Web 00:15:00 Working with Data 00:30:00 Printing from the Web 00:15:00 Favorite Basics 00:15:00 Creating and Using Favorites 00:15:00 Organizing Favorites 00:15:00 The Links Folder 00:15:00 Secure Sites 00:15:00 Accessing Protected Sites 00:15:00 Security Features 00:22:00 Keeping Yourself Safe 00:15:00 Managing Information 00:15:00 Setting Your Options 00:15:00 Managing Your History 00:15:00 RSS Feeds 00:15:00 Additional Components 00:15:00 Module : 3 Definitions 00:15:00 Internet Explorer Basics 00:30:00 The Internet Explorer Interface 01:00:00 The Internet Explorer Window 00:30:00 More about Toolbars 00:15:00 Getting Help 01:00:00 Accessing a Web Site 00:30:00 Using Tabs 00:30:00 Searching the Web 01:00:00 Working with Data 01:15:00 Printing from the Web 00:30:00 Favorite Basics 00:15:00 Creating and Using Favorites 00:30:00 Organizing Favorites 00:30:00 Accelerators 01:00:00 Web Slices 00:15:00 Secure Sites 00:15:00 Accessing Protected Sites 00:15:00 Security Features 01:00:00 Keeping Yourself Safe 00:15:00 Managing Information 00:30:00 Setting Your Options 01:00:00 Managing your History 00:30:00 RSS Feeds 00:30:00 Additional Components 00:30:00 Mock Exam Mock Exam- Microsoft Internet Explorer 6,7,8 Training 00:30:00 Final Exam Final Exam- Microsoft Internet Explorer 6,7,8 Training 00:30:00 Order Your Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Microsoft Internet Explorer 6,7,8 Training
Delivered Online On Demand33 hours
£22

Lose Fat and Build Lean Muscle in 20 Weeks

By iStudy UK

Building muscle and burning fat takes discipline, perseverance and a positive attitude. Some fat burning, muscle building workouts can take place in the gym while others are meant to be done on the go, but keep in mind that all of your exercise efforts contribute to the overall transformation of your body.  Throughout this Lose Fat and Build Lean Muscle in 20 Weeks you'll learn about the principle theories on the best way to build lean muscle and lose fat. The more you understand, the more likely you will achieve your goal. The course will show you how to get the most out of an exercise such as a bench press and deadlift - not just go through the motions of an exercise. You will understand the nutritional requirements to build muscle and burn fat, experience how nutrition can affect performance and results, achieve a new level of muscular strength and endurance, complete a 20-week strength, cardio and nutritional training plan, and more. What Will I Learn? Experience how nutrition can effect performance and results. Achieve a new level of muscular strength and endurance. Decrease body fat. Improve self-confidence and appearance. Learn proper form for all exercises. Complete a 20 week strength, cardio and nutritional training plan! Who is the target audience? If you are interested in a disciplined strength, endurance and nutrition program, this course is for you! Do you want to know how to eat clean and exercise to lower body fat? This course will help! Competing in a fitness competition? This course will help you get that awesome physique! Requirements Desire to lose fat and build lean muscle. Discipline and dedication to training and eating. Access to a gym facility, resistance equipment and a printer would be very helpful. Prior training knowledge is helpful, but not mandatory. Always check with your healthcare professional before engaging in this or any type of fitness. Section: 01 Introduction FREE 00:02:00 Prepare First Before Starting! 00:06:00 Learn How to Take Measurements 00:08:00 Learn Your Muscle Anatomy 00:21:00 Section: 02 Meal Plan Application and Dedication 00:04:00 Section: 03 Steady State Cardio 00:01:00 Section: 04 Whey Protein 00:04:00 BCAA - Branch Chain Amino Acids 00:04:00 Creatine 00:03:00 Glutamine 00:03:00 Caffeine 00:12:00 Section: 05 Week One 00:03:00 Bench Step-Ups 00:01:00 Deadlifts 00:02:00 Good Mornings 00:01:00 Hip Thrusts 00:01:00 Dumbbell Split Squats 00:01:00 Leg Extension 00:01:00 Lying Leg Curl 00:01:00 Standing Calf Raise 00:01:00 Seated Calf Raise 00:01:00 Bench Press 00:01:00 Dumbbell Incline Press 00:02:00 Tricep Dips 00:01:00 Military Press 00:01:00 Dumbbell Front Raises 00:01:00 Skull Crushers 00:01:00 Cable Crunch 00:01:00 Barbell Bent Over Rows 00:01:00 Tbar Rows 00:01:00 Seated Row 00:01:00 Reverse Dumbbell Flyes 00:01:00 Seated Lateral Raises 00:00:00 Preacher Curl 00:01:00 Barbell Curls 00:01:00 Back Squats 00:03:00 Incline Barbell Bench Press 00:01:00 Glute Bridge 00:02:00 Walking Lunges 00:01:00 Reverse Grip Pulldowns 00:02:00 Dumbbell Incline Flys 00:01:00 Straight Arm Pushdown 00:01:00 Close Grip Barbell Bench Press 00:01:00 Ball V-Ups 00:01:00 Side Plank Raises 00:01:00 Static Planks 00:01:00 Plank Up/Downs 00:01:00 Section: 06 Week Two 00:01:00 Section: 07 Week Three 00:01:00 Side Lunges 00:02:00 Side Planks 00:01:00 Section: 08 Week Four 00:01:00 Front Squats 00:02:00 Forward Lunges 00:01:00 Section: 09 Week Five 00:02:00 Pull-Ups 00:01:00 v-Bar Pulldown 00:01:00 One Arm Dumbbell Row 00:01:00 Dumbbell Curls 00:01:00 Hammer Curls 00:01:00 Pushups 00:01:00 Dumbbell Pullover 00:02:00 One Arm Triceps Extension 00:01:00 Bench Dips 00:01:00 Barbell Split Lunges 00:01:00 Leg Press 00:01:00 Shoulder Internal Rotation FREE 00:01:00 Shoulder External Rotation 00:01:00 Windmills 00:01:00 Standing Dumbbell Shoulder Press 00:01:00 Dumbbell Upright Rows 00:01:00 Hanging Knee Raise 00:01:00 Bicycle Crunches 00:01:00 Mountain Climbers 00:01:00 High Knees 00:01:00 Section: 10 Week Six 00:01:00 Sumo Squats 00:01:00 One Legged Deadlift 00:01:00 V-Bar Tricep Pressdown 00:01:00 Barbell Overhead Press 00:01:00 Standing Overhead Triceps Press 00:01:00 Concentration Curls 00:01:00 Jump Squats 00:01:00 Skaters 00:01:00 Plank Up/Downs 00:01:00 Section: 11 Week Seven 00:01:00 Section: 12 Week Eight 00:02:00 Incline Barbell Bench Press 00:01:00 Section: 13 Week Nine 00:01:00 Back Hyperextensions 00:01:00 Jackknife Sit-Up 00:01:00 Section: 14 Week 10 00:01:00 Section: 15 Week 11 00:02:00 Sumo Deadlifts 00:02:00 Face Pulls 00:01:00 Standing Arnold Press 00:01:00 Front Plate Raise 00:02:00 Seated Lateral Raises 00:01:00 Jump Rope 00:01:00 Box Jumps 00:01:00 Seated Row 00:01:00 Glute Kickbacks 00:01:00 Section: 16 Week 12 00:01:00 Section: 17 Week 13 00:01:00 Section: 18 Week 14 00:01:00 Section: 19 Week 15 00:01:00 Section: 20 Week 16 00:01:00 Section: 21 Week 17 00:01:00 Section: 22 Week 18 00:01:00 Hip Adduction 00:01:00 Section: 23 Week 19 00:01:00 Section: 24 Week 20 00:01:00 Section: 25 What is a Pre-Workout Meal? 00:01:00 How Long Should I Rest? 00:01:00 What Can I Do When I Can't Get to the Gym to Train? 00:01:00 What is active rest? 00:02:00 Should I Drink Alcohol? 00:01:00 I See Other People Lifting More Weight. Should I be concerned? 00:02:00 Section: 26 In Closing 00:15:00 Resources - Lose Fat and Build Lean Muscle in 20 Weeks Resources - Lose Fat and Build Lean Muscle in 20 Weeks 00:00:00 Course Certification

Lose Fat and Build Lean Muscle in 20 Weeks
Delivered Online On Demand3 hours 27 minutes
£25

UI Design Diploma

By iStudy UK

Do you think that UI Designers use Photoshop in the same way as other Designers? Do you know what are the basic concepts, settings and tools UI Designers know and you don't? So if you want to learn UI Design with Photoshop and upgrade your confidence and Skill levels in Photoshop; this course is for YOU. This course is equally good for Beginners and Experts so don't worry if you haven't used Photoshop before. Most of us don't know the basic settings, shortcuts, tools and extension we need in Photoshop to become a UI Designer, we make same mistakes and keep on wasting time online searching for different settings and answers to common UI Design issues and problems. What Will I Learn? Start your Career as UI Designer Learn the settings necessary for UI Design Process Learn all the Basic tools of Photoshop for UI Design Start using Photoshop with solid foundation in UI Design Learn all the Photoshop Shortcuts for UI Design How to use Photoshop Extensions to speed up UI Desing Process Tips and Techniques for Efficient usage of Photoshop for UI Design Learn how to use Custom Scripts in Photoshop for UI Design Learn about Color schemes and Typography Online tools Learn how to use Gradients and Patterns in UI Design Create Wireframes and learn the tools needed to create them Learn how to design MODERN DASHBOARD graphs and elements Learn how to design MODERN HERO/HEADERS of Websites Who is the target audience? Novice/Beginner Level Designers Web Designer Graphic Designer Web Developers who wants to learn UI Design UI Designer who wants more advaced techniques Requirements Passion to become a UI Designer Minimum Photoshop CC or Latest version of Photoshop Introductions 1.1) Upload And Review Your Work-1 00:03:00 Setting Up Photoshop for UI Design 2.2) Setting up Photoshop CC Preferences 00:06:00 2.3) Color Profile Settings for ui design 00:05:00 2.5) Creating Custom Shortcut Keys 00:04:00 2.6) Installing scripts in Photoshop 00:06:00 2.8) What area Photoshop Extensions 00:07:00 2.9) Power of Photoshop Extensions 00:09:00 2.10) How to install Extension in mac and win update 00:16:00 (Optional - Can watch at the end) Color Calibration and Monitors for Designers 2.5-1 Color Calibration 00:08:00 2.5-2 Monitor You Need-1 00:02:00 2.5 - 3 OS Based clor Calibration 00:07:00 Basics of Photoshop for Beginners 00.Customize Toolbar 00:04:00 01.how Photoshop interface works 00:05:00 02.creating photoshop new document 00:04:00 03.what are artboards 00:06:00 04.Layers Panel Part 1 00:06:00 05.Layer Panel Filtering And Finding Part 2 00:06:00 07.Type tool 00:05:00 08.Character Panel 00:07:00 09.Paragraph Panel 00:04:00 10.New Shape Tool 00:08:00 12.Deep dive in Pen Tool 00:16:00 12.selections april2017 New 00:07:00 13.pen tool in web design 00:04:00 14.Alignments 00:06:00 15.common-shortcuts 00:15:00 16.Clipping_Masks 00:02:00 17.exercise clipping mask 00:01:00 18.Layer Masks HB 00:05:00 19.smart_objects 00:08:00 20.linked smart objects_Revised 00:07:00 21.Layer comps usage 00:06:00 22 Using Smart Guides In Photoshop-1 00:05:00 Layer Styles Basics for UI Design 1.drop_shadow_layer_effect 00:04:00 2.inner_shadow_UI_Design 00:02:00 3.stroke effect 00:03:00 4. Re-using layer styles 00:02:00 Gradients in Web and UI Design 1.what.are.gradients 00:02:00 2.uses.of.gradients 00:04:00 3.3ways-to-create-gradients 00:05:00 4.how to use gradient editor 00:08:00 5.using-gradient-overlay 00:06:00 Using Patterns in Web and UI Design 1.what are patterns 00:02:00 2. two methods of applying patterns 00:05:00 3.create Pattern From an Img File 00:03:00 04. using .pat files in photoshop 00:05:00 Basics of UI Design | Light, Shadows, Color schemes & Typography 01. How light and shadow works in UI Design 00:01:00 2.examples of lightshadow 00:02:00 3.color schemes for beginners 00:02:00 4.getting scheme from logo and hsb 00:01:00 5.online tools for color schemes 00:06:00 6.how to choose fonts and typography 00:09:00 7.Using Grids for Web Design 00:06:00 8.Creating Grids In Photoshop 00:06:00 UI Design Exercises & Challanges with Step by Step solutions 1.soft-shadow button challange 00:01:00 2.soft_button_solution 00:13:00 3.3d Button Challange 00:01:00 4.Pressed effect in Photoshop 00:07:00 5.modern pattern part 1 00:09:00 6.modern header design part 2 00:09:00 7.moder header design new variation 00:09:00 8.color overlay header 00:11:00 09 Gradienteffect Header Design-audiosynced 00:13:00 9.Actual Exercise Transparent Image Header-1 00:13:00 10.tabs intro 00:01:00 11.tabs-part1 00:14:00 12.tabs-part2 00:08:00 Image Editing 101 for UI Designers 1.removing White Bg With Blending Options 00:03:00 2.Spot Healing brush usage 00:04:00 3.making Colors Pop in Photohsop 00:07:00 4.magnetic Lasso Tool to remove background 00:16:00 5.select And Mask Tool 00:10:00 IOS App Design : Exercise Iphone Food Deals App 1.Gathering Resources IOS App-Design 00:04:00 2.Lets Start The IOS App Design 00:05:00 3.Adding Images To Design the App design 00:06:00 4.Adding Text On App Screen 00:06:00 5.Adding Phone And Book Now Buttons 00:12:00 6.Using Mobile Mockups 00:04:00 UDEMY ONLY App Design Challane-exercise 00:06:00 BONUS: Dribbble styled Dashboard UI Design (Student Request) 1.area graph base design 00:04:00 2area graph grid 00:05:00 3.adding text to graph area 00:08:00 4.drwaing area graph with pen tool 00:04:00 5.designing extras adding dots and hover info 00:06:00 7.final Adjustments To Area Graph-1 00:10:00 8.area graph to line graph 00:04:00 9.circular bar graph base shape.mp4 00:06:00 10.adding Gradients And Shadows To Circular Graphs-1 00:13:00 11.designing stats with text 00:09:00 12.bar Graph Design In Photoshop Pt 00:09:00 13.Bar Graph Adding Text 00:06:00 14.Student-request-ciruclar-percentage graph 00:08:00 Wifreframes in UI Design + Ultimate Web Design Challange 1.what Are Wirefreams 00:00:00 2.Tools Used For Wireframes 00:12:00 Dribbble Shot Redesign Exercise - Student Request dribbble redesig part 1 00:15:00 dribble shot part 2 00:15:00 Exercises : Form UI Design with Photoshop 1.Base Of Login Form 00:07:00 2.Form Fields Design 00:12:00 3.Finishing Form Design 00:12:00 Pro Secret Tips and Tools for Designers and Developers Converting psd to CSS 00:07:00 Exporting Images from Photoshop 00:07:00 Tips on Using Grids 00:02:00 Photoshop Features Updates and New Versions 3.Match Fonts Cc2015.5-1 00:03:00 Cc2018 Update-1 00:04:00

UI Design Diploma
Delivered Online On Demand11 hours 14 minutes
£25

Ultimate PHP & MySQL Web Development & OOP Coding

By iStudy UK

The world is comprised of many different people, with many different cultures, who speak many different languages. Even though English is considered the staple international language, not everyone understands or speaks in English. That is why there is a huge need for people in the world to help others learn this language in order to eliminate the language barrier we have. You could be one of these people with the help of this Teaching English as Foreign Language (TEFL) course. This is a very elaborate course but helps you to become the perfect English teacher to those who don't know it so well. It starts with helping you to teach in different situations - as per needs and constraints - and work with many different approaches for different students. Following that there are specific chapters dedicated to help you teach speaking, listening, reading, writing and grammar in English. You will also learn about creating lesson plans and testing as well. The course is filled with exercises and examples to help you in your way to become a great English as a foreign language teacher. Course Highlights Ultimate PHP & MySQL Web Development & OOP Coding is an award winning and the best selling course that has been given the CPD Qualification Standards & IAO accreditation. It is the most suitable course anyone looking to work in this or relevant sector. It is considered one of the perfect courses in the UK that can help students/learners to get familiar with the topic and gain necessary skills to perform well in this field. We have packed Ultimate PHP & MySQL Web Development & OOP Coding into 133 modules for teaching you everything you need to become successful in this profession. To provide you ease of access, this course is designed for both part-time and full-time students. You can become accredited in just 10 hours, 6 minutes hours and it is also possible to study at your own pace. We have experienced tutors who will help you throughout the comprehensive syllabus of this course and answer all your queries through email. For further clarification, you will be able to recognize your qualification by checking the validity from our dedicated website. Why You Should Choose Ultimate PHP & MySQL Web Development & OOP Coding Lifetime access to the course No hidden fees or exam charges CPD Qualification Standards certification on successful completion Full Tutor support on weekdays (Monday - Friday) Efficient exam system, assessment and instant results Download Printable PDF certificate immediately after completion Obtain the original print copy of your certificate, dispatch the next working day for as little as £9. Improve your chance of gaining professional skills and better earning potential. Who is this Course for? Ultimate PHP & MySQL Web Development & OOP Coding is CPD Qualification Standards and IAO accredited. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic backgrounds. Requirements Our Ultimate PHP & MySQL Web Development & OOP Coding is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. Career Path You will be ready to enter the relevant job market after completing this course. You will be able to gain necessary knowledge and skills required to succeed in this sector. All our Diplomas' are CPD Qualification Standards and IAO accredited so you will be able to stand out in the crowd by adding our qualifications to your CV and Resume. Section 01: Introduction & Setup Introduction 00:02:00 Setup On Windows 00:15:00 Setup On Mac 00:11:00 Setup On Linux 00:12:00 Online Code Editor 00:03:00 Section 02: Basics Basic File Syntax 00:05:00 Printing (echo) 00:06:00 Comments 00:05:00 Variables 00:06:00 Variable Data Types 00:07:00 Variable Naming 00:03:00 Constants 00:02:00 Arrays 00:05:00 Associative Arrays 00:06:00 Multidimensional Arrays 00:04:00 Section 03: Control Structures if Statement 00:06:00 if...else Statement 00:02:00 if...elseif...else Statement 00:05:00 Switch Statement 00:06:00 while Loop 00:06:00 do...While Loop 00:03:00 for Loop 00:03:00 foreach Loop 00:05:00 Break Statement 00:02:00 Continue Statement 00:02:00 Section 04: Functions Basic Function 00:03:00 Passing Function Arguments 00:03:00 Passing Function Arguments By Reference 00:04:00 Default Argument Value 00:02:00 Function Returning Values 00:05:00 Dynamic Function Calls 00:03:00 Variable Scope 00:04:00 Section 05: Forms Simple HTML Form 00:07:00 GET vs POST 00:05:00 $_SERVER ['PHP_SELF'] 00:07:00 Validating Form Data With PHP 00:07:00 Required Fields 00:05:00 Display Error Messages 00:05:00 Validate Name 00:03:00 Validate Email 00:03:00 Validate URL 00:07:00 Keep The Values In The Form 00:04:00 Section 06: File Handling Read File (readfile()) 00:02:00 Open, Read & Close A File (fopen(), fread(), fclose()) 00:04:00 Read Single Line (fgets()) 00:03:00 Check End-Of-File (feof()) 00:02:00 Read Single Character (fgetc()) 00:02:00 Write To File (fwrite()) 00:03:00 Configure php.ini File For File Uploading 00:02:00 Front End HTML Upload Form 00:04:00 PHP Upload Script 00:15:00 Check If File Exists 00:03:00 Limit File Size 00:05:00 Limit File Type 00:04:00 Section 07: MySQL MySQL vs MySQLi vs PDO 00:05:00 Creating A Database & Table (phpMyAdmin) 00:06:00 Connecting To A Database 00:06:00 Get Data Using SELECT Query 00:10:00 WHERE Property For Filtering 00:03:00 LIKE Property For Pattern Search 00:02:00 Sorting Results Using ORDER BY Property 00:01:00 Using JOINS 00:08:00 Insert Data Using INSERT Query 00:04:00 Get ID Of The Last Inserted Row 00:02:00 Insert Multiple Rows 00:05:00 Update Data Using UPDATE Query 00:03:00 Delete Data Using DELETE Query 00:02:00 Delete All Rows In A Table Using TRUNCATE Query 00:02:00 Delete Table Using DROP Query 00:02:00 Limit Data Selections Using LIMIT, ROWNUM 00:04:00 Create Table Using CREATE Query 00:03:00 Clone/Duplicate Table 00:03:00 Alter Table 00:05:00 Create Database 00:02:00 Drop Database 00:02:00 SQL Injection & Prepared Statements 00:09:00 Section 08: XML What Is XML? 00:02:00 What Is SimpleXML? 00:02:00 Parse XML String 00:08:00 Parse XML File 00:02:00 Get Node Values 00:02:00 Get Node Values of Specific Elements 00:03:00 Get Node Values - Loop 00:03:00 Get Attribute Values 00:02:00 What Is The XML Expat Parser? 00:02:00 Initializing The XML Expat Parser 00:10:00 Load and Output XML Using DOM Parser 00:02:00 Looping Through XML Using DOM Parser 00:03:00 Section 09: AJAX What Is AJAX? 00:02:00 Load Simple Data Using AJAX Front End 00:08:00 Load Simple Data Using AJAX Back End 00:05:00 Load Data From A Database Using AJAX 00:08:00 Section 10: Emails Send A Plain Text Email 00:04:00 Send A HTML Email 00:06:00 Email Attachments 00:17:00 PHPMailer Setup 00:03:00 Send Email Using PHPMailer 00:04:00 Send HTML Email Using PHPMailer 00:04:00 Email Attachments Using PHPMailer 00:02:00 Section 11: Object Oriented Programming What Is Object Oriented Programming (OOP)? 00:03:00 Basic Class With Variables 00:04:00 Functions 00:05:00 Constructor 00:04:00 Destructor 00:02:00 Inheritance 00:06:00 Multi Class Inheritance 00:03:00 Function Overriding 00:03:00 Public vs Private vs Protected 00:05:00 Interfaces 00:04:00 Constants 00:03:00 Abstract Class 00:06:00 Static Keyword 00:03:00 Final Keyword 00:02:00 Initiating Parent Constructor 00:02:00 Section 12: Error Handling die() Function 00:02:00 Custom Error Handler 00:04:00 Triggering An Exception 00:03:00 Exception Handling 00:05:00 Create Database & Table 00:04:00 User Class & Database Connection 00:15:00 Register User Form 00:09:00 Inserting User Data Into Database 00:10:00 Registration Form Field Validation 00:12:00 Securing User Password 00:03:00 Check If Username or Email Already Exists 00:11:00 Retain Data After Failed Registration 00:03:00 Section 13: Advanced Validate an Integer Within a Range 00:04:00 Validate IPv6 Address 00:03:00 Validate URL - Must Contain QueryString 00:03:00 Remove Characters With ASCII Value > 127 00:04:00 Including & Requiring External PHP Files 00:05:00 Section 14 : Resource Resource 00:00:00 Assignment Assignment - Ultimate PHP & MySQL Web Development & OOP Coding 00:00:00

Ultimate PHP & MySQL Web Development & OOP Coding
Delivered Online On Demand10 hours 6 minutes
£25

Microsoft InfoPath 2007 Essentials

4.3(43)

By John Academy

Description: Microsoft InfoPath 2007 is created to be used for designing, distributing, filling and submitting electronic forms containing structured data. In this course, you will learn how to operate the slide show while you deliver your presentation and how to use all the tools you need to create, manage, and fill out for Microsoft InfoPath 2007. Understand how the different control for the program control types can be used for. In this course you will learn the necessary skills, knowledge and information about the Microsoft InfoPath 2007.  Who is the course for? Professionals who want to learn about the basic features of Microsoft InfoPath 2007. People who have an interest in knowing the essentials in Microsoft InfoPath 2007. Entry Requirement: This course is available to all learners, of all academic backgrounds. Learners should be aged 16 or over to undertake the qualification. Good understanding of English language, numeracy and ICT are required to attend this course. Assessment: At the end of the course, you will be required to sit an online multiple-choice test. Your test will be assessed automatically and immediately so that you will instantly know whether you have been successful. Before sitting for your final exam, you will have the opportunity to test your proficiency with a mock exam. Certification: After you have successfully passed the test, you will be able to obtain an Accredited Certificate of Achievement. You can however also obtain a Course Completion Certificate following the course completion without sitting for the test. Certificates can be obtained either in hard copy at the cost of £39 or in PDF format at the cost of £24. PDF certificate's turnaround time is 24 hours, and for the hardcopy certificate, it is 3-9 working days. Why choose us? Affordable, engaging & high-quality e-learning study materials; Tutorial videos/materials from the industry leading experts; Study in a user-friendly, advanced online learning platform; Efficient exam systems for the assessment and instant result; The UK & internationally recognized accredited qualification; Access to course content on mobile, tablet or desktop from anywhere anytime; The benefit of career advancement opportunities; 24/7 student support via email. Career Path: The Microsoft InfoPath 2007 Essentials course is a useful qualification to possess and would be beneficial for any type of professions or careers such as: Administrative Assistant Executive Assistant Office Administrator Office Manager Personal Assistant Secretary Senior Manager. Microsoft InfoPath 2007 Essentials Module One - Getting Started 00:30:00 Module Two - Opening and Closing InfoPath 01:00:00 Module Three - Filling Out a Form 01:00:00 Module Four - Designing a Form Framework 01:00:00 Module Five - Adding Labels 01:00:00 Module Six - Adding Controls 01:00:00 Module Seven - Formatting Controls 01:00:00 Module Eight - Working with Data Sources 01:00:00 Module Nine - Creating a View 01:00:00 Module Ten - Finishing the Form 01:00:00 Module Eleven - Distributing Your Form 01:00:00 Module Twelve - Wrapping Up 00:30:00 Activities Activities - Microsoft InfoPath 2007 Essentials 00:00:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Microsoft InfoPath 2007 Essentials
Delivered Online On Demand11 hours
£19