SlideShare a Scribd company logo
1 of 15
© 22001144 TTaannggooee,, IInncc.. 
Matrix Sprint 15 
Infrastructure Topics + 
UI & UX Fixes… 
Stakeholders Demo 
12th September 2014
© 2014 Tangoe, Inc. 
Meet Matrix 
Powering the Connected Enterprise 
Turn On. Manage. Secure. Support. 
2
© 2014 Tangoe, Inc. 
Matrix Sprint 15 UI Optimizations Checklist… 
Powering the Connected Enterprise 
Optimizing Web Fonts Rendering Performance – Done 
New UI for Bill View & Account Audit Compliance Audit Details - Done 
(Alert), Info, Success & Error Message Enhancements – Done 
Context Menu Enhancements – Done 
Help & Info (About) Icons on the Header – Done 
Stabilizing the Main Menu in all the 3 levels – Partially Completed 
Stabilizing the Tenant Switcher – Partially Completed 
Implementing Sprite Icons & Images 
(.png, .webp, .svg & .woff) – Partially Completed 
Detail Grid Enhancements – Partially Completed 
Accordion Enhancements – Partially Completed 
Modal Window Enhancements – Partially Completed 
3
© 2014 Tangoe, Inc. 
Matrix Sprint 15 UI Optimizations Checklist… 
Powering the Connected Enterprise 
4 
Advance Search UI Enhancements – Partially Completed 
Wizard Steps Enhancements – Partially Completed 
Text Field, Dropdown, Split Buttons, Normal & Active Buttons 
Enhancements – Partially Completed 
Enhancing the Matrix Help – Partially Completed 
Using a Light Theme to avoiding Latency Issue – Partially Completed 
Avoiding Complex Custom Layouts – Partially Completed 
Refining the Sass & CSS Rendering Performance – Not Yet Started 
Refining the jQuery Rendering Performance – Not Yet Started 
MxBillImport – Bill Loading UI Enhancements – Not Yet Started 
Asset Template – Drag and Drop UI Enhancements – Not Yet Started 
New Login Page for Matrix – Not Yet Started
© 2014 Tangoe, Inc. 
Matrix Sprint 15 UI Optimizations Checklist… 
Powering the Connected Enterprise 
5 
Identifying USER ACTION area, and concentrating for better 
UI Enhancements – Partially Completed 
Applying Usability Heuristics for Matrix UI and 
making 100% Usable App – UX Activities - Partially Completed 
http://www.nngroup.com/articles/ten-usability-heuristics/
Benefits of Optimizing the Web Fonts : 
Avoiding Latency Issues, 
Multilingual and Multiple Device Supports & 
Crisp Look… 
Been 
Been 
implemented… 
implemented… 
© 2014 Tangoe, Inc. 
Powering the Connected Enterprise 
6 
Optimizing Web Font Rendering Performance 
 Introduced Open Sans Font Family (Regular, Italics, Semi bold & Semi bold Italics) 
 .woff – Web Open Font Format 
 .eot – Embedded Open Type 
 . ttf – True Type Font 
 . svg – Scalable Vector Graphics 
 https://github.com/FontFaceKit/open-sans 
 https://github.com/FontFaceKit/open-sans/commit/ea61437e6fa31b527e4ac5623b24f273965f8e15 
 https://www.igvita.com/2012/09/12/web-fonts-performance-making-pretty-fast/
Ready to be 
implemented 
© 2014 Tangoe, Inc. 
Powering the Connected Enterprise 
7 
Optimizing Icons & Images Avoiding Latency 
 Optimizing Matrix icons for faster recognition and avoiding latency 
 Planning to introduce WebP - Lossless, WebP - Lossy and Alpha 
Open Source Royalty free Compression Technology 
 Using WebP file format instead of .png, .gif & other file format for Chrome, 
because Google speeds WebP image format and brings 
animation support as well 
 http://www.w3schools.com/browsers/browsers_stats.asp 
 https://developers.google.com/speed/webp/gallery1 
 https://developers.google.com/speed/webp/gallery2#reproducing_the_images 
 http://cloudinary.com/blog/animated_webp_how_to_convert_animated_gif_to_webp_and_save_up_to_90_bandwidth 
