SlideShare una empresa de Scribd logo
1 de 51
Descargar para leer sin conexión
Responsive Web Design



Lucijan Blagoni!           Web Industrija
Print
“We should embrace the fact that the
web doesn’t have the same constraints,
    and design for this flexibility.”
     John Allsopp, “A Dao of Web Design”




                            www.alistapart.com/articles/dao/
Web
Above the fold?
Responsive Web Design
   Novi naziv za staru tehnologiju
Responsive Web Design
“Fluid grids, flexible images, and media
     queries are the three technical
ingredients for responsive web design,
  but it also requires a different way of
                 thinking.”
   Ethan Marcotte, “Responsive Web Design”

                www.alistapart.com/articles/responsive-web-design/
Sadržaj
      ...u kontekstu uređaja i rezolucija,
prikazan na pristupačan i jednostavan način.
Timeline

Eksplozija
pametnih telefona
i tableta



       05
       2010


  Responsive Web
      Design
Timeline

Eksplozija
pametnih telefona
i tableta
                    Manje stranice


       05
       2010


  Responsive Web
      Design
Timeline

Eksplozija
pametnih telefona
i tableta
                    Manje stranice


       05                                 11
       2010                               2011


  Responsive Web
      Design                         BostonGlobe.com
bostonglobe.com
Timeline

Eksplozija
pametnih telefona
i tableta
                    Manje stranice                     Trend


       05                                 11
       2010                               2011


  Responsive Web
      Design                         BostonGlobe.com
Timeline

Eksplozija
pametnih telefona
i tableta
                    Manje stranice                     Trend


       05                                 11                         05
       2010                               2011                       2012


  Responsive Web
      Design                         BostonGlobe.com           Vaš sljedeći site?
Razmišljati responzivno
       ...i dizajnirati!
Fluid Grid           Fixed Grid




      %                     px
 Prilagodljivost.    Jednostavnost.

 Sve se definira u    Brži i jednostavniji
   postotcima.             izračun.

 Target ÷ Context      width:220px;
   /* 220 / 940 */
23.404255319149%     Međurezolucije?
Tipografija
     Prilagoditi tipografiju rezoluciji.
Font size, line height, margin, padding...
Tehnologija
HTML5, CSS3, JS...
CSS3
Media Query
/* CSS */
@media screen and (max-width:1024px) {
	 #header { color:red; }
}
@media screen and (max-width:800px) { ... }
@media screen and (max-width:480px) { ... }

<!-- Inside <head> -->
<link rel="stylesheet" media="screen and
(max-width: 1024px)" href="desktop.css" />

<link rel="stylesheet" media="screen and
(max-width: 800px) href="medium.css">

<link rel="stylesheet" media="screen and
(max-width: 480px)" href="mobile.css"/>
JS
Cross browser support.
   Images & media.
/* CSS
	 Media Queries
	 Works in IE6-8, yay! */

@media screen and (max-width:1024px) {
	 #header { color:red; }
}
@media screen and (max-width:800px) { ... }
@media screen and (max-width:480px) { ... }

<!-- Inside <head> -->
<script type="text/javascript"
src="respond.js"></script>



                                        github.com/scottjehl/Respond
imgSize.js
                Image resizing
  unstoppablerobotninja.com/entry/fluid-images/

        Responsive Images
<img src="small.jpg?full=large.jpg" />
  github.com/filamentgroup/Responsive-Images


                 fitvids.js
           Fluid width video embeds
                  fitvidsjs.com
Proces izrade
    1-2-3-4-5
Koncept i priprema      Brief, wireframes, mockups...



    Dizajn & UI                    Izrada predložaka



      Rezanje                           HTML & CSS



   Development                           PHP, ASP...



Testiranje i isporuka                        Sadržaj
Koncept i priprema            Dizajn & UI


Rezanje                                    Development




           Testiranje
           Mobitel, Tablet, Desktop...




                   Isporuka
Korisni savjeti
 Što trebate pripaziti...
Navigacija
Oduzima prostor no bitna za dobar UX
creativenights.com   informationarchitects.jp   blagonic.com (soon)
Slideri
Touch friendly
woothemes.com/flexslider/
Forme
Funkcionalno i na malom ekranu.
      Koliko je to moguće.
