SlideShare a Scribd company logo
Google Chronicles Analytics and Chrome Sarah Dutkiewicz Cleveland Tech Events [email_address]
Agenda Analytics What is it? Why is it important for web developers? How easy is it to get started? Future meeting information Chrome What do developers need to know about when developing for this web browser?
Google Analytics - What Is It? Google Analytics can be found at  http://www.google.com/analytics
Google Analytics - Types of Reports

Recommended for you

HTML Hypermedia APIs and Adaptive Web Design - Nordic APIs
HTML Hypermedia APIs and Adaptive Web Design - Nordic APIsHTML Hypermedia APIs and Adaptive Web Design - Nordic APIs
HTML Hypermedia APIs and Adaptive Web Design - Nordic APIs

The document discusses using HTML hypermedia APIs and adaptive web design (AWD) together to build web applications that scale across devices. HTML hypermedia APIs allow building web APIs that return HTML, enabling rich clients without native apps, while AWD makes the web work across browsers by conditionally loading content. The combination is suggested to be a perfect way to scale app development and make the web work on all browsers.

hypermediarestadaptive web design
CraftCamp for Students - Introduction to JHipster
CraftCamp for Students - Introduction to JHipsterCraftCamp for Students - Introduction to JHipster
CraftCamp for Students - Introduction to JHipster

This document discusses JHipster, an open source tool for generating and developing modern web applications in Java. JHipster uses Spring Boot and AngularJS to generate a frontend and backend for a web app that is production-ready out of the box with features like HTTP caching, JavaScript minification, monitoring, and logging. It presents JHipster as a foundation for building fast, scalable web apps using trends like microservices and NoSQL databases. A demo JHipster app is provided and the basics of using JHipster are explained, with pointers to documentation and other resources to get started.

jhipster spring angularjs bluemix cloudfoundry
Php Camp Open Social
Php Camp  Open SocialPhp Camp  Open Social
Php Camp Open Social

A presentation on OpenSocial by my colleague Peeyush Gulati. It was presented at PHPCamp, Pune, on Sept'20th, 2008.

phpphpcamppune08phpcamp
Google Analytics - Types of Reports
Google Analytics - Types of Reports
Google Analytics - Getting Started
Google Analytics - Getting Signed Up

Recommended for you

[Phpcamp]Shindig An OpenSocial container
[Phpcamp]Shindig An OpenSocial container[Phpcamp]Shindig An OpenSocial container
[Phpcamp]Shindig An OpenSocial container

Blog Link: http://projectbee.org/blog/archive/how-to-implementing-shindig/ The presentation is all about getting started with implementing Shindig for your existing social portal. Presented at PHPCamp, Pune, on Sept'20th, 2008.

opensocialshindigphpcamp
Easy logins for JavaScript web applications
Easy logins for JavaScript web applicationsEasy logins for JavaScript web applications
Easy logins for JavaScript web applications

This document summarizes François Marier's presentation on easy logins for JavaScript web applications using Persona. It discusses some of the problems with traditional password-based logins, such as passwords being hard to secure and remember. It then introduces Persona as a solution that allows users to log in to websites using their email address, without needing to manage individual passwords. The document provides an overview of how Persona works and how developers can implement it with just a few steps. It highlights the benefits of Persona being decentralized, simple for users, and easy for developers to add to websites and applications.

authenticationpasswordsbrowserid
Spring insight what just happened
Spring insight   what just happenedSpring insight   what just happened
Spring insight what just happened

Presentation by Derek Beauregard at the Boulder Java User's Group on August 13, 2013. See more at http://boulderjug.org

javabjugspring
Google Analytics - Adding Tracking
Google Analytics - Adding Tracking
Google Urchin Original name of the Google Analytics project Now a standalone commercial product available to run Analytics on your own sites from your own servers, bypassing Google's servers   http://www.google.com/urchin/index.html
More on Web Analytics

Recommended for you

Mobile API: Design & Techniques
Mobile API: Design & TechniquesMobile API: Design & Techniques
Mobile API: Design & Techniques

Designing a web API is hard, designing a mobile API is even harder. With heavy constraints such as bandwidth, latency and CPU power, developing a mobile API is a challenge for the service provider and the application developer. As mobile devices become ubiquitous and connected, offering the best user experience in mobile application is crucial; optimizing the network is an important part of it. In this talk we'll cover the challenges of designing a mobile API as well as innovative solutions and best practices that can be used by the service provider. We'll share our broad experience in developing connected mobile apps.

Pyruvate, a reasonably fast, non-blocking, multithreaded WSGI server
Pyruvate, a reasonably fast, non-blocking, multithreaded WSGI serverPyruvate, a reasonably fast, non-blocking, multithreaded WSGI server
Pyruvate, a reasonably fast, non-blocking, multithreaded WSGI server

Thomas Schorr, https://2020.ploneconf.org/speakers/thomas-schorr Pyruvate is a non-blocking, multithreaded WSGI server with competitive performance, implemented in Rust. It features non-blocking read/write based on mio (https://docs.rs/mio/), a rust-cpython (https://docs.rs/cpython/) based Python interface and a worker pool based on threadpool (https://docs.rs/threadpool/). The sendfile system call is used for efficient file transfer. Pyruvate integrates with the Python logging API using asynchronous logging. PasteDeploy configuration and systemd socket activation are supported. Beta releases are available for CPython (>=3.6) and Linux. The talk will present the current state of the project and show how to use Pyruvate with Zope/Plone and other Python web frameworks. Another focus will be on the roadmap towards a 1.0 release scheduled for end of this year. https://gitlab.com/tschorr/pyruvate https://pypi.org/project/pyruvate/ https://2020.ploneconf.org/talks/pyruvate-a-reasonably-fast-non-blocking-multithreaded-wsgi-server/

ploneconfploneconf2020plone
Latest Javascript MVC & Front End Frameworks 2017
Latest Javascript MVC & Front End Frameworks 2017Latest Javascript MVC & Front End Frameworks 2017
Latest Javascript MVC & Front End Frameworks 2017

Here we defined top 5 javascript frameworks and its comparison which help you to better understand what is JS frameworks and why angularJS is best among them.

javascript frameworkswhy angularjs is used
Google Chrome WebKit V8 Gears Picture from  http://www.flickr.com/photos/thatguyfromcchs08/2300190277/
Google Chrome - User Agent Screenshot taken while visiting  http://www.whatsmyuseragent.com Based on WebKit
Google's V8 Picture taken from  http://www.freakingnews.com/Google-V8-Pictures-55464.asp
Google's V8 Javascript Engine Open source Javascript engine Written in C++ Targets  EMCA-262   http://code.google.com/p/v8/ Goal:  fast execution of large JavaScript applications Beats out SpiderMonkey (Firefox), JScript (Internet Explorer), and JavaScriptCore (Safari) in some benchmarks 1 1   More on the benchmarks can be found here:  http://v8.googlecode.com/svn/data/benchmarks/v5/run.html

