SlideShare a Scribd company logo
Web Design Trends
Image
Agenda:
• Learn the key elements of good Web Design
• Understand various technologies used to build quality Web sites
• Highlight web design trends and techniques that are defining modern
website design
• Develop a toolkit filled with a variety of tools to help you analyze
other sites to help build fresh, new Web sites.
HTML – Markup Language
CSS -
Web design is the process of
creating websites. It includes webpage layout,
content production, and graphic design.
Soure: https://goo.gl/GwNrzj
HTML defines the structure of content.
CSS defines the look and feel of content.
JavaScript controls the behavior of content.
Key Elements of Good Web Design
• Strong, vivid color scheme
• Good use of white space
Source: https://goo.gl/7un1dV

Recommended for you

HTML CSS Basics
HTML CSS BasicsHTML CSS Basics
HTML CSS Basics

This document provides an overview of HTML and CSS for website development. It discusses how websites use HTML for content, CSS for presentation, and JavaScript for behavior. It then covers basic HTML tags and structure, as well as CSS selectors, the box model, positioning, and floats. The goal is to teach the essentials of using HTML to structure content and CSS to style and position that content for websites.

htmlcsslearn
Web Development and Web Development technologies - Temitayo Fadojutimi
Web Development and Web Development technologies - Temitayo FadojutimiWeb Development and Web Development technologies - Temitayo Fadojutimi
Web Development and Web Development technologies - Temitayo Fadojutimi

This is the Slide I used at the Lagos Web Meetup where I talked on Web Development and Web Development Technologies. It outlines most of what was discussed at the meetup.

web developmentweb designweb design and development
Front end web development
Front end web developmentFront end web development
Front end web development

This document provides an overview of front-end web development. It begins by listing topics that will be covered, including what a website is, web development, front-end and back-end development, and languages like HTML, CSS, and JavaScript. It then defines a website and provides examples. It describes web development as building and maintaining websites and apps that run in browsers. It defines front-end development as producing HTML, CSS, and JavaScript that users directly see and interact with on a website or app. Back-end development refers to server-side code that communicates with databases and browsers. It also provides overviews of HTML, CSS, and JavaScript and their uses in web development.

front endweb developmenthtml5
White Space
https://www.apple.com https://www.amazon.com
Key Elements of Good Web Design
• Strong, vivid color scheme
• Good use of white space
• Meaningful Calls-to-Action
Source: https://goo.gl/7un1dV
Calls-to-Action
www.spcollege.edu/lr
Key Elements of Good Web Design
• Strong, vivid color scheme
• Good use of white space
• Meaningful Calls-to-Action
• Clean and lightweight coding
• Think about and design for the user
• Design for mobile first (responsiveness)
Source: https://goo.gl/7un1dV

Recommended for you

Front End Development | Introduction
Front End Development | IntroductionFront End Development | Introduction
Front End Development | Introduction

This document provides an overview of front end development concepts including HTML5, JavaScript, frameworks like Angular and libraries like jQuery. It discusses HTML5 features like offline support and new elements. JavaScript evolution and MVC frameworks are explained. Development tools like Webstorm, Grunt, Bower and Sass are presented. Different platforms like desktop, mobile and frameworks are covered at a high level.

front-end
Web development | Derin Dolen
Web development | Derin Dolen Web development | Derin Dolen
Web development | Derin Dolen

Web Development is website development which is explained by Derin Dolen in this PPt in very detail and simple words. Derin Dolen ppt on web development is must be read and share.

derin dolenweb design and developmentwebsite
CSS3, Media Queries, and Responsive Design
CSS3, Media Queries, and Responsive DesignCSS3, Media Queries, and Responsive Design
CSS3, Media Queries, and Responsive Design

This document discusses responsive web design using CSS3 media queries. It begins with an introduction to media queries and their syntax for modifying CSS based on screen width. It then covers examples of adapting layouts, images, and other design elements for different screen sizes. Finally, it addresses techniques for supporting older browsers that do not support media queries, such as using conditional comments or JavaScript libraries.

web designmedia queriesresponsive web design
By 2019, more than ten
billion mobile devices will
exchange 35 quintillion (1
followed by 18 zeros) bytes
of information each month!
Source: http://goo.gl/cfiS8u
Key Elements of Good Web Design
• Strong, vivid color scheme
• Good use of white space
• Meaningful Calls-to-Action
• Clean and lightweight coding
• Think about and design for the user
• Design for mobile first (responsiveness)
• Search Engine Optimization (SEO)
• Speed Optimization!
Source: https://goo.gl/7un1dV
More info: https://goo.gl/3KqeFR
Optimize Website Speed
Source: https://www.w3.org/WAI/intro/usable
Web Accessibility Evaluation Tools List: https://www.w3.org/WAI/ER/tools

Recommended for you

Ppt of web development
Ppt of web developmentPpt of web development
Ppt of web development

HTML is a markup language used to structure and present content on the web. It can include elements like <video>, <image>, and <head> and is written using tags enclosed in angle brackets. HTML has evolved through several versions from HTML 1.0 to the current HTML5. Key HTML tags include <html>, <head>, <body>, <h1-h6> for headings, and <p> for paragraphs. HTML is essential for web development and designing user-friendly web pages.

Introduction to HTML5
Introduction to HTML5Introduction to HTML5
Introduction to HTML5

This is a brief introduction about HTML5. You will learn that what is new in HTML5. I will tell what and when changes happened in HTML which Hyper Text markup language. Html is a language which is used to create web pages that we have seen on the internet. For website development and web hosting visit https://tekfold.com

web developmentweb designhtml5
Html5 tutorial for beginners
Html5 tutorial for beginnersHtml5 tutorial for beginners
Html5 tutorial for beginners

HTML5 Tutorial For Beginners - Learning HTML 5 in simple and easy steps with examples covering 2D Canvas, Audio, Video, New Semantic Elements, Geolocation, Persistent Local Storage, Web Storage, Forms Elements,Application Cache,Inline SVG,Document

html5 audiohtml5 application cachehtml5 canvas
• Require a certain browser/plugin
• Use a cumbersome URL
• Annoy or distract the user
• Make the user login to interact with the site
• Set a low timeout threshold
• Design a lousy layout/navigation
• Horrible or no search capability
• Not mobile optimized
• Utilize cumbersome two-factor authentication or annoying reCAPTCHA
Key Elements of Bad Web Design
Source: https://goo.gl/U1AyUY
Web Design Trends: 2018 Edition
• Require a certain browser/plugin
• Use a cumbersome URL
• Annoy or distract the user
• Make the user login to interact with the site
• Set a low timeout threshold
• Design a lousy layout/navigation
• Horrible or no search capability
• Not mobile optimized
• Utilize cumbersome two-factor authentication or annoying reCAPTCHA
• Dead or outdated links/content
• Make it difficult to contact you
• Don't apply operating system or application patches
• GDPR Compliance?
Key Elements of Bad Web Design
Source: https://goo.gl/U1AyUY
Slides/audio: https://goo.gl/Ugfnxp
GDPR Compliant WordPress Plugins: https://goo.gl/msqTjs

Recommended for you

Basic html structure
Basic html structureBasic html structure
Basic html structure

This document provides an overview of basic HTML structure and elements. It discusses what HTML is, how it uses markup tags to describe web page structure with elements like headings, paragraphs, and links. It also covers HTML syntax and documents, how to structure a basic HTML page with tags for the root, head, title, and body. The document demonstrates using block and inline elements and attributes to build out web pages. It provides examples of different text formatting tags and tags for things like quotes, lines, and comments.

html5web designweb design and development
Principles of web design
Principles of web designPrinciples of web design
Principles of web design

. A website is a platform where you can look for information or purchase products online. Web design is a process where professionals make use of graphical design, user interface design and other elements for creating a good website. Web designers should possess the required skill and professional knowledge for developing good quality software. Many visitors visit a website with good design and high-quality content. Follow the principles of effective web design so that you attract your customers towards your business website. Visit our site of your wish to develop quality websites that would attract numerous users. https://www.digitalseo.in/web-designing-company-chennai/

