SlideShare une entreprise Scribd logo
1  sur  14
Télécharger pour lire hors ligne
Making Bootstrap
Work for You
and Techie Jones
About Me
● Owner of Happy Dog Web Productions
Ryan Boog
● Devoted father and husband
● Sadly a proud Vikings fan
@hdwebpros
● Away from Joomla! and web, I enjoy
hanging out, sports, trying new restaurants
and pretending to be a decent food critic,
@ryanboog
doing fun competitive things. Okay, an
occasional beer too, especially on fun
/HappyDogWebProductions events like this.
651-243-2DOG
Let’s Connect! #youreawesome
What is Bootstrap?
According to them, it is:
“Sleek, intuitive, and powerful mobile first frontend framework for faster and easier web
development.”
Stop wrestling with CSS
Lots of prewritten code can save you
oodles of time.
Easily use a responsive grid, styled
tables, typography, buttons and forms
with ease.
Stop wrestling with CSS
Where can I use it?
Extensions
●
●
●
●
●
●
●

Customize the backend
Custom front end
Make all aspects responsive
Shopping cart
Calendar
Forum
Social Network

Interfacing
●
●
●
●
●

Use icons with ease
Create complex workflows
Quick buttons
Accordions
Tabs

Templating
●
●
●
●

Create a responsive
admin template
Custom templates that
are responsive
Lay out the site in a
stackable way
Lean on buttons, tabs,
helper classes to quickly
write lots of code for you
Lets do some Bootstrappin
You came here to see some Bootstrappin’,
right? I will now show you how easy it is to use
on your site.
Enabling (for core Bootstrap, J!3)
Either just use the Protostar template
or
Insert this into your template’s index file in these 2 steps (insert CSS & JS)
1.