Recommended for you

Lap Around ASP.NET MVC 5
Lap Around ASP.NET MVC 5Lap Around ASP.NET MVC 5
Lap Around ASP.NET MVC 5

This document outlines an agenda for a presentation on new features in ASP.NET MVC 5 including Bootstrap, scaffolding, ASP.NET Identity, attribute routing, and authentication filters. The presentation provides demos of each new feature, with the goal of giving an overview of ASP.NET MVC 5 and how it can be used to build scalable, standards-based web applications.

asp.netmvc5
Gaca-Tworek: JavaScript analysis is extremely important and anyone can do it!...
Gaca-Tworek: JavaScript analysis is extremely important and anyone can do it!...Gaca-Tworek: JavaScript analysis is extremely important and anyone can do it!...
Gaca-Tworek: JavaScript analysis is extremely important and anyone can do it!...

This document provides an overview of JavaScript analysis for SEO purposes. It discusses how JavaScript can impact a site's position in search engine results pages and performance. It provides tips for analyzing JavaScript-rendered content and ensuring it is properly indexed by search engines. The document also covers how to optimize JavaScript files for faster loading, including minification, compression, efficient loading, and validating third-party scripts. Checklists are provided for assessing a site's JavaScript usage and opportunities for improvement.

seotechnicalseo
API Developer Experience: Why it Matters, and How Documenting Your API with S...
API Developer Experience: Why it Matters, and How Documenting Your API with S...API Developer Experience: Why it Matters, and How Documenting Your API with S...
API Developer Experience: Why it Matters, and How Documenting Your API with S...

Whether you’re new to Swagger, or have already been using the framework for API design, there’s a good chance you still have questions about how to improve your API documentation. Creating API documentation your consumers will love can take some work, but the investment will have a significant payoff in the form of a great developer experience, easier implementation, and improved adoption of your API. This presentation covers good developer experience in detail, focusing on why and how to provide an optimal experience for developers using your API. We will also cover how Swagger has changed the API design and documentation landscape, and finally show some good practices for API documentation using Swagger in SwaggerHub’s integrated API development platform. Things to expect in this webinar: What is Developer Experience (DX)? What does it mean for an API to have good DX? API documentation in the context of good DX? An introduction to the Swagger framework Designing APIs from a usability perspective using Swagger and SwaggerHub

apidocumentationapi documentation
Google Gears Cross-platform, open source browser add-on to let apps run offline Three key features A local server to cache resources A database to store to and access via a browser  A worker thread pool   http://code.google.com/apis/gears/
Google Chrome Web Dev Quirks Encoding Specify close to the top, within <head></head> tags. Declare encoding in a standalone meta tag, as opposed to writing it out with a document.write(); statement URL Encoding Query parameters are already percent-encoded by Chrome Active X vs Netscape Plugin Application Programming Interface Pop ups HTTPS, SSL, and secure sites
Google Chrome - Web Dev Tools
Google Chrome - Web Dev Tools

Recommended for you

Php Development Stack
Php Development StackPhp Development Stack
Php Development Stack

A presentation on PHP Development Stack (tools for PHP Development) by my colleagues Neeraj Shah & Sharmishtha Gupta. It was presented at PHPCamp, Pune, on Sept'20th, 2008.

phpcamppune08phpphpcamp
Develop Hip APIs and Apps with Spring Boot and Angular - Connect.Tech 2017
 Develop Hip APIs and Apps with Spring Boot and Angular - Connect.Tech 2017 Develop Hip APIs and Apps with Spring Boot and Angular - Connect.Tech 2017
Develop Hip APIs and Apps with Spring Boot and Angular - Connect.Tech 2017

Building a modern web application requires a lot of tools, frameworks, and techniques. This session shows how JHipster unites popular frameworks such as Angular, Spring Boot, and Bootstrap. Learn how Yeoman, a scaffolding tool for modern web apps, works with JHipster to generate a project that uses Java 8, SQL or NoSQL databases, Spring profiles, Maven or Gradle, Webpack, WebSockets, and BrowserSync. It also supports a number of different authentication mechanisms, including classic session-based auth, OAuth 2.0, and JWT-based authentication. For production deployments, JHipster includes out-of-the-box support for AWS, Cloud Foundry, Heroku, Docker, and Kubernetes.

jhipsterspring-bootangular
Firebase
FirebaseFirebase
Firebase

Firebase is a mobile and web application platform with tools and infrastructure designed to help developers build high-quality apps. Firebase evolved from Envolve, a prior startup founded by Tamplin and Lee in 2011. Envolve provided developers an API that let them integrate online chat into their websites.

hostinggoogle analyticsdatabase
Google Chrome - Web Dev Tools
Google Chrome - Web Dev Tools
Google Chrome Resources Features:  http://www.google.com/chrome/intl/en/features.html Information for Web Developers:  http://www.google.com/chrome/intl/en/webmasters.html Chrome Experiments:  http://www.chromeexperiments.com/ Chromium:  http://code.google.com/chromium/
Contact Information Sarah Dutkiewicz [email_address] http://www.codinggeekette.com This presentation was created with Google docs.  For more info, see  http://docs.google.com Cleveland Tech Events [email_address] http://www.clevelandtechevents.com

Recommended for you

rendre AJAX crawlable par les moteurs
rendre AJAX crawlable par les moteursrendre AJAX crawlable par les moteurs
rendre AJAX crawlable par les moteurs

The document discusses the problem that web crawlers cannot see dynamic or AJAX content on websites that users see. It proposes a solution where web servers execute their JavaScript at crawl time and provide the same content to crawlers and users to make AJAX states crawlable and indexable. Major search engines and web servers would need to agree to adopt standards around modifying URLs and executing JavaScript at crawl time in order to solve this problem.

seo
Improving Dashboards with open content sharing
Improving Dashboards with open content sharingImproving Dashboards with open content sharing
Improving Dashboards with open content sharing

A case study of the Atlassian OpenSocial Dashboards project I presented at UXAustralia on 27 August 2009.

dashboardsuxaustraliaopensocial
Setting the Scene for ViBRANT – Strategy, Philosophy and Communication
Setting the Scene for ViBRANT – Strategy, Philosophy and CommunicationSetting the Scene for ViBRANT – Strategy, Philosophy and Communication
Setting the Scene for ViBRANT – Strategy, Philosophy and Communication

Presented at Scripting Life: the science behind ViBRANT, at the Grande Galerie de l'Evolution, Paris, France on 20th and 21st January 2011.

biodiversty taxonomy infrastructure

More Related Content

What's hot

Everybody loves Swagger
Everybody loves SwaggerEverybody loves Swagger
Everybody loves Swagger
BizTalk360
 
Introducing Swagger
Introducing SwaggerIntroducing Swagger
Introducing Swagger
Tony Tam
 
SydJS.com
SydJS.comSydJS.com
SydJS.com
Lachlan Hardy
 
