SlideShare une entreprise Scribd logo
1  sur  20
Télécharger pour lire hors ligne
Cufon
Fast text replacement with canvas
and VML - no Flash or images
required.
<!DOCTYPE html PUBLIC quot;-//W3C//DTD XHTML 1.0 Strict//ENquot; quot;http://
www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtdquot;>
<html>
  <head>
    <script src=quot;cufon.jsquot; type=quot;text/javascriptquot;></script>
    <script src=quot;fontin.font.jsquot; type=quot;text/javascriptquot;></script>
    <script type=quot;text/javascriptquot;>
       Cufon.replace(quot;h1quot;);
    </script>
  </head>
  <body>
    <h1>Look mah, it's Fontin!</h1>
  </body>
</html>
VIEW-FIRST

Validations
SIMPLIFYING

Cucumber Stories
Feature: Administering school subscriptions


  In order to manage a school's textbook subscriptions
  As a super user
  I want to be add and remove textbooks from a school's subscriptions


  Scenario: index
    Given I am logged in as a super-user
    And a school quot;Gymea Techquot; exists
    When I go to the school admin book subscriptions for quot;Gymea Techquot;
    Then I see the page
Feature: Administering school subscriptions


  In order to manage a school's textbook subscriptions
  As a super user
  I want to be add and remove textbooks from a school's subscriptions


  Scenario: index
    Given I am logged in as a super-user
    And a school quot;Gymea Techquot; exists
   When I go to the school admin book subscriptions for quot;Gymea Techquot;
    Then I see the page
def path_to(page_name)                  when /^new school admin$/
  case page_name                          new_admin_school_path

  when /^the homepage$/                 when /^the school admin for quot;(.*)quot;$/
    root_path                             admin_school_path(school_with_name($1))

  when /^the books page$/               when /^the school admin book subscriptions for quot;(.*)quot;$/
    books_path                            admin_school_book_subscriptions_path(school_with_name($1))

  when /^the login page$/               when /^the admin school admins path for quot;(.*)quot;$/
    login_path                            admin_school_admins_path(school_with_name($1))

  when /^logout$/                       when /^the book homepage for quot;(.*)quot;$$/
    logout_path                           book_path(book_with_title($1))

  when /^the forgot password page$/     when /^the first article in quot;(.*)quot;$/
    new_forgot_password_path              book = book_with_title($1)
                                          book_article_path(book, book.articles.first)
  when /^the register page$/
    register_path                       when /^the text version of the first article in quot;(.*)quot;$/
                                          book = book_with_title($1)
  when /^the admin$/                      book_article_path(book, book.articles.first, quot;textquot;)
    admin_path
                                        when /^the image path quot;(.*)quot; for quot;(.*)quot;$/
  when /^the super-users admin$/         book_image_path(book_with_title($2), $1.split(quot;/quot;))
    admin_super_users_path
                                        else
  when /^the schools admin$/              raise quot;Mapping from quot;#{page_name}quot; to a path not definedquot;
    admin_schools_path                  end
                                      end
Feature: Feedback form

  Scenario: submitting feedback w/ an email address
    Given logged in
    When post /feedback with {:email => quot;bob@bob.comquot;}
    Then response 302 to /feedback/thanks?reply=true
    And contact@agencyrainford.com receives an email
When /^post ([^s]+) with ({.*})$/ do |path, params|
  post path, eval(params)
end
TIM LUCAS
TWITTER.COM/TOOLMANTIM
TOOLMANTIM.COM

Contenu connexe

Similaire à RORO May Lightning Preso Madness

Php Simple Xml
Php Simple XmlPhp Simple Xml
Php Simple Xml
mussawir20
 
Javascript
JavascriptJavascript
Javascript
timsplin
 
High-level Web Testing
High-level Web TestingHigh-level Web Testing
High-level Web Testing
petersergeant
 
XML processing with perl
XML processing with perlXML processing with perl
XML processing with perl
Joe Jiang
 