Tablice
Responsive tables.
filamentgroup.com/examples/rwd-table-patterns/
Primjeri
+ demo na vašem mobitelu, tabletu...
Portali...
bostonglobe.com
bostoglobe.com
Blogovi, osobni siteovi...
hicksdesign.co.uk, jasonsantamaria.com,
           trentwalton.com...
jasonsantamaria.com
trentwalton.com
hicksdesign.co.uk
Onepageri...
tzzz.hr/vinskitweetup
blagonic.com/posao
Iskustvo
Fleksibilni grid, navigacija, forme...
blagonic.com/beta
Budućnost
Cross browser support.
    Media scaling.
   Tableti i mobiteli.
a
Inspiracij




              mediaqueri.es
Hvala
                       Lucijan Blagonic
                       Blagonic Brothers




www.blagonic.com
@lucijanblagonic
lucijan@blagonic.com

Más contenido relacionado

La actualidad más candente

Responsive Web Design - more than just a buzzword
Responsive Web Design - more than just a buzzwordResponsive Web Design - more than just a buzzword
Responsive Web Design - more than just a buzzwordRuss Weakley
 
Responsive Web Design for Universal Access 2016
Responsive Web Design for Universal Access 2016Responsive Web Design for Universal Access 2016
Responsive Web Design for Universal Access 2016Kate Walser
 
Let's get accessible!
Let's get accessible!Let's get accessible!
Let's get accessible!Tady Walsh
 
Responsive UI using CSS Media Query
Responsive UI using CSS Media QueryResponsive UI using CSS Media Query
Responsive UI using CSS Media QueryNeev Technologies
 
Responsive webdesign
Responsive webdesignResponsive webdesign
Responsive webdesignBart De Waele
 
Six UX Strategies to Make Your Site More User-Friendly: Julie Blitzer/General...
Six UX Strategies to Make Your Site More User-Friendly: Julie Blitzer/General...Six UX Strategies to Make Your Site More User-Friendly: Julie Blitzer/General...
Six UX Strategies to Make Your Site More User-Friendly: Julie Blitzer/General...General Assembly
 
Class 4: Introduction to web technology entrepreneurship
Class 4: Introduction to web technology entrepreneurshipClass 4: Introduction to web technology entrepreneurship
Class 4: Introduction to web technology entrepreneurshipallanchao
 
A Web for Everyone
A Web for EveryoneA Web for Everyone
A Web for Everyonejameswillweb
 
Using Responsive Web Design To Make Your Web Work Everywhere
Using Responsive Web Design To Make Your Web Work Everywhere Using Responsive Web Design To Make Your Web Work Everywhere
Using Responsive Web Design To Make Your Web Work Everywhere Chris Love
 
Optimizing for a faster user experience Pt 2: How-to.
Optimizing for a faster user experience Pt 2: How-to.Optimizing for a faster user experience Pt 2: How-to.
Optimizing for a faster user experience Pt 2: How-to.James Christie
 
RESS: An Evolution of Responsive Web Design
RESS: An Evolution of Responsive Web DesignRESS: An Evolution of Responsive Web Design
RESS: An Evolution of Responsive Web DesignDave Olsen
 
Responsive Design Tools & Resources
Responsive Design Tools & ResourcesResponsive Design Tools & Resources
Responsive Design Tools & ResourcesClarissa Peterson
 
Mobile First Responsive Design
Mobile First Responsive DesignMobile First Responsive Design
Mobile First Responsive DesignJason Grigsby
 
Mobile First Responsive Web Design — BD Conf Oct 2013
Mobile First Responsive Web Design — BD Conf Oct 2013Mobile First Responsive Web Design — BD Conf Oct 2013
Mobile First Responsive Web Design — BD Conf Oct 2013Jason Grigsby
 
Introduction to Responsive Web Design
Introduction to Responsive Web DesignIntroduction to Responsive Web Design
Introduction to Responsive Web DesignClarissa Peterson
 
Checklistux interaction flowandusability
Checklistux interaction flowandusabilityChecklistux interaction flowandusability
Checklistux interaction flowandusabilityRick Boardman
 
The future of BYU web design
The future of BYU web designThe future of BYU web design
The future of BYU web designNate Walton
 