HTML Hypermedia APIs and Adaptive Web Design - Nordic APIs
HTML Hypermedia APIs and Adaptive Web Design - Nordic APIsHTML Hypermedia APIs and Adaptive Web Design - Nordic APIs
HTML Hypermedia APIs and Adaptive Web Design - Nordic APIs
Gustaf Nilsson Kotte
 
CraftCamp for Students - Introduction to JHipster
CraftCamp for Students - Introduction to JHipsterCraftCamp for Students - Introduction to JHipster
CraftCamp for Students - Introduction to JHipster
craftworkz
 
Php Camp Open Social
Php Camp  Open SocialPhp Camp  Open Social
Php Camp Open Social
Bipin Upadhyay
 
[Phpcamp]Shindig An OpenSocial container
[Phpcamp]Shindig An OpenSocial container[Phpcamp]Shindig An OpenSocial container
[Phpcamp]Shindig An OpenSocial container
Bipin Upadhyay
 
Easy logins for JavaScript web applications
Easy logins for JavaScript web applicationsEasy logins for JavaScript web applications
Easy logins for JavaScript web applications
Francois Marier
 
Spring insight what just happened
Spring insight   what just happenedSpring insight   what just happened
Spring insight what just happened
Boulder Java User's Group
 
Mobile API: Design & Techniques
Mobile API: Design & TechniquesMobile API: Design & Techniques
Mobile API: Design & Techniques
Fred Brunel
 
Pyruvate, a reasonably fast, non-blocking, multithreaded WSGI server
Pyruvate, a reasonably fast, non-blocking, multithreaded WSGI serverPyruvate, a reasonably fast, non-blocking, multithreaded WSGI server
Pyruvate, a reasonably fast, non-blocking, multithreaded WSGI server
PloneFoundation
 
Latest Javascript MVC & Front End Frameworks 2017
Latest Javascript MVC & Front End Frameworks 2017Latest Javascript MVC & Front End Frameworks 2017
Latest Javascript MVC & Front End Frameworks 2017
AmarInfotech
 
Lap Around ASP.NET MVC 5
Lap Around ASP.NET MVC 5Lap Around ASP.NET MVC 5
Lap Around ASP.NET MVC 5
Lohith Goudagere Nagaraj
 
Gaca-Tworek: JavaScript analysis is extremely important and anyone can do it!...
Gaca-Tworek: JavaScript analysis is extremely important and anyone can do it!...Gaca-Tworek: JavaScript analysis is extremely important and anyone can do it!...
Gaca-Tworek: JavaScript analysis is extremely important and anyone can do it!...
BarbaraGacaTworek
 
API Developer Experience: Why it Matters, and How Documenting Your API with S...
API Developer Experience: Why it Matters, and How Documenting Your API with S...API Developer Experience: Why it Matters, and How Documenting Your API with S...
API Developer Experience: Why it Matters, and How Documenting Your API with S...
SmartBear
 
Php Development Stack
Php Development StackPhp Development Stack
Php Development Stack
Bipin Upadhyay
 
Develop Hip APIs and Apps with Spring Boot and Angular - Connect.Tech 2017
 Develop Hip APIs and Apps with Spring Boot and Angular - Connect.Tech 2017 Develop Hip APIs and Apps with Spring Boot and Angular - Connect.Tech 2017
Develop Hip APIs and Apps with Spring Boot and Angular - Connect.Tech 2017
Matt Raible
 
Firebase
FirebaseFirebase
Firebase
neha nasreen
 
rendre AJAX crawlable par les moteurs
rendre AJAX crawlable par les moteursrendre AJAX crawlable par les moteurs
rendre AJAX crawlable par les moteurs
Serge Esteves
 
Improving Dashboards with open content sharing
Improving Dashboards with open content sharingImproving Dashboards with open content sharing
Improving Dashboards with open content sharing
Lachlan Hardy
 

What's hot (20)

Everybody loves Swagger
Everybody loves SwaggerEverybody loves Swagger
Everybody loves Swagger
 
Introducing Swagger
Introducing SwaggerIntroducing Swagger
Introducing Swagger
 
SydJS.com
SydJS.comSydJS.com
SydJS.com
 
HTML Hypermedia APIs and Adaptive Web Design - Nordic APIs
HTML Hypermedia APIs and Adaptive Web Design - Nordic APIsHTML Hypermedia APIs and Adaptive Web Design - Nordic APIs
HTML Hypermedia APIs and Adaptive Web Design - Nordic APIs
 
CraftCamp for Students - Introduction to JHipster
CraftCamp for Students - Introduction to JHipsterCraftCamp for Students - Introduction to JHipster
CraftCamp for Students - Introduction to JHipster
 
Php Camp Open Social
Php Camp  Open SocialPhp Camp  Open Social
Php Camp Open Social
 
[Phpcamp]Shindig An OpenSocial container
[Phpcamp]Shindig An OpenSocial container[Phpcamp]Shindig An OpenSocial container
[Phpcamp]Shindig An OpenSocial container
 
Easy logins for JavaScript web applications
Easy logins for JavaScript web applicationsEasy logins for JavaScript web applications
Easy logins for JavaScript web applications
 
Spring insight what just happened
Spring insight   what just happenedSpring insight   what just happened
Spring insight what just happened
 
Mobile API: Design & Techniques
Mobile API: Design & TechniquesMobile API: Design & Techniques
Mobile API: Design & Techniques
 
Pyruvate, a reasonably fast, non-blocking, multithreaded WSGI server
Pyruvate, a reasonably fast, non-blocking, multithreaded WSGI serverPyruvate, a reasonably fast, non-blocking, multithreaded WSGI server
Pyruvate, a reasonably fast, non-blocking, multithreaded WSGI server
 
Latest Javascript MVC & Front End Frameworks 2017
Latest Javascript MVC & Front End Frameworks 2017Latest Javascript MVC & Front End Frameworks 2017
Latest Javascript MVC & Front End Frameworks 2017
 
Lap Around ASP.NET MVC 5
Lap Around ASP.NET MVC 5Lap Around ASP.NET MVC 5
Lap Around ASP.NET MVC 5
 
Gaca-Tworek: JavaScript analysis is extremely important and anyone can do it!...
Gaca-Tworek: JavaScript analysis is extremely important and anyone can do it!...Gaca-Tworek: JavaScript analysis is extremely important and anyone can do it!...
Gaca-Tworek: JavaScript analysis is extremely important and anyone can do it!...
 
API Developer Experience: Why it Matters, and How Documenting Your API with S...
API Developer Experience: Why it Matters, and How Documenting Your API with S...API Developer Experience: Why it Matters, and How Documenting Your API with S...
API Developer Experience: Why it Matters, and How Documenting Your API with S...
 
Php Development Stack
Php Development StackPhp Development Stack
Php Development Stack
 
Develop Hip APIs and Apps with Spring Boot and Angular - Connect.Tech 2017
 Develop Hip APIs and Apps with Spring Boot and Angular - Connect.Tech 2017 Develop Hip APIs and Apps with Spring Boot and Angular - Connect.Tech 2017
