SlideShare una empresa de Scribd logo
1 de 20
What is
JQuery?
jQuery is not a language,
but it is a well written
JavaScript code. As
quoted on official jQuery
website,
"it is a fast and concise
JavaScript Library that
simplifies HTML
document traversing,
event handling,
animating, and Ajax
interactions for rapid web
development”.
In order to work with JQuery, you should be aware of the basics of
JavaScript, HTML and CSS.
Why Jquery?
It helps to improve the performance
of the application
It helps to develop most browser
compatible web page
It helps to implement UI related
critical functionality without writing
hundreds of lines of codes
It is fast
It is extensible – jQuery can be
extended to implement customized
behavior
Other advantages of jQuery are:
No need to learn fresh new syntaxes
to use jQuery, knowing simple
JavaScript syntax is enough
Simple and cleaner code, no need
to write several lines of codes to
achieve complex functionality
JQuery is very compact and well
written JavaScript code that increases
the productivity of the developer by
enabling them to achieve critical UI
functionality by writing very small
amount of code.
How to use
JQuery?
jQuery usually comes as a
single JavaScript file
containing everything
comes out of the box with
jQuery. It can be included
within a web page using the
following mark-up:
How to load JQuery?
How to execute JQuery code?
There are two ways you may want to execute jQuery codes.
1st
The benefit of executing jQuery
code in this way is that it doesn’t
wait for the whole page to load
completely, so in case you want
the user to see the effects as
soon as the corresponding
elements are loaded, you can
use this.
However, the disadvantage is
that if the element on which
jQuery has to execute has not
loaded, then it will error out or
you will not get the desired
result; so while using this way of
executing jQuery code, you will
have to make sure that the
element on which you want to
work with jQuery is loaded first
(you can place your jQuery code
right after your HTML element).
2nd
This is the better and safer
way to execute jQuery. This
makes sure that jQuery code
will execute only if complete
page has been loaded in the
browser so you are rest
assured that user will not see
any undesired behavior on
the page.
Ease of use
Large library
Strong opensource community
Great documentation and tutorials
Ajax support
Functionality maybe
JQuery javascript file required
JQuery provides a simple way to select single element or group of
elements. You can access element by type (div, span, p), id, CSS
class and attribute, etc.
SELECTORS
SLIDING EFFECT
Example…JQuery provides three methods to
show or hide elements in sliding
behavior.
SlideDown(speed, callback): This
method gradually increases the
height of the elements, from hidden
to visible.
SlideUp(speed, callback): This
method gradually decreases the
height of the elements, from visible
to hidden.
SlideToggle(speed, callback): This
method toggles between SildeUp()
and SlideDown() for selected
elements.
I created Box using DIVs and choose DIV
having id “contentArea” for sliding.
Register click event of the HTML element and call
SlideToggle and SlidUp method for the
“contentArea”. More details of this example are
available in the attached project.
Fade Effect
Example…JQuery also provides four methods to
gradually change the opacity of the
selected element using Fade effect.
fadeTo(speed, opacity, callback): This
method changes the opacity of selected
elements to specified opacity.
fadeIn(speed, callback): This method
gradually increases the opacity of the
elements, from hidden to visible.
fadeOut(speed, callback): This method
gradually decreases the opacity of the
elements, from visible to hidden.
fadeToggle(speed, callback): This method
toggles between FadeIn() and FadeOut()
for selected elements.
I will set the opacity of the image on hover.
Add images in to the DIV and assign id
“fadeExp1” to div.
In ready() function, set the default opacity of all images
using $(“#fadeExp1 img”).fadeTo(0, 0.3); statement.
Then register Hover event on each image and provide
two functions in it, one for mouse over and one for
mouse out and set the opacity of element there.
Animation Effect
Example…
JQuery also provides an easy way to
animate element. the syntax of
animate method is .animate(
properties, [duration], [easing],
[complete]).
properties: A map of CSS
properties, which changes
during animation
duration: String or number
to determine the duration of
the animation
easing: The name of easing
function to use for the
transition
complete: A function to call
on the complete of
animation
A very cool and simple example for the icons list in
your website, simply register hover event on
the image. On mover over, set top=-15 and on
mouse out set top=0 again.
Don’t forget to set the relative position of the
image.
F
I
n
Mr. Ardee Aram
Moiselle Sarah C. Roxas
CPE 406
PROFESSIONAL ELECTIVE 1

Más contenido relacionado

La actualidad más candente

La actualidad más candente (20)

Intro to ReactJS
Intro to ReactJSIntro to ReactJS
Intro to ReactJS
 
React - Start learning today
React - Start learning today React - Start learning today
React - Start learning today
 
jQuery basics for Beginners
jQuery basics for BeginnersjQuery basics for Beginners
jQuery basics for Beginners
 
React JS - A quick introduction tutorial
React JS - A quick introduction tutorialReact JS - A quick introduction tutorial
React JS - A quick introduction tutorial
 
20180518 QNAP Seminar - Introduction to React Native
20180518 QNAP Seminar - Introduction to React Native20180518 QNAP Seminar - Introduction to React Native
20180518 QNAP Seminar - Introduction to React Native
 
Angular js
Angular jsAngular js
Angular js
 
JOSA TechTalks - Better Web Apps with React and Redux
JOSA TechTalks - Better Web Apps with React and ReduxJOSA TechTalks - Better Web Apps with React and Redux
JOSA TechTalks - Better Web Apps with React and Redux
 
jQuery Effects
jQuery EffectsjQuery Effects
jQuery Effects
 
ReactJs presentation
ReactJs presentationReactJs presentation
ReactJs presentation
 
Substance Java One 2007 Community Corner
Substance Java One 2007  Community  CornerSubstance Java One 2007  Community  Corner
Substance Java One 2007 Community Corner
 
AngularJS 2.0
AngularJS 2.0AngularJS 2.0
AngularJS 2.0
 
AngularJS intro
AngularJS introAngularJS intro
AngularJS intro
 
React JS: A Secret Preview
React JS: A Secret PreviewReact JS: A Secret Preview
React JS: A Secret Preview
 
React Native Introduction: Making Real iOS and Android Mobile App By JavaScript
React Native Introduction: Making Real iOS and Android Mobile App By JavaScriptReact Native Introduction: Making Real iOS and Android Mobile App By JavaScript
React Native Introduction: Making Real iOS and Android Mobile App By JavaScript
 
Introduction to React JS
Introduction to React JSIntroduction to React JS
Introduction to React JS
 
Angular Data Binding
Angular Data BindingAngular Data Binding
Angular Data Binding
 
Learn react-js
Learn react-jsLearn react-js
Learn react-js
 
reactJS
reactJSreactJS
reactJS
 
Getting Started with React-Nathan Smith
Getting Started with React-Nathan SmithGetting Started with React-Nathan Smith
Getting Started with React-Nathan Smith
 
Intro to React
Intro to ReactIntro to React
Intro to React
 

Destacado

Palm sunday april 1, 2012 (2)
Palm sunday april 1, 2012 (2)Palm sunday april 1, 2012 (2)
Palm sunday april 1, 2012 (2)
calvarymc
 
Causesof wwi
Causesof wwiCausesof wwi
Causesof wwi
tar358
 
Wwi battles and outcomes
Wwi battles and outcomesWwi battles and outcomes
Wwi battles and outcomes
tar358
 
Standardized Test Prep
Standardized Test PrepStandardized Test Prep
Standardized Test Prep
tar358
 
Social Studies Stadardized Test Prep.
Social Studies Stadardized Test Prep.Social Studies Stadardized Test Prep.
Social Studies Stadardized Test Prep.
tar358
 

Destacado (18)

Facebook timeline
Facebook timelineFacebook timeline
Facebook timeline
 
Magnetic Field Analyzers by ACMAS Technologies Pvt Ltd.
Magnetic Field Analyzers by ACMAS Technologies Pvt Ltd.Magnetic Field Analyzers by ACMAS Technologies Pvt Ltd.
Magnetic Field Analyzers by ACMAS Technologies Pvt Ltd.
 
slide1
slide1slide1
slide1
 
Palm sunday april 1, 2012 (2)
Palm sunday april 1, 2012 (2)Palm sunday april 1, 2012 (2)
Palm sunday april 1, 2012 (2)
 
Bible study001
Bible study001Bible study001
Bible study001
 
slide2
slide2slide2
slide2
 
SIP Photo Slideshow
SIP Photo SlideshowSIP Photo Slideshow
SIP Photo Slideshow
 
Causesof wwi
Causesof wwiCausesof wwi
Causesof wwi
 
Economical Hydrogen per Oxide Detector by ACMAS Technologies Pvt Ltd.
Economical Hydrogen per Oxide Detector by ACMAS Technologies Pvt Ltd.Economical Hydrogen per Oxide Detector by ACMAS Technologies Pvt Ltd.
Economical Hydrogen per Oxide Detector by ACMAS Technologies Pvt Ltd.
 
Facebook timeline details
Facebook timeline detailsFacebook timeline details
Facebook timeline details
 
Blood Bank Refrigerator (4 °C) by ACMAS Technologies Pvt Ltd.
Blood Bank Refrigerator (4 °C) by ACMAS Technologies Pvt Ltd.Blood Bank Refrigerator (4 °C) by ACMAS Technologies Pvt Ltd.
Blood Bank Refrigerator (4 °C) by ACMAS Technologies Pvt Ltd.
 
Wwi battles and outcomes
Wwi battles and outcomesWwi battles and outcomes
Wwi battles and outcomes
 
Comcast Event
Comcast EventComcast Event
Comcast Event
 
Linhart Public Relations and our Pets
Linhart Public Relations and our PetsLinhart Public Relations and our Pets
Linhart Public Relations and our Pets
 
Linhart Public Relations and our Pets
Linhart Public Relations and our PetsLinhart Public Relations and our Pets
Linhart Public Relations and our Pets
 
Standardized Test Prep
Standardized Test PrepStandardized Test Prep
Standardized Test Prep
 
Social Studies Stadardized Test Prep.
Social Studies Stadardized Test Prep.Social Studies Stadardized Test Prep.
Social Studies Stadardized Test Prep.
 
Facebook timeline
Facebook timelineFacebook timeline
Facebook timeline
 

Similar a JQUERY TUTORIALS

J query presentation
J query presentationJ query presentation
J query presentation
akanksha17
 
J query presentation
J query presentationJ query presentation
J query presentation
sawarkar17
 
Getting Started with jQuery
Getting Started with jQueryGetting Started with jQuery
Getting Started with jQuery
Laila Buncab
 
jQuery - the world's most popular java script library comes to XPages
jQuery - the world's most popular java script library comes to XPagesjQuery - the world's most popular java script library comes to XPages
jQuery - the world's most popular java script library comes to XPages
Mark Roden
 

Similar a JQUERY TUTORIALS (20)

Jquery
JqueryJquery
Jquery
 
J query intro_29thsep_alok
J query intro_29thsep_alokJ query intro_29thsep_alok
J query intro_29thsep_alok
 
Starting with jQuery
Starting with jQueryStarting with jQuery
Starting with jQuery
 
J query
J queryJ query
J query
 
Jquery
Jquery Jquery
Jquery
 
J query presentation
J query presentationJ query presentation
J query presentation
 
J query presentation
J query presentationJ query presentation
J query presentation
 
Lotusphere 2012 Speedgeeking - jQuery & Domino, a RAD Combination
Lotusphere 2012 Speedgeeking - jQuery & Domino, a RAD CombinationLotusphere 2012 Speedgeeking - jQuery & Domino, a RAD Combination
Lotusphere 2012 Speedgeeking - jQuery & Domino, a RAD Combination
 
Top 45 jQuery Interview Questions and Answers | Edureka
Top 45 jQuery Interview Questions and Answers | EdurekaTop 45 jQuery Interview Questions and Answers | Edureka
Top 45 jQuery Interview Questions and Answers | Edureka
 
Implementing auto complete using JQuery
Implementing auto complete using JQueryImplementing auto complete using JQuery
Implementing auto complete using JQuery
 
Jquery tutorial-beginners
Jquery tutorial-beginnersJquery tutorial-beginners
Jquery tutorial-beginners
 
Getting Started with jQuery
Getting Started with jQueryGetting Started with jQuery
Getting Started with jQuery
 
jQuery - the world's most popular java script library comes to XPages
jQuery - the world's most popular java script library comes to XPagesjQuery - the world's most popular java script library comes to XPages
jQuery - the world's most popular java script library comes to XPages
 
Fewd week4 slides
Fewd week4 slidesFewd week4 slides
Fewd week4 slides
 
Jquery
JqueryJquery
Jquery
 
Jquery
JqueryJquery
Jquery
 
Jquery
JqueryJquery
Jquery
 
Jquery beltranhomewrok
Jquery beltranhomewrokJquery beltranhomewrok
Jquery beltranhomewrok
 
Jquery beltranhomewrok
Jquery beltranhomewrokJquery beltranhomewrok
Jquery beltranhomewrok
 
A to Z about JQuery - Become Newbie to Expert Java Developer
A to Z about JQuery - Become Newbie to Expert Java DeveloperA to Z about JQuery - Become Newbie to Expert Java Developer
A to Z about JQuery - Become Newbie to Expert Java Developer
 

Último

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 

Último (20)

Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 

JQUERY TUTORIALS

  • 1.
  • 2.
  • 3. What is JQuery? jQuery is not a language, but it is a well written JavaScript code. As quoted on official jQuery website, "it is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development”. In order to work with JQuery, you should be aware of the basics of JavaScript, HTML and CSS.
  • 4. Why Jquery? It helps to improve the performance of the application It helps to develop most browser compatible web page It helps to implement UI related critical functionality without writing hundreds of lines of codes It is fast It is extensible – jQuery can be extended to implement customized behavior Other advantages of jQuery are: No need to learn fresh new syntaxes to use jQuery, knowing simple JavaScript syntax is enough Simple and cleaner code, no need to write several lines of codes to achieve complex functionality JQuery is very compact and well written JavaScript code that increases the productivity of the developer by enabling them to achieve critical UI functionality by writing very small amount of code.
  • 5. How to use JQuery? jQuery usually comes as a single JavaScript file containing everything comes out of the box with jQuery. It can be included within a web page using the following mark-up: How to load JQuery?
  • 6. How to execute JQuery code? There are two ways you may want to execute jQuery codes.
  • 7. 1st The benefit of executing jQuery code in this way is that it doesn’t wait for the whole page to load completely, so in case you want the user to see the effects as soon as the corresponding elements are loaded, you can use this. However, the disadvantage is that if the element on which jQuery has to execute has not loaded, then it will error out or you will not get the desired result; so while using this way of executing jQuery code, you will have to make sure that the element on which you want to work with jQuery is loaded first (you can place your jQuery code right after your HTML element).
  • 8. 2nd This is the better and safer way to execute jQuery. This makes sure that jQuery code will execute only if complete page has been loaded in the browser so you are rest assured that user will not see any undesired behavior on the page.
  • 9. Ease of use Large library Strong opensource community Great documentation and tutorials Ajax support Functionality maybe JQuery javascript file required
  • 10. JQuery provides a simple way to select single element or group of elements. You can access element by type (div, span, p), id, CSS class and attribute, etc. SELECTORS
  • 12. Example…JQuery provides three methods to show or hide elements in sliding behavior. SlideDown(speed, callback): This method gradually increases the height of the elements, from hidden to visible. SlideUp(speed, callback): This method gradually decreases the height of the elements, from visible to hidden. SlideToggle(speed, callback): This method toggles between SildeUp() and SlideDown() for selected elements.
  • 13. I created Box using DIVs and choose DIV having id “contentArea” for sliding. Register click event of the HTML element and call SlideToggle and SlidUp method for the “contentArea”. More details of this example are available in the attached project.
  • 15. Example…JQuery also provides four methods to gradually change the opacity of the selected element using Fade effect. fadeTo(speed, opacity, callback): This method changes the opacity of selected elements to specified opacity. fadeIn(speed, callback): This method gradually increases the opacity of the elements, from hidden to visible. fadeOut(speed, callback): This method gradually decreases the opacity of the elements, from visible to hidden. fadeToggle(speed, callback): This method toggles between FadeIn() and FadeOut() for selected elements.
  • 16. I will set the opacity of the image on hover. Add images in to the DIV and assign id “fadeExp1” to div. In ready() function, set the default opacity of all images using $(“#fadeExp1 img”).fadeTo(0, 0.3); statement. Then register Hover event on each image and provide two functions in it, one for mouse over and one for mouse out and set the opacity of element there.
  • 18. Example… JQuery also provides an easy way to animate element. the syntax of animate method is .animate( properties, [duration], [easing], [complete]). properties: A map of CSS properties, which changes during animation duration: String or number to determine the duration of the animation easing: The name of easing function to use for the transition complete: A function to call on the complete of animation
  • 19. A very cool and simple example for the icons list in your website, simply register hover event on the image. On mover over, set top=-15 and on mouse out set top=0 again. Don’t forget to set the relative position of the image.
  • 20. F I n Mr. Ardee Aram Moiselle Sarah C. Roxas CPE 406 PROFESSIONAL ELECTIVE 1

Notas del editor

  1. Your introductory or title slide should convey the overall “feeling” and focus of your presentation. For instance, I typically present about small-business trends, new business ideas, growth opportunities or other positive trends. In this sample presentation, I’m talking about new business ideas, so I used a sun graphic in this slide template to convey a positive feeling. Personalize this slide template with your company’s logo. To add a logo to all slides, place it on the Slide Master. To access the Slide Master, on the Themes tab of the Ribbon, click Edit Master and then click Slide Master.Disclaimer: You understand that Microsoft does not endorse or control the content provided in the following presentation. Microsoft provides this content to you for informational purposes only; it is not intended to be relied upon as business or financial advice. Microsoft does not guarantee or otherwise warrant the accuracy or validity of this information and encourages you to consult with a business or financial professional as appropriate.RIEVA LESONSKY Founder and President, GrowBiz Media RievaLesonsky is founder and president of GrowBiz Media, a content and consulting company specializing in covering small businesses and entrepreneurship. A nationally known speaker and authority on entrepreneurship, Lesonsky has been covering America’s entrepreneurs for nearly 30 years. Before co-founding GrowBiz Media, Lesonsky was Editorial Director of Entrepreneur Magazine.
  2. I like to speak spontaneously, so I use PowerPoint as an outline to keep me on track. It’s best to keep your PowerPoint text brief, simply reinforcing key points you will talk about at more length. You can use this slide template to convey a series of steps or related points in a short format.
  3. A plain old bulleted list can get boring, so use graphics to liven it up. An image that conveys what you’re saying in visual format (like this diagram) can reinforce your ideas in the audience’s mind.
  4. I like to use an off-balance layout to keep things from getting too symmetrical. Customize this slide template graphics of your choice, including photos, clip art, your logo or illustrations. Good photos really help cement an idea in the audience’s mind. This slide is animated to display an appropriate image as you introduce each business type.
  5. I often use color and graphics to add excitement to a presentation. Just because it’s about business doesn’t mean it has to be staid—you need movement, energy and color, as in this slide template. Use this slide template to illustrate relationships or processes. In this slide, I used it to show how demographic trends create a new consumer group and what products that group purchases. You could also use it to illustrate your sales cycle or relationships among departments in your company.
  6. Insert a chart in this slide template to illustrate your topic visually, then use bullets or color to call out key findings or points from your chart in a brief format.
  7. This slide template can show steps, stages or how various elements or factors combine to make one key result or goal. For instance, you could show how various departments in your business work together to make the sale, how key customer groups will all purchase your product, or how different funding sources will provide the total you need. This slide template also makes an excellent concluding slide for your presentation, enabling you to graphically sum up your key points into one final whole.