La actualidad más candente (20)

Responsive Web Design - more than just a buzzword
Responsive Web Design - more than just a buzzwordResponsive Web Design - more than just a buzzword
Responsive Web Design - more than just a buzzword
 
Responsive Web Design for Universal Access 2016
Responsive Web Design for Universal Access 2016Responsive Web Design for Universal Access 2016
Responsive Web Design for Universal Access 2016
 
Responsive web design
Responsive web designResponsive web design
Responsive web design
 
Let's get accessible!
Let's get accessible!Let's get accessible!
Let's get accessible!
 
Responsive UI using CSS Media Query
Responsive UI using CSS Media QueryResponsive UI using CSS Media Query
Responsive UI using CSS Media Query
 
Responsive webdesign
Responsive webdesignResponsive webdesign
Responsive webdesign
 
Six UX Strategies to Make Your Site More User-Friendly: Julie Blitzer/General...
Six UX Strategies to Make Your Site More User-Friendly: Julie Blitzer/General...Six UX Strategies to Make Your Site More User-Friendly: Julie Blitzer/General...
Six UX Strategies to Make Your Site More User-Friendly: Julie Blitzer/General...
 
Class 4: Introduction to web technology entrepreneurship
Class 4: Introduction to web technology entrepreneurshipClass 4: Introduction to web technology entrepreneurship
Class 4: Introduction to web technology entrepreneurship
 
A Web for Everyone
A Web for EveryoneA Web for Everyone
A Web for Everyone
 
Using Responsive Web Design To Make Your Web Work Everywhere
Using Responsive Web Design To Make Your Web Work Everywhere Using Responsive Web Design To Make Your Web Work Everywhere
Using Responsive Web Design To Make Your Web Work Everywhere
 
Optimizing for a faster user experience Pt 2: How-to.
Optimizing for a faster user experience Pt 2: How-to.Optimizing for a faster user experience Pt 2: How-to.
Optimizing for a faster user experience Pt 2: How-to.
 
RESS: An Evolution of Responsive Web Design
RESS: An Evolution of Responsive Web DesignRESS: An Evolution of Responsive Web Design
RESS: An Evolution of Responsive Web Design
 
WordPress for mobile
WordPress for mobileWordPress for mobile
WordPress for mobile
 
Responsive Design Tools & Resources
Responsive Design Tools & ResourcesResponsive Design Tools & Resources
Responsive Design Tools & Resources
 
Mobile First Responsive Design
Mobile First Responsive DesignMobile First Responsive Design
Mobile First Responsive Design
 
Mobile First Responsive Web Design — BD Conf Oct 2013
Mobile First Responsive Web Design — BD Conf Oct 2013Mobile First Responsive Web Design — BD Conf Oct 2013
Mobile First Responsive Web Design — BD Conf Oct 2013
 
Introduction to Responsive Web Design
Introduction to Responsive Web DesignIntroduction to Responsive Web Design
Introduction to Responsive Web Design
 
Responsive Design
Responsive Design Responsive Design
Responsive Design
 
Checklistux interaction flowandusability
Checklistux interaction flowandusabilityChecklistux interaction flowandusability
Checklistux interaction flowandusability
 
The future of BYU web design
The future of BYU web designThe future of BYU web design
The future of BYU web design
 

Destacado

Towards quality in e learning quality assurance - epprobate international cou...
Towards quality in e learning quality assurance - epprobate international cou...Towards quality in e learning quality assurance - epprobate international cou...
Towards quality in e learning quality assurance - epprobate international cou...Marjan Milošević
 
International conference in textile industry DTM 2016
International conference in textile industry DTM 2016International conference in textile industry DTM 2016
International conference in textile industry DTM 2016dr Gordana Colovic
 
Kontakti za prigovore na previsoke račune za struju
Kontakti za prigovore na previsoke račune za strujuKontakti za prigovore na previsoke račune za struju
Kontakti za prigovore na previsoke račune za strujugordana comic
 
Social, Digital & Mobile Around The World (January 2014)
Social, Digital & Mobile Around The World (January 2014)Social, Digital & Mobile Around The World (January 2014)
Social, Digital & Mobile Around The World (January 2014)We Are Social Singapore
 

