The document discusses JavaScript toolkits and how they fill gaps in browser support. It focuses on the Dojo toolkit, its goals of providing modular, efficient code to enhance browser functionality, and how it has evolved from early versions to support new standards like HTML5. The document outlines features of Dojo like DOM manipulation, Ajax, graphics, and mobile support. It also introduces three mobile projects from the Dojo Foundation for different platforms.
This document discusses Comet and web sockets. Comet refers to techniques for long-lived HTTP connections to allow real-time data transmission from server to browser. Common Comet methods include long-polling, forever frames, and callback polling. Web sockets provide bi-directional communication over a single TCP connection and are being standardized by the W3C, addressing limitations of Comet techniques. The document provides examples of implementing Comet using Dojo and discusses related topics like Comet servers, protocols, and clients.
Dylan Schiemann of SitePen gave a presentation on Dojo Mobile at the JavaScript MiniConf in September 2010. He discussed Dojo's goals of being modular, extensible, powerful, and standards-compliant. He then described three Dojo Foundation mobile projects: WINK Toolkit for innovative mobile UIs, EmbedJS for a stripped-down Dojo on mobile, and DojoX Mobile for stable mobile support within Dojo. The projects have contributions from various companies and individuals.
Introduction to Canvas and Native Web Vector Graphicsdylanks
?
The document discusses the history and capabilities of vector graphics and canvas technologies on the web. It covers early technologies like SVG and VML, browser support for canvas over time, differences between raster and vector formats, and examples of creating graphics with SVG, canvas and JavaScript toolkits.
Vagrant presentation at LA Ruby in September 2010.
The main takeaway for this presentation I wanted to give was the reasoning and importance for virtualization development environments.
A brief rollerskate along HTML5 multimedia beach, in which we pop into the soda shop of subtitling and the ice-cream parlour of synchronised media, before we incongruously pop into the igloo of JavaScript access to the camera (because I pulled in from slides from another presso after we talked about it in an earlier presentation).
This document provides an agenda for the London Ajax User Group meeting on July 13, 2010. The meeting will include:
1) An introduction and panel discussion on Comet technologies from 18:30-19:55. The panelists will discuss techniques for long-lived connections from server to browser.
2) A prize raffle and announcements about future London Ajax User Group events from 19:55-20:00.
3) Attendees are invited to continue the discussion at a local pub from 20:00 onwards.
College House Computing: ITAs and Our RoleFrederick Ding
?
This document provides information about College House Computing (CHC) and the role of IT assistants (ITAs) at the University of Pennsylvania. It details that CHC provides IT support across 13 computer labs and in all College Houses, delivered by a team of 8 full-time staff and around 100 ITAs. Support is available via on-site help desks, in-room requests, and a central help desk. The document outlines the phased start of the ITA service and provides tips for students on how to get IT help or report issues.
The document discusses an open-source, end-to-end JavaScript stack that is comprised of modular and interoperable components. It describes various open-source JavaScript technologies, such as Node.js, Dojo, and Persevere, that can be used on the client-side or server-side to build applications. The document also outlines the different parts of an application, including markup, style, script, data, APIs, business logic, data storage, and security.
The document discusses cookbook design patterns for infrastructure as code using Chef. It introduces Chef as an MVC framework where node attributes are the model, recipes are the controllers that process the attributes to build the configured node view. The document then discusses some common patterns for cookbook design, such as using attributes to make cookbooks customizable, and leveraging internal Chef values like the file cache path.
Opscode Lightning Talk - Operations as CodeJohn Willis
?
The document discusses how operations can adopt a more code-oriented approach like development teams. It notes current differences between individual-focused ops without source control versus agile development teams. It introduces the Opscode Chef tool for defining infrastructure as code with nodes, roles, and recipes. Opscode offers the open source Chef tool as well as commercial products like its platform for managing Chef clients and a cookbooks site for sharing infrastructure code.
The document discusses digital production and provides guidance on planning, building, and producing digital projects. It covers topics like software development, digital advertising, planning documents and tools, the project lifecycle and team roles, and quality assurance testing. Production best practices emphasized include collaborating with experts, reverse engineering similar projects, and verifying technical feasibility before designing experiences.
Android Development: Approach for Agile TeamsAnay Kamat
?
Developing completely native Android apps can make changes to UI difficult. This presentation talks about the hybrid approach to combine native tools, HTML5, Javascript and CSS to build good looking apps and demonstrate an approach to use custom JS bridge to reduce the apk file size with better performance.
Eye OS is a web-based desktop and cloud computing platform that allows users to access files, applications, and desktop features through a web browser from any internet-connected device. It stores all data and runs applications on remote servers rather than locally, providing access to files and tools from any location. Some key features of Eye OS include files and contacts synchronization across devices, built-in applications like mail and calendar, and being browser-independent. The goal of Eye OS is to centralize work and entertainment in one place without compatibility issues between apps and operating systems.
OvertheAir 2010 html5 impact on application programmingTor Bj?rn Minde
?
The document discusses emerging HTML5 communication technologies and their impact. It covers new technologies like WebSockets and EventSource that enable real-time bidirectional and server-sent events between web apps and servers. It argues this will influence native apps and lead to more interconnected, adaptive and synchronized web experiences across different screens.
HTML5 impact on application programmingEricsson Labs
?
The document discusses emerging HTML5 communication technologies and their impact. It covers new technologies like WebSockets, EventSource, and cross-origin XMLHttpRequest that enable real-time communication. It argues these technologies will influence native apps and lead to more interconnected, adaptive applications that can span devices and automatically synchronize data.
Durant cette soir¨¦e, nous avons discut¨¦ de RIA:
* de Flash, de Flex, d¡¯HTML5
* d¡¯application multi-¨¦crans: desktop, tablette, t¨¦l¨¦phone, t¨¦l¨¦vision
* des solutions offertes par Adobe dans ce domaine :
o nous verrons comment les technologies Adobe permettent aux d¨¦veloppeurs et architectes de construire des applications internet riches et multi-¨¦crans, tout en faisant fructifier leurs anciens investissements, notamment sur les technologies Java/JEE (EJB3, Spring, Hibernate JPA, Maven...)
Speaker : Francois Le Droff
cf. http://www.nantesjug.org/
The document discusses using Chef and infrastructure as code to automate cloud infrastructure. It describes how Chef allows defining infrastructure through code using nodes, roles, recipes, and attributes. Nodes can be provisioned and configured automatically using Chef recipes, which declare resources and are installed through Chef clients running on the nodes. Roles define recipes to apply to nodes. Cloud infrastructure like load balancers and web servers can be launched from templates and provisioned using Chef automation.
This document discusses PhoneGap, an open source framework that allows developers to build native mobile apps using web technologies like HTML, CSS, and JavaScript. PhoneGap allows apps to be built once and deployed across multiple platforms including iOS, Android, BlackBerry and others. It provides access to device hardware and features while still allowing apps to be distributed through platform app stores. The document outlines what PhoneGap is, how it works, what technologies it supports, and limitations around performance for certain app types.
Programming on the Android mobile platform is, generally-speaking, a Java-based affair. This talk introduces the Scripting Layer for Android(SL4A) project by Damon Kohler and the Python for Android(Py4A) project, both of which work together to provide a Python interpreter environment for the Android platform. I will talk about the history, background and architecture and design of these projects, the current status, and what to expect in the near future. There will be a demo in this talk, which is inspired by the Cellbots project. In this demo, I show how a robot based on the Arduino open source hardware platform can be manipulated using the an Android mobile phone, and the open source projects discussed during the talk.
The document discusses Flex 4.5 and its capabilities for multi-screen applications. Flex 4.5 allows developers to build applications that can run across multiple platforms like desktop browsers, mobile devices, and set-top boxes using a single codebase. It introduces new components and APIs for mobile development and automatic scaling of user interfaces for different screen densities. The document also presents examples of integrating Flex applications with Java and the benefits of the Flex and Java combination.
Overview of webSpoon @ Pentaho Bay Area MeetupHiromu Hota
?
webSpoon is a web-based Spoon, an graphical designer for Pentaho Data Integration.
This is a slide deck used in a Pentaho Bay Area Meetup on 4/27/17 (http://meetu.ps/e/CFNKy/cb4hM/f)
PhoneGap allows developers to build mobile apps using HTML, CSS, and JavaScript instead of relying on platform-specific languages. It works by wrapping web apps in a native container, allowing access to device capabilities like the camera and geolocation. PhoneGap Build provides a cloud-based service for compiling PhoneGap apps so developers don't need to install SDKs locally. The presentation covered the PhoneGap workflow, tools like PhoneGap Dev Browser and Sleight, and the roadmap for future releases.
Updates on webSpoon and other innovations from Hitachi R&DHiromu Hota
?
Updates on webSpoon and introduction of SpoonGit (Git client integrated with Spoon) at PCM17 (10th Pentaho Community Meeting in Mainz, Germany, Nov 11, 2017)
Das brandneue Flash 11 bringt neben einem erstklassigen Multiplattform-Entwicklungswerkzeug f¨¹r iOS, Android und Blackberry auch viele Neuerungen in Bezug auf Browserkomponenten und Games. Sch¨¹tzenhilfe f¨¹r sonst Programmieraufw?ndige HTML5 Animationen kommt dabei von Adobe Edge.
Why Outsource Accounting to India A Smart Business Move!.pdfanjelinajones6811
?
Outsource Accounting to India to reduce costs, access skilled professionals, and streamline financial operations. Indian accounting firms offer expert services, advanced technology, and round-the-clock support, making it a smart choice for businesses looking to improve efficiency and focus on growth.
The document discusses an open-source, end-to-end JavaScript stack that is comprised of modular and interoperable components. It describes various open-source JavaScript technologies, such as Node.js, Dojo, and Persevere, that can be used on the client-side or server-side to build applications. The document also outlines the different parts of an application, including markup, style, script, data, APIs, business logic, data storage, and security.
The document discusses cookbook design patterns for infrastructure as code using Chef. It introduces Chef as an MVC framework where node attributes are the model, recipes are the controllers that process the attributes to build the configured node view. The document then discusses some common patterns for cookbook design, such as using attributes to make cookbooks customizable, and leveraging internal Chef values like the file cache path.
Opscode Lightning Talk - Operations as CodeJohn Willis
?
The document discusses how operations can adopt a more code-oriented approach like development teams. It notes current differences between individual-focused ops without source control versus agile development teams. It introduces the Opscode Chef tool for defining infrastructure as code with nodes, roles, and recipes. Opscode offers the open source Chef tool as well as commercial products like its platform for managing Chef clients and a cookbooks site for sharing infrastructure code.
The document discusses digital production and provides guidance on planning, building, and producing digital projects. It covers topics like software development, digital advertising, planning documents and tools, the project lifecycle and team roles, and quality assurance testing. Production best practices emphasized include collaborating with experts, reverse engineering similar projects, and verifying technical feasibility before designing experiences.
Android Development: Approach for Agile TeamsAnay Kamat
?
Developing completely native Android apps can make changes to UI difficult. This presentation talks about the hybrid approach to combine native tools, HTML5, Javascript and CSS to build good looking apps and demonstrate an approach to use custom JS bridge to reduce the apk file size with better performance.
Eye OS is a web-based desktop and cloud computing platform that allows users to access files, applications, and desktop features through a web browser from any internet-connected device. It stores all data and runs applications on remote servers rather than locally, providing access to files and tools from any location. Some key features of Eye OS include files and contacts synchronization across devices, built-in applications like mail and calendar, and being browser-independent. The goal of Eye OS is to centralize work and entertainment in one place without compatibility issues between apps and operating systems.
OvertheAir 2010 html5 impact on application programmingTor Bj?rn Minde
?
The document discusses emerging HTML5 communication technologies and their impact. It covers new technologies like WebSockets and EventSource that enable real-time bidirectional and server-sent events between web apps and servers. It argues this will influence native apps and lead to more interconnected, adaptive and synchronized web experiences across different screens.
HTML5 impact on application programmingEricsson Labs
?
The document discusses emerging HTML5 communication technologies and their impact. It covers new technologies like WebSockets, EventSource, and cross-origin XMLHttpRequest that enable real-time communication. It argues these technologies will influence native apps and lead to more interconnected, adaptive applications that can span devices and automatically synchronize data.
Durant cette soir¨¦e, nous avons discut¨¦ de RIA:
* de Flash, de Flex, d¡¯HTML5
* d¡¯application multi-¨¦crans: desktop, tablette, t¨¦l¨¦phone, t¨¦l¨¦vision
* des solutions offertes par Adobe dans ce domaine :
o nous verrons comment les technologies Adobe permettent aux d¨¦veloppeurs et architectes de construire des applications internet riches et multi-¨¦crans, tout en faisant fructifier leurs anciens investissements, notamment sur les technologies Java/JEE (EJB3, Spring, Hibernate JPA, Maven...)
Speaker : Francois Le Droff
cf. http://www.nantesjug.org/
The document discusses using Chef and infrastructure as code to automate cloud infrastructure. It describes how Chef allows defining infrastructure through code using nodes, roles, recipes, and attributes. Nodes can be provisioned and configured automatically using Chef recipes, which declare resources and are installed through Chef clients running on the nodes. Roles define recipes to apply to nodes. Cloud infrastructure like load balancers and web servers can be launched from templates and provisioned using Chef automation.
This document discusses PhoneGap, an open source framework that allows developers to build native mobile apps using web technologies like HTML, CSS, and JavaScript. PhoneGap allows apps to be built once and deployed across multiple platforms including iOS, Android, BlackBerry and others. It provides access to device hardware and features while still allowing apps to be distributed through platform app stores. The document outlines what PhoneGap is, how it works, what technologies it supports, and limitations around performance for certain app types.
Programming on the Android mobile platform is, generally-speaking, a Java-based affair. This talk introduces the Scripting Layer for Android(SL4A) project by Damon Kohler and the Python for Android(Py4A) project, both of which work together to provide a Python interpreter environment for the Android platform. I will talk about the history, background and architecture and design of these projects, the current status, and what to expect in the near future. There will be a demo in this talk, which is inspired by the Cellbots project. In this demo, I show how a robot based on the Arduino open source hardware platform can be manipulated using the an Android mobile phone, and the open source projects discussed during the talk.
The document discusses Flex 4.5 and its capabilities for multi-screen applications. Flex 4.5 allows developers to build applications that can run across multiple platforms like desktop browsers, mobile devices, and set-top boxes using a single codebase. It introduces new components and APIs for mobile development and automatic scaling of user interfaces for different screen densities. The document also presents examples of integrating Flex applications with Java and the benefits of the Flex and Java combination.
Overview of webSpoon @ Pentaho Bay Area MeetupHiromu Hota
?
webSpoon is a web-based Spoon, an graphical designer for Pentaho Data Integration.
This is a slide deck used in a Pentaho Bay Area Meetup on 4/27/17 (http://meetu.ps/e/CFNKy/cb4hM/f)
PhoneGap allows developers to build mobile apps using HTML, CSS, and JavaScript instead of relying on platform-specific languages. It works by wrapping web apps in a native container, allowing access to device capabilities like the camera and geolocation. PhoneGap Build provides a cloud-based service for compiling PhoneGap apps so developers don't need to install SDKs locally. The presentation covered the PhoneGap workflow, tools like PhoneGap Dev Browser and Sleight, and the roadmap for future releases.
Updates on webSpoon and other innovations from Hitachi R&DHiromu Hota
?
Updates on webSpoon and introduction of SpoonGit (Git client integrated with Spoon) at PCM17 (10th Pentaho Community Meeting in Mainz, Germany, Nov 11, 2017)
Das brandneue Flash 11 bringt neben einem erstklassigen Multiplattform-Entwicklungswerkzeug f¨¹r iOS, Android und Blackberry auch viele Neuerungen in Bezug auf Browserkomponenten und Games. Sch¨¹tzenhilfe f¨¹r sonst Programmieraufw?ndige HTML5 Animationen kommt dabei von Adobe Edge.
Why Outsource Accounting to India A Smart Business Move!.pdfanjelinajones6811
?
Outsource Accounting to India to reduce costs, access skilled professionals, and streamline financial operations. Indian accounting firms offer expert services, advanced technology, and round-the-clock support, making it a smart choice for businesses looking to improve efficiency and focus on growth.
Elevate your online presence with Malachite Technologies where creativity meets technology. Our web design experts craft visually stunning and interactive websites that not only capture your brand¡¯s essence but also enhance user engagement.
En esta charla compartiremos la experiencia del equipo de Bitnami en la mejora de la seguridad de nuestros Helm Charts y Contenedores utilizando Kubescape como herramienta principal de validaci¨®n. Exploraremos el proceso completo, desde la identificaci¨®n de necesidades hasta la implementaci¨®n de validaciones automatizadas, incluyendo la creaci¨®n de herramientas para la comunidad.
Compartiremos nuestra experiencia en la implementaci¨®n de mejoras de seguridad en Charts y Contenedores, bas¨¢ndonos en las mejores pr¨¢cticas del mercado y utilizando Kubescape como herramienta de validaci¨®n. Explicaremos c¨®mo automatizamos estas validaciones integr¨¢ndolas en nuestro ciclo de vida de desarrollo, mejorando significativamente la seguridad de nuestros productos mientras manten¨ªamos la eficiencia operativa.
Durante la charla, los asistentes aprender¨¢n c¨®mo implementar m¨¢s de 60 validaciones de seguridad cr¨ªticas, incluyendo la configuraci¨®n segura de contenedores en modo no privilegiado, la aplicaci¨®n de buenas pr¨¢cticas en recursos de Kubernetes, y c¨®mo garantizar la compatibilidad con plataformas como OpenShift. Adem¨¢s, demostraremos una herramienta de self-assessment que desarrollamos para que cualquier usuario pueda evaluar y mejorar la seguridad de sus propios Charts bas¨¢ndose en esta experiencia.
AuthZEN The OpenID Connect of Authorization - Gartner IAM EMEA 2025David Brossard
?
Today, the authorization world is fractured - each vendor supports its own APIs & protocols. But this is about to change: OpenID AuthZEN was created in late 2023 to establish much-needed modern authorization standards. As of late 2024, AuthZEN has a stable Implementers Draft, and is expected to reach Final Specification in 2025.
With AuthZEN, IAM teams can confidently externalize and standardize authorization across their application estate without being locked in to a proprietary API.
This session will describe the state of modern authorization, review the AuthZEN API, and demo our 15 interoperable implementations.
All-Data, Any-AI Integration: FME & Amazon Bedrock in the Real-WorldSafe Software
?
Join us for an exclusive webinar featuring special guest speakers from Amazon, Amberside Energy, and Avineon-Tensing as we explore the power of Amazon Bedrock and FME in AI-driven geospatial workflows.
Discover how Avineon-Tensing is using AWS Bedrock to support Amberside Energy in automating image classification and streamlining site reporting. By integrating Bedrock¡¯s generative AI capabilities with FME, image processing and categorization become faster and more efficient, ensuring accurate and organized filing of site imagery. Learn how this approach reduces manual effort, standardizes reporting, and leverages AWS¡¯s secure AI tooling to optimize their workflows.
If you¡¯re looking to enhance geospatial workflows with AI, automate image processing, or simply explore the potential of FME and Bedrock, this webinar is for you!
Scot-Secure is Scotland¡¯s largest annual cyber security conference. The event brings together senior InfoSec personnel, IT leaders, academics, security researchers and law enforcement, providing a unique forum for knowledge exchange, discussion and high-level networking.
The programme is focussed on improving awareness and best practice through shared learning: highlighting emerging threats, new research and changing adversarial tactics, and examining practical ways to improve resilience, detection and response.
Recruiting Tech: A Look at Why AI is Actually OGMatt Charney
?
A lot of recruiting technology vendors out there are talking about how they're offering the first ever (insert AI use case here), but turns out, everything they're selling as innovative or cutting edge has been around since Yahoo! and MySpace were category killers. Here's the receipts.
Build Your Uber Clone App with Advanced FeaturesV3cube
?
Build your own ride-hailing business with our powerful Uber clone app, fully equipped with advanced features to give you a competitive edge. Start your own taxi business today!
More Information : https://www.v3cube.com/uber-clone/
SAP Automation with UiPath: Solution Accelerators and Best Practices - Part 6...DianaGray10
?
Join us for a comprehensive webinar on SAP Solution Accelerators and best practices for implementing them using UiPath. This session is designed to help SAP professionals and automation enthusiasts understand how to effectively leverage UiPath¡¯s SAP Solution Accelerators to automate standard SAP process quickly. Learn about the benefits, best ways to do it, and real-world success stories to speed up.
Packaging your App for AppExchange ¨C Managed Vs Unmanaged.pptxmohayyudin7826
?
Learn how to package your app for Salesforce AppExchange with a deep dive into managed vs. unmanaged packages. Understand the best strategies for ISV success and choosing the right approach for your app development goals.
Research Data Management (RDM): the management of dat in the research processHeilaPienaar
?
Presented as part of the M.IT degree at the Department of Information Science, University of Pretoria, South Africa. Module: Data management. 2023, 2024.
2025-04-05 - Block71 Event - The Landscape of GenAI and Ecosystem.pdfIvan Tang
?
HTML5: Toolkits and Gaps
1. Toolkits and Gaps
Dylan Schiemann (@dylans)
SitePen, Inc.
HTML5 Code Camp, October, 2010
? SitePen, Inc. All Rights Reserved
Sunday, October 17, 2010
2. Toolkit Goals
Fill gap, add features and enhancements
Experiment
Create clean APIs
Beyond HTML5
Better widgets, charts, higher level APIs
Allowed disagreement, on top of standards
Opportunities, constraints, and con?ict:
Best toolkits make parts of themselves irrelevant over time
vapor.js
? SitePen, Inc. All Rights Reserved
Sunday, October 17, 2010
3. Browsers and Recommendations
Are ?awed
Have inconsistencies
Make invention possible, but trail behind
Which is why we have and need good toolkits
Iterate faster
Di?erent styles and taste
? SitePen, Inc. All Rights Reserved
Sunday, October 17, 2010
4. Dojo
Retro?tting itself for HTML5 support
Removing obsolete features as appropriate
Keeping compatibility and API consistency
? SitePen, Inc. All Rights Reserved
Sunday, October 17, 2010
5. Dojo Toolkit: Project Goals
Fill the Browser Gaps
Fast & E?cient
Modular, Small Base, Extensible
Professional & Sophisticated
Powerful
Developer productivity and tools
Push the limits (vector graphics, o?ine, html5, etc.)
Open, free, & liberally licensed
? SitePen, Inc. All Rights Reserved
Sunday, October 17, 2010
6. Toolkit Features
Packages, Builds, Timing
DOM Manipulation/Querying/Behavior
Events (DOM, function to function, pubsub)
Ajax (XHR, iframe, x-domain, form submits, polling, long-polling, and more) and
E?ects
DnD & a11y/i18n
Dijit (widget system, Layout, Form, WYSIWYG editor, Tree, Grid, many more)
Vector Graphics (gfx, charting, drawing, SVG/Canvas/VML/Flash/Silverlight/SVGWeb)
Data/JSON/REST/RPC
O?ine, Local Storage (Gears, HTML5, Flash, Cookies, etc.)
Comet, XMPP, WebSocket
Developer Utilities (build, test, documentation)
Mobile
? SitePen, Inc. All Rights Reserved
Sunday, October 17, 2010
7. Standards
Dirty Hacks Innovation
Inspired by Andy Hume
? SitePen, Inc. All Rights Reserved
Sunday, October 17, 2010
8. <font>
<div> CSS
? SitePen, Inc. All Rights Reserved
Sunday, October 17, 2010
9. getElementsByTagName
querySelectorAll dojo.query
? SitePen, Inc. All Rights Reserved
Sunday, October 17, 2010
10. Dojo 0.1
netWindows Dojo 0.4
? SitePen, Inc. All Rights Reserved
Sunday, October 17, 2010
11. Dojo 1.0
Dojo 0.4 Dojo 1.4
? SitePen, Inc. All Rights Reserved
Sunday, October 17, 2010
12. Dojo 1.5 & 1.6
HTML5
Dojo 1.4 Dojo 2.0
? SitePen, Inc. All Rights Reserved
Sunday, October 17, 2010
13. How?
Feature Detection
data attributes
sockets
GFX
Storage
Dijit
Mobile
...
? SitePen, Inc. All Rights Reserved
Sunday, October 17, 2010
14. 3 Dojo Foundation
Mobile Projects
? SitePen, Inc. All Rights Reserved
Sunday, October 17, 2010
15. WINK Toolkit
Completely separate code
base
Innovative UI elements (3D
useful for tight screen
space
Started by Orange Labs
iPhone and Android apps,
consistent look and feel,
other platforms coming
Most Experimental & Lean
http://winktoolkit.org/
? SitePen, Inc. All Rights Reserved
Sunday, October 17, 2010
16. EmbedJS
Dojo APIs, stripped down
for mobile and embedded
Started by Uxebu
Target each platform with
its native look & feel
TouchScroll, geolocation,
etc.
Most Complete
http://github.com/uxebu/embedjs/
? SitePen, Inc. All Rights Reserved
Sunday, October 17, 2010
17. DojoX Mobile
Started in Dojo 1.5
Fix things in Dojo that
break for mobile, API stable
Merge features from
EmbedJS, WINK Toolkit
Feature Detection
Support for many HTML5
features and beyond
Most Stable for Dojo users
? SitePen, Inc. All Rights Reserved
Sunday, October 17, 2010
18. ? SitePen, Inc. All Rights Reserved
Sunday, October 17, 2010
19. Q&A / Thanks
SitePen sitepen.com
Dojo Toolkit dojotoolkit.org
Dojo Foundation dojofoundation.org
Dijit dojotoolkit.org
Dojo Campus dojocampus.org
Twitter: @dylans @dojo @sitepen @cometdaily #dojo
ºÝºÝߣ Share: http://www.slideshare.net/dylanks/
LinkedIn: http://www.linkedin.com/in/dylans/
? SitePen, Inc. All Rights Reserved
Sunday, October 17, 2010