Php Reusing Code And Writing Functions
Php Reusing Code And Writing FunctionsPhp Reusing Code And Writing Functions
Php Reusing Code And Writing Functions
mussawir20
 
Php Calling Operators
Php Calling OperatorsPhp Calling Operators
Php Calling Operators
mussawir20
 
Система рендеринга в Magento
Система рендеринга в MagentoСистема рендеринга в Magento
Система рендеринга в Magento
Magecom Ukraine
 
Anvita Dynamic Fontson Web Feb2001
Anvita Dynamic Fontson Web Feb2001Anvita Dynamic Fontson Web Feb2001
Anvita Dynamic Fontson Web Feb2001
guest6e7a1b1
 

Similaire à RORO May Lightning Preso Madness (20)

Drupal Development (Part 2)
Drupal Development (Part 2)Drupal Development (Part 2)
Drupal Development (Part 2)
 
Php Simple Xml
Php Simple XmlPhp Simple Xml
Php Simple Xml
 
Rush, a shell that will yield to you
Rush, a shell that will yield to youRush, a shell that will yield to you
Rush, a shell that will yield to you
 
Further Php
Further PhpFurther Php
Further Php
 
SlideShare Instant
SlideShare InstantSlideShare Instant
SlideShare Instant
 
SlideShare Instant
SlideShare InstantSlideShare Instant
SlideShare Instant
 
Javascript
JavascriptJavascript
Javascript
 
High-level Web Testing
High-level Web TestingHigh-level Web Testing
High-level Web Testing
 
jQuery Performance Rules
jQuery Performance RulesjQuery Performance Rules
jQuery Performance Rules
 
My First Rails Plugin - Usertext
My First Rails Plugin - UsertextMy First Rails Plugin - Usertext
My First Rails Plugin - Usertext
 
3rd doc
3rd doc3rd doc
3rd doc
 
Introduction to JQuery
Introduction to JQueryIntroduction to JQuery
Introduction to JQuery
 
XML processing with perl
XML processing with perlXML processing with perl
XML processing with perl
 
Introduction to jQuery
Introduction to jQueryIntroduction to jQuery
Introduction to jQuery
 
Php Reusing Code And Writing Functions
Php Reusing Code And Writing FunctionsPhp Reusing Code And Writing Functions
Php Reusing Code And Writing Functions
 
Seam Glassfish Slidecast
Seam Glassfish SlidecastSeam Glassfish Slidecast
Seam Glassfish Slidecast
 
Php Calling Operators
Php Calling OperatorsPhp Calling Operators
Php Calling Operators
 
Система рендеринга в Magento
Система рендеринга в MagentoСистема рендеринга в Magento
Система рендеринга в Magento
 
Anvita Dynamic Fontson Web Feb2001
Anvita Dynamic Fontson Web Feb2001Anvita Dynamic Fontson Web Feb2001
Anvita Dynamic Fontson Web Feb2001
 
DBIx::Class beginners
DBIx::Class beginnersDBIx::Class beginners
DBIx::Class beginners
 

Plus de Tim Lucas

Improving performance of iphone.news.com.au
Improving performance of iphone.news.com.auImproving performance of iphone.news.com.au
Improving performance of iphone.news.com.au
Tim Lucas
 
Matt Allen - Unfuddle your bugs
Matt Allen - Unfuddle your bugsMatt Allen - Unfuddle your bugs
Matt Allen - Unfuddle your bugs
Tim Lucas
 

Plus de Tim Lucas (11)

Introducing... Bananajour!
Introducing... Bananajour!Introducing... Bananajour!
Introducing... Bananajour!
 
Sinatra
SinatraSinatra
Sinatra
 
Cucumbers & Factory Girls
Cucumbers & Factory GirlsCucumbers & Factory Girls
Cucumbers & Factory Girls
 
Introducing me, and Ruby on Rails
Introducing me, and Ruby on RailsIntroducing me, and Ruby on Rails
Introducing me, and Ruby on Rails
 
Developing for iPhone
Developing for iPhoneDeveloping for iPhone
Developing for iPhone
 