Destacado (6)

Towards quality in e learning quality assurance - epprobate international cou...
Towards quality in e learning quality assurance - epprobate international cou...Towards quality in e learning quality assurance - epprobate international cou...
Towards quality in e learning quality assurance - epprobate international cou...
 
International conference in textile industry DTM 2016
International conference in textile industry DTM 2016International conference in textile industry DTM 2016
International conference in textile industry DTM 2016
 
Kontakti za prigovore na previsoke račune za struju
Kontakti za prigovore na previsoke račune za strujuKontakti za prigovore na previsoke račune za struju
Kontakti za prigovore na previsoke račune za struju
 
CV Danijela Jelesijevic english
CV Danijela Jelesijevic englishCV Danijela Jelesijevic english
CV Danijela Jelesijevic english
 
CV Lidija Cupic
CV Lidija CupicCV Lidija Cupic
CV Lidija Cupic
 
Social, Digital & Mobile Around The World (January 2014)
Social, Digital & Mobile Around The World (January 2014)Social, Digital & Mobile Around The World (January 2014)
Social, Digital & Mobile Around The World (January 2014)
 

Similar a (WI2012) Lucijan Blagonic - Responsive web design

The state of front end architecture_in_2015
The state of front end architecture_in_2015The state of front end architecture_in_2015
The state of front end architecture_in_2015Aidan Foster
 
Responsive Web Designs.pdf
Responsive Web Designs.pdfResponsive Web Designs.pdf
Responsive Web Designs.pdfJiniya Bipasha
 
Introduction to Web Design
Introduction to Web DesignIntroduction to Web Design
Introduction to Web DesignVictor M. Ortiz
 
Module 08: Responsive Web Design
Module 08: Responsive Web DesignModule 08: Responsive Web Design
Module 08: Responsive Web DesignDaniel Drew Turner
 
Stocktwits & Responsive Web Design, social network meets flexible framework
Stocktwits & Responsive Web Design, social network meets flexible frameworkStocktwits & Responsive Web Design, social network meets flexible framework
Stocktwits & Responsive Web Design, social network meets flexible frameworkJohn Strott
 
Top Trend To Design in Website Development and Design
Top Trend To Design in Website Development and DesignTop Trend To Design in Website Development and Design
Top Trend To Design in Website Development and Designengineermaste solution
 
RESPONSIVE WEB DESIGN
RESPONSIVE WEB DESIGNRESPONSIVE WEB DESIGN
RESPONSIVE WEB DESIGNNAWAZ KHAN
 
Responsive Web Design - Why and How
Responsive Web Design - Why and HowResponsive Web Design - Why and How
Responsive Web Design - Why and HowJudi Wunderlich
 
5 Reasons to go Responsive
5 Reasons to go Responsive5 Reasons to go Responsive
5 Reasons to go ResponsiveTier10
 
MIMA 2014 - Changing your Responsive Design Workflow
MIMA 2014 - Changing your Responsive Design WorkflowMIMA 2014 - Changing your Responsive Design Workflow
MIMA 2014 - Changing your Responsive Design Workfloweaselsolutions
 
Web design and development trends
Web design and development  trendsWeb design and development  trends
Web design and development trendsCool Sky
 
2 bootstrap-3-m1-slides
2 bootstrap-3-m1-slides2 bootstrap-3-m1-slides
2 bootstrap-3-m1-slidesMasterCode.vn
 
CSS3 Media Queries: Mobile Elixir or CSS Snake Oil
CSS3 Media Queries: Mobile Elixir or CSS Snake OilCSS3 Media Queries: Mobile Elixir or CSS Snake Oil
CSS3 Media Queries: Mobile Elixir or CSS Snake Oiljameswillweb
 
Responsive Design Heaven & Hell
Responsive Design Heaven & HellResponsive Design Heaven & Hell
Responsive Design Heaven & HellClarissa Peterson
 
There Is No Mobile: An Introduction To Responsive Web Design
There Is No Mobile: An Introduction To Responsive Web DesignThere Is No Mobile: An Introduction To Responsive Web Design
There Is No Mobile: An Introduction To Responsive Web DesignChris Love
 

Similar a (WI2012) Lucijan Blagonic - Responsive web design (20)

