SlideShare une entreprise Scribd logo
1  sur  33
Web Designing Workshop

IEEE
Jay Kanakiya
Objective
• Student has got to be able to code a simple
website and upload it to http://neocities.org
What you can do with html,css,js
•
•
•
•
•
•

Web apps
Chrome Extensions
Chrome Apps
iOS & Android [ PhoneGap ]
FireFox OS
Windows 8
Hello World
• Open a new File in Sublime Text .Copy Below
<html>
<head>
</head>
<body>
<p>Hello World</p>
</body>
</html>
• Save it as index.html
• Open that file in Chrome Browser
History
• The founder of HTML was Tim Berners-Lee
• Html => Hyper text Markup Language
• The HTML 2.0 specification is dated November,
1995
• Vision of the HTML developers is that all devices
must be able to reach the data on the Internet:
computers with different platforms, browsers and
characteristics, pocket devices, cell phones,
devices for speech, and many others.
3 Things inside Webpage
• Html => Markup
• Css => Styling
• Javascript => Dynamism
SIMPLE SYNTAX
<tag attribute='value'>content</tag>
HTML
•
•
•
•

<b>BOLD</b>
<i>italic</i>
<u>Underlined</u>
<i><u>italic and underlined</u></i>
• Head | Tag that surrounds important content
that is invisible to the user, but is important to
the browser. Elements within this tag contain
metadata about the page and links to
stylesheets, scripts, etc.
• The body is the container for all of a page's
content. Comes after the <head> tag, within
the overall <html> tag.
Most Common Tags
• <h1> <h2> <h3> <h4> <h5> => Headings
• <p>This is a paragraph. This is a paragraph.
This is a paragraph. This is a paragraph.</p>
• <ol><ul> Lists
• <li> List elements
•
•
•
•
•

<a href=“http://facebook.com”>FB</a>
<table>
<tr><td></td></tr>
</table>
<img>
Attributes
•
•
•
•

<div class=“vit ieee”></div>
<p id=“information”></p>
<img src=“” />
<a href=“”>
Forms
• <input type=“text | email | button | password
|search | url | date ”>
• <textarea></textarea>
• <input type="radio" name="cricket"
value="dhoni"> Dhoni
• <input type=“checkbox” name=“none”>
• <input type=“submit” name=”submit”>
Task 1
• Make this page
• file:///H:/workshopieee/examples/beginner.html
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<table>
<tr><td></td>
<td></td></tr>
<tr><th></th>
<th></th></tr>
</table>
<h1></h1>
<h2></h2>
<p></p>
<ol>
<li><i></i></li>
<li><i></i></li>
<li></li>
</ol>
</body>
</html>
DIV element
• Stands for division.
• Most Commonly Used.
• A block level container (or 'division' of the
web page) for content with no semantic
meaning.
Embeddable Content
• <video src="kitties.mp4" width="300"
height="200" loop muted autoplay
controls></video>
• <audio src="meow_mix.mp3"
controls></audio>
• <canvas id="wittykitty" width="800"
height="450“></canvas>
• file:///H:/workshop-ieee/tearable-cloth.html
Task 1
• Create a simple webpage just using html
• file:///H:/workshopieee/examples/beginner.html
CSS
•
•
•
•
•

Cascading StyleSheets
3 way to style an element
<div style=“color:red”></div>
<style> div { color : red} </style>
<link rel=“stylesheet” href=“style.css”></link>
Syntax
Selector {
property1 : value1;
property2 : value2 ;
}
P{
Color : red ;
Height : 4px;
}
Selectors
•
•
•
•
•
•
•
•
•

[element]
Basic Selector
#
ID
.
Class
*
ALL
>
direct child
[space]
Any child inside
:hover
Hovers
#parent > .child
Nesting
file:///H:/workshopieee/examples/selectors.html
Basic Props
• Length and percentages
•
•
•
•

px : pixels
Em : current font-size
Pt : printed media
% : percentages

• height , width , Fonts , margin , padding
Colors
• CSS brings 16,777,216 colors to your disposal.
They can take the form of a name,
an RGB (red/green/blue) value or a hex code.
• P{
• Color : #ccc ;
• Color : rgb(0,0,0) ;
• Color : red ;
• }
Fonts
• font-family: "Times New Roman“;
• Font-size : 16px;
• Font-weight : bold ;
• Font-style : italic ;
Text-align, letter-spacing , line-height,wordspacing , text-indent ,
• total : 90+ css properties
The Box Model

file:///H:/workshop-ieee/examples/boxmodel.html
POSITIONING
•
•
•
•