Develop Hip APIs and Apps with Spring Boot and Angular - Connect.Tech 2017
 
Firebase
FirebaseFirebase
Firebase
 
rendre AJAX crawlable par les moteurs
rendre AJAX crawlable par les moteursrendre AJAX crawlable par les moteurs
rendre AJAX crawlable par les moteurs
 
Improving Dashboards with open content sharing
Improving Dashboards with open content sharingImproving Dashboards with open content sharing
Improving Dashboards with open content sharing
 

Viewers also liked

Setting the Scene for ViBRANT – Strategy, Philosophy and Communication
Setting the Scene for ViBRANT – Strategy, Philosophy and CommunicationSetting the Scene for ViBRANT – Strategy, Philosophy and Communication
Setting the Scene for ViBRANT – Strategy, Philosophy and Communication
Vince Smith
 
Community web sites: small pieces loosely joined
Community web sites: small pieces loosely joinedCommunity web sites: small pieces loosely joined
Community web sites: small pieces loosely joined
Vince Smith
 
Apresentação Lourdes Casanova | OIS 2011 | Seminário - 23/11
Apresentação Lourdes Casanova | OIS 2011 | Seminário - 23/11Apresentação Lourdes Casanova | OIS 2011 | Seminário - 23/11
Apresentação Lourdes Casanova | OIS 2011 | Seminário - 23/11
Allagi Open Innovation Services
 
Making your data work for you: Scratchpads, publishing & the biodiversity dat...
Making your data work for you: Scratchpads, publishing & the biodiversity dat...Making your data work for you: Scratchpads, publishing & the biodiversity dat...
Making your data work for you: Scratchpads, publishing & the biodiversity dat...
Vince Smith
 
Worldwide security requirements
Worldwide security requirementsWorldwide security requirements
Worldwide security requirements
Aleksey Lukatskiy
 
Maria Cristina | OIS 2012 | Painel de estudo de casos Brasileiros: o que apre...
Maria Cristina | OIS 2012 | Painel de estudo de casos Brasileiros: o que apre...Maria Cristina | OIS 2012 | Painel de estudo de casos Brasileiros: o que apre...
Maria Cristina | OIS 2012 | Painel de estudo de casos Brasileiros: o que apre...
Allagi Open Innovation Services
 
Luciana Hashiba | OIS 2012 | Painel de estudo de casos Brasileiros: o que apr...
Luciana Hashiba | OIS 2012 | Painel de estudo de casos Brasileiros: o que apr...Luciana Hashiba | OIS 2012 | Painel de estudo de casos Brasileiros: o que apr...
Luciana Hashiba | OIS 2012 | Painel de estudo de casos Brasileiros: o que apr...
Allagi Open Innovation Services
 
Augusto de Franco | OIS 2012 | O desafio das redes de inovação
Augusto de Franco | OIS 2012 | O desafio das redes de inovaçãoAugusto de Franco | OIS 2012 | O desafio das redes de inovação
Augusto de Franco | OIS 2012 | O desafio das redes de inovação
Allagi Open Innovation Services
 

Viewers also liked (8)

Setting the Scene for ViBRANT – Strategy, Philosophy and Communication
Setting the Scene for ViBRANT – Strategy, Philosophy and CommunicationSetting the Scene for ViBRANT – Strategy, Philosophy and Communication
Setting the Scene for ViBRANT – Strategy, Philosophy and Communication
 
Community web sites: small pieces loosely joined
Community web sites: small pieces loosely joinedCommunity web sites: small pieces loosely joined
Community web sites: small pieces loosely joined
 
Apresentação Lourdes Casanova | OIS 2011 | Seminário - 23/11
Apresentação Lourdes Casanova | OIS 2011 | Seminário - 23/11Apresentação Lourdes Casanova | OIS 2011 | Seminário - 23/11
Apresentação Lourdes Casanova | OIS 2011 | Seminário - 23/11
 
Making your data work for you: Scratchpads, publishing & the biodiversity dat...
Making your data work for you: Scratchpads, publishing & the biodiversity dat...Making your data work for you: Scratchpads, publishing & the biodiversity dat...
Making your data work for you: Scratchpads, publishing & the biodiversity dat...
 
Worldwide security requirements
Worldwide security requirementsWorldwide security requirements
Worldwide security requirements
 
Maria Cristina | OIS 2012 | Painel de estudo de casos Brasileiros: o que apre...
Maria Cristina | OIS 2012 | Painel de estudo de casos Brasileiros: o que apre...Maria Cristina | OIS 2012 | Painel de estudo de casos Brasileiros: o que apre...
Maria Cristina | OIS 2012 | Painel de estudo de casos Brasileiros: o que apre...
 
Luciana Hashiba | OIS 2012 | Painel de estudo de casos Brasileiros: o que apr...
Luciana Hashiba | OIS 2012 | Painel de estudo de casos Brasileiros: o que apr...Luciana Hashiba | OIS 2012 | Painel de estudo de casos Brasileiros: o que apr...
Luciana Hashiba | OIS 2012 | Painel de estudo de casos Brasileiros: o que apr...
 
Augusto de Franco | OIS 2012 | O desafio das redes de inovação
Augusto de Franco | OIS 2012 | O desafio das redes de inovaçãoAugusto de Franco | OIS 2012 | O desafio das redes de inovação
Augusto de Franco | OIS 2012 | O desafio das redes de inovação
 

Similar to Google Chronicles: Analytics And Chrome

Shining a light on performance (js meetup)
Shining a light on performance (js meetup)Shining a light on performance (js meetup)
Shining a light on performance (js meetup)
Yoav Niran
 
SEO vs Angular
SEO vs AngularSEO vs Angular
SEO vs Angular
François
 
Future of Search Engine Factors, AMP, On-Page Key to Success
Future of Search Engine Factors, AMP, On-Page Key to SuccessFuture of Search Engine Factors, AMP, On-Page Key to Success
Future of Search Engine Factors, AMP, On-Page Key to Success
Anetwork
 
Core Web Vitals SEO Workshop - improve your performance [pdf]
Core Web Vitals SEO Workshop - improve your performance [pdf]Core Web Vitals SEO Workshop - improve your performance [pdf]
Core Web Vitals SEO Workshop - improve your performance [pdf]
Peter Mead
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
thyngster
 
Seo for Engineers
Seo for EngineersSeo for Engineers
Seo for Engineers
Cort Tafoya
 
Smart Browsers and HTML5 Web Apps for the Chrome Web Store
Smart Browsers and HTML5 Web Apps for the Chrome Web StoreSmart Browsers and HTML5 Web Apps for the Chrome Web Store
Smart Browsers and HTML5 Web Apps for the Chrome Web Store
Seth Ladd
 