The state of front end architecture_in_2015
The state of front end architecture_in_2015The state of front end architecture_in_2015
The state of front end architecture_in_2015
 
Responsive Web Designs.pdf
Responsive Web Designs.pdfResponsive Web Designs.pdf
Responsive Web Designs.pdf
 
Introduction to Web Design
Introduction to Web DesignIntroduction to Web Design
Introduction to Web Design
 
Module 08: Responsive Web Design
Module 08: Responsive Web DesignModule 08: Responsive Web Design
Module 08: Responsive Web Design
 
Stocktwits & Responsive Web Design, social network meets flexible framework
Stocktwits & Responsive Web Design, social network meets flexible frameworkStocktwits & Responsive Web Design, social network meets flexible framework
Stocktwits & Responsive Web Design, social network meets flexible framework
 
Top Trend To Design in Website Development and Design
Top Trend To Design in Website Development and DesignTop Trend To Design in Website Development and Design
Top Trend To Design in Website Development and Design
 
RESPONSIVE WEB DESIGN
RESPONSIVE WEB DESIGNRESPONSIVE WEB DESIGN
RESPONSIVE WEB DESIGN
 
Responsive Design and Joomla!
Responsive Design and Joomla!Responsive Design and Joomla!
Responsive Design and Joomla!
 
Bootstrap
BootstrapBootstrap
Bootstrap
 
Responsive Web Design - Why and How
Responsive Web Design - Why and HowResponsive Web Design - Why and How
Responsive Web Design - Why and How
 
5 Reasons to go Responsive
5 Reasons to go Responsive5 Reasons to go Responsive
5 Reasons to go Responsive
 
MIMA 2014 - Changing your Responsive Design Workflow
MIMA 2014 - Changing your Responsive Design WorkflowMIMA 2014 - Changing your Responsive Design Workflow
MIMA 2014 - Changing your Responsive Design Workflow
 
Web design and development trends
Web design and development  trendsWeb design and development  trends
Web design and development trends
 
2 bootstrap-3-m1-slides
2 bootstrap-3-m1-slides2 bootstrap-3-m1-slides
2 bootstrap-3-m1-slides
 
CSS3 Media Queries: Mobile Elixir or CSS Snake Oil
CSS3 Media Queries: Mobile Elixir or CSS Snake OilCSS3 Media Queries: Mobile Elixir or CSS Snake Oil
CSS3 Media Queries: Mobile Elixir or CSS Snake Oil
 
Responsive Design
Responsive DesignResponsive Design
Responsive Design
 
Responsive Design Heaven & Hell
Responsive Design Heaven & HellResponsive Design Heaven & Hell
Responsive Design Heaven & Hell
 
RWD - Bootstrap
RWD - BootstrapRWD - Bootstrap
RWD - Bootstrap
 
Why Go Mobile
Why Go MobileWhy Go Mobile
Why Go Mobile
 
There Is No Mobile: An Introduction To Responsive Web Design
There Is No Mobile: An Introduction To Responsive Web DesignThere Is No Mobile: An Introduction To Responsive Web Design
There Is No Mobile: An Introduction To Responsive Web Design
 

Más de Web::INDUSTRIJA

(WI2012) Igor Horvat - Neki novi klinci
(WI2012) Igor Horvat - Neki novi klinci(WI2012) Igor Horvat - Neki novi klinci
(WI2012) Igor Horvat - Neki novi klinciWeb::INDUSTRIJA
 
(WI2012) Martina Lovric - Osobni branding dr jekyll vs mr hyde
(WI2012) Martina Lovric - Osobni branding dr jekyll vs mr hyde(WI2012) Martina Lovric - Osobni branding dr jekyll vs mr hyde
(WI2012) Martina Lovric - Osobni branding dr jekyll vs mr hydeWeb::INDUSTRIJA
 
(WI2012) Zeljko Riha - Krizno komuniciranje na drustvenim mrezama
(WI2012) Zeljko Riha - Krizno komuniciranje na drustvenim mrezama(WI2012) Zeljko Riha - Krizno komuniciranje na drustvenim mrezama
(WI2012) Zeljko Riha - Krizno komuniciranje na drustvenim mrezamaWeb::INDUSTRIJA
 