Static
Fixed
Relative
Absolute

file:///H:/workshop-ieee/examples/position.html
Floats

file:///H:/workshop-ieee/examples/float.html
Clear
• Why use a Grid System ?
The Bootstrap Grid Framework
• file:///H:/workshop-ieee/examples/grid.html
Boostrap Grid System
Chrome Devtools
http://getbootstrap.com/
Task 2
• Make your Profile page and attach it to gallery
page .
• file:///H:/workshopieee/examples/profile.html
• file:///H:/workshopieee/examples/gallery.html

Contenu connexe

Tendances

Introduction to Html by Ankitkumar Singh
Introduction to Html by Ankitkumar SinghIntroduction to Html by Ankitkumar Singh
Introduction to Html by Ankitkumar SinghAnkitkumar Singh
 
WEBD 162 Week 02 LWD4e
WEBD 162 Week 02 LWD4eWEBD 162 Week 02 LWD4e
WEBD 162 Week 02 LWD4epalomateach
 
Js placement
Js placementJs placement
Js placementSireesh K
 
2014 database - course 1 - www introduction
2014 database - course 1 - www introduction2014 database - course 1 - www introduction
2014 database - course 1 - www introductionHung-yu Lin
 
Optimizing Your Web Site for Discovery: A Workshop
Optimizing Your Web Site for Discovery: A WorkshopOptimizing Your Web Site for Discovery: A Workshop
Optimizing Your Web Site for Discovery: A WorkshopOReillyTOC
 
Miami media-party-html-css
Miami media-party-html-cssMiami media-party-html-css
Miami media-party-html-cssRachel Schallom
 
HTML, CSS, JavaScript for beginners
HTML, CSS, JavaScript for beginnersHTML, CSS, JavaScript for beginners
HTML, CSS, JavaScript for beginnersPrakritiDhang
 
Html cheat sheet
Html cheat sheetHtml cheat sheet
Html cheat sheetLam Hoang
 
Building Your First MongoDB App
Building Your First MongoDB AppBuilding Your First MongoDB App
Building Your First MongoDB AppHenrik Ingo
 
Seminar of website design
Seminar of website designSeminar of website design
Seminar of website designabhfoysal
 

Tendances (13)

Introduction to Html by Ankitkumar Singh
Introduction to Html by Ankitkumar SinghIntroduction to Html by Ankitkumar Singh
Introduction to Html by Ankitkumar Singh
 
WEBD 162 Week 02 LWD4e
WEBD 162 Week 02 LWD4eWEBD 162 Week 02 LWD4e
WEBD 162 Week 02 LWD4e
 
Js placement
Js placementJs placement
Js placement
 
2014 database - course 1 - www introduction
2014 database - course 1 - www introduction2014 database - course 1 - www introduction
2014 database - course 1 - www introduction
 
Optimizing Your Web Site for Discovery: A Workshop
Optimizing Your Web Site for Discovery: A WorkshopOptimizing Your Web Site for Discovery: A Workshop
Optimizing Your Web Site for Discovery: A Workshop
 
Session no 1 html
Session no 1 htmlSession no 1 html
Session no 1 html
 
Miami media-party-html-css
Miami media-party-html-cssMiami media-party-html-css
Miami media-party-html-css
 
Print this
Print thisPrint this
Print this
 
HTML, CSS, JavaScript for beginners
HTML, CSS, JavaScript for beginnersHTML, CSS, JavaScript for beginners
HTML, CSS, JavaScript for beginners
 
Html cheat sheet
Html cheat sheetHtml cheat sheet
Html cheat sheet
 
Building Your First MongoDB App
Building Your First MongoDB AppBuilding Your First MongoDB App
Building Your First MongoDB App
 
Meeting 01
Meeting 01Meeting 01
Meeting 01
 
Seminar of website design
Seminar of website designSeminar of website design
Seminar of website design
 

En vedette

Interviews and Value Curve Presentation
Interviews and Value Curve PresentationInterviews and Value Curve Presentation
Interviews and Value Curve PresentationMyNearBite
 
Choledochoduodenal fistulas
Choledochoduodenal fistulasCholedochoduodenal fistulas
Choledochoduodenal fistulasShaimaa Elkholy
 
Mânăstirea Săpânţa Peri
Mânăstirea Săpânţa PeriMânăstirea Săpânţa Peri
Mânăstirea Săpânţa PeriHotea Cornelia
 
Caring in place opportunity v20120915
Caring in place opportunity v20120915Caring in place opportunity v20120915
Caring in place opportunity v20120915JoshFoth
 