responsive web designwordpress web design servicesweb design company in chennai
Web Development
Web DevelopmentWeb Development
Web Development

This presentation was developed for the seminar at Sir M Visvesvaraya Institute of Technology. The seminar was conducted by Mozilla.

webpythondjango
Examples of “Bad” Web Design
See more at the One Terabyte of Kilobyte Age http://blog.geocities.institute
UX (User Experience) vs UI (User Interface)
Source: https://goo.gl/VHXD2P
Understand various technologies used to
build quality Web sites
.com

Recommended for you

Web Development Ppt
Web Development PptWeb Development Ppt
Web Development Ppt

HiddenBrains is an offshore web development company in india. We provide hiring services for php web development, asp.net web development, java programming, open source development, ecommerce solution, internet marketing and web design. Hire highly experienced web programmer and get customized web application development services in UK, Europe, USA.

web development companyweb developerhire php developer
Css Ppt
Css PptCss Ppt
Css Ppt

This document provides an overview of various CSS topics including comments, colors, text formatting, positioning, and cross-browser compatibility. It explains concepts like using hexadecimal color codes, text properties like alignment and decoration, positioning elements with static, relative, absolute and fixed positioning, and strategies for aligning elements and dealing with browser inconsistencies.

Introduction to HTML5
Introduction to HTML5Introduction to HTML5
Introduction to HTML5

The document is a presentation on HTML5 that covers: - What HTML5 is and why to use it - New HTML5 structural elements, forms, multimedia elements, and JavaScript APIs - Demonstrations of HTML5 features like Canvas, SVG, Geolocation, Web Workers, and Web Sockets - How CSS3 enhances HTML5 with features like media queries, colors, animations and more - Strategies for implementing HTML5 into websites while maintaining compatibility

html5css3javascript
HTML – Markup Language
CSS -
Soure: https://goo.gl/GwNrzj
HTML defines the structure of content.
CSSdefines the look and feel of content.
JavaScriptcontrols the behavior of content.
<article>
<aside>
<audio>
<bdi>
<canvas>
<command>
<datalist>
<details>
<embed>
<figcaption>
<figure>
<footer>
<header>
<hgroup>
<keygen>
<mark>
<meter>
<nav>
<output>
<progress>
<rp>
<rt>
<ruby>
<section>
<source>
<summary>
<time>
<track>
<video>
<wbr>
http://www.w3schools.com/html/html5_new_elements.asp
http://www.w3schools.com/tags/
The <form> element can now include other attributes. <Input type=”email” required>
-- we used to have to do this with JavaScript etc. More info: http://bit.ly/10fNijL
Elements
Inspect HTML
elements to see
how it was built.
https://bjork.com
New CSS Features That Are Changing Web Design
Read at https://goo.gl/EdUth1

Recommended for you

ppt of web designing and development
ppt of web designing and developmentppt of web designing and development
ppt of web designing and development

Web designers create the visual design and layout of websites, while web developers write code to make websites functional. Web developers use programming languages like HTML, CSS, JavaScript, and PHP to add complex features and functionality to websites. Studying these languages and gaining experience through live projects allows individuals to pursue careers as web designers or developers where there is high demand for their skills.

ppt of web designing and developmentbatra computer centre
Introduction to Web Development
Introduction to Web DevelopmentIntroduction to Web Development
Introduction to Web Development

This document provides an introduction to web development technologies including HTML, CSS, JavaScript, and PHP. It explains that HTML is the standard markup language used to structure web pages, CSS is used to style web pages, and JavaScript adds interactivity. It also distinguishes between client-side and server-side technologies, noting that JavaScript, HTML, and CSS are client-side and run in the browser, while server-side languages like PHP run on the web server. The document provides examples of how each technology works and is used to build dynamic web pages.

htmlcssjavascript
A COMPREHENSIVE GUIDE TO WEB DEVELOPMENT 2.pptx
A COMPREHENSIVE GUIDE TO WEB DEVELOPMENT 2.pptxA COMPREHENSIVE GUIDE TO WEB DEVELOPMENT 2.pptx
A COMPREHENSIVE GUIDE TO WEB DEVELOPMENT 2.pptx

Web Development Agency in Noida – In today’s digital age, a strong online presence is essential for individuals and businesses alike. Web development is the key to unlocking the vast potential of the internet. Whether you’re a beginner looking to dive into the world of coding or an experienced developer aiming to stay updated with the latest trends, this comprehensive guide will provide valuable insights and guidance on web development.

social media marketingdigital marketingdigital strategy
Site: https://goo.gl/tJBgvQ
18 Best Creative JavaScript Examples
Source: https://goo.gl/urJxd2
Crazy List of Technologies Used in Creating Websites
• Prototyping (Sketch, Invision)
• Designing (Photoshop or Illustrator or Sketch)
• Planning (Asana)
• Web server network (Apache, Nginx, Node.JS)
• Database (PostgreSQL, MySQL)
• Web Markup (HTML)
• Style sheets (CSS)
• Dynamic updating (JavaScript)
• Backend language generating the markup (PHP, Python,
Java, Ruby, JavaScript etc.)
• Front end framework (jQuery, React, Vue)
• Web framework (Laravel, WordPress, Drupal,
Django, Ruby on Rails)
• Networking (TCP/IP)
• Domain name resolution (DNS)
• Web server OS (Linux or Windows Server)
• Analytics (Google Analytics)
• Marketing (Facebook, Google AdWords, etc.)
• Customer Service and Quality Control (ZenDesk,
HotJar)
• Version control (git)
• Version control hosting (Beanstalk)
• Payment integration (Stripe)
• Telephone integration (Twilio)
• Email integration (postman, sendmail, Mandrill)
• CDN or proxy caching (CloudFlare, varnish)
• Cloud computing (Amazon AWS, Microsoft Azure)
• Templating (e.g. Jinja)
Source: https://goo.gl/egvds4
Highlight web design trends and techniques
that are defining modern website design

Recommended for you

A Day Building Fast, Responsive, Extensible Single Page Applications
A Day Building Fast, Responsive, Extensible Single Page ApplicationsA Day Building Fast, Responsive, Extensible Single Page Applications
A Day Building Fast, Responsive, Extensible Single Page Applications

This is an older slide deck I realized I never uploaded. It is a slightly longer deck than the Night at the SPA deck. This features many concepts that are forerunners to the modern progressive web application. There are slides related to web performance best practices, JavaScript architecture, responsive web design, touch and much more.

single page appresponsive web designweb performance
HTML5: An Overview
HTML5: An OverviewHTML5: An Overview
HTML5: An Overview

Slides from an HTML5 overview session I presented at work... This presentation has an accompanying sample webapp project: http://code.google.com/p/html5-playground

htmlhtml5css
Web Development Agency in Noida in 2024 1
Web Development Agency in Noida in 2024 1Web Development Agency in Noida in 2024 1
Web Development Agency in Noida in 2024 1

Web Development Agency in Noida – In today’s digital age, a strong online presence is essential for individuals and businesses alike. Web development is the key to unlocking the vast potential of the internet. Whether you’re a beginner looking to dive into the world of coding or an experienced developer aiming to stay updated with the latest trends, this comprehensive guide will provide valuable insights and guidance on web development.

webdevelopmentagencydigital marketing
Web design trends to watch (2014 version)
• Fonts with personality
• Flat design
• Large hero areas quickly killing sliders
• Focus on mobile!
• Videos in place of text
• Long scrolling sites
• Simple color schemes
• Simplified content
• Dropping the sidebar
• Manipulated imagery
• Extras (e.g., parallax scrolling, HTML5 timed animation etc.)
Source: http://goo.gl/RdKqa8
Web design trends to watch (2018 version)
Check out some of these beautiful award-winning websites: https://goo.gl/n1KNGy
Source: https://goo.gl/hZ6bkW
• Drop shadows & depth (www.algolia.com)
• Color schemes (egwineco.com)
• Particle backgrounds (heystack.is)
• Mobile first (www.g-star.com)
• Custom illustrations (www.stride.com)
• Big, bold typography (www.femmefatale.paris)
• Broken grid layouts (dada-data.net)
• Integrated animations (www.zendesk.com)
• Dynamic gradients (www.symodd.com)
Source: http://goo.gl/UQ94d
Responsive Web Design
adapts to a webpage’s layout by using fluid,
proportion-based grids, flexible images, and CSS3
media queries.
https://getbootstrap.com
Examples: https://goo.gl/MkFvXK
Learn: https://www.w3schools.com/bootstrap