Scraping the web with Laravel, Dusk, Docker, and PHP
Scraping the web with Laravel, Dusk, Docker, and PHPScraping the web with Laravel, Dusk, Docker, and PHP
Scraping the web with Laravel, Dusk, Docker, and PHP
Paul Redmond
 
Technical SEO: Crawl Space Management - SEOZone Istanbul 2014
Technical SEO: Crawl Space Management - SEOZone Istanbul 2014Technical SEO: Crawl Space Management - SEOZone Istanbul 2014
Technical SEO: Crawl Space Management - SEOZone Istanbul 2014
Bastian Grimm
 
High-Speed HTML5
High-Speed HTML5High-Speed HTML5
High-Speed HTML5
Peter Lubbers
 
Deep crawl the chaotic landscape of JavaScript
Deep crawl the chaotic landscape of JavaScript Deep crawl the chaotic landscape of JavaScript
Deep crawl the chaotic landscape of JavaScript
Onely
 
SearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital Marketers
SearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital MarketersSearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital Marketers
SearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital Marketers
Distilled
 
Google Cloud Developer Challenge - GDG Belgaum
Google Cloud Developer Challenge - GDG BelgaumGoogle Cloud Developer Challenge - GDG Belgaum
Google Cloud Developer Challenge - GDG Belgaum
sandeephegde
 
Google’s tridente
Google’s tridenteGoogle’s tridente
Google’s tridente
Inbound Marketing Indonesia
 
7 tools to turbo boost your SEO in 2017
7 tools to turbo boost your SEO in 20177 tools to turbo boost your SEO in 2017
7 tools to turbo boost your SEO in 2017
Mike Vigar
 
Desenvolvimento Mobile Híbrido
Desenvolvimento Mobile HíbridoDesenvolvimento Mobile Híbrido
Desenvolvimento Mobile Híbrido
Juliano Martins
 
Google Analytics 101 Webinar
Google Analytics 101 WebinarGoogle Analytics 101 Webinar
Google Analytics 101 Webinar
webucatordemo
 