Ready to be 
implemented 
And one more good thing with WebP 
extension, it’s supporting Animated 
file format as well. Now a days most of 
the Game Developers going with 
WebP file format to getting their 
Game App more faster than previous. 
And one more good thing with WebP 
extension, it’s supporting Animated 
file format as well. Now a days most of 
the Game Developers going with 
WebP file format to getting their 
Game App more faster than previous. 
In 3 ways, we can convert the WebP 
format… 
In 3 ways, we can convert the WebP 
format… 
Benefits of Optimizing the WebP: 
It’s a new technology file format recently introduced by Google, making the web faster and avoiding latency issue. But unfortunately, the 
WebP file format supporting only Google Chrome & Opera, for IE and Mozilla will still only supports PNG. The same way Google also playing 
with different browsers. For example, if you open YouTube in Chrome, you will be getting it WebP Sprite Icons, the same URL if you are opening 
in IE, you will be getting it PNG Sprite Icons. But comparing to both file format, WebP is lesser file size and better quality. 
Even WebP file format has 2 different quality as well. 1. Lossless 2. Lossy and Alpha.
Matrix Sprite Icons (.png & .webp) Comparisons 
Ready to be 
implemented 
Ready to be 
implemented 
© 2014 Tangoe, Inc. 
Powering the Connected Enterprise 
8 
pnpgng WWepePpP 
File Dimension : 673 x 970 & Size : 149 KB File Dimension : 673 x 970 & Size : 63 KB
Future 
Suggestion… 
© 2014 Tangoe, Inc. 
Powering the Connected Enterprise 
9 
Refining the Sass & CSS Rendering Performance 
Use Any Declaration Just Once 
Alphabetically Sort Declarations 
Sort and Group by Selectors 
Simple Rules for Better Organization and More Efficiency 
Future 
Suggestion… 
.field-button-split 
-khtml-border-radius: 3px 
-moz-border-radius: 3px 
-ms-border-radius: 3px 
-o-border-radius: 3px 
-webkit-border-radius: 3px 
background-color: white 
background: -moz-linear-gradient(top, white 0%, #f4f7f9 100%) 
background: -ms-linear-gradient(top, white 0%, #f4f7f9 100%) 
background: -o-linear-gradient(top, white 0%, #f4f7f9 100%) 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f4f7f9)) 
background: -webkit-linear-gradient(top, white 0%, #f4f7f9 100%) 
background: linear-gradient(to bottom, white 0%, #f4f7f9 100%) 
border-bottom-right-radius: 0px 
border-radius: 3px 
border-top-right-radius: 0px 
border: 1px solid #6c7680 
cursor: pointer 
display: inline-block 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f7f9',GradientType=0 ) 
font-family: Open Sans 
font-size: 12px 
height: 22px 
margin: 0px 
padding-left: 10px 
padding-right: 10px 
vertical-align: top
Refining the jQuery Rendering Performance 
Future 
Suggestion… 
© 2014 Tangoe, Inc. 
Powering the Connected Enterprise 
10 
Into R&D - 
Refining the jQuery Rendering Performance & Smooth Interactions… 
Future 
Suggestion…
Identifying User Action Area For Better Enhancements 
Future 
Suggestion… 
© 2014 Tangoe, Inc. 
Powering the Connected Enterprise 
11 
Currently identifying the User Action Area and will do the need in 
upcoming Matrix Sprint Release… 
Future 
Suggestion…
Ready to be 
implemented 
© 2014 Tangoe, Inc. 
Powering the Connected Enterprise 
12 
Approved Prototypes Are Ready For Future Sprint 
Bill Loading 
Process 
Ready For 
Implement… 
Bill Loading 
Process 
Ready For 
Implement… 
Location Map 
Live Google Map 
Location Map 
Live Google Map 
Design For 
Optional… 
Design For 
Optional… 
Bill Loading 
Process 
Ready For 
Implement… 
Bill Loading 
Process 
Ready For 
Implement… 
Asset Template 
Drag & Drop 
Asset Template 
Drag & Drop 
Ready For 
Implement… 
Ready For 
Implement… 
Ready to be 
implemented
Login Page: Waiting Approval For Future Sprint 
Ready to be 
implemented 
© 2014 Tangoe, Inc. 
Powering the Connected Enterprise 
13 
Matrix 
New Login 
Waiting 
for approval… 
Matrix 
New Login 
Waiting 
for approval… 
Ready to be 
implemented
Ready to be 
implemented 
© 2014 Tangoe, Inc. 
Powering the Connected Enterprise 
14 
Login Page: Waiting Approval For Future Sprint 
Matrix 
New Login 
Waiting 
for approval… 
Matrix 
New Login 
Waiting 
for approval… 
Ready to be 
implemented
© 22001144 TTaannggooee,, IInncc.. 
Thank You…

More Related Content

Similar to Tangoe matrix sprint 15 usable and light weight user interface demo - sep - 2014-new

Delivering Optimal Images for Phones and Tablets on the Modern Web
Delivering Optimal Images for Phones and Tablets on the Modern WebDelivering Optimal Images for Phones and Tablets on the Modern Web
Delivering Optimal Images for Phones and Tablets on the Modern WebJoshua Marantz
 
5 Simple Actions to Make a Measurable Impact on Your Responsive Site
5 Simple Actions to Make a Measurable Impact on Your Responsive Site5 Simple Actions to Make a Measurable Impact on Your Responsive Site
5 Simple Actions to Make a Measurable Impact on Your Responsive Site5th Finger
 
Internship Presentation 1 Web Developer
Internship Presentation 1 Web DeveloperInternship Presentation 1 Web Developer
Internship Presentation 1 Web DeveloperHemant Sarthak
 
vue-storefront - PWA eCommerce for Magento2 MM17NYC presentation
vue-storefront - PWA eCommerce for Magento2 MM17NYC presentationvue-storefront - PWA eCommerce for Magento2 MM17NYC presentation
vue-storefront - PWA eCommerce for Magento2 MM17NYC presentationDivante
 
Vue Storefront - Progressive Web App for Magento (1.9, 2.x) - MM18DE speech
Vue Storefront - Progressive Web App for Magento (1.9, 2.x) - MM18DE speechVue Storefront - Progressive Web App for Magento (1.9, 2.x) - MM18DE speech
Vue Storefront - Progressive Web App for Magento (1.9, 2.x) - MM18DE speechDivante
 
Ecommerce Mini Project / Group Project Coding
Ecommerce Mini Project / Group Project CodingEcommerce Mini Project / Group Project Coding
Ecommerce Mini Project / Group Project CodingHemant Sarthak
 
LvivCSS: Web Components as a foundation for Design System
LvivCSS: Web Components as a foundation for Design SystemLvivCSS: Web Components as a foundation for Design System
LvivCSS: Web Components as a foundation for Design SystemVlad Fedosov
 
CVCC - Data Visualization and VisiFire
CVCC - Data Visualization and VisiFireCVCC - Data Visualization and VisiFire
CVCC - Data Visualization and VisiFireryanaoliveira
 
Vishal_Agarwal_webMethods_CV_2016
Vishal_Agarwal_webMethods_CV_2016Vishal_Agarwal_webMethods_CV_2016
Vishal_Agarwal_webMethods_CV_2016vishal agarwal
 
PWA - ADT Magazine Webinar
PWA - ADT Magazine WebinarPWA - ADT Magazine Webinar
PWA - ADT Magazine WebinarSandeep Adwankar
 
Station Four: Web Redesign Presentation
Station Four: Web Redesign PresentationStation Four: Web Redesign Presentation
Station Four: Web Redesign Presentationcolberding
 
Account receivable management application
Account receivable management applicationAccount receivable management application
Account receivable management applicationMike Taylor
 
3158 - Cloud Infrastructure & It Optimization - Application Performance Manag...
3158 - Cloud Infrastructure & It Optimization - Application Performance Manag...3158 - Cloud Infrastructure & It Optimization - Application Performance Manag...
3158 - Cloud Infrastructure & It Optimization - Application Performance Manag...Sandeep Chellingi
 
MCA 6th Sem Project Report
MCA 6th Sem Project ReportMCA 6th Sem Project Report
MCA 6th Sem Project ReportPRADEEP GUPTA
 
Improving frontend performance
Improving frontend performanceImproving frontend performance
Improving frontend performanceSagar Desarda
 
MuleSoft Surat Virtual Meetup#16 - Anypoint Deployment Option, API and Operat...
MuleSoft Surat Virtual Meetup#16 - Anypoint Deployment Option, API and Operat...MuleSoft Surat Virtual Meetup#16 - Anypoint Deployment Option, API and Operat...
MuleSoft Surat Virtual Meetup#16 - Anypoint Deployment Option, API and Operat...Jitendra Bafna
 
Migrating a Vignette Website to Drupal: Story of Multnomah County
Migrating a Vignette Website to Drupal: Story of Multnomah CountyMigrating a Vignette Website to Drupal: Story of Multnomah County
Migrating a Vignette Website to Drupal: Story of Multnomah CountyAcquia
 

Similar to Tangoe matrix sprint 15 usable and light weight user interface demo - sep - 2014-new (20)

Delivering Optimal Images for Phones and Tablets on the Modern Web
Delivering Optimal Images for Phones and Tablets on the Modern WebDelivering Optimal Images for Phones and Tablets on the Modern Web
Delivering Optimal Images for Phones and Tablets on the Modern Web
 
5 Simple Actions to Make a Measurable Impact on Your Responsive Site
5 Simple Actions to Make a Measurable Impact on Your Responsive Site5 Simple Actions to Make a Measurable Impact on Your Responsive Site
5 Simple Actions to Make a Measurable Impact on Your Responsive Site
 
Internship Presentation 1 Web Developer
Internship Presentation 1 Web DeveloperInternship Presentation 1 Web Developer
Internship Presentation 1 Web Developer
 
presentaion.pptx
presentaion.pptxpresentaion.pptx
presentaion.pptx
 
vue-storefront - PWA eCommerce for Magento2 MM17NYC presentation
vue-storefront - PWA eCommerce for Magento2 MM17NYC presentationvue-storefront - PWA eCommerce for Magento2 MM17NYC presentation
vue-storefront - PWA eCommerce for Magento2 MM17NYC presentation
 
TRWResume-10-2016
TRWResume-10-2016TRWResume-10-2016
TRWResume-10-2016
 
Vue Storefront - Progressive Web App for Magento (1.9, 2.x) - MM18DE speech
Vue Storefront - Progressive Web App for Magento (1.9, 2.x) - MM18DE speechVue Storefront - Progressive Web App for Magento (1.9, 2.x) - MM18DE speech
Vue Storefront - Progressive Web App for Magento (1.9, 2.x) - MM18DE speech
 
Ecommerce Mini Project / Group Project Coding
Ecommerce Mini Project / Group Project CodingEcommerce Mini Project / Group Project Coding
Ecommerce Mini Project / Group Project Coding
 
LvivCSS: Web Components as a foundation for Design System
LvivCSS: Web Components as a foundation for Design SystemLvivCSS: Web Components as a foundation for Design System
LvivCSS: Web Components as a foundation for Design System
 
CVCC - Data Visualization and VisiFire
CVCC - Data Visualization and VisiFireCVCC - Data Visualization and VisiFire
CVCC - Data Visualization and VisiFire
 
Vishal_Agarwal_webMethods_CV_2016
Vishal_Agarwal_webMethods_CV_2016Vishal_Agarwal_webMethods_CV_2016
Vishal_Agarwal_webMethods_CV_2016
 
PWA - ADT Magazine Webinar
PWA - ADT Magazine WebinarPWA - ADT Magazine Webinar
PWA - ADT Magazine Webinar
 
Sam segal resume
Sam segal resumeSam segal resume
Sam segal resume
 
Station Four: Web Redesign Presentation
Station Four: Web Redesign PresentationStation Four: Web Redesign Presentation
Station Four: Web Redesign Presentation
 
Account receivable management application
Account receivable management applicationAccount receivable management application
Account receivable management application
 
3158 - Cloud Infrastructure & It Optimization - Application Performance Manag...
3158 - Cloud Infrastructure & It Optimization - Application Performance Manag...3158 - Cloud Infrastructure & It Optimization - Application Performance Manag...
3158 - Cloud Infrastructure & It Optimization - Application Performance Manag...
 
MCA 6th Sem Project Report
MCA 6th Sem Project ReportMCA 6th Sem Project Report
MCA 6th Sem Project Report
 
Improving frontend performance
Improving frontend performanceImproving frontend performance
Improving frontend performance
 
MuleSoft Surat Virtual Meetup#16 - Anypoint Deployment Option, API and Operat...
MuleSoft Surat Virtual Meetup#16 - Anypoint Deployment Option, API and Operat...MuleSoft Surat Virtual Meetup#16 - Anypoint Deployment Option, API and Operat...
MuleSoft Surat Virtual Meetup#16 - Anypoint Deployment Option, API and Operat...
 
Migrating a Vignette Website to Drupal: Story of Multnomah County
Migrating a Vignette Website to Drupal: Story of Multnomah CountyMigrating a Vignette Website to Drupal: Story of Multnomah County
Migrating a Vignette Website to Drupal: Story of Multnomah County
 

More from Venkatarajan Govindarajan (CUA Student from HFI)

More from Venkatarajan Govindarajan (CUA Student from HFI) (20)

Gv portfolio-ui-part3
Gv portfolio-ui-part3Gv portfolio-ui-part3
Gv portfolio-ui-part3
 
Gv portfolio-ui-part2
Gv portfolio-ui-part2Gv portfolio-ui-part2
Gv portfolio-ui-part2
 
Tangoe ux konw how - workshop - 10-06-2014
Tangoe   ux konw how - workshop - 10-06-2014Tangoe   ux konw how - workshop - 10-06-2014
Tangoe ux konw how - workshop - 10-06-2014
 
Gv portfolio-ui-part1
Gv portfolio-ui-part1Gv portfolio-ui-part1
Gv portfolio-ui-part1
 
Global carrier footprint v1
Global carrier footprint v1Global carrier footprint v1
Global carrier footprint v1
 
Look and feel presentation 070109
Look and feel presentation 070109Look and feel presentation 070109
Look and feel presentation 070109
 
Goc value competition_goingon
Goc value competition_goingonGoc value competition_goingon
Goc value competition_goingon
 
Mx userhelp ui-style guidelines
Mx userhelp ui-style guidelinesMx userhelp ui-style guidelines
Mx userhelp ui-style guidelines
 
Byod
ByodByod
Byod
 
My matrix ui suggestions
My matrix  ui suggestionsMy matrix  ui suggestions
My matrix ui suggestions
 
Mx access widgets-cororref
Mx access widgets-cororrefMx access widgets-cororref
Mx access widgets-cororref
 
Tangoe template-new
Tangoe template-newTangoe template-new
Tangoe template-new
 
Ems – batch approve (mobile) v2
Ems – batch approve (mobile) v2Ems – batch approve (mobile) v2
Ems – batch approve (mobile) v2
 
Ems – ui enhancement invoice-attachments
Ems – ui enhancement invoice-attachmentsEms – ui enhancement invoice-attachments
Ems – ui enhancement invoice-attachments
 
Ems usability engineering
Ems   usability engineeringEms   usability engineering
Ems usability engineering
 
Request approval (mobile) v1
Request approval (mobile) v1Request approval (mobile) v1
Request approval (mobile) v1
 
Persona request approval
Persona request approvalPersona request approval
Persona request approval
 
Ereminder informaion architecture
Ereminder informaion architectureEreminder informaion architecture
Ereminder informaion architecture
 
Iphone wireframe-visualdesign
Iphone wireframe-visualdesignIphone wireframe-visualdesign
Iphone wireframe-visualdesign
 
Mobile informaion architecture
Mobile informaion architectureMobile informaion architecture
Mobile informaion architecture
 

Recently uploaded

Revit Understanding Reference Planes and Reference lines in Revit for Family ...
Revit Understanding Reference Planes and Reference lines in Revit for Family ...Revit Understanding Reference Planes and Reference lines in Revit for Family ...
Revit Understanding Reference Planes and Reference lines in Revit for Family ...Narsimha murthy
 
Call Girls Satellite 7397865700 Ridhima Hire Me Full Night
Call Girls Satellite 7397865700 Ridhima Hire Me Full NightCall Girls Satellite 7397865700 Ridhima Hire Me Full Night
Call Girls Satellite 7397865700 Ridhima Hire Me Full Nightssuser7cb4ff
 
Design Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William VickeryDesign Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William VickeryWilliamVickery6
 
Call Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full NightCall Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full Nightssuser7cb4ff
 
Housewife Call Girls NRI Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...
Housewife Call Girls NRI Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...Housewife Call Girls NRI Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...
Housewife Call Girls NRI Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...narwatsonia7
 
定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一
定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一
定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一lvtagr7
 
ARt app | UX Case Study
ARt app | UX Case StudyARt app | UX Case Study
ARt app | UX Case StudySophia Viganò
 
NATA 2024 SYLLABUS, full syllabus explained in detail
NATA 2024 SYLLABUS, full syllabus explained in detailNATA 2024 SYLLABUS, full syllabus explained in detail
NATA 2024 SYLLABUS, full syllabus explained in detailDesigntroIntroducing
 
306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social Media306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social MediaD SSS
 
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130Suhani Kapoor
 
SCRIP Lua HTTP PROGRACMACION PLC WECON CA
SCRIP Lua HTTP PROGRACMACION PLC  WECON CASCRIP Lua HTTP PROGRACMACION PLC  WECON CA
SCRIP Lua HTTP PROGRACMACION PLC WECON CANestorGamez6
 
How to Be Famous in your Field just visit our Site
How to Be Famous in your Field just visit our SiteHow to Be Famous in your Field just visit our Site
How to Be Famous in your Field just visit our Sitegalleryaagency
 
Introduction-to-Canva-and-Graphic-Design-Basics.pptx
Introduction-to-Canva-and-Graphic-Design-Basics.pptxIntroduction-to-Canva-and-Graphic-Design-Basics.pptx
Introduction-to-Canva-and-Graphic-Design-Basics.pptxnewslab143
 
PORTAFOLIO 2024_ ANASTASIYA KUDINOVA
PORTAFOLIO   2024_  ANASTASIYA  KUDINOVAPORTAFOLIO   2024_  ANASTASIYA  KUDINOVA
PORTAFOLIO 2024_ ANASTASIYA KUDINOVAAnastasiya Kudinova
 
Call Girls Bapu Nagar 7397865700 Ridhima Hire Me Full Night
Call Girls Bapu Nagar 7397865700 Ridhima Hire Me Full NightCall Girls Bapu Nagar 7397865700 Ridhima Hire Me Full Night
Call Girls Bapu Nagar 7397865700 Ridhima Hire Me Full Nightssuser7cb4ff
 

Recently uploaded (20)

Revit Understanding Reference Planes and Reference lines in Revit for Family ...
Revit Understanding Reference Planes and Reference lines in Revit for Family ...Revit Understanding Reference Planes and Reference lines in Revit for Family ...
Revit Understanding Reference Planes and Reference lines in Revit for Family ...
 
Call Girls Satellite 7397865700 Ridhima Hire Me Full Night
Call Girls Satellite 7397865700 Ridhima Hire Me Full NightCall Girls Satellite 7397865700 Ridhima Hire Me Full Night
Call Girls Satellite 7397865700 Ridhima Hire Me Full Night
 
Call Girls in Pratap Nagar, 9953056974 Escort Service
Call Girls in Pratap Nagar,  9953056974 Escort ServiceCall Girls in Pratap Nagar,  9953056974 Escort Service
Call Girls in Pratap Nagar, 9953056974 Escort Service
 
Design Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William VickeryDesign Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William Vickery
 
Call Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full NightCall Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full Night
 
Housewife Call Girls NRI Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...
Housewife Call Girls NRI Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...Housewife Call Girls NRI Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...
Housewife Call Girls NRI Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...
 
定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一
定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一
定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一
 
Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance VVIP 🍎 SER...
Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance  VVIP 🍎 SER...Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance  VVIP 🍎 SER...
Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance VVIP 🍎 SER...
 
ARt app | UX Case Study
ARt app | UX Case StudyARt app | UX Case Study
ARt app | UX Case Study
 
NATA 2024 SYLLABUS, full syllabus explained in detail
NATA 2024 SYLLABUS, full syllabus explained in detailNATA 2024 SYLLABUS, full syllabus explained in detail
NATA 2024 SYLLABUS, full syllabus explained in detail
 
306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social Media306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social Media
 
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Cheap Rate Call girls Kalkaji 9205541914 shot 1500 night
Cheap Rate Call girls Kalkaji 9205541914 shot 1500 nightCheap Rate Call girls Kalkaji 9205541914 shot 1500 night
Cheap Rate Call girls Kalkaji 9205541914 shot 1500 night
 
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130
 
SCRIP Lua HTTP PROGRACMACION PLC WECON CA
SCRIP Lua HTTP PROGRACMACION PLC  WECON CASCRIP Lua HTTP PROGRACMACION PLC  WECON CA
SCRIP Lua HTTP PROGRACMACION PLC WECON CA
 
How to Be Famous in your Field just visit our Site
How to Be Famous in your Field just visit our SiteHow to Be Famous in your Field just visit our Site
How to Be Famous in your Field just visit our Site
 
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
 
Introduction-to-Canva-and-Graphic-Design-Basics.pptx
Introduction-to-Canva-and-Graphic-Design-Basics.pptxIntroduction-to-Canva-and-Graphic-Design-Basics.pptx
Introduction-to-Canva-and-Graphic-Design-Basics.pptx
 
PORTAFOLIO 2024_ ANASTASIYA KUDINOVA
PORTAFOLIO   2024_  ANASTASIYA  KUDINOVAPORTAFOLIO   2024_  ANASTASIYA  KUDINOVA
PORTAFOLIO 2024_ ANASTASIYA KUDINOVA
 
Call Girls Bapu Nagar 7397865700 Ridhima Hire Me Full Night
Call Girls Bapu Nagar 7397865700 Ridhima Hire Me Full NightCall Girls Bapu Nagar 7397865700 Ridhima Hire Me Full Night
Call Girls Bapu Nagar 7397865700 Ridhima Hire Me Full Night
 

Tangoe matrix sprint 15 usable and light weight user interface demo - sep - 2014-new

  • 1. © 22001144 TTaannggooee,, IInncc.. Matrix Sprint 15 Infrastructure Topics + UI & UX Fixes… Stakeholders Demo 12th September 2014
  • 2. © 2014 Tangoe, Inc. Meet Matrix Powering the Connected Enterprise Turn On. Manage. Secure. Support. 2
  • 3. © 2014 Tangoe, Inc. Matrix Sprint 15 UI Optimizations Checklist… Powering the Connected Enterprise Optimizing Web Fonts Rendering Performance – Done New UI for Bill View & Account Audit Compliance Audit Details - Done (Alert), Info, Success & Error Message Enhancements – Done Context Menu Enhancements – Done Help & Info (About) Icons on the Header – Done Stabilizing the Main Menu in all the 3 levels – Partially Completed Stabilizing the Tenant Switcher – Partially Completed Implementing Sprite Icons & Images (.png, .webp, .svg & .woff) – Partially Completed Detail Grid Enhancements – Partially Completed Accordion Enhancements – Partially Completed Modal Window Enhancements – Partially Completed 3
  • 4. © 2014 Tangoe, Inc. Matrix Sprint 15 UI Optimizations Checklist… Powering the Connected Enterprise 4 Advance Search UI Enhancements – Partially Completed Wizard Steps Enhancements – Partially Completed Text Field, Dropdown, Split Buttons, Normal & Active Buttons Enhancements – Partially Completed Enhancing the Matrix Help – Partially Completed Using a Light Theme to avoiding Latency Issue – Partially Completed Avoiding Complex Custom Layouts – Partially Completed Refining the Sass & CSS Rendering Performance – Not Yet Started Refining the jQuery Rendering Performance – Not Yet Started MxBillImport – Bill Loading UI Enhancements – Not Yet Started Asset Template – Drag and Drop UI Enhancements – Not Yet Started New Login Page for Matrix – Not Yet Started
  • 5. © 2014 Tangoe, Inc. Matrix Sprint 15 UI Optimizations Checklist… Powering the Connected Enterprise 5 Identifying USER ACTION area, and concentrating for better UI Enhancements – Partially Completed Applying Usability Heuristics for Matrix UI and making 100% Usable App – UX Activities - Partially Completed http://www.nngroup.com/articles/ten-usability-heuristics/
  • 6. Benefits of Optimizing the Web Fonts : Avoiding Latency Issues, Multilingual and Multiple Device Supports & Crisp Look… Been Been implemented… implemented… © 2014 Tangoe, Inc. Powering the Connected Enterprise 6 Optimizing Web Font Rendering Performance  Introduced Open Sans Font Family (Regular, Italics, Semi bold & Semi bold Italics)  .woff – Web Open Font Format  .eot – Embedded Open Type  . ttf – True Type Font  . svg – Scalable Vector Graphics  https://github.com/FontFaceKit/open-sans  https://github.com/FontFaceKit/open-sans/commit/ea61437e6fa31b527e4ac5623b24f273965f8e15  https://www.igvita.com/2012/09/12/web-fonts-performance-making-pretty-fast/
  • 7. Ready to be implemented © 2014 Tangoe, Inc. Powering the Connected Enterprise 7 Optimizing Icons & Images Avoiding Latency  Optimizing Matrix icons for faster recognition and avoiding latency  Planning to introduce WebP - Lossless, WebP - Lossy and Alpha Open Source Royalty free Compression Technology  Using WebP file format instead of .png, .gif & other file format for Chrome, because Google speeds WebP image format and brings animation support as well  http://www.w3schools.com/browsers/browsers_stats.asp  https://developers.google.com/speed/webp/gallery1  https://developers.google.com/speed/webp/gallery2#reproducing_the_images  http://cloudinary.com/blog/animated_webp_how_to_convert_animated_gif_to_webp_and_save_up_to_90_bandwidth Ready to be implemented And one more good thing with WebP extension, it’s supporting Animated file format as well. Now a days most of the Game Developers going with WebP file format to getting their Game App more faster than previous. And one more good thing with WebP extension, it’s supporting Animated file format as well. Now a days most of the Game Developers going with WebP file format to getting their Game App more faster than previous. In 3 ways, we can convert the WebP format… In 3 ways, we can convert the WebP format… Benefits of Optimizing the WebP: It’s a new technology file format recently introduced by Google, making the web faster and avoiding latency issue. But unfortunately, the WebP file format supporting only Google Chrome & Opera, for IE and Mozilla will still only supports PNG. The same way Google also playing with different browsers. For example, if you open YouTube in Chrome, you will be getting it WebP Sprite Icons, the same URL if you are opening in IE, you will be getting it PNG Sprite Icons. But comparing to both file format, WebP is lesser file size and better quality. Even WebP file format has 2 different quality as well. 1. Lossless 2. Lossy and Alpha.
  • 8. Matrix Sprite Icons (.png & .webp) Comparisons Ready to be implemented Ready to be implemented © 2014 Tangoe, Inc. Powering the Connected Enterprise 8 pnpgng WWepePpP File Dimension : 673 x 970 & Size : 149 KB File Dimension : 673 x 970 & Size : 63 KB
  • 9. Future Suggestion… © 2014 Tangoe, Inc. Powering the Connected Enterprise 9 Refining the Sass & CSS Rendering Performance Use Any Declaration Just Once Alphabetically Sort Declarations Sort and Group by Selectors Simple Rules for Better Organization and More Efficiency Future Suggestion… .field-button-split -khtml-border-radius: 3px -moz-border-radius: 3px -ms-border-radius: 3px -o-border-radius: 3px -webkit-border-radius: 3px background-color: white background: -moz-linear-gradient(top, white 0%, #f4f7f9 100%) background: -ms-linear-gradient(top, white 0%, #f4f7f9 100%) background: -o-linear-gradient(top, white 0%, #f4f7f9 100%) background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f4f7f9)) background: -webkit-linear-gradient(top, white 0%, #f4f7f9 100%) background: linear-gradient(to bottom, white 0%, #f4f7f9 100%) border-bottom-right-radius: 0px border-radius: 3px border-top-right-radius: 0px border: 1px solid #6c7680 cursor: pointer display: inline-block filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f7f9',GradientType=0 ) font-family: Open Sans font-size: 12px height: 22px margin: 0px padding-left: 10px padding-right: 10px vertical-align: top
  • 10. Refining the jQuery Rendering Performance Future Suggestion… © 2014 Tangoe, Inc. Powering the Connected Enterprise 10 Into R&D - Refining the jQuery Rendering Performance & Smooth Interactions… Future Suggestion…
  • 11. Identifying User Action Area For Better Enhancements Future Suggestion… © 2014 Tangoe, Inc. Powering the Connected Enterprise 11 Currently identifying the User Action Area and will do the need in upcoming Matrix Sprint Release… Future Suggestion…
  • 12. Ready to be implemented © 2014 Tangoe, Inc. Powering the Connected Enterprise 12 Approved Prototypes Are Ready For Future Sprint Bill Loading Process Ready For Implement… Bill Loading Process Ready For Implement… Location Map Live Google Map Location Map Live Google Map Design For Optional… Design For Optional… Bill Loading Process Ready For Implement… Bill Loading Process Ready For Implement… Asset Template Drag & Drop Asset Template Drag & Drop Ready For Implement… Ready For Implement… Ready to be implemented
  • 13. Login Page: Waiting Approval For Future Sprint Ready to be implemented © 2014 Tangoe, Inc. Powering the Connected Enterprise 13 Matrix New Login Waiting for approval… Matrix New Login Waiting for approval… Ready to be implemented
  • 14. Ready to be implemented © 2014 Tangoe, Inc. Powering the Connected Enterprise 14 Login Page: Waiting Approval For Future Sprint Matrix New Login Waiting for approval… Matrix New Login Waiting for approval… Ready to be implemented
  • 15. © 22001144 TTaannggooee,, IInncc.. Thank You…