javascript library

19
JavaScript Library Shyamala Prayaga May 2009

Upload: shyamala-prayaga

Post on 12-Dec-2014

479 views

Category:

Documents


2 download

DESCRIPTION

 

TRANSCRIPT

Page 1: Javascript Library

JavaScript Library

Shyamala PrayagaMay 2009

Page 2: Javascript Library

Yodlee®, Inc. Copyright © 2009 - 04/10/2023 - CONFIDENTIAL 2

Agenda

• JavaScript Libraries – what, why.

• Advantages/Disadvantages.

• Commonly used Libraries.

• Features/Controls.

Page 3: Javascript Library

Yodlee®, Inc. Copyright © 2009 - 04/10/2023 - CONFIDENTIAL 3

What are JavaScript Libraries?

Definition

• A collection of JavaScript code– Commonly used functions, shortcuts, and animation effects– Extend the nature of JavaScript– Data manipulation helpers– User Interface elements

• Released and maintained by an individual, group or company.

• Licensed to users.

Page 4: Javascript Library

Yodlee®, Inc. Copyright © 2009 - 04/10/2023 - CONFIDENTIAL 4

Advantages

• Quick and Easy

• No need to be a master

• Cross-browser compatible

• No reinventing the wheel

• Code maintenance

• Reduced programming hours

• Mixed libraries

Page 5: Javascript Library

Yodlee®, Inc. Copyright © 2009 - 04/10/2023 - CONFIDENTIAL 5

Disadvantages

• No control

• Can become a crutch

• Can be limited

Page 6: Javascript Library

Yodlee®, Inc. Copyright © 2009 - 04/10/2023 - CONFIDENTIAL 6

Features

Page 7: Javascript Library

Yodlee®, Inc. Copyright © 2009 - 04/10/2023 - CONFIDENTIAL 7

Drag and Drop

Page 8: Javascript Library

Yodlee®, Inc. Copyright © 2009 - 04/10/2023 - CONFIDENTIAL 8

AutoComplete

Page 9: Javascript Library

Yodlee®, Inc. Copyright © 2009 - 04/10/2023 - CONFIDENTIAL 9

Modal Dialog

Page 10: Javascript Library

Yodlee®, Inc. Copyright © 2009 - 04/10/2023 - CONFIDENTIAL 10

TreeGrid

Page 11: Javascript Library

Yodlee®, Inc. Copyright © 2009 - 04/10/2023 - CONFIDENTIAL 11

Tabbed Pane

Page 12: Javascript Library

Yodlee®, Inc. Copyright © 2009 - 04/10/2023 - CONFIDENTIAL 12

Date Picker

Page 13: Javascript Library

Yodlee®, Inc. Copyright © 2009 - 04/10/2023 - CONFIDENTIAL 13

Slider

Page 14: Javascript Library

Yodlee®, Inc. Copyright © 2009 - 04/10/2023 - CONFIDENTIAL 14

More

• Color Picker

• Accordion

• WYSIWYG

• Data Grid

• Edit in place

Page 15: Javascript Library

Yodlee®, Inc. Copyright © 2009 - 04/10/2023 - CONFIDENTIAL 15

Commonly used Libraries

• Prototype

• Yahoo UI

• Jquery

• Dojo

• Scriptaculous

Page 16: Javascript Library

Yodlee®, Inc. Copyright © 2009 - 04/10/2023 - CONFIDENTIAL 16

Popularity and Usage

Page 17: Javascript Library

Yodlee®, Inc. Copyright © 2009 - 04/10/2023 - CONFIDENTIAL 17

Comparison

Page 18: Javascript Library

Yodlee®, Inc. Copyright © 2009 - 04/10/2023 - CONFIDENTIAL 18

Browser Support

• All Libraries support

IE 6+, Firefox 2+, Safari 2+, Opera 9+

Page 19: Javascript Library

Yodlee®, Inc. Copyright © 2009 - 04/10/2023 - CONFIDENTIAL 19

Questions?