Mobile backends with Google Cloud Platform (MBLTDev'14)
Mobile backends with Google Cloud Platform (MBLTDev'14)Mobile backends with Google Cloud Platform (MBLTDev'14)
Mobile backends with Google Cloud Platform (MBLTDev'14)
Natalia Efimtseva
 
Google Developers Overview Deck 2015
Google Developers Overview Deck 2015Google Developers Overview Deck 2015
Google Developers Overview Deck 2015
Houssem Eddine LASSOUED
 
The Technical Side of Websites
The Technical Side of WebsitesThe Technical Side of Websites
The Technical Side of Websites
Chester County Marketing Group
 

Similar to Google Chronicles: Analytics And Chrome (20)

Shining a light on performance (js meetup)
Shining a light on performance (js meetup)Shining a light on performance (js meetup)
Shining a light on performance (js meetup)
 
SEO vs Angular
SEO vs AngularSEO vs Angular
SEO vs Angular
 
Future of Search Engine Factors, AMP, On-Page Key to Success
Future of Search Engine Factors, AMP, On-Page Key to SuccessFuture of Search Engine Factors, AMP, On-Page Key to Success
Future of Search Engine Factors, AMP, On-Page Key to Success
 
Core Web Vitals SEO Workshop - improve your performance [pdf]
Core Web Vitals SEO Workshop - improve your performance [pdf]Core Web Vitals SEO Workshop - improve your performance [pdf]
Core Web Vitals SEO Workshop - improve your performance [pdf]
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
 
Seo for Engineers
Seo for EngineersSeo for Engineers
Seo for Engineers
 
Smart Browsers and HTML5 Web Apps for the Chrome Web Store
Smart Browsers and HTML5 Web Apps for the Chrome Web StoreSmart Browsers and HTML5 Web Apps for the Chrome Web Store
Smart Browsers and HTML5 Web Apps for the Chrome Web Store
 
Scraping the web with Laravel, Dusk, Docker, and PHP
Scraping the web with Laravel, Dusk, Docker, and PHPScraping the web with Laravel, Dusk, Docker, and PHP
Scraping the web with Laravel, Dusk, Docker, and PHP
 
Technical SEO: Crawl Space Management - SEOZone Istanbul 2014
Technical SEO: Crawl Space Management - SEOZone Istanbul 2014Technical SEO: Crawl Space Management - SEOZone Istanbul 2014
Technical SEO: Crawl Space Management - SEOZone Istanbul 2014
 
High-Speed HTML5
High-Speed HTML5High-Speed HTML5
High-Speed HTML5
 
Deep crawl the chaotic landscape of JavaScript
Deep crawl the chaotic landscape of JavaScript Deep crawl the chaotic landscape of JavaScript
Deep crawl the chaotic landscape of JavaScript
 
SearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital Marketers
SearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital MarketersSearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital Marketers
SearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital Marketers
 
Google Cloud Developer Challenge - GDG Belgaum
Google Cloud Developer Challenge - GDG BelgaumGoogle Cloud Developer Challenge - GDG Belgaum
Google Cloud Developer Challenge - GDG Belgaum
 
Google’s tridente
Google’s tridenteGoogle’s tridente
Google’s tridente
 
7 tools to turbo boost your SEO in 2017
7 tools to turbo boost your SEO in 20177 tools to turbo boost your SEO in 2017
7 tools to turbo boost your SEO in 2017
 
Desenvolvimento Mobile Híbrido
Desenvolvimento Mobile HíbridoDesenvolvimento Mobile Híbrido
Desenvolvimento Mobile Híbrido
 
Google Analytics 101 Webinar
Google Analytics 101 WebinarGoogle Analytics 101 Webinar
Google Analytics 101 Webinar
 
Mobile backends with Google Cloud Platform (MBLTDev'14)
Mobile backends with Google Cloud Platform (MBLTDev'14)Mobile backends with Google Cloud Platform (MBLTDev'14)
Mobile backends with Google Cloud Platform (MBLTDev'14)
 
Google Developers Overview Deck 2015
Google Developers Overview Deck 2015Google Developers Overview Deck 2015
Google Developers Overview Deck 2015
 
The Technical Side of Websites
The Technical Side of WebsitesThe Technical Side of Websites
The Technical Side of Websites
 

More from Sarah Dutkiewicz

Passwordless Development using Azure Identity
Passwordless Development using Azure IdentityPasswordless Development using Azure Identity
Passwordless Development using Azure Identity
Sarah Dutkiewicz
 
Predicting Flights with Azure Databricks
Predicting Flights with Azure DatabricksPredicting Flights with Azure Databricks
Predicting Flights with Azure Databricks
Sarah Dutkiewicz
 
Azure DevOps for Developers
Azure DevOps for DevelopersAzure DevOps for Developers
Azure DevOps for Developers
Sarah Dutkiewicz
 
Azure DevOps for JavaScript Developers
Azure DevOps for JavaScript DevelopersAzure DevOps for JavaScript Developers
Azure DevOps for JavaScript Developers
Sarah Dutkiewicz
 
Azure DevOps for the Data Professional
Azure DevOps for the Data ProfessionalAzure DevOps for the Data Professional
Azure DevOps for the Data Professional
Sarah Dutkiewicz
 
Noodling with Data in Jupyter Notebook
Noodling with Data in Jupyter NotebookNoodling with Data in Jupyter Notebook
Noodling with Data in Jupyter Notebook
Sarah Dutkiewicz
 
Pairing and mobbing
Pairing and mobbingPairing and mobbing
Pairing and mobbing
Sarah Dutkiewicz
 
Intro to Python for C# Developers
Intro to Python for C# DevelopersIntro to Python for C# Developers
Intro to Python for C# Developers
Sarah Dutkiewicz
 
Introduction to Testing and TDD
Introduction to Testing and TDDIntroduction to Testing and TDD
Introduction to Testing and TDD
Sarah Dutkiewicz
 
Becoming a Servant Leader, Leading from the Trenches
Becoming a Servant Leader, Leading from the TrenchesBecoming a Servant Leader, Leading from the Trenches
Becoming a Servant Leader, Leading from the Trenches
Sarah Dutkiewicz
 
NEOISF - On Mentoring Future Techies
NEOISF - On Mentoring Future TechiesNEOISF - On Mentoring Future Techies
NEOISF - On Mentoring Future Techies
Sarah Dutkiewicz
 
Becoming a Servant Leader
Becoming a Servant LeaderBecoming a Servant Leader
Becoming a Servant Leader
Sarah Dutkiewicz
 
The Polyglot Data Scientist - Exploring R, Python, and SQL Server
The Polyglot Data Scientist - Exploring R, Python, and SQL ServerThe Polyglot Data Scientist - Exploring R, Python, and SQL Server
The Polyglot Data Scientist - Exploring R, Python, and SQL Server
Sarah Dutkiewicz
 
The importance of UX for Developers
The importance of UX for DevelopersThe importance of UX for Developers
The importance of UX for Developers
Sarah Dutkiewicz
 
The Impact of Women Trailblazers in Tech
The Impact of Women Trailblazers in TechThe Impact of Women Trailblazers in Tech
The Impact of Women Trailblazers in Tech
Sarah Dutkiewicz
 
Unstoppable Course Final Presentation
Unstoppable Course Final PresentationUnstoppable Course Final Presentation
Unstoppable Course Final Presentation
Sarah Dutkiewicz
 
Even More Tools for the Developer's UX Toolbelt
Even More Tools for the Developer's UX ToolbeltEven More Tools for the Developer's UX Toolbelt
Even More Tools for the Developer's UX Toolbelt
Sarah Dutkiewicz
 
History of Women in Tech
History of Women in TechHistory of Women in Tech
History of Women in Tech
Sarah Dutkiewicz
 
History of Women in Tech - Trivia
History of Women in Tech - TriviaHistory of Women in Tech - Trivia
History of Women in Tech - Trivia
Sarah Dutkiewicz
 
The UX Toolbelt for Developers
The UX Toolbelt for DevelopersThe UX Toolbelt for Developers
The UX Toolbelt for Developers
Sarah Dutkiewicz
 

More from Sarah Dutkiewicz (20)

Passwordless Development using Azure Identity
Passwordless Development using Azure IdentityPasswordless Development using Azure Identity
Passwordless Development using Azure Identity
 
Predicting Flights with Azure Databricks
Predicting Flights with Azure DatabricksPredicting Flights with Azure Databricks
Predicting Flights with Azure Databricks
 
Azure DevOps for Developers
Azure DevOps for DevelopersAzure DevOps for Developers
Azure DevOps for Developers
 
Azure DevOps for JavaScript Developers
Azure DevOps for JavaScript DevelopersAzure DevOps for JavaScript Developers
Azure DevOps for JavaScript Developers
 
Azure DevOps for the Data Professional
Azure DevOps for the Data ProfessionalAzure DevOps for the Data Professional
Azure DevOps for the Data Professional
 
Noodling with Data in Jupyter Notebook
Noodling with Data in Jupyter NotebookNoodling with Data in Jupyter Notebook
Noodling with Data in Jupyter Notebook
 
Pairing and mobbing
Pairing and mobbingPairing and mobbing
Pairing and mobbing
 
Intro to Python for C# Developers
Intro to Python for C# DevelopersIntro to Python for C# Developers
Intro to Python for C# Developers
 
Introduction to Testing and TDD
Introduction to Testing and TDDIntroduction to Testing and TDD
Introduction to Testing and TDD
 
Becoming a Servant Leader, Leading from the Trenches
Becoming a Servant Leader, Leading from the TrenchesBecoming a Servant Leader, Leading from the Trenches
Becoming a Servant Leader, Leading from the Trenches
 
NEOISF - On Mentoring Future Techies
NEOISF - On Mentoring Future TechiesNEOISF - On Mentoring Future Techies
NEOISF - On Mentoring Future Techies
 
Becoming a Servant Leader
Becoming a Servant LeaderBecoming a Servant Leader
Becoming a Servant Leader
 
The Polyglot Data Scientist - Exploring R, Python, and SQL Server
The Polyglot Data Scientist - Exploring R, Python, and SQL ServerThe Polyglot Data Scientist - Exploring R, Python, and SQL Server
The Polyglot Data Scientist - Exploring R, Python, and SQL Server
 
The importance of UX for Developers
The importance of UX for DevelopersThe importance of UX for Developers
The importance of UX for Developers
 
The Impact of Women Trailblazers in Tech
The Impact of Women Trailblazers in TechThe Impact of Women Trailblazers in Tech
The Impact of Women Trailblazers in Tech
 
Unstoppable Course Final Presentation
Unstoppable Course Final PresentationUnstoppable Course Final Presentation
Unstoppable Course Final Presentation
 
Even More Tools for the Developer's UX Toolbelt
Even More Tools for the Developer's UX ToolbeltEven More Tools for the Developer's UX Toolbelt
Even More Tools for the Developer's UX Toolbelt
 
History of Women in Tech
History of Women in TechHistory of Women in Tech
History of Women in Tech
 
History of Women in Tech - Trivia
History of Women in Tech - TriviaHistory of Women in Tech - Trivia
History of Women in Tech - Trivia
 
The UX Toolbelt for Developers
The UX Toolbelt for DevelopersThe UX Toolbelt for Developers
The UX Toolbelt for Developers
 

Recently uploaded

Implementations of Fused Deposition Modeling in real world
Implementations of Fused Deposition Modeling  in real worldImplementations of Fused Deposition Modeling  in real world
Implementations of Fused Deposition Modeling in real world
Emerging Tech
 
Pigging Solutions Sustainability brochure.pdf
Pigging Solutions Sustainability brochure.pdfPigging Solutions Sustainability brochure.pdf
Pigging Solutions Sustainability brochure.pdf
Pigging Solutions
 
UiPath Community Day Kraków: Devs4Devs Conference
UiPath Community Day Kraków: Devs4Devs ConferenceUiPath Community Day Kraków: Devs4Devs Conference
UiPath Community Day Kraków: Devs4Devs Conference
UiPathCommunity
 
論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
Toru Tamaki
 
INDIAN AIR FORCE FIGHTER PLANES LIST.pdf
INDIAN AIR FORCE FIGHTER PLANES LIST.pdfINDIAN AIR FORCE FIGHTER PLANES LIST.pdf
INDIAN AIR FORCE FIGHTER PLANES LIST.pdf
jackson110191
 
7 Most Powerful Solar Storms in the History of Earth.pdf
7 Most Powerful Solar Storms in the History of Earth.pdf7 Most Powerful Solar Storms in the History of Earth.pdf
7 Most Powerful Solar Storms in the History of Earth.pdf
Enterprise Wired
 
Research Directions for Cross Reality Interfaces
Research Directions for Cross Reality InterfacesResearch Directions for Cross Reality Interfaces
Research Directions for Cross Reality Interfaces
Mark Billinghurst
 
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - MydbopsScaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Mydbops
 
Mitigating the Impact of State Management in Cloud Stream Processing Systems
Mitigating the Impact of State Management in Cloud Stream Processing SystemsMitigating the Impact of State Management in Cloud Stream Processing Systems
Mitigating the Impact of State Management in Cloud Stream Processing Systems
ScyllaDB
 
Active Inference is a veryyyyyyyyyyyyyyyyyyyyyyyy
Active Inference is a veryyyyyyyyyyyyyyyyyyyyyyyyActive Inference is a veryyyyyyyyyyyyyyyyyyyyyyyy
Active Inference is a veryyyyyyyyyyyyyyyyyyyyyyyy
RaminGhanbari2
 
Details of description part II: Describing images in practice - Tech Forum 2024
Details of description part II: Describing images in practice - Tech Forum 2024Details of description part II: Describing images in practice - Tech Forum 2024
Details of description part II: Describing images in practice - Tech Forum 2024
BookNet Canada
 
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALLBLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
Liveplex
 
What's New in Copilot for Microsoft365 May 2024.pptx
What's New in Copilot for Microsoft365 May 2024.pptxWhat's New in Copilot for Microsoft365 May 2024.pptx
What's New in Copilot for Microsoft365 May 2024.pptx
Stephanie Beckett
 
Recent Advancements in the NIST-JARVIS Infrastructure
Recent Advancements in the NIST-JARVIS InfrastructureRecent Advancements in the NIST-JARVIS Infrastructure
Recent Advancements in the NIST-JARVIS Infrastructure
KAMAL CHOUDHARY
 
Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...
Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...
Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...
Bert Blevins
 
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
Erasmo Purificato
 
Quality Patents: Patents That Stand the Test of Time
Quality Patents: Patents That Stand the Test of TimeQuality Patents: Patents That Stand the Test of Time
Quality Patents: Patents That Stand the Test of Time
Aurora Consulting
 
How to Build a Profitable IoT Product.pptx
How to Build a Profitable IoT Product.pptxHow to Build a Profitable IoT Product.pptx
How to Build a Profitable IoT Product.pptx
Adam Dunkels
 
20240702 Présentation Plateforme GenAI.pdf
20240702 Présentation Plateforme GenAI.pdf20240702 Présentation Plateforme GenAI.pdf
20240702 Présentation Plateforme GenAI.pdf
Sally Laouacheria
 
Transcript: Details of description part II: Describing images in practice - T...
Transcript: Details of description part II: Describing images in practice - T...Transcript: Details of description part II: Describing images in practice - T...
Transcript: Details of description part II: Describing images in practice - T...
BookNet Canada
 

Recently uploaded (20)

Implementations of Fused Deposition Modeling in real world
Implementations of Fused Deposition Modeling  in real worldImplementations of Fused Deposition Modeling  in real world
Implementations of Fused Deposition Modeling in real world
 
Pigging Solutions Sustainability brochure.pdf
Pigging Solutions Sustainability brochure.pdfPigging Solutions Sustainability brochure.pdf
Pigging Solutions Sustainability brochure.pdf
 
UiPath Community Day Kraków: Devs4Devs Conference
UiPath Community Day Kraków: Devs4Devs ConferenceUiPath Community Day Kraków: Devs4Devs Conference
UiPath Community Day Kraków: Devs4Devs Conference
 
論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
論文紹介:A Systematic Survey of Prompt Engineering on Vision-Language Foundation ...
 
INDIAN AIR FORCE FIGHTER PLANES LIST.pdf
INDIAN AIR FORCE FIGHTER PLANES LIST.pdfINDIAN AIR FORCE FIGHTER PLANES LIST.pdf
INDIAN AIR FORCE FIGHTER PLANES LIST.pdf
 
7 Most Powerful Solar Storms in the History of Earth.pdf
7 Most Powerful Solar Storms in the History of Earth.pdf7 Most Powerful Solar Storms in the History of Earth.pdf
7 Most Powerful Solar Storms in the History of Earth.pdf
 
Research Directions for Cross Reality Interfaces
Research Directions for Cross Reality InterfacesResearch Directions for Cross Reality Interfaces
Research Directions for Cross Reality Interfaces
 
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - MydbopsScaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
 
Mitigating the Impact of State Management in Cloud Stream Processing Systems
Mitigating the Impact of State Management in Cloud Stream Processing SystemsMitigating the Impact of State Management in Cloud Stream Processing Systems
Mitigating the Impact of State Management in Cloud Stream Processing Systems
 
Active Inference is a veryyyyyyyyyyyyyyyyyyyyyyyy
Active Inference is a veryyyyyyyyyyyyyyyyyyyyyyyyActive Inference is a veryyyyyyyyyyyyyyyyyyyyyyyy
Active Inference is a veryyyyyyyyyyyyyyyyyyyyyyyy
 
Details of description part II: Describing images in practice - Tech Forum 2024
Details of description part II: Describing images in practice - Tech Forum 2024Details of description part II: Describing images in practice - Tech Forum 2024
Details of description part II: Describing images in practice - Tech Forum 2024
 
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALLBLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
 
What's New in Copilot for Microsoft365 May 2024.pptx
What's New in Copilot for Microsoft365 May 2024.pptxWhat's New in Copilot for Microsoft365 May 2024.pptx
What's New in Copilot for Microsoft365 May 2024.pptx
 
Recent Advancements in the NIST-JARVIS Infrastructure
Recent Advancements in the NIST-JARVIS InfrastructureRecent Advancements in the NIST-JARVIS Infrastructure
Recent Advancements in the NIST-JARVIS Infrastructure
 
Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...
Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...
Understanding Insider Security Threats: Types, Examples, Effects, and Mitigat...
 
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
 
Quality Patents: Patents That Stand the Test of Time
Quality Patents: Patents That Stand the Test of TimeQuality Patents: Patents That Stand the Test of Time
Quality Patents: Patents That Stand the Test of Time
 
How to Build a Profitable IoT Product.pptx
How to Build a Profitable IoT Product.pptxHow to Build a Profitable IoT Product.pptx
How to Build a Profitable IoT Product.pptx
 
20240702 Présentation Plateforme GenAI.pdf
20240702 Présentation Plateforme GenAI.pdf20240702 Présentation Plateforme GenAI.pdf
20240702 Présentation Plateforme GenAI.pdf
 
Transcript: Details of description part II: Describing images in practice - T...
Transcript: Details of description part II: Describing images in practice - T...Transcript: Details of description part II: Describing images in practice - T...
Transcript: Details of description part II: Describing images in practice - T...
 

Google Chronicles: Analytics And Chrome

  • 1. Google Chronicles Analytics and Chrome Sarah Dutkiewicz Cleveland Tech Events [email_address]
  • 2. Agenda Analytics What is it? Why is it important for web developers? How easy is it to get started? Future meeting information Chrome What do developers need to know about when developing for this web browser?
  • 3. Google Analytics - What Is It? Google Analytics can be found at http://www.google.com/analytics
  • 4. Google Analytics - Types of Reports
  • 5. Google Analytics - Types of Reports
  • 6. Google Analytics - Types of Reports
  • 7. Google Analytics - Getting Started
  • 8. Google Analytics - Getting Signed Up
  • 9. Google Analytics - Adding Tracking
  • 10. Google Analytics - Adding Tracking
  • 11. Google Urchin Original name of the Google Analytics project Now a standalone commercial product available to run Analytics on your own sites from your own servers, bypassing Google's servers   http://www.google.com/urchin/index.html
  • 12. More on Web Analytics
  • 13. Google Chrome WebKit V8 Gears Picture from  http://www.flickr.com/photos/thatguyfromcchs08/2300190277/
  • 14. Google Chrome - User Agent Screenshot taken while visiting http://www.whatsmyuseragent.com Based on WebKit
  • 15. Google's V8 Picture taken from  http://www.freakingnews.com/Google-V8-Pictures-55464.asp
  • 16. Google's V8 Javascript Engine Open source Javascript engine Written in C++ Targets EMCA-262   http://code.google.com/p/v8/ Goal:  fast execution of large JavaScript applications Beats out SpiderMonkey (Firefox), JScript (Internet Explorer), and JavaScriptCore (Safari) in some benchmarks 1 1 More on the benchmarks can be found here:  http://v8.googlecode.com/svn/data/benchmarks/v5/run.html
  • 17. Google Gears Cross-platform, open source browser add-on to let apps run offline Three key features A local server to cache resources A database to store to and access via a browser  A worker thread pool   http://code.google.com/apis/gears/
  • 18. Google Chrome Web Dev Quirks Encoding Specify close to the top, within <head></head> tags. Declare encoding in a standalone meta tag, as opposed to writing it out with a document.write(); statement URL Encoding Query parameters are already percent-encoded by Chrome Active X vs Netscape Plugin Application Programming Interface Pop ups HTTPS, SSL, and secure sites
  • 19. Google Chrome - Web Dev Tools
  • 20. Google Chrome - Web Dev Tools
  • 21. Google Chrome - Web Dev Tools
  • 22. Google Chrome - Web Dev Tools
  • 23. Google Chrome Resources Features:  http://www.google.com/chrome/intl/en/features.html Information for Web Developers:  http://www.google.com/chrome/intl/en/webmasters.html Chrome Experiments:  http://www.chromeexperiments.com/ Chromium:  http://code.google.com/chromium/
  • 24. Contact Information Sarah Dutkiewicz [email_address] http://www.codinggeekette.com This presentation was created with Google docs.  For more info, see http://docs.google.com Cleveland Tech Events [email_address] http://www.clevelandtechevents.com

Editor's Notes

  1. Sarah Dutkiewicz is a web developer for OverDrive, Inc.  When she isn&apos;t working, she can be found active in the .NET community and the Cleveland Tech Events community.  She is the owner of Cleveland Tech Events, which she currently runs on her own.  Sarah has a Bachelor of Science in Computer Science and Engineering Technology from the University of Toledo. She is also a Microsoft MVP in Visual C#. For more on Sarah, check out the following sites: Cleveland Tech Events http://www.clevelandtechevents.com Coding Geekette http://www.codinggeekette.com This presentation was given Saturday, September 19, 2009 for the Web Dev SIG of the Greater Cleveland PC Users Group as part of their Google Chronicles series.
  2. Google Analytics gives web site owners and web developers a view of how their sites are being used.  It can show who is visiting the site and where they&apos;re from, the most popular pages, and even the most popular content within those pages.
  3. Some of the things Google Analytics can track include: * Visitors - where they&apos;re coming from - new traffic - browser capabilities
  4. Some of the things Google Analytics can track include: * Traffic - who&apos;s referring to your site - where people are going from your site - ad traffic - search engine traffic
  5. Some of the things Google Analytics can track include: * Content - landing pages - most popular content
  6. It&apos;s very easy to setup! 1. Go to http://www.google.com/analytics 2. Log in with an account that&apos;s been tied to the Google system. 3. Click Sign Up button. 4. Start this wizard... - Which site is it tracking - Give the account a name - Set the country - Set the timezone 5. Click Continue.
  7. Continuing setup... Just a few more basic details... then click Continue.
  8. And now the tough part... copy and paste the Javascript code onto your site. - Perhaps include the code in an include file. - This code *must* appear within the &lt;body&gt;&lt;/body&gt; tags.
  9. This is what it looks like in the Cleveland Tech Events template.
  10. If you work for a company that likes this package but doesn&apos;t want to use Google&apos;s servers, this is the standalone product.  See the link on the slide for more details - including resellers.
  11. Come out in December to learn more about the metrics covered in various web site statistics tracking packages - including Google Analytics, Google Urchin, and possibly others (like Webtrends and Woopra).
  12. This presentation is covering Google Chrome, the web browser - not to be confused with their upcoming operating system of the same name.
  13. As web developers, we may rely on the user agent to detect whether a browser is mobile or even what platform the end-user is using.  We may display selective text based on this user agent string.  This is how it looks in Chrome. More on WebKit can be found here:  http://webkit.org/
  14. Really.. no... Google is *not* entering the automobile industry.
  15. For more information on Google Gears, check out the FAQ here:  http://code.google.com/apis/gears/gears_faq.html
  16. Web Inspector To get this to work, right click on the web page and click &amp;quot;Inspect Element&amp;quot;.
  17. Task Manager To get to this feature: 1. Click on the page button (right next to the address bar). 2. Click on Developer. 3. Click on Task Manager. Stats for nerds goes to: about:memory If you terminate the page, the Google Chrome error page will appear.  You can see what this error page looks like by going here: about:crash
  18. Javascript Debugger Yes - that is the Google Analytics Javascript file.
  19. Resource Tracking See how large your site resources are and how long it takes for them to load.