SlideShare une entreprise Scribd logo
1  sur  106
Twiggy!
let’s get our widget on
Who am I?
 Elliott Kember
 Rails developer

 @elliottkember

 Web Developer,
  Mobile Noob.
Who are you?
Get this party started
Get this party started

• Valid HTML wrapper
Get this party started

• Valid HTML wrapper
• Doctype - I used HTML 4.01 Strict
Get this party started

• Valid HTML wrapper
• Doctype - I used HTML 4.01 Strict
• Validate your code!
Get this party started

• Valid HTML wrapper
• Doctype - I used HTML 4.01 Strict
• Validate your code!
• Should work fine in Firefox
Get this party started

• Valid HTML wrapper
• Doctype - I used HTML 4.01 Strict
• Validate your code!
•                                             nal
  Should work fine in Firefox
                                         ptio
                                      to
                                    o  is n
                                  shit
                            his
                          T
HTML
If you don’t use

you’re just being silly
jQuery in 2 minutes
jQuery in 2 minutes
•   $() is your selector function
jQuery in 2 minutes
•   $() is your selector function

•   CSS selectors
jQuery in 2 minutes
•   $() is your selector function

•   CSS selectors

•   $(‘#home’);
jQuery in 2 minutes
•   $() is your selector function

•   CSS selectors

•   $(‘#home’);

•   $(‘.home’);
jQuery in 2 minutes
•   $() is your selector function

•   CSS selectors

•   $(‘#home’);

•   $(‘.home’);

•   $(‘div#home’);
jQuery in 2 minutes
•   $() is your selector function

•   CSS selectors

•   $(‘#home’);

•   $(‘.home’);

•   $(‘div#home’);

•   $(‘div ul#home’);
jQuery in 2 minutes
•   $() is your selector function

•   CSS selectors

•   $(‘#home’);

•   $(‘.home’);

•   $(‘div#home’);

•   $(‘div ul#home’);

•   $(‘div ul#home’).hide(); $(‘div ul#home’).show();
jQuery in 2 minutes
•   $() is your selector function

•   CSS selectors

•   $(‘#home’);

•   $(‘.home’);

•   $(‘div#home’);

•   $(‘div ul#home’);

•   $(‘div ul#home’).hide(); $(‘div ul#home’).show();

•   $(‘div ul#home li a’).click(function(){
      alert(‘you clicked it!’); // specify whatever you want to happen here!
    }
jQuery plugins
jQuery plugins
• http://plugins.jquery.com/
jQuery plugins
• http://plugins.jquery.com/
• Loaded locally, size isn’t a huge problem
jQuery plugins
• http://plugins.jquery.com/
• Loaded locally, size isn’t a huge problem
• Widget engine is fast enough to cope
jQuery plugins
• http://plugins.jquery.com/
• Loaded locally, size isn’t a huge problem
• Widget engine is fast enough to cope
• We used a Twitter Search JSON plugin
Add your plugins
Add your plugins
Create panels
Create panels
Create panels
Create panels
Create panels




• Div, form, class, ID, comments, etc.
Hiding things
Hiding things

• Use Javascript techniques
Hiding things

• Use Javascript techniques
• Be clever with your # and .
Hiding things

• Use Javascript techniques
• Be clever with your # and .
  • $(‘.panel’).hide(); $(‘.panel#home’).show();
Hiding things

• Use Javascript techniques
• Be clever with your # and .
  • $(‘.panel’).hide(); $(‘.panel#home’).show();
  • $(‘.asset’).hide(); $(‘.asset.home’).show();
Hiding things

• Use Javascript techniques
• Be clever with your # and .
  • $(‘.panel’).hide(); $(‘.panel#home’).show();
  • $(‘.asset’).hide(); $(‘.asset.home’).show();
  • $(‘#menu li’).hide(); $(‘#menu li.home’).show();
Some Javascript
Some Javascript

       •   Set up functions for your stuff
Some Javascript

       •   Set up functions for your stuff

       •   $(‘document’).ready();
Some Javascript

       •   Set up functions for your stuff

       •   $(‘document’).ready();

       •   Be clear and simple
CSS
CSS

 • Normal CSS, CSS3 rules
CSS

 • Normal CSS, CSS3 rules
 • border-radius
CSS

 • Normal CSS, CSS3 rules
 • border-radius
 • Hover effects are
   important
XML config
XML config




•   be careful with the difference between values and attributes!
Deploy / test
Deploy / test


•   Open application.xml file directly in Opera
Deploy / test


•   Open application.xml file directly in Opera

•   use the Widget Emulator
Deploy / test


•   Open application.xml file directly in Opera

•   use the Widget Emulator

•   zip -r widget.wgt * and USB to phone
Boring!
Searching Twitter!
Searching Twitter!

• Plugins are awesome
Searching Twitter!

• Plugins are awesome
• tweet.seaofclouds.cm
Searching Twitter!

• Plugins are awesome
• tweet.seaofclouds.cm
• <label for=quot;searchquot;>
   What are you looking for?
 </label>
With a little bit of this
With a little bit of this
And a little bit of that
And a little bit of that
And the emulator...
And the emulator...

• Opera Widget Emulator
And the emulator...

• Opera Widget Emulator
• Vodafone have their own one too
And the emulator...

• Opera Widget Emulator
• Vodafone have their own one too
• Runs like a widget
And the emulator...

• Opera Widget Emulator
• Vodafone have their own one too
• Runs like a widget
• Contains your widget
Hooray!
Some tips:
Some tips:

• Auto-focus input fields
Some tips:

• Auto-focus input fields
• Hover effects are important.
Some tips:

• Auto-focus input fields
• Hover effects are important.
• Test the phone with your typeface
Some tips:

• Auto-focus input fields
• Hover effects are important.
• Test the phone with your typeface
• Make hit areas small!
Small?
The mouse cursor snaps to the
edges of the action bounding box
Small!
                The mouse cursor snaps to the
                edges of the action bounding box


So make the action bounding box
smaller than the button.
Remember:
Remember:
• Don’t resize images with HTML
Remember:
• Don’t resize images with HTML
• use CSS sprites
Remember:
• Don’t resize images with HTML
• use CSS sprites
• Phone keyboard is upside-down
Remember:
• Don’t resize images with HTML
• use CSS sprites
• Phone keyboard is upside-down
• It’s going to be slow
Remember:
• Don’t resize images with HTML
• use CSS sprites
• Phone keyboard is upside-down
• It’s going to be slow
• Dodgy network connections
Remember:
• Don’t resize images with HTML
• use CSS sprites
• Phone keyboard is upside-down
• It’s going to be slow
• Dodgy network connections
• Don’t expect it to “just work”
Dear Betavine
Dear Betavine

• Documentation
Dear Betavine

• Documentation
• Bandwidth restrictions
Dear Betavine

• Documentation
• Bandwidth restrictions
• Resizing images
Dear Betavine

• Documentation
• Bandwidth restrictions
• Resizing images
• Publicity
Question time!
I bet you thought
    that was it
You now have
an iPhone web app
You now have
an iPhone web app
       And a
     PhoneGap
    iPhone app
      (maybe)
PhoneGap
     iPhone app
       (maybe)
And an Adobe AIR app
And an Adobe AIR app

And an Opera Widget
And an Opera Widget

and a dashboard widget
and a dashboard widget

    And a website.
This is the most
important thing
and you’re kind of
  doing it wrong
These are not widgets:
   These are apps.
You’re on our turf,
and we want to help.
Thanks!
Thanks!

• elliott.kember@gmail.com
Thanks!

• elliott.kember@gmail.com
• twitter: @elliottkember
Thanks!

• elliott.kember@gmail.com
• twitter: @elliottkember
• www.elliottkember.com

Contenu connexe

En vedette

Making your site mobile-friendly - Ignite Manchester 01.03.2010
Making your site mobile-friendly - Ignite Manchester 01.03.2010Making your site mobile-friendly - Ignite Manchester 01.03.2010
Making your site mobile-friendly - Ignite Manchester 01.03.2010Patrick Lauke
 
What's Next: How Mobile is Changing Design
What's Next: How Mobile is Changing DesignWhat's Next: How Mobile is Changing Design
What's Next: How Mobile is Changing DesignBrian Fling
 
"Designing for the Mobile Web" by Michael Dick (December 2010)
"Designing for the Mobile Web" by Michael Dick (December 2010)"Designing for the Mobile Web" by Michael Dick (December 2010)
"Designing for the Mobile Web" by Michael Dick (December 2010)Mike Brenner
 
Twiggy
TwiggyTwiggy
Twiggyuapder
 
Twiggy Presentation
Twiggy PresentationTwiggy Presentation
Twiggy Presentationismhistory
 
Pimp your site with jQuery!
Pimp your site with jQuery!Pimp your site with jQuery!
Pimp your site with jQuery!Elliott Kember
 
jQuery SUG Group Introduction
jQuery SUG Group IntroductionjQuery SUG Group Introduction
jQuery SUG Group IntroductionAndrew Chalkley
 
千呼萬喚始出來的Java SE 7
千呼萬喚始出來的Java SE 7千呼萬喚始出來的Java SE 7
千呼萬喚始出來的Java SE 7javatwo2011
 
使用Hudson打造屬於你自己的軟體建構機器人
使用Hudson打造屬於你自己的軟體建構機器人使用Hudson打造屬於你自己的軟體建構機器人
使用Hudson打造屬於你自己的軟體建構機器人javatwo2011
 
Shopping in AR_presentazione
Shopping in AR_presentazioneShopping in AR_presentazione
Shopping in AR_presentazioneMarzia Testa
 
Making your site mobile-friendly - DevCSI Reading 21.07.2010
Making your site mobile-friendly - DevCSI Reading 21.07.2010Making your site mobile-friendly - DevCSI Reading 21.07.2010
Making your site mobile-friendly - DevCSI Reading 21.07.2010Patrick Lauke
 
比XML更好用的Java Annotation
比XML更好用的Java Annotation比XML更好用的Java Annotation
比XML更好用的Java Annotationjavatwo2011
 
Augmented Reality Shopping
 Augmented Reality Shopping Augmented Reality Shopping
Augmented Reality ShoppingFederico Ruberti
 
Mobile Web Design - The Basics
Mobile Web Design - The BasicsMobile Web Design - The Basics
Mobile Web Design - The BasicsNick Whitmoyer
 
1960s fashion
1960s fashion1960s fashion
1960s fashionEmanuel
 
What's Next in Growth? 2016
What's Next in Growth? 2016What's Next in Growth? 2016
What's Next in Growth? 2016Andrew Chen
 
32 Ways a Digital Marketing Consultant Can Help Grow Your Business
32 Ways a Digital Marketing Consultant Can Help Grow Your Business32 Ways a Digital Marketing Consultant Can Help Grow Your Business
32 Ways a Digital Marketing Consultant Can Help Grow Your BusinessBarry Feldman
 

En vedette (20)

Making your site mobile-friendly - Ignite Manchester 01.03.2010
Making your site mobile-friendly - Ignite Manchester 01.03.2010Making your site mobile-friendly - Ignite Manchester 01.03.2010
Making your site mobile-friendly - Ignite Manchester 01.03.2010
 
What's Next: How Mobile is Changing Design
What's Next: How Mobile is Changing DesignWhat's Next: How Mobile is Changing Design
What's Next: How Mobile is Changing Design
 
"Designing for the Mobile Web" by Michael Dick (December 2010)
"Designing for the Mobile Web" by Michael Dick (December 2010)"Designing for the Mobile Web" by Michael Dick (December 2010)
"Designing for the Mobile Web" by Michael Dick (December 2010)
 
age of reason
age of reasonage of reason
age of reason
 
Twiggy
TwiggyTwiggy
Twiggy
 
Twiggy Presentation
Twiggy PresentationTwiggy Presentation
Twiggy Presentation
 
From Click To Tap
From Click To TapFrom Click To Tap
From Click To Tap
 
Pimp your site with jQuery!
Pimp your site with jQuery!Pimp your site with jQuery!
Pimp your site with jQuery!
 
jQuery SUG Group Introduction
jQuery SUG Group IntroductionjQuery SUG Group Introduction
jQuery SUG Group Introduction
 
千呼萬喚始出來的Java SE 7
千呼萬喚始出來的Java SE 7千呼萬喚始出來的Java SE 7
千呼萬喚始出來的Java SE 7
 
使用Hudson打造屬於你自己的軟體建構機器人
使用Hudson打造屬於你自己的軟體建構機器人使用Hudson打造屬於你自己的軟體建構機器人
使用Hudson打造屬於你自己的軟體建構機器人
 
Shopping in AR_presentazione
Shopping in AR_presentazioneShopping in AR_presentazione
Shopping in AR_presentazione
 
Making your site mobile-friendly - DevCSI Reading 21.07.2010
Making your site mobile-friendly - DevCSI Reading 21.07.2010Making your site mobile-friendly - DevCSI Reading 21.07.2010
Making your site mobile-friendly - DevCSI Reading 21.07.2010
 
比XML更好用的Java Annotation
比XML更好用的Java Annotation比XML更好用的Java Annotation
比XML更好用的Java Annotation
 
Augmented Reality Shopping
 Augmented Reality Shopping Augmented Reality Shopping
Augmented Reality Shopping
 
Mobile Web Design - The Basics
Mobile Web Design - The BasicsMobile Web Design - The Basics
Mobile Web Design - The Basics
 
Twiggy
TwiggyTwiggy
Twiggy
 
1960s fashion
1960s fashion1960s fashion
1960s fashion
 
What's Next in Growth? 2016
What's Next in Growth? 2016What's Next in Growth? 2016
What's Next in Growth? 2016
 
32 Ways a Digital Marketing Consultant Can Help Grow Your Business
32 Ways a Digital Marketing Consultant Can Help Grow Your Business32 Ways a Digital Marketing Consultant Can Help Grow Your Business
32 Ways a Digital Marketing Consultant Can Help Grow Your Business
 

Similaire à Twiggy - let's get our widget on!

Efficient JavaScript Development
Efficient JavaScript DevelopmentEfficient JavaScript Development
Efficient JavaScript Developmentwolframkriesing
 
Deliverance: Plone theming without the learning curve from Plone Symposium Ea...
Deliverance: Plone theming without the learning curve from Plone Symposium Ea...Deliverance: Plone theming without the learning curve from Plone Symposium Ea...
Deliverance: Plone theming without the learning curve from Plone Symposium Ea...Jazkarta, Inc.
 
jQTouch – Mobile Web Apps with HTML, CSS and JavaScript
jQTouch – Mobile Web Apps with HTML, CSS and JavaScriptjQTouch – Mobile Web Apps with HTML, CSS and JavaScript
jQTouch – Mobile Web Apps with HTML, CSS and JavaScriptPhilipp Bosch
 
Plone Interactivity
Plone InteractivityPlone Interactivity
Plone InteractivityEric Steele
 
Beyond the Standards
Beyond the StandardsBeyond the Standards
Beyond the StandardsPaul Bakaus
 
NSClient++ Workshop: 02 Web
NSClient++ Workshop: 02 WebNSClient++ Workshop: 02 Web
NSClient++ Workshop: 02 WebMichael Medin
 
RWD in the Wild
RWD in the WildRWD in the Wild
RWD in the WildRich Quick
 
Developing for LinkedIn's Application Platform
Developing for LinkedIn's Application PlatformDeveloping for LinkedIn's Application Platform
Developing for LinkedIn's Application PlatformTaylor Singletary
 
WDE08 BULLETPROOF A to Z
WDE08 BULLETPROOF A to ZWDE08 BULLETPROOF A to Z
WDE08 BULLETPROOF A to ZSatoshi Kikuchi
 
Översättning av django-program
Översättning av django-programÖversättning av django-program
Översättning av django-programmikaelmoutakis
 
Ruby on Rails - The Best Track for your Start Up
Ruby on Rails - The Best Track for your Start UpRuby on Rails - The Best Track for your Start Up
Ruby on Rails - The Best Track for your Start UpPrateek Saxena
 
How Not To Code Flex Applications
How Not To Code Flex ApplicationsHow Not To Code Flex Applications
How Not To Code Flex Applicationsjeff tapper
 
High Performance Kick Ass Web Apps (JavaScript edition)
High Performance Kick Ass Web Apps (JavaScript edition)High Performance Kick Ass Web Apps (JavaScript edition)
High Performance Kick Ass Web Apps (JavaScript edition)Stoyan Stefanov
 
Topsy Turvy Design
Topsy Turvy DesignTopsy Turvy Design
Topsy Turvy DesignRich Quick
 
Drupal Deployment
Drupal DeploymentDrupal Deployment
Drupal DeploymentJeff Eaton
 
Building Twitter in Drupal
Building Twitter in DrupalBuilding Twitter in Drupal
Building Twitter in DrupalJeff Eaton
 

Similaire à Twiggy - let's get our widget on! (20)

Efficient JavaScript Development
Efficient JavaScript DevelopmentEfficient JavaScript Development
Efficient JavaScript Development
 
Deliverance: Plone theming without the learning curve from Plone Symposium Ea...
Deliverance: Plone theming without the learning curve from Plone Symposium Ea...Deliverance: Plone theming without the learning curve from Plone Symposium Ea...
Deliverance: Plone theming without the learning curve from Plone Symposium Ea...
 
jQTouch – Mobile Web Apps with HTML, CSS and JavaScript
jQTouch – Mobile Web Apps with HTML, CSS and JavaScriptjQTouch – Mobile Web Apps with HTML, CSS and JavaScript
jQTouch – Mobile Web Apps with HTML, CSS and JavaScript
 
Plone Interactivity
Plone InteractivityPlone Interactivity
Plone Interactivity
 
Beyond the Standards
Beyond the StandardsBeyond the Standards
Beyond the Standards
 
NSClient++ Workshop: 02 Web
NSClient++ Workshop: 02 WebNSClient++ Workshop: 02 Web
NSClient++ Workshop: 02 Web
 
RWD in the Wild
RWD in the WildRWD in the Wild
RWD in the Wild
 
Developing for LinkedIn's Application Platform
Developing for LinkedIn's Application PlatformDeveloping for LinkedIn's Application Platform
Developing for LinkedIn's Application Platform
 
Intro to jQuery
Intro to jQueryIntro to jQuery
Intro to jQuery
 
WDE08 BULLETPROOF A to Z
WDE08 BULLETPROOF A to ZWDE08 BULLETPROOF A to Z
WDE08 BULLETPROOF A to Z
 
PNGHack 1.0 Presentation
PNGHack 1.0 PresentationPNGHack 1.0 Presentation
PNGHack 1.0 Presentation
 
Översättning av django-program
Översättning av django-programÖversättning av django-program
Översättning av django-program
 
Ruby on Rails - The Best Track for your Start Up
Ruby on Rails - The Best Track for your Start UpRuby on Rails - The Best Track for your Start Up
Ruby on Rails - The Best Track for your Start Up
 
Reward & Punishment
Reward & PunishmentReward & Punishment
Reward & Punishment
 
Tweakers Anonymous
Tweakers AnonymousTweakers Anonymous
Tweakers Anonymous
 
How Not To Code Flex Applications
How Not To Code Flex ApplicationsHow Not To Code Flex Applications
How Not To Code Flex Applications
 
High Performance Kick Ass Web Apps (JavaScript edition)
High Performance Kick Ass Web Apps (JavaScript edition)High Performance Kick Ass Web Apps (JavaScript edition)
High Performance Kick Ass Web Apps (JavaScript edition)
 
Topsy Turvy Design
Topsy Turvy DesignTopsy Turvy Design
Topsy Turvy Design
 
Drupal Deployment
Drupal DeploymentDrupal Deployment
Drupal Deployment
 
Building Twitter in Drupal
Building Twitter in DrupalBuilding Twitter in Drupal
Building Twitter in Drupal
 

Dernier

Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 

Dernier (20)

Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 

Twiggy - let's get our widget on!

Notes de l'éditeur

  1. use HTML use Javascript uses jQuery? make websites employ people who do?
  2. Make a real web page tell you why later
  3. Make a real web page tell you why later
  4. Make a real web page tell you why later
  5. Make a real web page tell you why later
  6. Make a real web page tell you why later
  7. If you don&#x2019;t use jQuery you&#x2019;re being silly fast, effective, saves you time
  8. Bind() Live() Timers Calendars Twitter JSON AJAX Graphs - Flot Form validation Slides and fades and animations are awesome Some will not work. Be careful of memory leaks
  9. Bind() Live() Timers Calendars Twitter JSON AJAX Graphs - Flot Form validation Slides and fades and animations are awesome Some will not work. Be careful of memory leaks
  10. Bind() Live() Timers Calendars Twitter JSON AJAX Graphs - Flot Form validation Slides and fades and animations are awesome Some will not work. Be careful of memory leaks
  11. Bind() Live() Timers Calendars Twitter JSON AJAX Graphs - Flot Form validation Slides and fades and animations are awesome Some will not work. Be careful of memory leaks
  12. Autofocus because NOBODY LIKES THE MOUSE Hover helps you know you&#x2019;re on a button Italic broken in twiggy Clever hit areas trick
  13. Autofocus because NOBODY LIKES THE MOUSE Hover helps you know you&#x2019;re on a button Italic broken in twiggy Clever hit areas trick
  14. Autofocus because NOBODY LIKES THE MOUSE Hover helps you know you&#x2019;re on a button Italic broken in twiggy Clever hit areas trick
  15. Autofocus because NOBODY LIKES THE MOUSE Hover helps you know you&#x2019;re on a button Italic broken in twiggy Clever hit areas trick
  16. Resizing images is OS function CSS sprites are good for later on PC keyboard numpad Slow cpu and network Test it on a phone
  17. Resizing images is OS function CSS sprites are good for later on PC keyboard numpad Slow cpu and network Test it on a phone
  18. Resizing images is OS function CSS sprites are good for later on PC keyboard numpad Slow cpu and network Test it on a phone
  19. Resizing images is OS function CSS sprites are good for later on PC keyboard numpad Slow cpu and network Test it on a phone
  20. Resizing images is OS function CSS sprites are good for later on PC keyboard numpad Slow cpu and network Test it on a phone
  21. Resizing images is OS function CSS sprites are good for later on PC keyboard numpad Slow cpu and network Test it on a phone