//Insert the CSS (via php)
$doc = JFactory::getDocument(); /*This most likely is at the top already
*/
$doc->addStyleSheet($this->baseurl . '/media/jui/css/bootstrap.min.
css');

//OR in the <head>
<link href='<?php echo $this->baseurl ?>/media/jui/css/bootstrap.min.
css' rel='stylesheet' type='text/css'>
2.

//With any Joomla 3.1+ site, just add in the <head> tag for the .js
file *interesting*
<jdoc:include type="head" />
//Otherwise, insert this just before the </body>
<?php JHtml::_('bootstrap.framework'); ?>
Out of the Box Example
●
●
●
●

Use Grid
Create a 4 column layout
Add simple text to each column
Add a blank button to each
Meet Techie Jones
My name is Techie Jones.
Literally. I have a gift for great
design and create a great user
experience. Some web agencies
say I’m a challenge to work with.
But I hear you’re up to the task.
Are you?
Techie’s Task
We need to make an
ecommerce layout to sell
dog supplies for Boston
Foods Company. You
must complete this within
24 hours. Love, Techie
Universal:
●
No additional extension, we need this in the core
●
4 products to a row, responsive, stacks on mobile
●
All product images must automatically be rounded,
even if the client uploads a square image, no matter
what perspective the image is. The image will be 50%
of the width until stacked, with the title next to it.
●
Some products may have tables for information. These
tables need to be
○
Zebra striped
○
Change colors on hover
○
Responsive
●
All products must scale, or Zoom, when hovered over
to “make it pop”
●
Items are off white, and go to pure white on hover
●
Setup all buy now links to go to PayPal for now

Requirements

Specifics
●
4 fun products (raft, costume, frisbee, balls) *images
uploaded already
○
Paws Raft
○
Costume
○
Frisbee
○
Balls
●
Paws Raft is New, so use a badge in the title declaring it.
●
Paws Raft needs a informational declaration box showing that
it can pop from dog nails
Customize the grid!
●

●

●
●
●
●
●

Desktops with large monitors
○
Show 4 to a line
○
Image to the left, title to the right
Laptops
○
Show 3 to a line
○
Image is full width, everything flows underneath
Tablet
○
2 to a line
Smartphone
○
1 to a line
If needed, change the amount of columns to the grid
It is forced fluid (for the better)
Push and Pull?!?

Other Cool Extras
●
●
●
●
●

Enable colors on specific table cells or rows
Use Glyphicons (Bazinga!)
Extra helper classes
Lots of renaming (better semantics)
More for flat design instead of skeuomorphic

Ways Bootstrap 3 can improve even more!
You guys are rad!
How did you do that so fast and so well?
I WILL hire you for twice your rate next time.
Have fun in Boston!
Questions?
I will answer your questions.
I will not catch socks in my mouth.

Got one for later?
@hdwebpros or just pull me aside

Remember, #JWC13

#youreawesome

Contenu connexe

Tendances

Wordpress Underscores & foundation5
Wordpress Underscores & foundation5Wordpress Underscores & foundation5
Wordpress Underscores & foundation5Aum Watcharapol
 
How to Jazz Up Your WordPress Site – without a lick o’ code
How to Jazz Up Your WordPress Site – without a lick o’ codeHow to Jazz Up Your WordPress Site – without a lick o’ code
How to Jazz Up Your WordPress Site – without a lick o’ codeKathryn Presner
 
Navigation in Xamarin.Forms
Navigation in Xamarin.FormsNavigation in Xamarin.Forms
Navigation in Xamarin.FormsKym Phillpotts
 
Theming Your Views
Theming Your ViewsTheming Your Views
Theming Your ViewsMark Jarrell
 
The Adobe Legal Department Style Guide
The Adobe Legal Department Style GuideThe Adobe Legal Department Style Guide
The Adobe Legal Department Style GuideAdobe
 
Evolve 2014 - Effective Navigation in Xamarin Android
Evolve 2014 - Effective Navigation in Xamarin AndroidEvolve 2014 - Effective Navigation in Xamarin Android
Evolve 2014 - Effective Navigation in Xamarin AndroidJames Montemagno
 
Using disqus & facebook comment in wordpress themes
Using disqus & facebook comment in wordpress themesUsing disqus & facebook comment in wordpress themes
Using disqus & facebook comment in wordpress themescodebangla
 
Prezi tutorial 2010
Prezi tutorial 2010Prezi tutorial 2010
Prezi tutorial 2010Karen Brooks
 
A Beginner's Guide to WordPress - WordCamp New York City 2012
A Beginner's Guide to WordPress - WordCamp New York City 2012A Beginner's Guide to WordPress - WordCamp New York City 2012
A Beginner's Guide to WordPress - WordCamp New York City 2012Kathryn Presner
 
LibTech 2014: Redesign On A Dime
LibTech 2014: Redesign On A DimeLibTech 2014: Redesign On A Dime
LibTech 2014: Redesign On A DimeJulieLibrarian
 
Markdown vs. WYSIWYG - Stop using the web like a word document
Markdown vs. WYSIWYG - Stop using the web like a word document Markdown vs. WYSIWYG - Stop using the web like a word document
Markdown vs. WYSIWYG - Stop using the web like a word document Zensations GmbH
 
The New UI - Staying Strong with Flexbox, SASS, and {{Mustache.js}}
The New UI - Staying Strong with Flexbox, SASS, and {{Mustache.js}}The New UI - Staying Strong with Flexbox, SASS, and {{Mustache.js}}
The New UI - Staying Strong with Flexbox, SASS, and {{Mustache.js}}Eric Carlisle
 
WordPress 101 wcmelb 2013
WordPress 101 wcmelb 2013WordPress 101 wcmelb 2013
WordPress 101 wcmelb 2013Warren Denley
 
Final project-Google drive
Final project-Google driveFinal project-Google drive
Final project-Google driveTrangNguyen2012
 

Tendances (20)

Wordpress Underscores & foundation5
Wordpress Underscores & foundation5Wordpress Underscores & foundation5
Wordpress Underscores & foundation5
 
Atomic design
Atomic designAtomic design
Atomic design
 
How to Jazz Up Your WordPress Site – without a lick o’ code
How to Jazz Up Your WordPress Site – without a lick o’ codeHow to Jazz Up Your WordPress Site – without a lick o’ code
How to Jazz Up Your WordPress Site – without a lick o’ code
 
Navigation in Xamarin.Forms
Navigation in Xamarin.FormsNavigation in Xamarin.Forms
Navigation in Xamarin.Forms
 
Theming Your Views
Theming Your ViewsTheming Your Views
Theming Your Views
 
Adobe & HTML5
Adobe & HTML5Adobe & HTML5
Adobe & HTML5
 
The Adobe Legal Department Style Guide
The Adobe Legal Department Style GuideThe Adobe Legal Department Style Guide
The Adobe Legal Department Style Guide
 
Evolve 2014 - Effective Navigation in Xamarin Android
Evolve 2014 - Effective Navigation in Xamarin AndroidEvolve 2014 - Effective Navigation in Xamarin Android
Evolve 2014 - Effective Navigation in Xamarin Android
 
Akki presentation 1
Akki presentation 1Akki presentation 1
Akki presentation 1
 
BUILD YOUR OWN WEBSITE
BUILD YOUR OWN WEBSITEBUILD YOUR OWN WEBSITE
BUILD YOUR OWN WEBSITE
 
Using disqus & facebook comment in wordpress themes
Using disqus & facebook comment in wordpress themesUsing disqus & facebook comment in wordpress themes
Using disqus & facebook comment in wordpress themes
 
Prezi tutorial 2010
Prezi tutorial 2010Prezi tutorial 2010
Prezi tutorial 2010
 
A Beginner's Guide to WordPress - WordCamp New York City 2012
A Beginner's Guide to WordPress - WordCamp New York City 2012A Beginner's Guide to WordPress - WordCamp New York City 2012
A Beginner's Guide to WordPress - WordCamp New York City 2012
 
LibTech 2014: Redesign On A Dime
LibTech 2014: Redesign On A DimeLibTech 2014: Redesign On A Dime
LibTech 2014: Redesign On A Dime
 
Web components
Web componentsWeb components
Web components
 
Markdown vs. WYSIWYG - Stop using the web like a word document
Markdown vs. WYSIWYG - Stop using the web like a word document Markdown vs. WYSIWYG - Stop using the web like a word document
Markdown vs. WYSIWYG - Stop using the web like a word document
 
The New UI - Staying Strong with Flexbox, SASS, and {{Mustache.js}}
The New UI - Staying Strong with Flexbox, SASS, and {{Mustache.js}}The New UI - Staying Strong with Flexbox, SASS, and {{Mustache.js}}
The New UI - Staying Strong with Flexbox, SASS, and {{Mustache.js}}
 
Google Desktop searching
Google Desktop searchingGoogle Desktop searching
Google Desktop searching
 
WordPress 101 wcmelb 2013
WordPress 101 wcmelb 2013WordPress 101 wcmelb 2013
WordPress 101 wcmelb 2013
 
Final project-Google drive
Final project-Google driveFinal project-Google drive
Final project-Google drive
 

Similaire à Hdwp presentation

Bootstrap 3 - Sleek, intuitive, and powerful mobile first front-end framework...
Bootstrap 3 - Sleek, intuitive, and powerful mobile first front-end framework...Bootstrap 3 - Sleek, intuitive, and powerful mobile first front-end framework...
Bootstrap 3 - Sleek, intuitive, and powerful mobile first front-end framework...Cedric Spillebeen
 
Bootstrap Web Development Framework
Bootstrap Web Development FrameworkBootstrap Web Development Framework
Bootstrap Web Development FrameworkCindy Royal
 
In Class Assignment 1 .docx
In Class Assignment 1                                        .docxIn Class Assignment 1                                        .docx
In Class Assignment 1 .docxjaggernaoma
 
Twitter Bootstrap, or why being a PHP Developer is a bad idea
Twitter Bootstrap, or why being a PHP Developer is a bad ideaTwitter Bootstrap, or why being a PHP Developer is a bad idea
Twitter Bootstrap, or why being a PHP Developer is a bad ideaJason Lotito
 
From a Fireworks Comp to a Genesis Child Theme, Step by Step
From a Fireworks Comp to a Genesis Child Theme, Step by StepFrom a Fireworks Comp to a Genesis Child Theme, Step by Step
From a Fireworks Comp to a Genesis Child Theme, Step by StepEast Bay WordPress Meetup
 
Basics of Front End Web Dev PowerPoint
Basics of Front End Web Dev PowerPointBasics of Front End Web Dev PowerPoint
Basics of Front End Web Dev PowerPointSahil Gandhi
 
Joomla! Day Chicago 2011 - Templating the right way - Jonathan Shroyer
Joomla! Day Chicago 2011 - Templating the right way - Jonathan ShroyerJoomla! Day Chicago 2011 - Templating the right way - Jonathan Shroyer
Joomla! Day Chicago 2011 - Templating the right way - Jonathan ShroyerSteven Pignataro
 
Drupal7 Theming session on the occassion of Drupal7 release party in Delhi NCR
Drupal7 Theming session on the occassion of  Drupal7 release party in Delhi NCRDrupal7 Theming session on the occassion of  Drupal7 release party in Delhi NCR
Drupal7 Theming session on the occassion of Drupal7 release party in Delhi NCRGaurav Mishra
 
How to make your own WordPress website
How to make your own WordPress websiteHow to make your own WordPress website
How to make your own WordPress websitelindyfly
 
UTEP AITP Presentation - 10/17/2012
UTEP AITP Presentation - 10/17/2012UTEP AITP Presentation - 10/17/2012
UTEP AITP Presentation - 10/17/2012impulsedev
 
Google Apps for Education Foundations 2015
Google Apps for Education Foundations 2015Google Apps for Education Foundations 2015
Google Apps for Education Foundations 2015Martin Cisneros
 
Developing Custom WordPress Themes for Clients
Developing Custom WordPress Themes for ClientsDeveloping Custom WordPress Themes for Clients
Developing Custom WordPress Themes for ClientsSteven Slack
 
Light introduction to HTML
Light introduction to HTMLLight introduction to HTML
Light introduction to HTMLabidibo Contini
 
Untangling spring week5
Untangling spring week5Untangling spring week5
Untangling spring week5Derek Jacoby
 
Power of mu plugins
Power of mu pluginsPower of mu plugins
Power of mu pluginsMikel King
 
Drupalcamp performance
Drupalcamp performanceDrupalcamp performance
Drupalcamp performanceFrontkom
 
Topsy Turvy Design
Topsy Turvy DesignTopsy Turvy Design
Topsy Turvy DesignRich Quick
 
Untangling the web - fall2017 - class 4
Untangling the web - fall2017 - class 4Untangling the web - fall2017 - class 4
Untangling the web - fall2017 - class 4Derek Jacoby
 

Similaire à Hdwp presentation (20)

Bootstrap 3 - Sleek, intuitive, and powerful mobile first front-end framework...
Bootstrap 3 - Sleek, intuitive, and powerful mobile first front-end framework...Bootstrap 3 - Sleek, intuitive, and powerful mobile first front-end framework...
Bootstrap 3 - Sleek, intuitive, and powerful mobile first front-end framework...
 
Bootstrap Web Development Framework
Bootstrap Web Development FrameworkBootstrap Web Development Framework
Bootstrap Web Development Framework
 
In Class Assignment 1 .docx
In Class Assignment 1                                        .docxIn Class Assignment 1                                        .docx
In Class Assignment 1 .docx
 
Twitter Bootstrap, or why being a PHP Developer is a bad idea
Twitter Bootstrap, or why being a PHP Developer is a bad ideaTwitter Bootstrap, or why being a PHP Developer is a bad idea
Twitter Bootstrap, or why being a PHP Developer is a bad idea
 
From a Fireworks Comp to a Genesis Child Theme, Step by Step
From a Fireworks Comp to a Genesis Child Theme, Step by StepFrom a Fireworks Comp to a Genesis Child Theme, Step by Step
From a Fireworks Comp to a Genesis Child Theme, Step by Step
 
Basics of Front End Web Dev PowerPoint
Basics of Front End Web Dev PowerPointBasics of Front End Web Dev PowerPoint
Basics of Front End Web Dev PowerPoint
 
Joomla! Day Chicago 2011 - Templating the right way - Jonathan Shroyer
Joomla! Day Chicago 2011 - Templating the right way - Jonathan ShroyerJoomla! Day Chicago 2011 - Templating the right way - Jonathan Shroyer
Joomla! Day Chicago 2011 - Templating the right way - Jonathan Shroyer
 
Easy Webtech
Easy WebtechEasy Webtech
Easy Webtech
 
Drupal7 Theming session on the occassion of Drupal7 release party in Delhi NCR
Drupal7 Theming session on the occassion of  Drupal7 release party in Delhi NCRDrupal7 Theming session on the occassion of  Drupal7 release party in Delhi NCR
Drupal7 Theming session on the occassion of Drupal7 release party in Delhi NCR
 
How to make your own WordPress website
How to make your own WordPress websiteHow to make your own WordPress website
How to make your own WordPress website
 
UTEP AITP Presentation - 10/17/2012
UTEP AITP Presentation - 10/17/2012UTEP AITP Presentation - 10/17/2012
UTEP AITP Presentation - 10/17/2012
 
Google Apps for Education Foundations 2015
Google Apps for Education Foundations 2015Google Apps for Education Foundations 2015
Google Apps for Education Foundations 2015
 
Developing Custom WordPress Themes for Clients
Developing Custom WordPress Themes for ClientsDeveloping Custom WordPress Themes for Clients
Developing Custom WordPress Themes for Clients
 
Light introduction to HTML
Light introduction to HTMLLight introduction to HTML
Light introduction to HTML
 
Untangling spring week5
Untangling spring week5Untangling spring week5
Untangling spring week5
 
Power of mu plugins
Power of mu pluginsPower of mu plugins
Power of mu plugins
 
Drupalcamp performance
Drupalcamp performanceDrupalcamp performance
Drupalcamp performance
 
Topsy Turvy Design
Topsy Turvy DesignTopsy Turvy Design
Topsy Turvy Design
 
Untangling the web - fall2017 - class 4
Untangling the web - fall2017 - class 4Untangling the web - fall2017 - class 4
Untangling the web - fall2017 - class 4
 
WordPress 101
WordPress 101 WordPress 101
WordPress 101
 

Dernier

ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 

Dernier (20)

ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 

Hdwp presentation

  • 1. Making Bootstrap Work for You and Techie Jones
  • 2. About Me ● Owner of Happy Dog Web Productions Ryan Boog ● Devoted father and husband ● Sadly a proud Vikings fan @hdwebpros ● Away from Joomla! and web, I enjoy hanging out, sports, trying new restaurants and pretending to be a decent food critic, @ryanboog doing fun competitive things. Okay, an occasional beer too, especially on fun /HappyDogWebProductions events like this. 651-243-2DOG Let’s Connect! #youreawesome
  • 3. What is Bootstrap? According to them, it is: “Sleek, intuitive, and powerful mobile first frontend framework for faster and easier web development.”
  • 4. Stop wrestling with CSS Lots of prewritten code can save you oodles of time. Easily use a responsive grid, styled tables, typography, buttons and forms with ease. Stop wrestling with CSS
  • 5. Where can I use it? Extensions ● ● ● ● ● ● ● Customize the backend Custom front end Make all aspects responsive Shopping cart Calendar Forum Social Network Interfacing ● ● ● ● ● Use icons with ease Create complex workflows Quick buttons Accordions Tabs Templating ● ● ● ● Create a responsive admin template Custom templates that are responsive Lay out the site in a stackable way Lean on buttons, tabs, helper classes to quickly write lots of code for you
  • 6. Lets do some Bootstrappin You came here to see some Bootstrappin’, right? I will now show you how easy it is to use on your site.
  • 7. Enabling (for core Bootstrap, J!3) Either just use the Protostar template or Insert this into your template’s index file in these 2 steps (insert CSS & JS) 1. //Insert the CSS (via php) $doc = JFactory::getDocument(); /*This most likely is at the top already */ $doc->addStyleSheet($this->baseurl . '/media/jui/css/bootstrap.min. css'); //OR in the <head> <link href='<?php echo $this->baseurl ?>/media/jui/css/bootstrap.min. css' rel='stylesheet' type='text/css'> 2. //With any Joomla 3.1+ site, just add in the <head> tag for the .js file *interesting* <jdoc:include type="head" /> //Otherwise, insert this just before the </body> <?php JHtml::_('bootstrap.framework'); ?>
  • 8. Out of the Box Example ● ● ● ● Use Grid Create a 4 column layout Add simple text to each column Add a blank button to each
  • 9. Meet Techie Jones My name is Techie Jones. Literally. I have a gift for great design and create a great user experience. Some web agencies say I’m a challenge to work with. But I hear you’re up to the task. Are you?
  • 10. Techie’s Task We need to make an ecommerce layout to sell dog supplies for Boston Foods Company. You must complete this within 24 hours. Love, Techie
  • 11. Universal: ● No additional extension, we need this in the core ● 4 products to a row, responsive, stacks on mobile ● All product images must automatically be rounded, even if the client uploads a square image, no matter what perspective the image is. The image will be 50% of the width until stacked, with the title next to it. ● Some products may have tables for information. These tables need to be ○ Zebra striped ○ Change colors on hover ○ Responsive ● All products must scale, or Zoom, when hovered over to “make it pop” ● Items are off white, and go to pure white on hover ● Setup all buy now links to go to PayPal for now Requirements Specifics ● 4 fun products (raft, costume, frisbee, balls) *images uploaded already ○ Paws Raft ○ Costume ○ Frisbee ○ Balls ● Paws Raft is New, so use a badge in the title declaring it. ● Paws Raft needs a informational declaration box showing that it can pop from dog nails
  • 12. Customize the grid! ● ● ● ● ● ● ● Desktops with large monitors ○ Show 4 to a line ○ Image to the left, title to the right Laptops ○ Show 3 to a line ○ Image is full width, everything flows underneath Tablet ○ 2 to a line Smartphone ○ 1 to a line If needed, change the amount of columns to the grid It is forced fluid (for the better) Push and Pull?!? Other Cool Extras ● ● ● ● ● Enable colors on specific table cells or rows Use Glyphicons (Bazinga!) Extra helper classes Lots of renaming (better semantics) More for flat design instead of skeuomorphic Ways Bootstrap 3 can improve even more!
  • 13. You guys are rad! How did you do that so fast and so well? I WILL hire you for twice your rate next time. Have fun in Boston!
  • 14. Questions? I will answer your questions. I will not catch socks in my mouth. Got one for later? @hdwebpros or just pull me aside Remember, #JWC13 #youreawesome