Recommended for you

LATEST_TRENDS_IN_WEBSITE_DEVELOPMENT.pptx
LATEST_TRENDS_IN_WEBSITE_DEVELOPMENT.pptxLATEST_TRENDS_IN_WEBSITE_DEVELOPMENT.pptx
LATEST_TRENDS_IN_WEBSITE_DEVELOPMENT.pptx

Web development is evolving at a breakneck speed every passing year. New website technologies are being discovered regularly as developers explore new ways of innovation. To make it easier for you, I have analyzed the shifts across industries and created an ultimate list of some of the latest web development trends in 2022.

Smart Browsers and HTML5 Web Apps for the Chrome Web Store
Smart Browsers and HTML5 Web Apps for the Chrome Web StoreSmart Browsers and HTML5 Web Apps for the Chrome Web Store
Smart Browsers and HTML5 Web Apps for the Chrome Web Store

Smart Browsers and HTML5 Web Apps for Chrome Web Store, presented to the San Diego HTML5 Web Apps and RefreshSD groups on 2011-02-08

html5chrome
Frontend development of the (current) future
Frontend development of the (current) futureFrontend development of the (current) future
Frontend development of the (current) future

Slides from my talk at #digiday at EAAA. Contains a lot of links for more detailed information on the topics.

javascriptfutureserviceworker
Innovative design: https://crypton.trading
https://visual.ly/
Web Design Trends: 2018 Edition
Websites that design themselves!
thegrid.io
Gamification
“involves applying game design
thinking to non-game applications to
make them more fun and engaging.”
Source: gamification.org

Recommended for you

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

The web has come a long way. One of the great features of the modern web is responsive web design (RWD). RWD allows developers to create a single web client for all devices & platforms. This presentation is an introduction to key concepts developers need to understand in order to start implementing responsive web design.

responsive web designcss3html5
HTML5 & CSS3 refresher for mobile apps
HTML5 & CSS3 refresher for mobile appsHTML5 & CSS3 refresher for mobile apps
HTML5 & CSS3 refresher for mobile apps

This document provides an overview of HTML5 and CSS3 concepts for building web applications. It begins with defining what a web app is and its basic anatomy. It then covers new HTML5 structural tags, forms, multimedia capabilities like audio and video, offline data storage, geolocation, and canvas/SVG graphics. For CSS3, it discusses new selectors, the box model, positioning, fonts, visual effects, and media queries. Key topics are presented at a high level with examples to illustrate the main capabilities and uses of HTML5 and CSS3 for mobile web development.

mobile application developmentmobile apps
Desarrollo de apps multiplataforma con tecnologías web
Desarrollo de apps multiplataforma con tecnologías webDesarrollo de apps multiplataforma con tecnologías web
Desarrollo de apps multiplataforma con tecnologías web

This document discusses developing multiplatform apps using web technologies. It argues that web technologies allow for cross-platform development which benefits both users and developers. The current state of HTML5, CSS3 and JavaScript allows for building sophisticated mobile web apps that can utilize device capabilities and feel native. Performance is important and web apps should be optimized to be on par with native apps. With continued advancement, web technologies provide a strong option for mobile app development.

sgcesgce2013
Activate Your Users!
Captain Up helps you reward your users with
points, badges and levels for exploring your site
and sharing it with their friends!
.com
Gamifyied our Gaming Club Website!
Version 2018082800, Last Updated Tue Aug 28 07:07:01 2018 UTC
Top-Level Domains
Source: https://goo.gl/XCWHhQ
Top-Level Domains

Recommended for you

Sg conference multiplatform_apps_adam_stanley
Sg conference multiplatform_apps_adam_stanleySg conference multiplatform_apps_adam_stanley
Sg conference multiplatform_apps_adam_stanley

Web technologies such as HTML5, Javascript and CSS3 are emerging as an alternative for mobile application development platform, at the same time allow the user to provide great experiences, and are simple to administer and maintain by IT organizations. This session will discuss the status of these technologies and their feasibility for the development of mobile applications. We will also address some recommendations and considerations that must be taken to choose a strategy for developing apps based on web technologies.

blackberryhtml5css3
Building SPA’s (Single Page App) with Backbone.js
Building SPA’s (Single Page App) with Backbone.jsBuilding SPA’s (Single Page App) with Backbone.js
Building SPA’s (Single Page App) with Backbone.js

The document discusses trends in application development for mobile and cross-platform use. It notes the rise of consumerization of technology and the need to build apps that can be used on any device. This has led to changes like using HTML and JavaScript instead of platform-specific languages to allow cross-platform support. Frameworks like Backbone.js and libraries like Underscore.js can help manage the complexity of building such apps. The document also discusses considerations for responsive design, client-side architecture including MV* frameworks, and tools to support development.

html5; javascript; windows 8
A brief introduction on HTML5 and responsive layouts
A brief introduction on HTML5 and responsive layoutsA brief introduction on HTML5 and responsive layouts
A brief introduction on HTML5 and responsive layouts

The document discusses the choice between building apps with HTML5 versus native apps. It provides an overview of new features in HTML5, including semantic layout tags, custom data attributes, new UI elements, smarter forms, CSS3, canvas graphics, audio/video support, drag and drop, offline storage, geolocation, and responsive web design. HTML5 allows building responsive mobile web experiences through features like media queries and viewport meta tags.

html5css3responsive layouts
WebGL (Web Graphics Library) is a JavaScript API for
rendering interactive 3D and 2D graphics within any
compatible web browser without the use of plug-ins.
Source: https://goo.gl/UdqnLV
https://get.webgl.org
WebVR
Image source: https://goo.gl/mZ14xU
https://webvr.info
A-FrameA web framework for building virtual reality experiences
https://aframe.io
.com
https://gurivr.com/stories/create
GuriVR is actually the A-Frame library. Let’s try an
“intuitive, straightforward way to set up VR
experiences through an editor interface.”

Recommended for you

WordCamp 2012 - Seth Carstens Presentation (Responsive Width)
WordCamp 2012 - Seth Carstens Presentation (Responsive Width)WordCamp 2012 - Seth Carstens Presentation (Responsive Width)
WordCamp 2012 - Seth Carstens Presentation (Responsive Width)

This document summarizes a presentation on developing responsive websites for smartphones, tablets, and other mobile devices. It discusses using meta tags and CSS3 media queries to create responsive designs, grid systems like 960.gs and Blueprint to plan layouts, and jQuery Mobile for cross-device development. It also recommends testing websites on emulated devices using tools like MITE and KITE and considering performance, usability, and purpose when deciding between customizing or cloning content for mobile.

A night at the spa
A night at the spaA night at the spa
A night at the spa

This is the slide deck to introduce important topics to developer to build great, high performance Single Page Web Applications. The slide deck is used to setup a review of the code and architecture in my demonstration movie web application used in my latest book. The site is live at http://movies.spawebbook.com and the source code is available on GitHub https://github.com/docluv/movies. Single page application are a new frontier to the web development world. They require a completely different mindset than classic, server-side heavy web development. Not only do developers need to understand modular JavaScript and the DOM API they also need to understand good responsive design practices, performance optimization, touch and a mobile first approach.

html5sparesponsive web design
Developing and deploying a website with html5
Developing and deploying a website with html5Developing and deploying a website with html5
Developing and deploying a website with html5

This document discusses developing and deploying websites with HTML5. It covers creating fluid responsive layouts, single page applications, and JavaScript libraries. It also discusses build and deployment processes using GruntJS to manage source code and optimize web applications.

html5css3javascript
https://glitch.com
Adding AR Features to Chrome’s Desktop Browsers!
Source: https://goo.gl/vopDg6
Adding AR Features in Mobile Chrome Browsers!
“The unique power of AR is to blend digital content with the real world” so
we can “surf the web, find a model, place it in our room to see just how
large it truly is, and physically walk around it.”
~ Reza Ali and Josh Carpenter, Google’s Daydream WebXR team Source: https://goo.gl/vopDg6
ARKit (iOS)https://developer.apple.com/arkit/
Follow: https://twitter.com/madewithARKit

