Initializing
Liveweave
Web
expand_more
home
Home
data_object
CSS Explorer
arrow_outward
Palette
Color Explorer
arrow_outward
Polyline
Graphics Editor
arrow_outward
outbox_alt
Generative AI
arrow_outward
frame_source
Python Playground
New
arrow_outward
build
Tools
expand_more
restart_alt
Load "Hello Weaver!"
post_add
Generate Lorem ipsum...
code
Format HTML
code_blocks
Format CSS
data_object
Format JavaScript
library_add
Library
expand_more
A
Algolia JS
Animate CSS
Apex Charts JS
B
Bulma CSS
Bootstrap
C
Chart JS
Chartist
Create JS
D
D3
Dojo
F
Foundation
Fullpage JS
G
Granim JS
Google Charts
H
Halfmoon
J
jQuery
M
Materialize
Moment JS
Masonry JS
Milligram CSS
P
Pure CSS
Primer CSS
Popper JS
Pattern CSS
Picnic CSS
R
React JS
Raphael JS
Raisin CSS
S
Semantic UI
Skeleton CSS
Spectre CSS
Tachyons CSS
T
Tailwind
Three JS
U
UI Kit
Vis JS
W
Water CSS
download
Download
expand_more
developer_mode
Download as HTML
folder_zip
Download as .ZIP
cloud_upload
Save
account_circle
Login
settings
Settings
expand_more
14
px
Live mode
Night mode
Line number
Mini map
Word wrap
sync_alt
Reset Settings
smart_display
Run
<!DOCTYPE html> <html> <head> <title>What IxD means to me</title> </head> <style> center { margin: 20; } </style> <body class="container"> <div class="ME"> What'<strong>IxD</strong>'means to me</div> <div> <P class="T">What is good interaction design? </P> <p class="P">If a person who hasn’t learned about design (is not interested in design) uses something, and cannot find anything, that is good interactive design. Because, the fact that a person cannot find anything means that he or she doesn’t feel any inconvenience, and cannot find any problems. Probably the person who designed that is a talented problem-solver which means a good interactive designer. Interactive designers especially UX designers cannot give audience(users) a super impressive visual like artworks in galleries, but their designs plays a very important role, even though people can’t look recognize it.</p> </div> <p class="I">If you were a coding and design guru who could create anything singlehandedly, what would you make?</p> <P class="P">I want to do my own exhibition. I will hold my exhibition which people aren't just viewing and listening passively but can interact with my artwork. I want to make audiences curious and fall into my work. </P> <div> <p class="F"> Three examples of interaction design that I found </p> <p class="Lines">1.<strong>LINES</strong> - an Interactive Sound Art Exhibition</p> <video class="video" width="560" height="315" controls src="https://www.youtube.com/embed/hP36xoPXDnM" allow="autoplay; encrypted-media" allowfullscreen margin="20"> </video> <p class="P"> <strong>LINES</strong> is an interactive sound art exhibition created by Swedish composer Anders Lind in 2016. Lines attached to the wall, on the floor and hanging from the ceiling in combination with sensors and electronics are forming three novel music instruments. No musical experiences are required to perform, while the well-experienced musician or composer finds new musical challenges and opportunities with the instruments. The ambition with LINES is to enable: new forms of musical interaction, an exploration of new artistic expressions and to provide unique and inspiring musical experiences. </p> <p class="Wall">2.<strong>Music Playing Wall</strong> - Interactive media wall</p> <video class="video"width="560" height="315" controls src="https://www.youtube.com/embed/RG5Fi-eCLbc" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen ></video> <p class="P"><strong>Music Playing Wall</strong>, a fun Interactive touch wall painted with instruments recognizes hand touch, plays the sound of instruments and maps colors. Children can easily play various kinds of instrument without physical constraints. An painting of musical instruments feels like a real instrument to play music. ‘PLAYDODO’ is a kid’s convergence playground created by combining future-oriented technology and imaginative idea for a new experience they’ve never had. Our services are running on the “Tangible experience contents“, based on the "Multiple Intelligences" and “Patterns of behaviorâ€. It could be providing a 'new experience' for children, and by analyzing a 'experience data‘. 'Convergence Playground' is identify 'strengths intelligence' of children. </p> <p class="Wall">3.<strong>The mood reflecting floor</strong> - Interactive design floor</p> <video class="video"width="560" height="315" controls src="https://www.youtube.com/embed/JOg4chJAn8" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></video> <p class="P"><strong>The mood reflecting floor</strong> is an experimental interactive project dealing with human emotions. The floor designed to pick up different body languages and react some what like fish in a pond. Agitated and angry moods expressed by fast and sharp movements will scare away the floor, while calm and relaxed moods, expressed by slow and calm movements, will draw the floor towards the user. The floor can also help change the user mood by showing playfulness and interacting more like a game of catch.</p> <p class="what"> <strong>What I found inspiring about these projects</strong></p> <ul class="Not"> <li>Not only adults but also children love this. Audience can enjoy this not only by individual but also by group </li> <li>People can create their own artwork by this artwork</li> <li>These days, artworks which people just simply stand and see is not that attractive and competitive</li> </ul> </div> <!-- End your code here --> </body> </html>
.container { font-size: 30px; font-family: monospace; border-color: black; border-width: 15px; border-style: solid; background-color : linen; } .ME { margin: 20; border-color: black; border-width: 3px; border-style: dotted; text-align: center; } .T { font-size: 40px; font-family: monospace; color: #29A8C9; margin: 20; text-decoration: underline;} .P { font-size: 20px; font-family: "Open Sans", Tahoma, sans-serif; margin: 20; line-height: 1.5; background-color: #F5DEB3; Padding: 15;} .I { font-size: 40px; font-family: monospace; color: #29A8C9; margin: 20; text-decoration: underline;} .F { font-size: 40px; font-family: monospace; color: #29A8C9; margin: 20; text-decoration: underline;} .Lines { Font-size: 30px; Font-family: monospace; color: #EA767A; margin: 20; } .What { Font-size: 20px; Font-family: "Open Sans", Tahoma, sans-serif; margin: 20; } .Not { Font-size: 20px; Font-family: "Open Sans", Tahoma, sans-serif; margin: 20; list-style-type: square; } .Wall { Font-size: 30px; Font-family: monospace; color: #EA767A; margin: 20; } .video { margin: 20; style: center; }
// Write JavaScript here