Just Built It - Introduction to Ruby on Rails
Just Built It - Introduction to Ruby on RailsJust Built It - Introduction to Ruby on Rails
Just Built It - Introduction to Ruby on Rails
 
Improving performance of iphone.news.com.au
Improving performance of iphone.news.com.auImproving performance of iphone.news.com.au
Improving performance of iphone.news.com.au
 
Matthew Landauer - Open Australia
Matthew Landauer - Open AustraliaMatthew Landauer - Open Australia
Matthew Landauer - Open Australia
 
Matt Allen - Unfuddle your bugs
Matt Allen - Unfuddle your bugsMatt Allen - Unfuddle your bugs
Matt Allen - Unfuddle your bugs
 
Introduction to RDoc
Introduction to RDocIntroduction to RDoc
Introduction to RDoc
 
Introduction to RDoc
Introduction to RDocIntroduction to RDoc
Introduction to RDoc
 

Dernier

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Dernier (20)

Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 

RORO May Lightning Preso Madness

  • 1.
  • 2.
  • 3.
  • 4. Cufon Fast text replacement with canvas and VML - no Flash or images required.
  • 5.
  • 6.
  • 7. <!DOCTYPE html PUBLIC quot;-//W3C//DTD XHTML 1.0 Strict//ENquot; quot;http:// www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtdquot;> <html> <head> <script src=quot;cufon.jsquot; type=quot;text/javascriptquot;></script> <script src=quot;fontin.font.jsquot; type=quot;text/javascriptquot;></script> <script type=quot;text/javascriptquot;> Cufon.replace(quot;h1quot;); </script> </head> <body> <h1>Look mah, it's Fontin!</h1> </body> </html>
  • 8.
  • 9.
  • 11.
  • 13.
  • 14. Feature: Administering school subscriptions In order to manage a school's textbook subscriptions As a super user I want to be add and remove textbooks from a school's subscriptions Scenario: index Given I am logged in as a super-user And a school quot;Gymea Techquot; exists When I go to the school admin book subscriptions for quot;Gymea Techquot; Then I see the page
  • 15. Feature: Administering school subscriptions In order to manage a school's textbook subscriptions As a super user I want to be add and remove textbooks from a school's subscriptions Scenario: index Given I am logged in as a super-user And a school quot;Gymea Techquot; exists When I go to the school admin book subscriptions for quot;Gymea Techquot; Then I see the page
  • 16. def path_to(page_name) when /^new school admin$/ case page_name new_admin_school_path when /^the homepage$/ when /^the school admin for quot;(.*)quot;$/ root_path admin_school_path(school_with_name($1)) when /^the books page$/ when /^the school admin book subscriptions for quot;(.*)quot;$/ books_path admin_school_book_subscriptions_path(school_with_name($1)) when /^the login page$/ when /^the admin school admins path for quot;(.*)quot;$/ login_path admin_school_admins_path(school_with_name($1)) when /^logout$/ when /^the book homepage for quot;(.*)quot;$$/ logout_path book_path(book_with_title($1)) when /^the forgot password page$/ when /^the first article in quot;(.*)quot;$/ new_forgot_password_path book = book_with_title($1) book_article_path(book, book.articles.first) when /^the register page$/ register_path when /^the text version of the first article in quot;(.*)quot;$/ book = book_with_title($1) when /^the admin$/ book_article_path(book, book.articles.first, quot;textquot;) admin_path when /^the image path quot;(.*)quot; for quot;(.*)quot;$/ when /^the super-users admin$/ book_image_path(book_with_title($2), $1.split(quot;/quot;)) admin_super_users_path else when /^the schools admin$/ raise quot;Mapping from quot;#{page_name}quot; to a path not definedquot; admin_schools_path end end
  • 17. Feature: Feedback form Scenario: submitting feedback w/ an email address Given logged in When post /feedback with {:email => quot;bob@bob.comquot;} Then response 302 to /feedback/thanks?reply=true And contact@agencyrainford.com receives an email
  • 18. When /^post ([^s]+) with ({.*})$/ do |path, params| post path, eval(params) end
  • 19.