Diffuse Nodular Lymphoid Hyperplasia (DNLH)
Diffuse Nodular Lymphoid Hyperplasia (DNLH)Diffuse Nodular Lymphoid Hyperplasia (DNLH)
Diffuse Nodular Lymphoid Hyperplasia (DNLH)Shaimaa Elkholy
 
Web Design Workshop Part 2
Web Design Workshop Part 2Web Design Workshop Part 2
Web Design Workshop Part 2kanakiyajay
 
WordPressでパスワード保護
WordPressでパスワード保護WordPressでパスワード保護
WordPressでパスワード保護Yuko Toriyama
 
カスタム投稿タイプでお菓子メーカーを登録して今日食べたお菓子にひもづけるには?
カスタム投稿タイプでお菓子メーカーを登録して今日食べたお菓子にひもづけるには?カスタム投稿タイプでお菓子メーカーを登録して今日食べたお菓子にひもづけるには?
カスタム投稿タイプでお菓子メーカーを登録して今日食べたお菓子にひもづけるには?Yuko Toriyama
 
5分でできる!WordPressでピンタレスト風テーマ
5分でできる!WordPressでピンタレスト風テーマ5分でできる!WordPressでピンタレスト風テーマ
5分でできる!WordPressでピンタレスト風テーマYuko Toriyama
 
Myanmar presentation update 31 oct2013 for Sme Advance
Myanmar presentation update 31 oct2013 for Sme AdvanceMyanmar presentation update 31 oct2013 for Sme Advance
Myanmar presentation update 31 oct2013 for Sme AdvancePMG corporation Co.,Ltd.
 
WordPress で構築する企業サイト 〜静的ページからCMSへ〜
WordPress で構築する企業サイト 〜静的ページからCMSへ〜WordPress で構築する企業サイト 〜静的ページからCMSへ〜
WordPress で構築する企業サイト 〜静的ページからCMSへ〜Yuko Toriyama
 
Myanmar investment climate oct 2013 ธ.กสิกรไทย
Myanmar investment climate   oct 2013 ธ.กสิกรไทยMyanmar investment climate   oct 2013 ธ.กสิกรไทย
Myanmar investment climate oct 2013 ธ.กสิกรไทยPMG corporation Co.,Ltd.
 
WordPressで提供するWeb API
WordPressで提供するWeb APIWordPressで提供するWeb API
WordPressで提供するWeb APIYuko Toriyama
 
好きなこと続けよう!エンゼルパイから始まった
好きなこと続けよう!エンゼルパイから始まった好きなこと続けよう!エンゼルパイから始まった
好きなこと続けよう!エンゼルパイから始まったYuko Toriyama
 
JavaScriptでできる電力使用状況グラフ
JavaScriptでできる電力使用状況グラフJavaScriptでできる電力使用状況グラフ
JavaScriptでできる電力使用状況グラフYuko Toriyama
 

En vedette (20)

Presentación1
Presentación1Presentación1
Presentación1
 
Interviews and Value Curve Presentation
Interviews and Value Curve PresentationInterviews and Value Curve Presentation
Interviews and Value Curve Presentation
 
Choledochoduodenal fistulas
Choledochoduodenal fistulasCholedochoduodenal fistulas
Choledochoduodenal fistulas
 
Mânăstirea Săpânţa Peri
Mânăstirea Săpânţa PeriMânăstirea Săpânţa Peri
Mânăstirea Săpânţa Peri
 
Caring in place opportunity v20120915
Caring in place opportunity v20120915Caring in place opportunity v20120915
Caring in place opportunity v20120915
 
Diffuse Nodular Lymphoid Hyperplasia (DNLH)
Diffuse Nodular Lymphoid Hyperplasia (DNLH)Diffuse Nodular Lymphoid Hyperplasia (DNLH)
Diffuse Nodular Lymphoid Hyperplasia (DNLH)
 
Web Design Workshop Part 2
Web Design Workshop Part 2Web Design Workshop Part 2
Web Design Workshop Part 2
 
WordPressでパスワード保護
WordPressでパスワード保護WordPressでパスワード保護
WordPressでパスワード保護
 
カスタム投稿タイプでお菓子メーカーを登録して今日食べたお菓子にひもづけるには?
カスタム投稿タイプでお菓子メーカーを登録して今日食べたお菓子にひもづけるには?カスタム投稿タイプでお菓子メーカーを登録して今日食べたお菓子にひもづけるには?
カスタム投稿タイプでお菓子メーカーを登録して今日食べたお菓子にひもづけるには?
 