(WI2012) Sinisa Gavrilovic - Google+ i seo
(WI2012) Sinisa Gavrilovic - Google+ i seo(WI2012) Sinisa Gavrilovic - Google+ i seo
(WI2012) Sinisa Gavrilovic - Google+ i seoWeb::INDUSTRIJA
 
(WI2012) Petar Bogdan - Koristenje drustvenih mreza u poslovanju
(WI2012) Petar Bogdan - Koristenje drustvenih mreza u poslovanju(WI2012) Petar Bogdan - Koristenje drustvenih mreza u poslovanju
(WI2012) Petar Bogdan - Koristenje drustvenih mreza u poslovanjuWeb::INDUSTRIJA
 
(WI2012) Marek Vidovic - Inteligentna reklama retarget
(WI2012) Marek Vidovic - Inteligentna reklama retarget(WI2012) Marek Vidovic - Inteligentna reklama retarget
(WI2012) Marek Vidovic - Inteligentna reklama retargetWeb::INDUSTRIJA
 
(WI2012) Ivo Spigel - #Acta 101
(WI2012) Ivo Spigel - #Acta 101(WI2012) Ivo Spigel - #Acta 101
(WI2012) Ivo Spigel - #Acta 101Web::INDUSTRIJA
 
(WI2012) Ivo Lukac - Izvoziti ili ne zna se
(WI2012) Ivo Lukac - Izvoziti ili ne zna se(WI2012) Ivo Lukac - Izvoziti ili ne zna se
(WI2012) Ivo Lukac - Izvoziti ili ne zna seWeb::INDUSTRIJA
 
(WI2012) Ivana Martincevic - Informacijom do putovanja
(WI2012) Ivana Martincevic - Informacijom do putovanja(WI2012) Ivana Martincevic - Informacijom do putovanja
(WI2012) Ivana Martincevic - Informacijom do putovanjaWeb::INDUSTRIJA
 
(WI2012) Filip Bejic - Pogled kroz kljucanicu
(WI2012) Filip Bejic - Pogled kroz kljucanicu(WI2012) Filip Bejic - Pogled kroz kljucanicu
(WI2012) Filip Bejic - Pogled kroz kljucanicuWeb::INDUSTRIJA
 
(Wi2012) Vlada Republike Hrvatske - Kako vlada online vlada - izazovi politic...
(Wi2012) Vlada Republike Hrvatske - Kako vlada online vlada - izazovi politic...(Wi2012) Vlada Republike Hrvatske - Kako vlada online vlada - izazovi politic...
(Wi2012) Vlada Republike Hrvatske - Kako vlada online vlada - izazovi politic...Web::INDUSTRIJA
 

Más de Web::INDUSTRIJA (11)

(WI2012) Igor Horvat - Neki novi klinci
(WI2012) Igor Horvat - Neki novi klinci(WI2012) Igor Horvat - Neki novi klinci
(WI2012) Igor Horvat - Neki novi klinci
 
(WI2012) Martina Lovric - Osobni branding dr jekyll vs mr hyde
(WI2012) Martina Lovric - Osobni branding dr jekyll vs mr hyde(WI2012) Martina Lovric - Osobni branding dr jekyll vs mr hyde
(WI2012) Martina Lovric - Osobni branding dr jekyll vs mr hyde
 
(WI2012) Zeljko Riha - Krizno komuniciranje na drustvenim mrezama
(WI2012) Zeljko Riha - Krizno komuniciranje na drustvenim mrezama(WI2012) Zeljko Riha - Krizno komuniciranje na drustvenim mrezama
(WI2012) Zeljko Riha - Krizno komuniciranje na drustvenim mrezama
 
(WI2012) Sinisa Gavrilovic - Google+ i seo
(WI2012) Sinisa Gavrilovic - Google+ i seo(WI2012) Sinisa Gavrilovic - Google+ i seo
(WI2012) Sinisa Gavrilovic - Google+ i seo
 
(WI2012) Petar Bogdan - Koristenje drustvenih mreza u poslovanju
(WI2012) Petar Bogdan - Koristenje drustvenih mreza u poslovanju(WI2012) Petar Bogdan - Koristenje drustvenih mreza u poslovanju
(WI2012) Petar Bogdan - Koristenje drustvenih mreza u poslovanju
 