Recommended for you

Mobile SEO (English Version)
Mobile SEO (English Version)Mobile SEO (English Version)
Mobile SEO (English Version)

Covers the following contents. Objective of this seminar Backgrounds Issues Google’s Issue Web site Owner’s Issue Mobile SEO Measures

mobile seoseoweb marketing
Responsive web design
Responsive web designResponsive web design
Responsive web design

An introduction to responsive web design and why it is important. Source code is from my latest book, High Performance Single Page Web Applications (http://amzn.to/1a55L89). Source code is on GitHub, https://github.com/docluv/movies.

html5responsive web designcss3
full stqack guktgktktykytkyyyjrneyrynye5n
full stqack guktgktktykytkyyyjrneyrynye5nfull stqack guktgktktykytkyyyjrneyrynye5n
full stqack guktgktktykytkyyyjrneyrynye5n

This document provides an introduction to full stack web development. It begins by defining frontend and backend development, noting that full stack developers work with both. It then covers HTML, the backbone of webpages, and CSS, which adds style. Next it introduces JavaScript for interactivity. The document discusses frameworks like React and libraries like jQuery. It also covers version control with Git and code hosting on GitHub. Resources like Codecademy and freeCodeCamp are recommended for learning. Checkpoints encourage practicing skills by building projects.

Develop a toolkit filled with a variety of tools to help you
analyze other sites to help build fresh, new Web sites.
https://trends.builtwith.com
.com
Chrome Developer Tools
http://getfirebug.com/

Recommended for you

Javascript SEO Devs and SEOs playing nicely
Javascript SEO Devs and SEOs playing nicelyJavascript SEO Devs and SEOs playing nicely
Javascript SEO Devs and SEOs playing nicely

With JavaScript SEO, we're crawling, rendering & indexing. We want to work together with Devs and SEOs to get the best outcome for the client.

seojavascript seodevelopment
Introducing Immersive Technologies for Libraries
Introducing Immersive Technologies for Libraries  Introducing Immersive Technologies for Libraries
Introducing Immersive Technologies for Libraries

Immersive Technologies imitate or extend our physical world via digital simulations to give us the sense of being completely absorbed into something. Spatial computing is a new form of immersive technology that combines computer vision and artificial intelligence to integrate visual content into the real-world around us. In this webinar: • Understand Immersive Technologies and see how they will impact everything ranging from education to entertainment. • Learn the differences between virtual, augmented, and mixed realities to introduce Spatial Computing. • Hear about the tools, devices, and platforms creating these new experiences. • Discuss potential issues these technologies may have when used in learning and teaching. • See what libraries can do to make use of immersive technologies to create new user experiences.

immersive technologyspatial computingaugmented reality
Introducing How to Build a Personal Voice Assistant (AIY Edition)
Introducing How to Build a Personal Voice Assistant (AIY Edition) Introducing How to Build a Personal Voice Assistant (AIY Edition)
Introducing How to Build a Personal Voice Assistant (AIY Edition)

This document provides an introduction to building a personal voice assistant using the AIY Edition kit. It outlines the steps to assemble the hardware components, install the operating system, enable various Google APIs like the Google Assistant API and Cloud Speech-to-Text API, and modify code samples to interact with these APIs using voice. The document also briefly discusses different types of artificial intelligence and mentions some other tools like Dialogflow, Pandorabots, Scratch and Actions on Google for building conversational agents.

smart virtual personal assistantsdigital assistantsartificial intelligence
http://www.gwtproject.org/
Google Web Toolkit
http://foundation.zurb.com/
http://www.opera.com/developer
https://mixedreality.mozilla.org

Recommended for you

360° Tours and More
360° Tours and More360° Tours and More
360° Tours and More

This document discusses 360-degree photography and video technologies. It begins with an agenda that covers understanding 360 cameras, live 360 video streaming, best practices for creating 360 tours, and emerging trends. Examples of 360 cameras are provided. Formats for 360 video and the stitching process needed to create panoramic images are explained. Tools for viewing 360 content on smartphones and creating virtual reality experiences are presented. The document concludes by introducing 3D photography technologies like light field and volumetric video.

360360 images360 degree video
Taking the Magical Leap with Immersive Technologies in Libraries
Taking the Magical Leap with Immersive Technologies in LibrariesTaking the Magical Leap with Immersive Technologies in Libraries
Taking the Magical Leap with Immersive Technologies in Libraries

Spatial computing is a new form of computing that combines computer vision and artificial intelligence to seamlessly integrate visual content into the real world around us. Read more about the tools, devices, platforms and implications for these technologies that can be used in learning, teaching and more. Presented at Computers in Libraries 2019 with Alex Haber (Head of Education at Magic Leap), Washington D.C.

spatial computingimmersive technologyxr
Open Education Resources in Libraries
Open Education Resources in LibrariesOpen Education Resources in Libraries
Open Education Resources in Libraries

According to the Open Education Consortium, “sharing is probably the most basic characteristic of education: education is sharing knowledge, insights, and information with others, upon which new knowledge, skills, ideas, and understanding can be built." Whether they are purchased or freely acquired, librarians should be open to sharing their resources to everyone who wants to use them to enrich their lives through education. Open Education Resources (OER) include resources or tools that can be used and modified for free and without any legal or technical barriers, and when used properly can help foster a transparent culture of learning and engagement in our communities. In this webinar: • Learn what Open Education Resources (OER) are and how they can be used to engender trust, generate rigorous learning opportunities, and potentially lead to smarter decision-making strategies. • Discover a variety of OER and Open Access (OA) repositories to find accessible and authoritative resources, including textbooks, to use in curriculum. • Acquire OER strategies for developing a variety of educational opportunities using a variety of formats. •Understand various issues (e.g., GDPR) impacting OER in libraries.

open accessopen education resourcesoer
http://www.lovelyui.com/ http://www.lovelyui.com
https://www.canva.com
Allows everyone to create
beautiful designs.
Other tools to check out …
• Kompozer - web authoring system that combines web file management and easy-
to-use WYSIWYG web page editing.
• Dripple – a place to discover, and explore design.
• Dropbox, Droplr, Google Drive etc.
• JS Bin - renders Javascript, HTML and CSS code snippets live in your browser.
• GitHub – a collaboration/code review/code management tool for open source
projects.
• DiffChecker – discover text differences between two blocks of text.
• XAMPP – an Apache distribution containing MySQL, PHP and Perl. Testing
environment.
• 85 Responsive Web Design Tools compiled by Mashable.com.
• Browser extensions (e.g., WhatFont, ColorZilla, Live HTTP Headers, User Agent
Switcher, Link Checker, Window Resizer, Web Developer Toolbar, MeasureIt, Pixlr
Editor etc.)
.com/cmairn
.net/chadmairn

Recommended for you

How to Repurpose Library Space: Listening Lab Edition
How to Repurpose Library Space: Listening Lab EditionHow to Repurpose Library Space: Listening Lab Edition
How to Repurpose Library Space: Listening Lab Edition

In 2008, iTunes "listening stations" were created in the library so students could have easy access to a large, albeit hidden, CD collection. Hundreds of CDs were digitized and added to an iTunes collection that was shared to other computers located inside the library. The idea was to be more like a record store where people can browse for and listen to music before they buy it; but, in this case, it would be before they bring the CDs home. Fast forward to 2018 and see the vision of this “Listening Lab” becoming more clear and distinct. In this webinar, - Learn how to digitize CDs and create a web page based on iTunes XML data. - Discover how the donated/purchased music collection is being cataloged and shared. - Explore a variety of programming ideas ranging from small concerts to workshops. - Understand the basics of valuing CDs, vinyl, VHS, and other mediums. - Highlight how people are using the space and interacting with the collection. - Use technologies like 3D printing, graphic design, and videography for promotional purposes.

vinylrecordsmusic
Using CoSpaces Edu to Create Virtual and Augmented Reality Experiences
Using CoSpaces Edu to Create Virtual and Augmented Reality ExperiencesUsing CoSpaces Edu to Create Virtual and Augmented Reality Experiences
Using CoSpaces Edu to Create Virtual and Augmented Reality Experiences

Virtual Reality (VR), a simulated computer environment in three dimensions, is becoming more popular for gaming, movies, and education. According to CoSpaces Edu, their creative platform “complements traditional teaching methods by immersing students into a world where they can create, consume and connect with the curriculum on a completely new level, even through the revolutionary visual mediums of Virtual and Augmented Reality (AR).” Take what you learn here to create your own library programs to teach your users how to create meaningful and interactive experiences using VR/AR. In this webinar: - Discover what Virtual Reality is and gain a brief historical summary of it. - Learn and explore the differences between virtual, augmented, and mixed realities. - Explore 360° video and photograph technologies to include in a variety of formats. - Create your own 3D/360° environments using CoSpaces EDU to test in Virtual Reality. - Learn how to use CoSpaces EDU as a student and as a teacher.

virtual realityaugmented realitymixed reality
Understanding Artificial Intelligence
Understanding Artificial IntelligenceUnderstanding Artificial Intelligence
Understanding Artificial Intelligence

Artificial Intelligence (AI) is quickly moving from a science-fiction concept to reality where machines now have the capability to perform tasks commonly associated with humans. We are starting to see our society transformed because of AI, so having a better understanding of what it is and what it is capable of doing is essential. AI helps power Amazon’s Alexa personal assistant, Google’s Deep Dream neural network, various marketing initiatives, health applications, the aviation industry, and much more. In this keynote, - Discover what Artificial Intelligence (AI) is and how it is becoming a “machine trait.” - Gain an appreciation of AI pioneers like John McCarthy, Alan Turing, Marvin Minsky et al. - Learn how AI works and explore some applications that could play a role in your library. - Reflect on the future of AI and the implications for libraries and society in general. Presented at the Leading Edge Libraries Conference, hosted by the Special Library Association Florida and Caribbean Chapter. Orlando, Florida. September 21, 2018. Keynote address.

artificial intelligenceaideep learning
Contact me!

More Related Content

What's hot

Web Development Presentation
Web Development PresentationWeb Development Presentation
Web Development Presentation
TurnToTech
 
Introduction of Html/css/js
Introduction of Html/css/jsIntroduction of Html/css/js
Introduction of Html/css/js
Knoldus Inc.
 
Web Development with HTML5, CSS3 & JavaScript
Web Development with HTML5, CSS3 & JavaScriptWeb Development with HTML5, CSS3 & JavaScript
Web Development with HTML5, CSS3 & JavaScript
Edureka!
 
HTML CSS Basics
HTML CSS BasicsHTML CSS Basics
HTML CSS Basics
Mai Moustafa
 
Web Development and Web Development technologies - Temitayo Fadojutimi
Web Development and Web Development technologies - Temitayo FadojutimiWeb Development and Web Development technologies - Temitayo Fadojutimi
Web Development and Web Development technologies - Temitayo Fadojutimi
Temitayo Fadojutimi
 
Front end web development
Front end web developmentFront end web development
Front end web development
viveksewa
 
Front End Development | Introduction
Front End Development | IntroductionFront End Development | Introduction
Front End Development | Introduction
JohnTaieb
 
Web development | Derin Dolen
Web development | Derin Dolen Web development | Derin Dolen
Web development | Derin Dolen
Derin Dolen
 
CSS3, Media Queries, and Responsive Design
CSS3, Media Queries, and Responsive DesignCSS3, Media Queries, and Responsive Design
CSS3, Media Queries, and Responsive Design
Zoe Gillenwater
 
Ppt of web development
Ppt of web developmentPpt of web development
Ppt of web development
bethanygfair
 
Introduction to HTML5
Introduction to HTML5Introduction to HTML5
Introduction to HTML5
IT Geeks
 
Html5 tutorial for beginners
Html5 tutorial for beginnersHtml5 tutorial for beginners
Html5 tutorial for beginners
Singsys Pte Ltd
 
Basic html structure
Basic html structureBasic html structure
Basic html structure
Jhaun Paul Enriquez
 
Principles of web design
Principles of web designPrinciples of web design
Principles of web design
dswebdesign
 
Web Development
Web DevelopmentWeb Development
Web Development
Aditya Raman
 
Web Development Ppt
Web Development PptWeb Development Ppt
Web Development Ppt
Bruce Tucker
 
Css Ppt
Css PptCss Ppt
Css Ppt
Hema Prasanth
 
Introduction to HTML5
Introduction to HTML5Introduction to HTML5
Introduction to HTML5
Gil Fink
 
ppt of web designing and development
ppt of web designing and developmentppt of web designing and development
ppt of web designing and development
47ishu
 
Introduction to Web Development
Introduction to Web DevelopmentIntroduction to Web Development
Introduction to Web Development
Parvez Mahbub
 

What's hot (20)

Web Development Presentation
Web Development PresentationWeb Development Presentation
Web Development Presentation
 
Introduction of Html/css/js
Introduction of Html/css/jsIntroduction of Html/css/js
Introduction of Html/css/js
 
Web Development with HTML5, CSS3 & JavaScript
Web Development with HTML5, CSS3 & JavaScriptWeb Development with HTML5, CSS3 & JavaScript
Web Development with HTML5, CSS3 & JavaScript
 
HTML CSS Basics
HTML CSS BasicsHTML CSS Basics
HTML CSS Basics
 
Web Development and Web Development technologies - Temitayo Fadojutimi
Web Development and Web Development technologies - Temitayo FadojutimiWeb Development and Web Development technologies - Temitayo Fadojutimi
Web Development and Web Development technologies - Temitayo Fadojutimi
 
Front end web development
Front end web developmentFront end web development
Front end web development
 
Front End Development | Introduction
Front End Development | IntroductionFront End Development | Introduction
Front End Development | Introduction
 
Web development | Derin Dolen
Web development | Derin Dolen Web development | Derin Dolen
Web development | Derin Dolen
 
CSS3, Media Queries, and Responsive Design
CSS3, Media Queries, and Responsive DesignCSS3, Media Queries, and Responsive Design
CSS3, Media Queries, and Responsive Design
 
Ppt of web development
Ppt of web developmentPpt of web development
Ppt of web development
 
Introduction to HTML5
Introduction to HTML5Introduction to HTML5
Introduction to HTML5
 
Html5 tutorial for beginners
Html5 tutorial for beginnersHtml5 tutorial for beginners
Html5 tutorial for beginners
 
Basic html structure
Basic html structureBasic html structure
Basic html structure
 
Principles of web design
Principles of web designPrinciples of web design
Principles of web design
 
Web Development
Web DevelopmentWeb Development
Web Development
 
Web Development Ppt
Web Development PptWeb Development Ppt
Web Development Ppt
 
Css Ppt
Css PptCss Ppt
Css Ppt
 
Introduction to HTML5
Introduction to HTML5Introduction to HTML5
Introduction to HTML5
 
ppt of web designing and development
ppt of web designing and developmentppt of web designing and development
ppt of web designing and development
 
Introduction to Web Development
Introduction to Web DevelopmentIntroduction to Web Development
Introduction to Web Development
 

Similar to Web Design Trends: 2018 Edition

A COMPREHENSIVE GUIDE TO WEB DEVELOPMENT 2.pptx
A COMPREHENSIVE GUIDE TO WEB DEVELOPMENT 2.pptxA COMPREHENSIVE GUIDE TO WEB DEVELOPMENT 2.pptx
A COMPREHENSIVE GUIDE TO WEB DEVELOPMENT 2.pptx
deepakkumar17808
 
A Day Building Fast, Responsive, Extensible Single Page Applications
A Day Building Fast, Responsive, Extensible Single Page ApplicationsA Day Building Fast, Responsive, Extensible Single Page Applications
A Day Building Fast, Responsive, Extensible Single Page Applications
Chris Love
 
HTML5: An Overview
HTML5: An OverviewHTML5: An Overview
HTML5: An Overview
Nagendra Um
 
Web Development Agency in Noida in 2024 1
Web Development Agency in Noida in 2024 1Web Development Agency in Noida in 2024 1
Web Development Agency in Noida in 2024 1
NadeemAnsari576752
 
LATEST_TRENDS_IN_WEBSITE_DEVELOPMENT.pptx
LATEST_TRENDS_IN_WEBSITE_DEVELOPMENT.pptxLATEST_TRENDS_IN_WEBSITE_DEVELOPMENT.pptx
LATEST_TRENDS_IN_WEBSITE_DEVELOPMENT.pptx
chitrachauhan21
 
Smart Browsers and HTML5 Web Apps for the Chrome Web Store
Smart Browsers and HTML5 Web Apps for the Chrome Web StoreSmart Browsers and HTML5 Web Apps for the Chrome Web Store
Smart Browsers and HTML5 Web Apps for the Chrome Web Store
Seth Ladd
 
Frontend development of the (current) future
Frontend development of the (current) futureFrontend development of the (current) future
Frontend development of the (current) future
Filip Bruun Bech-Larsen
 
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
Chris Love
 
HTML5 & CSS3 refresher for mobile apps
HTML5 & CSS3 refresher for mobile appsHTML5 & CSS3 refresher for mobile apps
HTML5 & CSS3 refresher for mobile apps
Ivano Malavolta
 
Desarrollo de apps multiplataforma con tecnologías web
Desarrollo de apps multiplataforma con tecnologías webDesarrollo de apps multiplataforma con tecnologías web
Desarrollo de apps multiplataforma con tecnologías web
Software Guru
 
Sg conference multiplatform_apps_adam_stanley
Sg conference multiplatform_apps_adam_stanleySg conference multiplatform_apps_adam_stanley
Sg conference multiplatform_apps_adam_stanley
n_adam_stanley
 
Building SPA’s (Single Page App) with Backbone.js
Building SPA’s (Single Page App) with Backbone.jsBuilding SPA’s (Single Page App) with Backbone.js
Building SPA’s (Single Page App) with Backbone.js
Microsoft Developer Network (MSDN) - Belgium and Luxembourg
 
A brief introduction on HTML5 and responsive layouts
A brief introduction on HTML5 and responsive layoutsA brief introduction on HTML5 and responsive layouts
A brief introduction on HTML5 and responsive layouts
Tim Wray
 
WordCamp 2012 - Seth Carstens Presentation (Responsive Width)
WordCamp 2012 - Seth Carstens Presentation (Responsive Width)WordCamp 2012 - Seth Carstens Presentation (Responsive Width)
WordCamp 2012 - Seth Carstens Presentation (Responsive Width)
Seth Carstens
 
A night at the spa
A night at the spaA night at the spa
A night at the spa
Chris Love
 
Developing and deploying a website with html5
Developing and deploying a website with html5Developing and deploying a website with html5
Developing and deploying a website with html5
Chris Love
 
Mobile SEO (English Version)
Mobile SEO (English Version)Mobile SEO (English Version)
Mobile SEO (English Version)
ssuserd60633
 
Responsive web design
Responsive web designResponsive web design
Responsive web design
Chris Love
 
full stqack guktgktktykytkyyyjrneyrynye5n
full stqack guktgktktykytkyyyjrneyrynye5nfull stqack guktgktktykytkyyyjrneyrynye5n
full stqack guktgktktykytkyyyjrneyrynye5n
GoogleDSCDibrugarhUn
 
Javascript SEO Devs and SEOs playing nicely
Javascript SEO Devs and SEOs playing nicelyJavascript SEO Devs and SEOs playing nicely
Javascript SEO Devs and SEOs playing nicely
Peter Mead
 

Similar to Web Design Trends: 2018 Edition (20)

A COMPREHENSIVE GUIDE TO WEB DEVELOPMENT 2.pptx
A COMPREHENSIVE GUIDE TO WEB DEVELOPMENT 2.pptxA COMPREHENSIVE GUIDE TO WEB DEVELOPMENT 2.pptx
A COMPREHENSIVE GUIDE TO WEB DEVELOPMENT 2.pptx
 
A Day Building Fast, Responsive, Extensible Single Page Applications
A Day Building Fast, Responsive, Extensible Single Page ApplicationsA Day Building Fast, Responsive, Extensible Single Page Applications
A Day Building Fast, Responsive, Extensible Single Page Applications
 
HTML5: An Overview
HTML5: An OverviewHTML5: An Overview
HTML5: An Overview
 
Web Development Agency in Noida in 2024 1
Web Development Agency in Noida in 2024 1Web Development Agency in Noida in 2024 1
Web Development Agency in Noida in 2024 1
 
LATEST_TRENDS_IN_WEBSITE_DEVELOPMENT.pptx
LATEST_TRENDS_IN_WEBSITE_DEVELOPMENT.pptxLATEST_TRENDS_IN_WEBSITE_DEVELOPMENT.pptx
LATEST_TRENDS_IN_WEBSITE_DEVELOPMENT.pptx
 
Smart Browsers and HTML5 Web Apps for the Chrome Web Store
Smart Browsers and HTML5 Web Apps for the Chrome Web StoreSmart Browsers and HTML5 Web Apps for the Chrome Web Store
Smart Browsers and HTML5 Web Apps for the Chrome Web Store
 
Frontend development of the (current) future
Frontend development of the (current) futureFrontend development of the (current) future
Frontend development of the (current) future
 
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
 
HTML5 & CSS3 refresher for mobile apps
HTML5 & CSS3 refresher for mobile appsHTML5 & CSS3 refresher for mobile apps
HTML5 & CSS3 refresher for mobile apps
 
Desarrollo de apps multiplataforma con tecnologías web
Desarrollo de apps multiplataforma con tecnologías webDesarrollo de apps multiplataforma con tecnologías web
Desarrollo de apps multiplataforma con tecnologías web
 
Sg conference multiplatform_apps_adam_stanley
Sg conference multiplatform_apps_adam_stanleySg conference multiplatform_apps_adam_stanley
Sg conference multiplatform_apps_adam_stanley
 
Building SPA’s (Single Page App) with Backbone.js
Building SPA’s (Single Page App) with Backbone.jsBuilding SPA’s (Single Page App) with Backbone.js
Building SPA’s (Single Page App) with Backbone.js
 
A brief introduction on HTML5 and responsive layouts
A brief introduction on HTML5 and responsive layoutsA brief introduction on HTML5 and responsive layouts
A brief introduction on HTML5 and responsive layouts
 
WordCamp 2012 - Seth Carstens Presentation (Responsive Width)
WordCamp 2012 - Seth Carstens Presentation (Responsive Width)WordCamp 2012 - Seth Carstens Presentation (Responsive Width)
WordCamp 2012 - Seth Carstens Presentation (Responsive Width)
 
A night at the spa
A night at the spaA night at the spa
A night at the spa
 
Developing and deploying a website with html5
Developing and deploying a website with html5Developing and deploying a website with html5
Developing and deploying a website with html5
 
Mobile SEO (English Version)
Mobile SEO (English Version)Mobile SEO (English Version)
Mobile SEO (English Version)
 
Responsive web design
Responsive web designResponsive web design
Responsive web design
 
full stqack guktgktktykytkyyyjrneyrynye5n
full stqack guktgktktykytkyyyjrneyrynye5nfull stqack guktgktktykytkyyyjrneyrynye5n
full stqack guktgktktykytkyyyjrneyrynye5n
 
Javascript SEO Devs and SEOs playing nicely
Javascript SEO Devs and SEOs playing nicelyJavascript SEO Devs and SEOs playing nicely
Javascript SEO Devs and SEOs playing nicely
 

More from St. Petersburg College

Introducing Immersive Technologies for Libraries
Introducing Immersive Technologies for Libraries  Introducing Immersive Technologies for Libraries
Introducing Immersive Technologies for Libraries
St. Petersburg College
 
Introducing How to Build a Personal Voice Assistant (AIY Edition)
Introducing How to Build a Personal Voice Assistant (AIY Edition) Introducing How to Build a Personal Voice Assistant (AIY Edition)
Introducing How to Build a Personal Voice Assistant (AIY Edition)
St. Petersburg College
 
360° Tours and More
360° Tours and More360° Tours and More
360° Tours and More
St. Petersburg College
 
Taking the Magical Leap with Immersive Technologies in Libraries
Taking the Magical Leap with Immersive Technologies in LibrariesTaking the Magical Leap with Immersive Technologies in Libraries
Taking the Magical Leap with Immersive Technologies in Libraries
St. Petersburg College
 
Open Education Resources in Libraries
Open Education Resources in LibrariesOpen Education Resources in Libraries
Open Education Resources in Libraries
St. Petersburg College
 
How to Repurpose Library Space: Listening Lab Edition
How to Repurpose Library Space: Listening Lab EditionHow to Repurpose Library Space: Listening Lab Edition
How to Repurpose Library Space: Listening Lab Edition
St. Petersburg College
 
Using CoSpaces Edu to Create Virtual and Augmented Reality Experiences
Using CoSpaces Edu to Create Virtual and Augmented Reality ExperiencesUsing CoSpaces Edu to Create Virtual and Augmented Reality Experiences
Using CoSpaces Edu to Create Virtual and Augmented Reality Experiences
St. Petersburg College
 
Understanding Artificial Intelligence
Understanding Artificial IntelligenceUnderstanding Artificial Intelligence
Understanding Artificial Intelligence
St. Petersburg College
 
What’s New With 3D Design and Printing?
What’s New With 3D Design and Printing?What’s New With 3D Design and Printing?
What’s New With 3D Design and Printing?
St. Petersburg College
 
Creating a Program to Assist Users Cutting Cable
Creating a Program to Assist Users Cutting CableCreating a Program to Assist Users Cutting Cable
Creating a Program to Assist Users Cutting Cable
St. Petersburg College
 
Understanding Artificial Intelligence
Understanding Artificial Intelligence Understanding Artificial Intelligence
Understanding Artificial Intelligence
St. Petersburg College
 
Beginning Python Programming
Beginning Python ProgrammingBeginning Python Programming
Beginning Python Programming
St. Petersburg College
 
3D Design Fundamentals
3D Design Fundamentals3D Design Fundamentals
3D Design Fundamentals
St. Petersburg College
 
STEM Demystified
STEM DemystifiedSTEM Demystified
STEM Demystified
St. Petersburg College
 
Learn to Compose, Record, and Produce Songs and Podcasts Using GarageBand
Learn to Compose, Record, and Produce Songs and Podcasts Using GarageBandLearn to Compose, Record, and Produce Songs and Podcasts Using GarageBand
Learn to Compose, Record, and Produce Songs and Podcasts Using GarageBand
St. Petersburg College
 
Open Education Resources in Libraries
Open Education Resources in LibrariesOpen Education Resources in Libraries
Open Education Resources in Libraries
St. Petersburg College
 
Learning Kodu: Basic Video Game Design for Kids
Learning Kodu: Basic Video Game Design for KidsLearning Kodu: Basic Video Game Design for Kids
Learning Kodu: Basic Video Game Design for Kids
St. Petersburg College
 
Learn to Code and Have Fun Doing It!
Learn to Code and Have Fun Doing It! Learn to Code and Have Fun Doing It!
Learn to Code and Have Fun Doing It!
St. Petersburg College
 
How to Think in the Information Age: Finding Facts in a Post-Truth World
How to Think in the Information Age: Finding Facts in a Post-Truth WorldHow to Think in the Information Age: Finding Facts in a Post-Truth World
How to Think in the Information Age: Finding Facts in a Post-Truth World
St. Petersburg College
 
Technologies to Watch: 2017 Edition
Technologies to Watch: 2017 EditionTechnologies to Watch: 2017 Edition
Technologies to Watch: 2017 Edition
St. Petersburg College
 

More from St. Petersburg College (20)

Introducing Immersive Technologies for Libraries
Introducing Immersive Technologies for Libraries  Introducing Immersive Technologies for Libraries
Introducing Immersive Technologies for Libraries
 
Introducing How to Build a Personal Voice Assistant (AIY Edition)
Introducing How to Build a Personal Voice Assistant (AIY Edition) Introducing How to Build a Personal Voice Assistant (AIY Edition)
Introducing How to Build a Personal Voice Assistant (AIY Edition)
 
360° Tours and More
360° Tours and More360° Tours and More
360° Tours and More
 
Taking the Magical Leap with Immersive Technologies in Libraries
Taking the Magical Leap with Immersive Technologies in LibrariesTaking the Magical Leap with Immersive Technologies in Libraries
Taking the Magical Leap with Immersive Technologies in Libraries
 
Open Education Resources in Libraries
Open Education Resources in LibrariesOpen Education Resources in Libraries
Open Education Resources in Libraries
 
How to Repurpose Library Space: Listening Lab Edition
How to Repurpose Library Space: Listening Lab EditionHow to Repurpose Library Space: Listening Lab Edition
How to Repurpose Library Space: Listening Lab Edition
 
Using CoSpaces Edu to Create Virtual and Augmented Reality Experiences
Using CoSpaces Edu to Create Virtual and Augmented Reality ExperiencesUsing CoSpaces Edu to Create Virtual and Augmented Reality Experiences
Using CoSpaces Edu to Create Virtual and Augmented Reality Experiences
 
Understanding Artificial Intelligence
Understanding Artificial IntelligenceUnderstanding Artificial Intelligence
Understanding Artificial Intelligence
 
What’s New With 3D Design and Printing?
What’s New With 3D Design and Printing?What’s New With 3D Design and Printing?
What’s New With 3D Design and Printing?
 
Creating a Program to Assist Users Cutting Cable
Creating a Program to Assist Users Cutting CableCreating a Program to Assist Users Cutting Cable
Creating a Program to Assist Users Cutting Cable
 
Understanding Artificial Intelligence
Understanding Artificial Intelligence Understanding Artificial Intelligence
Understanding Artificial Intelligence
 
Beginning Python Programming
Beginning Python ProgrammingBeginning Python Programming
Beginning Python Programming
 
3D Design Fundamentals
3D Design Fundamentals3D Design Fundamentals
3D Design Fundamentals
 
STEM Demystified
STEM DemystifiedSTEM Demystified
STEM Demystified
 
Learn to Compose, Record, and Produce Songs and Podcasts Using GarageBand
Learn to Compose, Record, and Produce Songs and Podcasts Using GarageBandLearn to Compose, Record, and Produce Songs and Podcasts Using GarageBand
Learn to Compose, Record, and Produce Songs and Podcasts Using GarageBand
 
Open Education Resources in Libraries
Open Education Resources in LibrariesOpen Education Resources in Libraries
Open Education Resources in Libraries
 
Learning Kodu: Basic Video Game Design for Kids
Learning Kodu: Basic Video Game Design for KidsLearning Kodu: Basic Video Game Design for Kids
Learning Kodu: Basic Video Game Design for Kids
 
Learn to Code and Have Fun Doing It!
Learn to Code and Have Fun Doing It! Learn to Code and Have Fun Doing It!
Learn to Code and Have Fun Doing It!
 
How to Think in the Information Age: Finding Facts in a Post-Truth World
How to Think in the Information Age: Finding Facts in a Post-Truth WorldHow to Think in the Information Age: Finding Facts in a Post-Truth World
How to Think in the Information Age: Finding Facts in a Post-Truth World
 
Technologies to Watch: 2017 Edition
Technologies to Watch: 2017 EditionTechnologies to Watch: 2017 Edition
Technologies to Watch: 2017 Edition
 

Recently uploaded

[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
Kief Morris
 
Best Practices for Effectively Running dbt in Airflow.pdf
Best Practices for Effectively Running dbt in Airflow.pdfBest Practices for Effectively Running dbt in Airflow.pdf
Best Practices for Effectively Running dbt in Airflow.pdf
Tatiana Al-Chueyr
 
What’s New in Teams Calling, Meetings and Devices May 2024
What’s New in Teams Calling, Meetings and Devices May 2024What’s New in Teams Calling, Meetings and Devices May 2024
What’s New in Teams Calling, Meetings and Devices May 2024
Stephanie Beckett
 
Coordinate Systems in FME 101 - Webinar Slides
Coordinate Systems in FME 101 - Webinar SlidesCoordinate Systems in FME 101 - Webinar Slides
Coordinate Systems in FME 101 - Webinar Slides
Safe Software
 
Calgary MuleSoft Meetup APM and IDP .pptx
Calgary MuleSoft Meetup APM and IDP .pptxCalgary MuleSoft Meetup APM and IDP .pptx
Calgary MuleSoft Meetup APM and IDP .pptx
ishalveerrandhawa1
 
Mitigating the Impact of State Management in Cloud Stream Processing Systems
Mitigating the Impact of State Management in Cloud Stream Processing SystemsMitigating the Impact of State Management in Cloud Stream Processing Systems
Mitigating the Impact of State Management in Cloud Stream Processing Systems
ScyllaDB
 
What's New in Copilot for Microsoft365 May 2024.pptx
What's New in Copilot for Microsoft365 May 2024.pptxWhat's New in Copilot for Microsoft365 May 2024.pptx
What's New in Copilot for Microsoft365 May 2024.pptx
Stephanie Beckett
 
Details of description part II: Describing images in practice - Tech Forum 2024
Details of description part II: Describing images in practice - Tech Forum 2024Details of description part II: Describing images in practice - Tech Forum 2024
Details of description part II: Describing images in practice - Tech Forum 2024
BookNet Canada
 
TrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-In
TrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-InTrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-In
TrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-In
TrustArc
 
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - MydbopsScaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Mydbops
 
Fluttercon 2024: Showing that you care about security - OpenSSF Scorecards fo...
Fluttercon 2024: Showing that you care about security - OpenSSF Scorecards fo...Fluttercon 2024: Showing that you care about security - OpenSSF Scorecards fo...
Fluttercon 2024: Showing that you care about security - OpenSSF Scorecards fo...
Chris Swan
 
Manual | Product | Research Presentation
Manual | Product | Research PresentationManual | Product | Research Presentation
Manual | Product | Research Presentation
welrejdoall
 
How RPA Help in the Transportation and Logistics Industry.pptx
How RPA Help in the Transportation and Logistics Industry.pptxHow RPA Help in the Transportation and Logistics Industry.pptx
How RPA Help in the Transportation and Logistics Industry.pptx
SynapseIndia
 
Choose our Linux Web Hosting for a seamless and successful online presence
Choose our Linux Web Hosting for a seamless and successful online presenceChoose our Linux Web Hosting for a seamless and successful online presence
Choose our Linux Web Hosting for a seamless and successful online presence
rajancomputerfbd
 
Active Inference is a veryyyyyyyyyyyyyyyyyyyyyyyy
Active Inference is a veryyyyyyyyyyyyyyyyyyyyyyyyActive Inference is a veryyyyyyyyyyyyyyyyyyyyyyyy
Active Inference is a veryyyyyyyyyyyyyyyyyyyyyyyy
RaminGhanbari2
 
How to Build a Profitable IoT Product.pptx
How to Build a Profitable IoT Product.pptxHow to Build a Profitable IoT Product.pptx
How to Build a Profitable IoT Product.pptx
Adam Dunkels
 
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALLBLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
Liveplex
 
20240702 Présentation Plateforme GenAI.pdf
20240702 Présentation Plateforme GenAI.pdf20240702 Présentation Plateforme GenAI.pdf
20240702 Présentation Plateforme GenAI.pdf
Sally Laouacheria
 
Password Rotation in 2024 is still Relevant
Password Rotation in 2024 is still RelevantPassword Rotation in 2024 is still Relevant
Password Rotation in 2024 is still Relevant
Bert Blevins
 
The Rise of Supernetwork Data Intensive Computing
The Rise of Supernetwork Data Intensive ComputingThe Rise of Supernetwork Data Intensive Computing
The Rise of Supernetwork Data Intensive Computing
Larry Smarr
 

Recently uploaded (20)

[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
 
Best Practices for Effectively Running dbt in Airflow.pdf
Best Practices for Effectively Running dbt in Airflow.pdfBest Practices for Effectively Running dbt in Airflow.pdf
Best Practices for Effectively Running dbt in Airflow.pdf
 
What’s New in Teams Calling, Meetings and Devices May 2024
What’s New in Teams Calling, Meetings and Devices May 2024What’s New in Teams Calling, Meetings and Devices May 2024
What’s New in Teams Calling, Meetings and Devices May 2024
 
Coordinate Systems in FME 101 - Webinar Slides
Coordinate Systems in FME 101 - Webinar SlidesCoordinate Systems in FME 101 - Webinar Slides
Coordinate Systems in FME 101 - Webinar Slides
 
Calgary MuleSoft Meetup APM and IDP .pptx
Calgary MuleSoft Meetup APM and IDP .pptxCalgary MuleSoft Meetup APM and IDP .pptx
Calgary MuleSoft Meetup APM and IDP .pptx
 
Mitigating the Impact of State Management in Cloud Stream Processing Systems
Mitigating the Impact of State Management in Cloud Stream Processing SystemsMitigating the Impact of State Management in Cloud Stream Processing Systems
Mitigating the Impact of State Management in Cloud Stream Processing Systems
 
What's New in Copilot for Microsoft365 May 2024.pptx
What's New in Copilot for Microsoft365 May 2024.pptxWhat's New in Copilot for Microsoft365 May 2024.pptx
What's New in Copilot for Microsoft365 May 2024.pptx
 
Details of description part II: Describing images in practice - Tech Forum 2024
Details of description part II: Describing images in practice - Tech Forum 2024Details of description part II: Describing images in practice - Tech Forum 2024
Details of description part II: Describing images in practice - Tech Forum 2024
 
TrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-In
TrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-InTrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-In
TrustArc Webinar - 2024 Data Privacy Trends: A Mid-Year Check-In
 
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - MydbopsScaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
 
Fluttercon 2024: Showing that you care about security - OpenSSF Scorecards fo...
Fluttercon 2024: Showing that you care about security - OpenSSF Scorecards fo...Fluttercon 2024: Showing that you care about security - OpenSSF Scorecards fo...
Fluttercon 2024: Showing that you care about security - OpenSSF Scorecards fo...
 
Manual | Product | Research Presentation
Manual | Product | Research PresentationManual | Product | Research Presentation
Manual | Product | Research Presentation
 
How RPA Help in the Transportation and Logistics Industry.pptx
How RPA Help in the Transportation and Logistics Industry.pptxHow RPA Help in the Transportation and Logistics Industry.pptx
How RPA Help in the Transportation and Logistics Industry.pptx
 
Choose our Linux Web Hosting for a seamless and successful online presence
Choose our Linux Web Hosting for a seamless and successful online presenceChoose our Linux Web Hosting for a seamless and successful online presence
Choose our Linux Web Hosting for a seamless and successful online presence
 
Active Inference is a veryyyyyyyyyyyyyyyyyyyyyyyy
Active Inference is a veryyyyyyyyyyyyyyyyyyyyyyyyActive Inference is a veryyyyyyyyyyyyyyyyyyyyyyyy
Active Inference is a veryyyyyyyyyyyyyyyyyyyyyyyy
 
How to Build a Profitable IoT Product.pptx
How to Build a Profitable IoT Product.pptxHow to Build a Profitable IoT Product.pptx
How to Build a Profitable IoT Product.pptx
 
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALLBLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
 
20240702 Présentation Plateforme GenAI.pdf
20240702 Présentation Plateforme GenAI.pdf20240702 Présentation Plateforme GenAI.pdf
20240702 Présentation Plateforme GenAI.pdf
 
Password Rotation in 2024 is still Relevant
Password Rotation in 2024 is still RelevantPassword Rotation in 2024 is still Relevant
Password Rotation in 2024 is still Relevant
 
The Rise of Supernetwork Data Intensive Computing
The Rise of Supernetwork Data Intensive ComputingThe Rise of Supernetwork Data Intensive Computing
The Rise of Supernetwork Data Intensive Computing
 

Web Design Trends: 2018 Edition