5分でできる!WordPressでピンタレスト風テーマ
5分でできる!WordPressでピンタレスト風テーマ5分でできる!WordPressでピンタレスト風テーマ
5分でできる!WordPressでピンタレスト風テーマ
 
Myanmar presentation update 31 oct2013 for Sme Advance
Myanmar presentation update 31 oct2013 for Sme AdvanceMyanmar presentation update 31 oct2013 for Sme Advance
Myanmar presentation update 31 oct2013 for Sme Advance
 
WordPress で構築する企業サイト 〜静的ページからCMSへ〜
WordPress で構築する企業サイト 〜静的ページからCMSへ〜WordPress で構築する企業サイト 〜静的ページからCMSへ〜
WordPress で構築する企業サイト 〜静的ページからCMSへ〜
 
Myanmar investment climate oct 2013 ธ.กสิกรไทย
Myanmar investment climate   oct 2013 ธ.กสิกรไทยMyanmar investment climate   oct 2013 ธ.กสิกรไทย
Myanmar investment climate oct 2013 ธ.กสิกรไทย
 
WordPressで提供するWeb API
WordPressで提供するWeb APIWordPressで提供するWeb API
WordPressで提供するWeb API
 
好きなこと続けよう!エンゼルパイから始まった
好きなこと続けよう!エンゼルパイから始まった好きなこと続けよう!エンゼルパイから始まった
好きなこと続けよう!エンゼルパイから始まった
 
Trade regime of myanmar (thailand trade)
Trade regime of myanmar (thailand trade)Trade regime of myanmar (thailand trade)
Trade regime of myanmar (thailand trade)
 
VIRUS
VIRUSVIRUS
VIRUS
 
Ppt ekologi tumbuhan
Ppt ekologi  tumbuhanPpt ekologi  tumbuhan
Ppt ekologi tumbuhan
 
JavaScriptでできる電力使用状況グラフ
JavaScriptでできる電力使用状況グラフJavaScriptでできる電力使用状況グラフ
JavaScriptでできる電力使用状況グラフ
 
Ppt parasit iv
Ppt parasit ivPpt parasit iv
Ppt parasit iv
 

Similaire à Web designing workshop

Similaire à Web designing workshop (20)

Ifi7174 lesson1
Ifi7174 lesson1Ifi7174 lesson1
Ifi7174 lesson1
 
BITM3730 9-13.pptx
BITM3730 9-13.pptxBITM3730 9-13.pptx
BITM3730 9-13.pptx
 
lect9
lect9lect9
lect9
 
lect9
lect9lect9
lect9
 
htmlcss.pdf
htmlcss.pdfhtmlcss.pdf
htmlcss.pdf
 
Lecture 2 - HTML Basics
Lecture 2 - HTML BasicsLecture 2 - HTML Basics
Lecture 2 - HTML Basics
 
Html5 shubelal
Html5 shubelalHtml5 shubelal
Html5 shubelal
 
Dhtml chapter2
Dhtml chapter2Dhtml chapter2
Dhtml chapter2
 
1-22-24 INFO 2106.pptx
1-22-24 INFO 2106.pptx1-22-24 INFO 2106.pptx
1-22-24 INFO 2106.pptx
 
BITM3730 9-12.pptx
BITM3730 9-12.pptxBITM3730 9-12.pptx
BITM3730 9-12.pptx
 
JavaScript DOM & event
JavaScript DOM & eventJavaScript DOM & event
JavaScript DOM & event
 
Introduction to XML, XHTML and CSS
Introduction to XML, XHTML and CSSIntroduction to XML, XHTML and CSS
Introduction to XML, XHTML and CSS
 
HTML & CSS.ppt
HTML & CSS.pptHTML & CSS.ppt
HTML & CSS.ppt
 
Artdm171 Week4 Tags
Artdm171 Week4 TagsArtdm171 Week4 Tags
Artdm171 Week4 Tags
 
Introduction to xml
Introduction to xmlIntroduction to xml
Introduction to xml
 
HTML
HTMLHTML
HTML
 
Html
HtmlHtml
Html
 
Introduction to web development - HTML 5
Introduction to web development - HTML 5Introduction to web development - HTML 5
Introduction to web development - HTML 5
 
Html5 101
Html5 101Html5 101
Html5 101
 
Introduction to HTML5 and CSS3 (revised)
Introduction to HTML5 and CSS3 (revised)Introduction to HTML5 and CSS3 (revised)
Introduction to HTML5 and CSS3 (revised)
 

Dernier

Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 

Dernier (20)

Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 

Web designing workshop