(WI2012) Marek Vidovic - Inteligentna reklama retarget
(WI2012) Marek Vidovic - Inteligentna reklama retarget(WI2012) Marek Vidovic - Inteligentna reklama retarget
(WI2012) Marek Vidovic - Inteligentna reklama retarget
 
(WI2012) Ivo Spigel - #Acta 101
(WI2012) Ivo Spigel - #Acta 101(WI2012) Ivo Spigel - #Acta 101
(WI2012) Ivo Spigel - #Acta 101
 
(WI2012) Ivo Lukac - Izvoziti ili ne zna se
(WI2012) Ivo Lukac - Izvoziti ili ne zna se(WI2012) Ivo Lukac - Izvoziti ili ne zna se
(WI2012) Ivo Lukac - Izvoziti ili ne zna se
 
(WI2012) Ivana Martincevic - Informacijom do putovanja
(WI2012) Ivana Martincevic - Informacijom do putovanja(WI2012) Ivana Martincevic - Informacijom do putovanja
(WI2012) Ivana Martincevic - Informacijom do putovanja
 
(WI2012) Filip Bejic - Pogled kroz kljucanicu
(WI2012) Filip Bejic - Pogled kroz kljucanicu(WI2012) Filip Bejic - Pogled kroz kljucanicu
(WI2012) Filip Bejic - Pogled kroz kljucanicu
 
(Wi2012) Vlada Republike Hrvatske - Kako vlada online vlada - izazovi politic...
(Wi2012) Vlada Republike Hrvatske - Kako vlada online vlada - izazovi politic...(Wi2012) Vlada Republike Hrvatske - Kako vlada online vlada - izazovi politic...
(Wi2012) Vlada Republike Hrvatske - Kako vlada online vlada - izazovi politic...
 

Último

Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxSayali Powar
 
CLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptxCLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptxAnupam32727
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSMae Pangan
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operationalssuser3e220a
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...Nguyen Thanh Tu Collection
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxkarenfajardo43
 
ICS 2208 Lecture Slide Notes for Topic 6
ICS 2208 Lecture Slide Notes for Topic 6ICS 2208 Lecture Slide Notes for Topic 6
ICS 2208 Lecture Slide Notes for Topic 6Vanessa Camilleri
 
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
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmStan Meyer
 
Indexing Structures in Database Management system.pdf
Indexing Structures in Database Management system.pdfIndexing Structures in Database Management system.pdf
Indexing Structures in Database Management system.pdfChristalin Nelson
 
ARTERIAL BLOOD GAS ANALYSIS........pptx
ARTERIAL BLOOD  GAS ANALYSIS........pptxARTERIAL BLOOD  GAS ANALYSIS........pptx
ARTERIAL BLOOD GAS ANALYSIS........pptxAneriPatwari
 
4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptx4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptxmary850239
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQuiz Club NITW
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDhatriParmar
 

Último (20)

Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of EngineeringFaculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
 
CLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptxCLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptx
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHS
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operational
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
 
ICS 2208 Lecture Slide Notes for Topic 6
ICS 2208 Lecture Slide Notes for Topic 6ICS 2208 Lecture Slide Notes for Topic 6
ICS 2208 Lecture Slide Notes for Topic 6
 
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
 
Mattingly "AI & Prompt Design: Large Language Models"
Mattingly "AI & Prompt Design: Large Language Models"Mattingly "AI & Prompt Design: Large Language Models"
Mattingly "AI & Prompt Design: Large Language Models"
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and Film
 
Indexing Structures in Database Management system.pdf
Indexing Structures in Database Management system.pdfIndexing Structures in Database Management system.pdf
Indexing Structures in Database Management system.pdf
 
ARTERIAL BLOOD GAS ANALYSIS........pptx
ARTERIAL BLOOD  GAS ANALYSIS........pptxARTERIAL BLOOD  GAS ANALYSIS........pptx
ARTERIAL BLOOD GAS ANALYSIS........pptx
 
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptxINCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
 
4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptx4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptx
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
 
Paradigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTAParadigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTA
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
 

(WI2012) Lucijan Blagonic - Responsive web design